| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/swrast/ |
| H A D | Makefile.sources | 2 swrast.c \
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/ |
| H A D | s_context.c | 38 #include "swrast.h" 50 * Recompute the value of swrast->_RasterMask, etc. according to 58 SWcontext *swrast = SWRAST_CONTEXT(ctx); local in function:_swrast_update_rasterflags 65 if (swrast->_FogEnabled) rasterMask |= FOG_BIT; 167 SWcontext *swrast = SWRAST_CONTEXT(ctx); local in function:_swrast_update_fog_hint 168 swrast->_PreferPixelFog = (!swrast->AllowVertexFog || 171 swrast->AllowPixelFog)); 177 * Update the swrast->_TextureCombinePrimary flag. 182 SWcontext *swrast local in function:_swrast_update_texture_env 213 SWcontext *swrast = SWRAST_CONTEXT(ctx); local in function:_swrast_update_deferred_texture 246 SWcontext *swrast = SWRAST_CONTEXT(ctx); local in function:_swrast_update_fog_state 280 SWcontext *swrast = SWRAST_CONTEXT(ctx); local in function:_swrast_update_specular_vertex_add 347 SWcontext *swrast = SWRAST_CONTEXT(ctx); local in function:_swrast_validate_triangle 369 SWcontext *swrast = SWRAST_CONTEXT(ctx); local in function:_swrast_validate_line 390 SWcontext *swrast = SWRAST_CONTEXT(ctx); local in function:_swrast_validate_point 413 SWcontext *swrast = SWRAST_CONTEXT(ctx); local in function:_swrast_validate_blend_func 431 SWcontext *swrast = SWRAST_CONTEXT(ctx); local in function:_swrast_invalidate_state 466 SWcontext *swrast = SWRAST_CONTEXT(ctx); local in function:_swrast_update_texture_samplers 492 SWcontext *swrast = SWRAST_CONTEXT(ctx); local in function:_swrast_update_active_attribs 550 SWcontext *swrast = SWRAST_CONTEXT(ctx); local in function:_swrast_validate_derived 718 SWcontext *swrast = calloc(1, sizeof(SWcontext)); local in function:_swrast_CreateContext 820 SWcontext *swrast = SWRAST_CONTEXT(ctx); local in function:_swrast_DestroyContext 844 SWcontext *swrast = SWRAST_CONTEXT(ctx); local in function:_swrast_GetDeviceDriverReference 851 SWcontext *swrast = SWRAST_CONTEXT(ctx); local in function:_swrast_flush 862 SWcontext *swrast = SWRAST_CONTEXT(ctx); local in function:_swrast_render_primitive 891 SWcontext *swrast = SWRAST_CONTEXT(ctx); local in function:_swrast_render_start 900 SWcontext *swrast = SWRAST_CONTEXT(ctx); local in function:_swrast_render_finish [all...] |
| H A D | s_context.h | 27 * \file swrast/s_context.h 33 * \mainpage swrast module 49 #include "swrast.h" 150 * When a texture image is mapped for swrast, this array contains pointers 153 * For swrast-allocated textures, these pointers will always stay 360 * For drivers that rely on swrast for fallback rendering, this is the 366 SWcontext *swrast = SWRAST_CONTEXT(ctx); local in function:swrast_render_start 367 if (swrast->Driver.SpanRenderStart) 368 swrast->Driver.SpanRenderStart(ctx); 376 SWcontext *swrast local in function:swrast_render_finish [all...] |
| H A D | s_lines.c | 42 SWcontext *swrast = SWRAST_CONTEXT(ctx); local in function:compute_stipple_mask 46 GLuint bit = (swrast->StippleCounter / ctx->Line.StippleFactor) & 0xf; 53 swrast->StippleCounter++; 205 swrast->Line = lineFunc; \ 210 #define USE(lineFunc) swrast->Line = lineFunc 226 SWcontext *swrast = SWRAST_CONTEXT(ctx); local in function:_swrast_choose_line 235 assert(swrast->Line); 239 || swrast->_FogEnabled
|
| H A D | s_points.c | 84 SWcontext *swrast = SWRAST_CONTEXT(ctx); local in function:sprite_point 106 span.facing = swrast->PointLineFacing; 244 SWcontext *swrast = SWRAST_CONTEXT(ctx); local in function:smooth_point 279 span.facing = swrast->PointLineFacing; 364 SWcontext *swrast = SWRAST_CONTEXT(ctx); local in function:large_point 382 span.facing = swrast->PointLineFacing; 453 SWcontext *swrast = SWRAST_CONTEXT(ctx); local in function:pixel_point 459 SWspan *span = &(swrast->PointSpan); 469 span->arrayAttribs = swrast->_ActiveAttribMask; /* we'll produce these vals */ 478 (swrast 543 SWcontext *swrast = SWRAST_CONTEXT(ctx); local in function:_swrast_choose_point [all...] |
| H A D | s_fragprog.c | 36 * \brief Should swrast use a fragment program? 86 SWcontext *swrast = SWRAST_CONTEXT(ctx); local in function:fetch_texel_lod 92 swrast->TextureSample[unit](ctx, samp, ctx->Texture.Unit[unit]._Current, 115 SWcontext *swrast = SWRAST_CONTEXT(ctx); local in function:fetch_texel_deriv 140 swrast->TextureSample[unit](ctx, samp, ctx->Texture.Unit[unit]._Current, 205 SWcontext *swrast = SWRAST_CONTEXT(ctx); local in function:run_program 208 struct gl_program_machine *machine = &swrast->FragProgMachine;
|
| H A D | s_aalinetemp.h | 39 const SWcontext *swrast = SWRAST_CONTEXT(ctx); local in function:NAME 45 (void) swrast; 108 SWcontext *swrast = SWRAST_CONTEXT(ctx); local in function:NAME 131 line.span.facing = swrast->PointLineFacing; 165 if (swrast->_InterpMode[attr] == GL_FLAT) { 199 const GLuint bit = (swrast->StippleCounter / ctx->Line.StippleFactor) & 0xf; 224 swrast->StippleCounter++;
|
| H A D | s_feedback.c | 81 SWcontext *swrast = SWRAST_CONTEXT(ctx); local in function:_swrast_feedback_line 83 if (swrast->StippleCounter == 0) 97 swrast->StippleCounter++;
|
| H A D | s_stencil.c | 214 SWcontext *swrast = SWRAST_CONTEXT(ctx); local in function:do_stencil_test 215 GLubyte *fail = swrast->stencil_temp.buf2; 352 SWcontext *swrast = SWRAST_CONTEXT(ctx); local in function:_swrast_stencil_and_ztest_span 360 GLubyte *stencilTemp = swrast->stencil_temp.buf1; 408 SWcontext *swrast = SWRAST_CONTEXT(ctx); local in function:_swrast_stencil_and_ztest_span 409 GLubyte *passMask = swrast->stencil_temp.buf2; 410 GLubyte *failMask = swrast->stencil_temp.buf3; 411 GLubyte *origMask = swrast->stencil_temp.buf4; 497 SWcontext *swrast = SWRAST_CONTEXT(ctx); local in function:_swrast_write_stencil_span 527 GLubyte *destVals = swrast [all...] |
| /xsrc/external/mit/MesaLib/dist/src/mesa/swrast/ |
| H A D | s_context.c | 38 #include "swrast.h" 50 * Recompute the value of swrast->_RasterMask, etc. according to 58 SWcontext *swrast = SWRAST_CONTEXT(ctx); local in function:_swrast_update_rasterflags 65 if (swrast->_FogEnabled) rasterMask |= FOG_BIT; 167 SWcontext *swrast = SWRAST_CONTEXT(ctx); local in function:_swrast_update_fog_hint 168 swrast->_PreferPixelFog = (!swrast->AllowVertexFog || 171 swrast->AllowPixelFog)); 177 * Update the swrast->_TextureCombinePrimary flag. 182 SWcontext *swrast local in function:_swrast_update_texture_env 213 SWcontext *swrast = SWRAST_CONTEXT(ctx); local in function:_swrast_update_deferred_texture 246 SWcontext *swrast = SWRAST_CONTEXT(ctx); local in function:_swrast_update_fog_state 280 SWcontext *swrast = SWRAST_CONTEXT(ctx); local in function:_swrast_update_specular_vertex_add 347 SWcontext *swrast = SWRAST_CONTEXT(ctx); local in function:_swrast_validate_triangle 369 SWcontext *swrast = SWRAST_CONTEXT(ctx); local in function:_swrast_validate_line 390 SWcontext *swrast = SWRAST_CONTEXT(ctx); local in function:_swrast_validate_point 413 SWcontext *swrast = SWRAST_CONTEXT(ctx); local in function:_swrast_validate_blend_func 431 SWcontext *swrast = SWRAST_CONTEXT(ctx); local in function:_swrast_invalidate_state 466 SWcontext *swrast = SWRAST_CONTEXT(ctx); local in function:_swrast_update_texture_samplers 492 SWcontext *swrast = SWRAST_CONTEXT(ctx); local in function:_swrast_update_active_attribs 550 SWcontext *swrast = SWRAST_CONTEXT(ctx); local in function:_swrast_validate_derived 718 SWcontext *swrast = calloc(1, sizeof(SWcontext)); local in function:_swrast_CreateContext 820 SWcontext *swrast = SWRAST_CONTEXT(ctx); local in function:_swrast_DestroyContext 844 SWcontext *swrast = SWRAST_CONTEXT(ctx); local in function:_swrast_GetDeviceDriverReference 851 SWcontext *swrast = SWRAST_CONTEXT(ctx); local in function:_swrast_flush 862 SWcontext *swrast = SWRAST_CONTEXT(ctx); local in function:_swrast_render_primitive 891 SWcontext *swrast = SWRAST_CONTEXT(ctx); local in function:_swrast_render_start 900 SWcontext *swrast = SWRAST_CONTEXT(ctx); local in function:_swrast_render_finish [all...] |
| H A D | s_context.h | 27 * \file swrast/s_context.h 33 * \mainpage swrast module 49 #include "swrast.h" 151 * When a texture image is mapped for swrast, this array contains pointers 154 * For swrast-allocated textures, these pointers will always stay 361 * For drivers that rely on swrast for fallback rendering, this is the 367 SWcontext *swrast = SWRAST_CONTEXT(ctx); local in function:swrast_render_start 368 if (swrast->Driver.SpanRenderStart) 369 swrast->Driver.SpanRenderStart(ctx); 377 SWcontext *swrast local in function:swrast_render_finish [all...] |
| H A D | s_lines.c | 42 SWcontext *swrast = SWRAST_CONTEXT(ctx); local in function:compute_stipple_mask 46 GLuint bit = (swrast->StippleCounter / ctx->Line.StippleFactor) & 0xf; 53 swrast->StippleCounter++; 205 swrast->Line = lineFunc; \ 210 #define USE(lineFunc) swrast->Line = lineFunc 226 SWcontext *swrast = SWRAST_CONTEXT(ctx); local in function:_swrast_choose_line 235 assert(swrast->Line); 239 || swrast->_FogEnabled
|
| H A D | s_points.c | 84 SWcontext *swrast = SWRAST_CONTEXT(ctx); local in function:sprite_point 106 span.facing = swrast->PointLineFacing; 237 SWcontext *swrast = SWRAST_CONTEXT(ctx); local in function:smooth_point 272 span.facing = swrast->PointLineFacing; 357 SWcontext *swrast = SWRAST_CONTEXT(ctx); local in function:large_point 375 span.facing = swrast->PointLineFacing; 446 SWcontext *swrast = SWRAST_CONTEXT(ctx); local in function:pixel_point 452 SWspan *span = &(swrast->PointSpan); 462 span->arrayAttribs = swrast->_ActiveAttribMask; /* we'll produce these vals */ 471 (swrast 536 SWcontext *swrast = SWRAST_CONTEXT(ctx); local in function:_swrast_choose_point [all...] |
| H A D | s_fragprog.c | 36 * \brief Should swrast use a fragment program? 86 SWcontext *swrast = SWRAST_CONTEXT(ctx); local in function:fetch_texel_lod 92 swrast->TextureSample[unit](ctx, samp, ctx->Texture.Unit[unit]._Current, 115 SWcontext *swrast = SWRAST_CONTEXT(ctx); local in function:fetch_texel_deriv 140 swrast->TextureSample[unit](ctx, samp, ctx->Texture.Unit[unit]._Current, 205 SWcontext *swrast = SWRAST_CONTEXT(ctx); local in function:run_program 208 struct gl_program_machine *machine = &swrast->FragProgMachine;
|
| H A D | s_aalinetemp.h | 39 const SWcontext *swrast = SWRAST_CONTEXT(ctx); local in function:NAME 45 (void) swrast; 108 SWcontext *swrast = SWRAST_CONTEXT(ctx); local in function:NAME 131 line.span.facing = swrast->PointLineFacing; 165 if (swrast->_InterpMode[attr] == GL_FLAT) { 199 const GLuint bit = (swrast->StippleCounter / ctx->Line.StippleFactor) & 0xf; 224 swrast->StippleCounter++;
|
| H A D | s_feedback.c | 81 SWcontext *swrast = SWRAST_CONTEXT(ctx); local in function:_swrast_feedback_line 83 if (swrast->StippleCounter == 0) 97 swrast->StippleCounter++;
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/ |
| H A D | Makefile.sources | 305 swrast/s_aaline.c \ 306 swrast/s_aaline.h \ 307 swrast/s_aalinetemp.h \ 308 swrast/s_aatriangle.c \ 309 swrast/s_aatriangle.h \ 310 swrast/s_aatritemp.h \ 311 swrast/s_alpha.c \ 312 swrast/s_alpha.h \ 313 swrast/s_atifragshader.c \ 314 swrast/s_atifragshade [all...] |
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 7.8.rst | 33 - GL_NV_conditional_render extension (swrast driver only) 34 - GL_EXT_draw_buffers2 extension (swrast and i965 driver only) 35 - GL_ARB_fragment_coord_conventions extension (for swrast, i965, and 37 - GL_EXT_texture_array extension (swrast driver only) 38 - GL_APPLE_object_purgeable extension (swrast and i945/i965 DRI
|
| H A D | 9.2.5.rst | 46 [swrast] piglit glean fbo regression 48 [swrast] piglit glean pointSprite regression 79 - mesa/swrast: fix inverted front buffer rendering with old-school 80 swrast 82 - swrast: fix readback regression since inversion fix
|
| /xsrc/external/mit/MesaLib.old/dist/src/glx/ |
| H A D | drisw_priv.h | 50 const __DRIswrastExtension *swrast; member in struct:drisw_screen
|
| /xsrc/external/mit/MesaLib.old/dist/doxygen/ |
| H A D | Makefile | 15 swrast.doxy \
|
| /xsrc/external/mit/MesaLib/dist/src/glx/ |
| H A D | drisw_priv.h | 50 const __DRIswrastExtension *swrast; member in struct:drisw_screen
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/x11/ |
| H A D | xm_dd.c | 44 #include "swrast/swrast.h" 45 #include "swrast/s_context.h" 314 const SWcontext *swrast = SWRAST_CONTEXT(ctx); local in function:can_do_DrawPixels_8R8G8B 316 if (swrast->NewState) 319 if ((swrast->_RasterMask & ~CLIP_BIT) == 0) /* no blend, z-test, etc */ { 348 const SWcontext *swrast = SWRAST_CONTEXT( ctx ); local in function:xmesa_DrawPixels_8R8G8B 355 if (swrast->NewState) 445 const SWcontext *swrast = SWRAST_CONTEXT(ctx); local in function:can_do_DrawPixels_5R6G5B 447 if (swrast 480 const SWcontext *swrast = SWRAST_CONTEXT( ctx ); local in function:xmesa_DrawPixels_5R6G5B 575 const SWcontext *swrast = SWRAST_CONTEXT( ctx ); local in function:can_do_CopyPixels 904 SWcontext *swrast = SWRAST_CONTEXT( ctx ); local in function:xmesa_register_swrast_functions [all...] |
| /xsrc/external/mit/MesaLib/dist/src/egl/drivers/dri2/ |
| H A D | platform_surfaceless.c | 226 surfaceless_probe_device(_EGLDisplay *disp, bool swrast) argument 229 const unsigned node_type = swrast ? DRM_NODE_PRIMARY : DRM_NODE_RENDER; 248 disp->Device = _eglAddDevice(dri2_dpy->fd, swrast); 256 if (swrast) { 257 /* Use kms swrast only with vgem / virtio_gpu. 260 * feature complete than swrast. 285 if (swrast) 302 dri2_dpy->driver_name = strdup("swrast"); 331 * is true, we try kms_swrast and swrast in order. 335 _eglLog(_EGL_DEBUG, "Falling back to surfaceless swrast withou [all...] |
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/x11/ |
| H A D | xm_dd.c | 43 #include "swrast/swrast.h" 44 #include "swrast/s_context.h" 321 const SWcontext *swrast = SWRAST_CONTEXT(ctx); local in function:can_do_DrawPixels_8R8G8B 323 if (swrast->NewState) 326 if ((swrast->_RasterMask & ~CLIP_BIT) == 0) /* no blend, z-test, etc */ { 355 const SWcontext *swrast = SWRAST_CONTEXT( ctx ); local in function:xmesa_DrawPixels_8R8G8B 362 if (swrast->NewState) 452 const SWcontext *swrast = SWRAST_CONTEXT(ctx); local in function:can_do_DrawPixels_5R6G5B 454 if (swrast 487 const SWcontext *swrast = SWRAST_CONTEXT( ctx ); local in function:xmesa_DrawPixels_5R6G5B 582 const SWcontext *swrast = SWRAST_CONTEXT( ctx ); local in function:can_do_CopyPixels 911 SWcontext *swrast = SWRAST_CONTEXT( ctx ); local in function:xmesa_register_swrast_functions [all...] |