summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/draw/draw_llvm.c
AgeCommit message (Expand)Author
2010-04-13draw llvm: Initialize variable.Vinson Lee
2010-04-08draw: Fix vertex buffer indexation.José Fonseca
2010-04-08draw llvm: Remove unnecessary header.Vinson Lee
2010-04-07draw llvm: highly reduce the compilation times for draw llvmZack Rusin
2010-04-07draw: Fix MSVC build (snprintf->util_snprintf).José Fonseca
2010-04-07llvmpipe: Fix USE_DRAW_LLVM build. Use lp_build_engine.José Fonseca
2010-04-06draw llvm: disable printing of the LLVM irZack Rusin
2010-04-06draw llvm: implement simple pipeline caching using variantsZack Rusin
2010-04-06draw llvm: fix iteration for larger vertex arraysZack Rusin
2010-04-06draw llvm: iterate with the correct stop over the outputsZack Rusin
2010-04-06draw llvm: fix draw arraysZack Rusin
2010-04-06draw llvm: fix loop iteration and vertex header offsetsZack Rusin
2010-04-05draw llvm: when generating the vertex_header struct adjust its nameZack Rusin
2010-04-02draw llvm: fix storing of outputs for the rest of the pipelineZack Rusin
2010-04-01draw llvm: a lot better storing implementationZack Rusin
2010-03-31draw llvm: fix iteration over buffersZack Rusin
2010-03-30draw llvm: fix a warningZack Rusin
2010-03-30draw llvm: actually set the constant buffers on the contextZack Rusin
2010-03-30draw llvm: fix some silly mistakesZack Rusin
2010-03-30draw llvm: various fixes for the translation codeZack Rusin
2010-03-29draw llvmpipe: lots of fixes for fetch/emitZack Rusin
2010-02-22gallium/draw: initial code to properly support llvm in the draw moduleZack Rusin