/external/chromium_org/third_party/mesa/src/src/gallium/targets/egl-static/ |
SConscript | 40 env.Prepend(LIBS = [llvmpipe])
|
/external/mesa3d/docs/ |
relnotes-8.0.html | 48 <li>GL_OES_compressed_ETC1_RGB8_texture (softpipe, llvmpipe)
|
contents.html | 66 <li><a href="llvmpipe.html" target="MainFrame">Gallium llvmpipe driver</a>
|
helpwanted.html | 51 target="_parent"><b>LLVMpipe - todo</b></a></li>
|
relnotes-7.9.html | 56 and llvmpipe Gallium drivers) 57 <li>GL_EXT_draw_buffers2 (in nv50, r600, softpipe, and llvmpipe Gallium 59 <li>GL_EXT_texture_swizzle (in nvfx, r300, r600, softpipe, and llvmpipe 62 llvmpipe Gallium drivers)
|
envvars.html | 153 <h3>LLVMpipe driver environment variables</h3> 155 <li>LP_NO_RAST - if set LLVMpipe will no-op rasterization
|
relnotes-7.10.3.html | 51 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=32564">Bug 32564</a> - [llvmpipe] prog: Unknown command line argument '-disable-mmx'. Try: 'prog -help' with llvm-2.9svn</li> 115 <li>llvmpipe: document issue with LLVM 2.8 and earlier with AVX</li> 116 <li>docs: replace llvmpipe/README with docs/llvmpipe.html</li> 216 <li>llvmpipe: Update readme.</li>
|
/external/mesa3d/src/gallium/ |
SConscript | 17 'drivers/llvmpipe/SConscript',
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
lp_limits.h | 29 * Implementation limits for LLVMpipe driver.
|
lp_texture.c | 588 * where it would happen. For llvmpipe, nothing to do. 603 struct llvmpipe_context *llvmpipe = llvmpipe_context(pipe); local 632 if (resource == llvmpipe->constants[PIPE_SHADER_FRAGMENT][0]) 633 llvmpipe->dirty |= LP_NEW_CONSTANTS; 657 * where it would happen. For llvmpipe, nothing to do. 744 struct llvmpipe_context *llvmpipe = llvmpipe_context( pipe ); local 749 return lp_setup_is_resource_referenced(llvmpipe->setup, presource); [all...] |
/external/mesa3d/src/gallium/targets/egl-static/ |
SConscript | 40 env.Prepend(LIBS = [llvmpipe])
|
/external/chromium_org/third_party/mesa/src/docs/ |
contents.html | 66 <li><a href="llvmpipe.html" target="MainFrame">Gallium llvmpipe driver</a>
|
helpwanted.html | 51 target="_parent"><b>LLVMpipe - todo</b></a></li>
|
relnotes-7.9.html | 56 and llvmpipe Gallium drivers) 57 <li>GL_EXT_draw_buffers2 (in nv50, r600, softpipe, and llvmpipe Gallium 59 <li>GL_EXT_texture_swizzle (in nvfx, r300, r600, softpipe, and llvmpipe 62 llvmpipe Gallium drivers)
|
envvars.html | 153 <h3>LLVMpipe driver environment variables</h3> 155 <li>LP_NO_RAST - if set LLVMpipe will no-op rasterization
|
relnotes-7.10.3.html | 51 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=32564">Bug 32564</a> - [llvmpipe] prog: Unknown command line argument '-disable-mmx'. Try: 'prog -help' with llvm-2.9svn</li> 115 <li>llvmpipe: document issue with LLVM 2.8 and earlier with AVX</li> 116 <li>docs: replace llvmpipe/README with docs/llvmpipe.html</li> 216 <li>llvmpipe: Update readme.</li>
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/ |
lp_texture.c | 588 * where it would happen. For llvmpipe, nothing to do. 603 struct llvmpipe_context *llvmpipe = llvmpipe_context(pipe); local 632 if (resource == llvmpipe->constants[PIPE_SHADER_FRAGMENT][0]) 633 llvmpipe->dirty |= LP_NEW_CONSTANTS; 657 * where it would happen. For llvmpipe, nothing to do. 744 struct llvmpipe_context *llvmpipe = llvmpipe_context( pipe ); local 749 return lp_setup_is_resource_referenced(llvmpipe->setup, presource); [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/postprocess/ |
ADDING | 8 You can translate GLSL/ARB fairly easily via llvmpipe (LP_DEBUG=tgsi). I don't know the
|
/external/chromium_org/third_party/mesa/src/src/gallium/targets/libgl-xlib/ |
Makefile | 55 PIPE_DRIVERS += $(TOP)/src/gallium/drivers/llvmpipe/libllvmpipe.a
|
xlib.c | 45 * one of the software rasterizers (llvmpipe, softpipe) and the
|
/external/mesa3d/src/gallium/auxiliary/postprocess/ |
ADDING | 8 You can translate GLSL/ARB fairly easily via llvmpipe (LP_DEBUG=tgsi). I don't know the
|
/external/mesa3d/src/gallium/targets/libgl-xlib/ |
Makefile | 55 PIPE_DRIVERS += $(TOP)/src/gallium/drivers/llvmpipe/libllvmpipe.a
|
xlib.c | 45 * one of the software rasterizers (llvmpipe, softpipe) and the
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/ |
lp_bld_init.c | 570 LLVMWriteBitcodeToFile(gallivm->module, "llvmpipe.bc"); 571 debug_printf("llvmpipe.bc written\n"); 572 debug_printf("Invoke as \"llc -o - llvmpipe.bc\"\n");
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
lp_bld_init.c | 570 LLVMWriteBitcodeToFile(gallivm->module, "llvmpipe.bc"); 571 debug_printf("llvmpipe.bc written\n"); 572 debug_printf("Invoke as \"llc -o - llvmpipe.bc\"\n");
|