HomeSort by relevance Sort by last modified time
    Searched full:swrast (Results 301 - 325 of 379) sorted by null

<<111213141516

  /external/chromium_org/third_party/mesa/src/docs/
install.html 120 <li>build/windows-x86-debug/mesa/drivers/windows/gdi/opengl32.dll &mdash; Mesa + swrast, binary compatible with Windows's opengl32.dll
sourcetree.html 66 <li><b>swrast</b> - Software rasterization module. For drawing points,
relnotes-7.10.3.html 153 <li>swrast: Don't assert against glReadPixels of GL_RED and GL_RG.</li>
160 <li>swrast: Don't try to adjust_colors for &lt;8bpc when handling R16, RG1616.</li>
255 <li>swrast: BlitFramebuffer should not be killed by conditional rendering</li>
relnotes-7.11.1.html 58 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=37907">Bug 37907</a> - [swrast] SIGSEGV swrast/s_depth.c:569</li>
126 <li>swrast: don't try to do depth testing if there's no depth buffer</li>
relnotes-7.9.1.html 47 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=29946">Bug 29946</a> - [swrast] piglit valgrind glsl-array-bounds-04 fails</li>
141 <li>swrast: fix choose_depth_texture_level() to respect mipmap filtering state</li>
149 <li>swrast: init alpha value to 1.0 in opt_sample_rgb_2d()</li>
relnotes-7.10.html 57 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=29946">Bug 29946</a> - [swrast] piglit valgrind glsl-array-bounds-04 fails</li>
253 <li>configs: remove egl-swrast target from linux-dri config</li>
262 <li>swrast: update comments for REMAINDER() macro</li>
279 <li>swrast: fix choose_depth_texture_level() to respect mipmap filtering state</li>
453 <li>swrast: init alpha value to 1.0 in opt_sample_rgb_2d()</li>
471 <li>swrast: avoid large stack allocations in blend code</li>
472 <li>swrast: avoid large stack allocations in tex combine code</li>
481 <li>swrast: allow GL_RG format in glDrawPixels()</li>
482 <li>swrast: fix indentation</li>
483 <li>swrast: accept GL_RG in glReadPixels()</li
    [all...]
intro.html 151 There's also several software-based renderers: swrast (the legacy
  /external/chromium_org/third_party/mesa/src/src/egl/drivers/dri2/
platform_x11.c 219 assert(dri2_dpy->swrast);
221 (*dri2_dpy->swrast->createNewDrawable) (dri2_dpy->dri_screen,
312 assert(dri2_dpy->swrast);
760 assert(dri2_dpy->swrast);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_context.c 95 * No longer use swrast, swsetup, tnl.
  /external/mesa3d/docs/
install.html 120 <li>build/windows-x86-debug/mesa/drivers/windows/gdi/opengl32.dll &mdash; Mesa + swrast, binary compatible with Windows's opengl32.dll
sourcetree.html 66 <li><b>swrast</b> - Software rasterization module. For drawing points,
relnotes-7.10.3.html 153 <li>swrast: Don't assert against glReadPixels of GL_RED and GL_RG.</li>
160 <li>swrast: Don't try to adjust_colors for &lt;8bpc when handling R16, RG1616.</li>
255 <li>swrast: BlitFramebuffer should not be killed by conditional rendering</li>
relnotes-7.11.1.html 58 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=37907">Bug 37907</a> - [swrast] SIGSEGV swrast/s_depth.c:569</li>
126 <li>swrast: don't try to do depth testing if there's no depth buffer</li>
relnotes-7.9.1.html 47 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=29946">Bug 29946</a> - [swrast] piglit valgrind glsl-array-bounds-04 fails</li>
141 <li>swrast: fix choose_depth_texture_level() to respect mipmap filtering state</li>
149 <li>swrast: init alpha value to 1.0 in opt_sample_rgb_2d()</li>
relnotes-7.10.html 57 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=29946">Bug 29946</a> - [swrast] piglit valgrind glsl-array-bounds-04 fails</li>
253 <li>configs: remove egl-swrast target from linux-dri config</li>
262 <li>swrast: update comments for REMAINDER() macro</li>
279 <li>swrast: fix choose_depth_texture_level() to respect mipmap filtering state</li>
453 <li>swrast: init alpha value to 1.0 in opt_sample_rgb_2d()</li>
471 <li>swrast: avoid large stack allocations in blend code</li>
472 <li>swrast: avoid large stack allocations in tex combine code</li>
481 <li>swrast: allow GL_RG format in glDrawPixels()</li>
482 <li>swrast: fix indentation</li>
483 <li>swrast: accept GL_RG in glReadPixels()</li
    [all...]
intro.html 151 There's also several software-based renderers: swrast (the legacy
  /external/mesa3d/src/egl/drivers/dri2/
platform_x11.c 219 assert(dri2_dpy->swrast);
221 (*dri2_dpy->swrast->createNewDrawable) (dri2_dpy->dri_screen,
312 assert(dri2_dpy->swrast);
760 assert(dri2_dpy->swrast);
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_context.c 95 * No longer use swrast, swsetup, tnl.
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
intel_tris.c 43 #include "swrast/swrast.h"
1066 * while the pipeline is running will result in mismatched swrast
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i915/
intel_tris.c 43 #include "swrast/swrast.h"
1066 * while the pipeline is running will result in mismatched swrast
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
xm_api.c 75 #include "swrast/swrast.h"
76 #include "swrast/s_renderbuffer.h"
958 /* swrast setup */
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
texcompress_rgtc.c 46 #include "swrast/s_context.h"
texcompress_s3tc.c 47 #include "swrast/s_context.h"
  /external/mesa3d/src/mesa/drivers/x11/
xm_api.c 75 #include "swrast/swrast.h"
76 #include "swrast/s_renderbuffer.h"
958 /* swrast setup */
    [all...]
  /external/mesa3d/src/mesa/main/
texcompress_rgtc.c 46 #include "swrast/s_context.h"

Completed in 636 milliseconds

<<111213141516