HomeSort by relevance Sort by last modified time
    Searched full:swrast (Results 176 - 200 of 377) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
intel_tex.c 1 #include "swrast/swrast.h"
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_bitmap.c 26 * \file swrast/s_bitmap.c
153 SWcontext *swrast = SWRAST_CONTEXT(ctx);
s_zoom.c 134 SWcontext *swrast = SWRAST_CONTEXT(ctx); local
144 if (!swrast->ZoomedArrays) {
146 swrast->ZoomedArrays = (SWspanarrays *) CALLOC(sizeof(SWspanarrays));
147 if (!swrast->ZoomedArrays)
162 zoomed.array = swrast->ZoomedArrays;
  /external/mesa3d/docs/
relnotes-7.8.3.html 56 <li>Fixed a bug rendering to 16-bit buffers using swrast.</li>
59 <li>Fixed an issue rendering to 32-bit channels with swrast (bug
relnotes-8.0.3.html 44 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=30102">Bug 30102</a> - glean depthStencil test fails BadLength with indirect non-swrast rendering</li>
72 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=46834">Bug 46834</a> - small performance when playing flightgear (swrast fallback through GTT mapping)</li>
80 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=49124">Bug 49124</a> - swrast/s_texfetch.c:1156: set_fetch_functions: Assertion `texImage-&gt;FetchTexel' failed.</li>
127 <li>swrast: include s_fragprog.h to silence warnings</li>
304 <li>swrast: Fix memory leaks in blit_linear.</li>
relnotes-9.0.3.html 47 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=54240">Bug 54240</a> - [swrast] piglit fbo-generatemipmap-filtering regression</li>
55 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=57754">Bug 57754</a> - [swrast] Mesa 9.1-devel implementation error: Unable to delete renderbuffer, no context</li>
65 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=59873">Bug 59873</a> - [swrast] piglit ext_framebuffer_multisample-interpolation 0 centroid-edges regression</li>
226 <li>radeon: Initialize swrast before setting limits</li>
227 <li>r200: Initialize swrast before setting limits</li>
  /external/mesa3d/doxygen/
main.doxy 47 swrast.tag=../swrast \
math.doxy 45 swrast.tag=../swrast \
swrast_setup.doxy 46 swrast.tag=../swrast \
tnl.doxy 47 swrast.tag=../swrast \
tnl_dd.doxy 45 swrast.tag=../swrast \
vbo.doxy 46 swrast.tag=../swrast \
  /external/mesa3d/src/gallium/state_trackers/d3d1x/dxgi/src/
dxgi_loader.cpp 144 /* swrast */
203 struct pipe_module *pmod = get_pipe_module("swrast");
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_pixel.c 33 #include "swrast/swrast.h"
intel_tex.c 1 #include "swrast/swrast.h"
  /external/mesa3d/src/mesa/swrast/
s_bitmap.c 26 * \file swrast/s_bitmap.c
153 SWcontext *swrast = SWRAST_CONTEXT(ctx);
s_zoom.c 134 SWcontext *swrast = SWRAST_CONTEXT(ctx); local
144 if (!swrast->ZoomedArrays) {
146 swrast->ZoomedArrays = (SWspanarrays *) CALLOC(sizeof(SWspanarrays));
147 if (!swrast->ZoomedArrays)
162 zoomed.array = swrast->ZoomedArrays;
  /external/chromium_org/third_party/mesa/src/docs/
relnotes-8.0.3.html 44 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=30102">Bug 30102</a> - glean depthStencil test fails BadLength with indirect non-swrast rendering</li>
72 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=46834">Bug 46834</a> - small performance when playing flightgear (swrast fallback through GTT mapping)</li>
80 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=49124">Bug 49124</a> - swrast/s_texfetch.c:1156: set_fetch_functions: Assertion `texImage-&gt;FetchTexel' failed.</li>
127 <li>swrast: include s_fragprog.h to silence warnings</li>
304 <li>swrast: Fix memory leaks in blit_linear.</li>
relnotes-9.0.3.html 47 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=54240">Bug 54240</a> - [swrast] piglit fbo-generatemipmap-filtering regression</li>
55 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=57754">Bug 57754</a> - [swrast] Mesa 9.1-devel implementation error: Unable to delete renderbuffer, no context</li>
65 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=59873">Bug 59873</a> - [swrast] piglit ext_framebuffer_multisample-interpolation 0 centroid-edges regression</li>
226 <li>radeon: Initialize swrast before setting limits</li>
227 <li>r200: Initialize swrast before setting limits</li>
  /external/chromium_org/third_party/mesa/src/src/mesa/tnl/
t_vb_program.c 43 #include "swrast/s_context.h"
190 * The texture sampling code is in swrast, though it doesn't have any
191 * real dependencies on the rest of swrast. It should probably be
198 SWcontext *swrast = SWRAST_CONTEXT(ctx); local
201 swrast->TextureSample[unit](ctx, _mesa_get_samplerobj(ctx, unit),
  /external/mesa3d/src/mesa/tnl/
t_vb_program.c 43 #include "swrast/s_context.h"
190 * The texture sampling code is in swrast, though it doesn't have any
191 * real dependencies on the rest of swrast. It should probably be
198 SWcontext *swrast = SWRAST_CONTEXT(ctx); local
201 swrast->TextureSample[unit](ctx, _mesa_get_samplerobj(ctx, unit),
  /external/chromium_org/third_party/mesa/src/src/egl/drivers/dri2/
egl_dri2.c 324 { __DRI_SWRAST, 2, offsetof(struct dri2_egl_display, swrast) },
446 dri2_dpy->driver_name = "swrast";
469 assert(dri2_dpy->swrast);
481 assert(dri2_dpy->dri2 || dri2_dpy->swrast);
511 assert(dri2_dpy->swrast);
513 dri2_dpy->swrast->createNewScreen(0, dri2_dpy->extensions,
538 assert(dri2_dpy->swrast);
845 assert(dri2_dpy->swrast);
847 dri2_dpy->swrast->createNewContextForAPI(dri2_dpy->dri_screen,
    [all...]
  /external/mesa3d/src/egl/drivers/dri2/
egl_dri2.c 324 { __DRI_SWRAST, 2, offsetof(struct dri2_egl_display, swrast) },
446 dri2_dpy->driver_name = "swrast";
469 assert(dri2_dpy->swrast);
481 assert(dri2_dpy->dri2 || dri2_dpy->swrast);
511 assert(dri2_dpy->swrast);
513 dri2_dpy->swrast->createNewScreen(0, dri2_dpy->extensions,
538 assert(dri2_dpy->swrast);
845 assert(dri2_dpy->swrast);
847 dri2_dpy->swrast->createNewContextForAPI(dri2_dpy->dri_screen,
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/common/
driverfuncs.c 52 #include "swrast/swrast.h"
53 #include "swrast/s_renderbuffer.h"
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_context.c 47 #include "swrast/swrast.h"
327 /* Configure swrast and T&L to match hardware characteristics:

Completed in 308 milliseconds

1 2 3 4 5 6 78 91011>>