HomeSort by relevance Sort by last modified time
    Searched full:llvmpipe (Results 51 - 75 of 142) sorted by null

1 23 4 5 6

  /external/chromium_org/third_party/mesa/src/docs/
relnotes-7.10.html 44 <li>GL_NV_primitive_restart extension (Gallium softpipe, llvmpipe).
69 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=30974">Bug 30974</a> - [llvmpipe] SIGABRT src/gallium/drivers/llvmpipe/lp_state_fs.c:779</li>
117 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=32070">Bug 32070</a> - llvmpipe renders stencil demo incorrectly</li>
218 <li>llvmpipe: cast to silence warning</li>
219 <li>llvmpipe: s/boolean/unsigned/ in bitfield to silence warning</li>
236 <li>llvmpipe: fix query bug when no there's no scene</li>
238 <li>llvmpipe: maintain fragment shader state for draw module</li>
239 <li>llvmpipe: indentation fix</li>
240 <li>llvmpipe: reformatting, remove trailing whitespace, etc</li
    [all...]
relnotes-7.6.html 69 <li>Initial version of Gallium llvmpipe driver. This is a new driver based
71 an "alpha" stage driver. See the src/gallium/drivers/llvmpipe/README
relnotes-8.0.html 48 <li>GL_OES_compressed_ETC1_RGB8_texture (softpipe, llvmpipe)
  /external/mesa3d/docs/
relnotes-7.10.html 44 <li>GL_NV_primitive_restart extension (Gallium softpipe, llvmpipe).
69 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=30974">Bug 30974</a> - [llvmpipe] SIGABRT src/gallium/drivers/llvmpipe/lp_state_fs.c:779</li>
117 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=32070">Bug 32070</a> - llvmpipe renders stencil demo incorrectly</li>
218 <li>llvmpipe: cast to silence warning</li>
219 <li>llvmpipe: s/boolean/unsigned/ in bitfield to silence warning</li>
236 <li>llvmpipe: fix query bug when no there's no scene</li>
238 <li>llvmpipe: maintain fragment shader state for draw module</li>
239 <li>llvmpipe: indentation fix</li>
240 <li>llvmpipe: reformatting, remove trailing whitespace, etc</li
    [all...]
relnotes-7.6.html 69 <li>Initial version of Gallium llvmpipe driver. This is a new driver based
71 an "alpha" stage driver. See the src/gallium/drivers/llvmpipe/README
  /external/chromium_org/third_party/mesa/src/src/gallium/targets/dri-swrast/
Makefile 18 PIPE_DRIVERS += $(TOP)/src/gallium/drivers/llvmpipe/libllvmpipe.a
  /external/chromium_org/third_party/mesa/src/src/gallium/targets/libgl-gdi/
SConscript 28 drivers += [llvmpipe]
  /external/chromium_org/third_party/mesa/src/src/gallium/targets/libgl-xlib/
SConscript 47 env.Prepend(LIBS = [llvmpipe])
  /external/mesa3d/src/gallium/targets/dri-swrast/
Makefile 18 PIPE_DRIVERS += $(TOP)/src/gallium/drivers/llvmpipe/libllvmpipe.a
  /external/mesa3d/src/gallium/targets/libgl-gdi/
SConscript 28 drivers += [llvmpipe]
  /external/mesa3d/src/gallium/targets/libgl-xlib/
SConscript 47 env.Prepend(LIBS = [llvmpipe])
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_state_fs.c 1306 struct llvmpipe_context *llvmpipe = llvmpipe_context(pipe); local
1398 struct llvmpipe_context *llvmpipe = llvmpipe_context(pipe); local
1461 struct llvmpipe_context *llvmpipe = llvmpipe_context(pipe); local
1497 struct llvmpipe_context *llvmpipe = llvmpipe_context(pipe); local
    [all...]
lp_draw_arrays.c 115 llvmpipe_init_draw_funcs(struct llvmpipe_context *llvmpipe)
117 llvmpipe->pipe.draw_vbo = llvmpipe_draw_vbo;
Makefile 4 LIBNAME = llvmpipe
lp_limits.h 29 * Implementation limits for LLVMpipe driver.
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_state_fs.c 1306 struct llvmpipe_context *llvmpipe = llvmpipe_context(pipe); local
1398 struct llvmpipe_context *llvmpipe = llvmpipe_context(pipe); local
1461 struct llvmpipe_context *llvmpipe = llvmpipe_context(pipe); local
1497 struct llvmpipe_context *llvmpipe = llvmpipe_context(pipe); local
    [all...]
lp_draw_arrays.c 115 llvmpipe_init_draw_funcs(struct llvmpipe_context *llvmpipe)
117 llvmpipe->pipe.draw_vbo = llvmpipe_draw_vbo;
Makefile 4 LIBNAME = llvmpipe
  /external/chromium_org/third_party/mesa/src/src/gallium/docs/source/
debugging.rst 78 Debug :ref:`flags` for the llvmpipe driver.
82 Number of threads that the llvmpipe driver should use.
  /external/mesa3d/src/gallium/docs/source/
debugging.rst 78 Debug :ref:`flags` for the llvmpipe driver.
82 Number of threads that the llvmpipe driver should use.
  /external/chromium_org/third_party/mesa/src/src/gallium/targets/pipe-loader/
Makefile 71 ifneq ($(findstring llvmpipe,$(GALLIUM_DRIVERS_DIRS)),)
72 swrast_LIBS = $(TOP)/src/gallium/drivers/llvmpipe/libllvmpipe.a
126 ifneq ($(filter llvmpipe softpipe,$(GALLIUM_DRIVERS_DIRS)),)
  /external/mesa3d/src/gallium/targets/pipe-loader/
Makefile 71 ifneq ($(findstring llvmpipe,$(GALLIUM_DRIVERS_DIRS)),)
72 swrast_LIBS = $(TOP)/src/gallium/drivers/llvmpipe/libllvmpipe.a
126 ifneq ($(filter llvmpipe softpipe,$(GALLIUM_DRIVERS_DIRS)),)
  /external/chromium_org/third_party/mesa/src/src/gallium/targets/egl-static/
Makefile 159 # llvmpipe
160 ifneq ($(findstring llvmpipe,$(GALLIUM_DRIVERS_DIRS)),)
162 egl_LIBS += $(TOP)/src/gallium/drivers/llvmpipe/libllvmpipe.a
  /external/mesa3d/src/gallium/targets/egl-static/
Makefile 159 # llvmpipe
160 ifneq ($(findstring llvmpipe,$(GALLIUM_DRIVERS_DIRS)),)
162 egl_LIBS += $(TOP)/src/gallium/drivers/llvmpipe/libllvmpipe.a
  /external/chromium_org/third_party/mesa/src/src/gallium/
SConscript 17 'drivers/llvmpipe/SConscript',

Completed in 274 milliseconds

1 23 4 5 6