summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/draw
Commit message (Expand)AuthorAgeFilesLines
* draw: Remove draw_vs_llvm.c.José Fonseca2010-04-203-140/+3
* Merge branch 'gallium-index-bias'José Fonseca2010-04-208-43/+63
|\
| * draw: No need to rebase for elt_bias.José Fonseca2010-04-201-7/+5
| * draw: Fix cache elt_bias implementation.José Fonseca2010-04-201-5/+8
| * draw: Fix typo resulting from bad regular expression in index bias addition.José Fonseca2010-04-201-4/+4
| * draw: Implement index bias.José Fonseca2010-04-198-46/+65
* | draw llvm: Move dereference of pointer after NULL check.Vinson Lee2010-04-201-1/+3
* | draw llvm: Remove unnecessary header.Vinson Lee2010-04-191-1/+0
* | draw llvm: make sure use_llvm isn't used when not definedZack Rusin2010-04-191-1/+1
* | draw llvm: fix typo (boolean, not bool)Zack Rusin2010-04-191-1/+1
* | draw llvm: allow runtime switching of pipelines (yes/no to llvm)Zack Rusin2010-04-192-1/+4
* | draw llvm: fix constructor messZack Rusin2010-04-193-28/+9
* | gallium/draw: use a local var to simplify some codeBrian Paul2010-04-191-8/+8
* | Merge branch '7.8'Brian Paul2010-04-197-41/+187
|\ \ | |/ |/|
| * gallium/draw: use correct rasterization state for wide/AA points/linesBrian Paul2010-04-197-41/+186
* | draw: Cosmetic cleanups and comments.José Fonseca2010-04-184-4/+10
* | draw llvm: Remove unnecessary header.Vinson Lee2010-04-161-1/+0
* | gallium/draw: fix breakage from moving lp_bld_* filesBrian Paul2010-04-162-2/+2
* | Merge the lp-surface-tiling branch into master.Brian Paul2010-04-162-0/+2
* | draw llvm: Initialize variable.Vinson Lee2010-04-131-1/+1
* | ffvertex: don't touch tex coords if coord replace is enabled.Dave Airlie2010-04-131-1/+4
* | scons: Make LLVM a black-white dependency.José Fonseca2010-04-115-7/+7
* | Squashed commit of the following:Keith Whitwell2010-04-102-14/+21
* | draw llvm: hook up the generated function into the draw elts pathZack Rusin2010-04-081-33/+7
* | 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-073-67/+56
* | draw: Fix MSVC build (snprintf->util_snprintf).José Fonseca2010-04-071-1/+2
* | draw: init draw->pt.middle.general = NULL just to be safeBrian Paul2010-04-071-0/+2
* | llvmpipe: Fix USE_DRAW_LLVM build. Use lp_build_engine.José Fonseca2010-04-072-7/+6
* | draw llvm: Remove unnecessary headers.Vinson Lee2010-04-072-5/+0
* | draw llvm: disable printing of the LLVM irZack Rusin2010-04-061-2/+2
* | gallium/draw: add additional DRAW_LLVM checkBrian Paul2010-04-061-0/+3
* | draw llvm: disable debugging outputZack Rusin2010-04-062-0/+4
* | draw llvm: implement simple pipeline caching using variantsZack Rusin2010-04-063-35/+103
* | 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-063-11/+14
* | draw llvm: fix loop iteration and vertex header offsetsZack Rusin2010-04-062-16/+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-024-54/+94
* | draw llvm: fix translation of formats with variable componentsZack Rusin2010-04-021-0/+13
* | draw llvm: a lot better storing implementationZack Rusin2010-04-013-4/+157
* | draw llvm: fix iteration over buffersZack Rusin2010-03-312-4/+26
* | Merge remote branch 'origin/master' into gallium_draw_llvmZack Rusin2010-03-309-190/+152
|\ \
| * | draw: Add EMIT_4UB_BGRA formatJakob Bornecrantz2010-03-263-8/+18
| * | draw: Use translate function instead of switch casesJakob Bornecrantz2010-03-266-144/+56
| * | Merge commit 'origin/master' into gallium-sampler-viewKeith Whitwell2010-03-132-10/+12
| |\ \
| * \ \ Merge branch 'master' into gallium-sampler-viewMichal Krol2010-03-1011-100/+35
| |\ \ \
| * | | | gallium: WIP: Introduce sampler views.Michal Krol2010-02-192-38/+78