summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/draw
Commit message (Expand)AuthorAgeFilesLines
* draw/llvm: implement fetch elts pathsZack Rusin2010-04-263-31/+160
* draw: Always use the llvm middle end when available & enabled.José Fonseca2010-04-262-17/+23
* draw: Pass-through pipe_buffer::max_index to translate.José Fonseca2010-04-267-19/+34
* draw: Respect pipe_vertex_buffer::max_index in llvm generated code.José Fonseca2010-04-252-4/+13
* gallium/draw: remove old commentBrian Paul2010-04-231-1/+0
* gallium: Convert some uses of get option to staticJakob Bornecrantz2010-04-232-5/+12
* draw: use FREE() instead of free()Stephen Johnson2010-04-231-1/+1
* gallivm: implement indirect addressing over temporariesZack Rusin2010-04-221-1/+2
* draw: Make LLVM integration work without llvmpipe too (e.g. sofptipe).José Fonseca2010-04-211-0/+1
* gallium/draw: fix point sprite handlingBrian Paul2010-04-216-4/+25
* gallium/draw: use local var to simplify codeBrian Paul2010-04-211-17/+18
* gallivm: Universal format support on lp_build_fetch_rgba_aos via util_format_...José Fonseca2010-04-201-1/+3
* draw: Fallback to gallivm for translation of A8R8G8B8/B8G8R8A8/R10G10B10X2/R1...José Fonseca2010-04-201-4/+20
* 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