/external/mesa3d/docs/ |
relnotes-7.8.html | 44 <li>GL_NV_conditional_render extension (swrast driver only) 45 <li>GL_EXT_draw_buffers2 extension (swrast and i965 driver only) 46 <li>GL_ARB_fragment_coord_conventions extension (for swrast, i965, and Gallium drivers) 47 <li>GL_EXT_texture_array extension (swrast driver only) 48 <li>GL_APPLE_object_purgeable extension (swrast and i945/i965 DRI drivers)
|
/external/chromium_org/third_party/mesa/ |
mesa.gyp | 637 'src/src/mesa/swrast/s_aaline.c', 638 'src/src/mesa/swrast/s_aaline.h', 639 'src/src/mesa/swrast/s_aatriangle.c', 640 'src/src/mesa/swrast/s_aatriangle.h', 641 'src/src/mesa/swrast/s_alpha.c', 642 'src/src/mesa/swrast/s_alpha.h', 643 'src/src/mesa/swrast/s_atifragshader.c', 644 'src/src/mesa/swrast/s_atifragshader.h', 645 'src/src/mesa/swrast/s_bitmap.c', 646 'src/src/mesa/swrast/s_blend.c' [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/targets/dri-swrast/ |
SConscript | 44 env.Alias('dri-swrast', module)
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/ |
nouveau_span.c | 31 #include "swrast/swrast.h" 32 #include "swrast/s_context.h" 80 nouveau_fallback(ctx, SWRAST);
|
/external/mesa3d/src/gallium/targets/dri-swrast/ |
SConscript | 44 env.Alias('dri-swrast', module)
|
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
nouveau_span.c | 31 #include "swrast/swrast.h" 32 #include "swrast/s_context.h" 80 nouveau_fallback(ctx, SWRAST);
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/ |
xm_tri.c | 38 /* Internal swrast includes: 40 #include "swrast/s_context.h" 41 #include "swrast/s_depth.h" 42 #include "swrast/s_triangle.h" 85 #include "swrast/s_tritemp.h" 120 #include "swrast/s_tritemp.h" 155 #include "swrast/s_tritemp.h" 187 #include "swrast/s_tritemp.h" 219 #include "swrast/s_tritemp.h" 250 #include "swrast/s_tritemp.h 1002 SWcontext *swrast = SWRAST_CONTEXT(ctx); local 1145 SWcontext *swrast = SWRAST_CONTEXT(ctx); local [all...] |
/external/mesa3d/src/mesa/drivers/x11/ |
xm_tri.c | 38 /* Internal swrast includes: 40 #include "swrast/s_context.h" 41 #include "swrast/s_depth.h" 42 #include "swrast/s_triangle.h" 85 #include "swrast/s_tritemp.h" 120 #include "swrast/s_tritemp.h" 155 #include "swrast/s_tritemp.h" 187 #include "swrast/s_tritemp.h" 219 #include "swrast/s_tritemp.h" 250 #include "swrast/s_tritemp.h 1002 SWcontext *swrast = SWRAST_CONTEXT(ctx); local 1145 SWcontext *swrast = SWRAST_CONTEXT(ctx); local [all...] |
/external/chromium_org/third_party/mesa/src/doxygen/ |
header.html | 14 <a class="qindex" href="../swrast/index.html">swrast</a> |
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/d3dapi/ |
d3d10misc.h | 37 HMODULE swrast, UINT flags, UINT sdk_version, ID3D10Device **device); 40 HMODULE swrast, UINT flags, UINT sdk_version, DXGI_SWAP_CHAIN_DESC *swapchain_desc,
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/common/ |
descrip.mms | 9 define swrast [--.swrast]
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/osmesa/ |
descrip.mms | 10 define swrast [--.swrast]
|
/external/chromium_org/third_party/mesa/src/src/mesa/swrast_setup/ |
descrip.mms | 10 define swrast [-.swrast]
|
ss_context.h | 32 #include "swrast/swrast.h"
|
/external/mesa3d/doxygen/ |
header.html | 14 <a class="qindex" href="../swrast/index.html">swrast</a> |
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/d3dapi/ |
d3d10misc.h | 37 HMODULE swrast, UINT flags, UINT sdk_version, ID3D10Device **device); 40 HMODULE swrast, UINT flags, UINT sdk_version, DXGI_SWAP_CHAIN_DESC *swapchain_desc,
|
/external/mesa3d/src/mesa/drivers/common/ |
descrip.mms | 9 define swrast [--.swrast]
|
/external/mesa3d/src/mesa/drivers/osmesa/ |
descrip.mms | 10 define swrast [--.swrast]
|
/external/mesa3d/src/mesa/swrast_setup/ |
descrip.mms | 10 define swrast [-.swrast]
|
ss_context.h | 32 #include "swrast/swrast.h"
|
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/ |
swrast.h | 27 * \file swrast/swrast.h 36 #include "swrast/s_chan.h" 72 * tnl module and the swrast rasterization functions. This serves to 73 * isolate the swrast module from the internals of the tnl module, and 93 * - Implement a translator from native vertices to swrast vertices. 96 * vertices to SWvertices and calls the appropriate swrast function. 113 /* These are the public-access functions exported from swrast. 122 /* Get a (non-const) reference to the device driver struct for swrast. 295 * NOTE: The swrast triangle/line/point routines *DO NOT* cal [all...] |
s_points.c | 85 SWcontext *swrast = SWRAST_CONTEXT(ctx); local 107 span.facing = swrast->PointLineFacing; 245 SWcontext *swrast = SWRAST_CONTEXT(ctx); local 280 span.facing = swrast->PointLineFacing; 365 SWcontext *swrast = SWRAST_CONTEXT(ctx); local 383 span.facing = swrast->PointLineFacing; 454 SWcontext *swrast = SWRAST_CONTEXT(ctx); local 460 SWspan *span = &(swrast->PointSpan); 470 span->arrayAttribs = swrast->_ActiveAttribMask; /* we'll produce these vals */ 479 (swrast->_RasterMask & (BLEND_BIT | LOGIC_OP_BIT | MASKING_BIT)) | 544 SWcontext *swrast = SWRAST_CONTEXT(ctx); local [all...] |
s_context.h | 27 * \file swrast/s_context.h 33 * \mainpage swrast module 49 #include "swrast.h" 344 * For drivers that rely on swrast for fallback rendering, this is the 350 SWcontext *swrast = SWRAST_CONTEXT(ctx); local 351 if (swrast->Driver.SpanRenderStart) 352 swrast->Driver.SpanRenderStart(ctx); 360 SWcontext *swrast = SWRAST_CONTEXT(ctx); local 361 if (swrast->Driver.SpanRenderFinish) 362 swrast->Driver.SpanRenderFinish(ctx) [all...] |
/external/mesa3d/src/mesa/swrast/ |
swrast.h | 27 * \file swrast/swrast.h 36 #include "swrast/s_chan.h" 72 * tnl module and the swrast rasterization functions. This serves to 73 * isolate the swrast module from the internals of the tnl module, and 93 * - Implement a translator from native vertices to swrast vertices. 96 * vertices to SWvertices and calls the appropriate swrast function. 113 /* These are the public-access functions exported from swrast. 122 /* Get a (non-const) reference to the device driver struct for swrast. 295 * NOTE: The swrast triangle/line/point routines *DO NOT* cal [all...] |
s_points.c | 85 SWcontext *swrast = SWRAST_CONTEXT(ctx); local 107 span.facing = swrast->PointLineFacing; 245 SWcontext *swrast = SWRAST_CONTEXT(ctx); local 280 span.facing = swrast->PointLineFacing; 365 SWcontext *swrast = SWRAST_CONTEXT(ctx); local 383 span.facing = swrast->PointLineFacing; 454 SWcontext *swrast = SWRAST_CONTEXT(ctx); local 460 SWspan *span = &(swrast->PointSpan); 470 span->arrayAttribs = swrast->_ActiveAttribMask; /* we'll produce these vals */ 479 (swrast->_RasterMask & (BLEND_BIT | LOGIC_OP_BIT | MASKING_BIT)) | 544 SWcontext *swrast = SWRAST_CONTEXT(ctx); local [all...] |