summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/draw/draw_llvm.c
Commit message (Expand)AuthorAgeFilesLines
* draw: Fix vertex buffer indexation.José Fonseca2010-04-081-1/+1
* draw llvm: Remove unnecessary header.Vinson Lee2010-04-081-1/+0
* draw llvm: highly reduce the compilation times for draw llvmZack Rusin2010-04-071-16/+43
* draw: Fix MSVC build (snprintf->util_snprintf).José Fonseca2010-04-071-1/+2
* llvmpipe: Fix USE_DRAW_LLVM build. Use lp_build_engine.José Fonseca2010-04-071-2/+5
* draw llvm: disable printing of the LLVM irZack Rusin2010-04-061-2/+2
* draw llvm: implement simple pipeline caching using variantsZack Rusin2010-04-061-22/+53
* draw llvm: fix iteration for larger vertex arraysZack Rusin2010-04-061-8/+8
* draw llvm: iterate with the correct stop over the outputsZack Rusin2010-04-061-2/+1
* draw llvm: fix draw arraysZack Rusin2010-04-061-10/+11
* draw llvm: fix loop iteration and vertex header offsetsZack Rusin2010-04-061-14/+30
* draw llvm: when generating the vertex_header struct adjust its nameZack Rusin2010-04-051-1/+4
* draw llvm: fix storing of outputs for the rest of the pipelineZack Rusin2010-04-021-52/+89
* draw llvm: a lot better storing implementationZack Rusin2010-04-011-4/+144
* draw llvm: fix iteration over buffersZack Rusin2010-03-311-2/+23
* draw llvm: fix a warningZack Rusin2010-03-301-2/+3
* draw llvm: actually set the constant buffers on the contextZack Rusin2010-03-301-1/+1
* draw llvm: fix some silly mistakesZack Rusin2010-03-301-7/+15
* draw llvm: various fixes for the translation codeZack Rusin2010-03-301-6/+6
* draw llvmpipe: lots of fixes for fetch/emitZack Rusin2010-03-291-13/+142
* gallium/draw: initial code to properly support llvm in the draw moduleZack Rusin2010-02-221-0/+311