scons: Make LLVM a black-white dependency.
[mesa.git] / src / gallium / auxiliary / draw / draw_llvm.c
2010-04-09 Brian PaulMerge branch '7.8'
2010-04-08 José Fonsecadraw: Fix vertex buffer indexation.
2010-04-08 Vinson Leedraw llvm: Remove unnecessary header.
2010-04-08 Dave AirlieMerge remote branch 'origin/7.8'
2010-04-07 Zack Rusindraw llvm: highly reduce the compilation times for...
2010-04-07 José Fonsecadraw: Fix MSVC build (snprintf->util_snprintf).
2010-04-07 José Fonsecallvmpipe: Fix USE_DRAW_LLVM build. Use lp_build_engine.
2010-04-07 Zack Rusindraw llvm: disable printing of the LLVM ir
2010-04-07 Zack RusinMerge branch 'gallium_draw_llvm'
2010-04-06 Zack Rusindraw llvm: implement simple pipeline caching using...
2010-04-06 Zack Rusindraw llvm: fix iteration for larger vertex arrays
2010-04-06 Zack Rusindraw llvm: iterate with the correct stop over the outputs
2010-04-06 Zack Rusindraw llvm: fix draw arrays
2010-04-06 Zack Rusindraw llvm: fix loop iteration and vertex header offsets
2010-04-05 Zack Rusindraw llvm: when generating the vertex_header struct...
2010-04-02 Zack Rusindraw llvm: fix storing of outputs for the rest of the...
2010-04-01 Zack Rusindraw llvm: a lot better storing implementation
2010-04-01 Zack RusinMerge remote branch 'origin/master' into gallium_draw_llvm
2010-04-01 Zack Rusindraw llvm: fix iteration over buffers
2010-03-31 Zack RusinMerge remote branch 'origin/master' into gallium_draw_llvm
2010-03-31 Zack Rusindraw llvm: fix a warning
2010-03-30 Zack Rusindraw llvm: actually set the constant buffers on the...
2010-03-30 Zack Rusindraw llvm: fix some silly mistakes
2010-03-30 Zack Rusindraw llvm: various fixes for the translation code
2010-03-29 Zack Rusindraw llvmpipe: lots of fixes for fetch/emit
2010-03-15 Zack RusinMerge remote branch 'origin/master' into gallium_draw_llvm
2010-02-23 Zack Rusingallium/draw: initial code to properly support llvm...