summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/draw
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'gallium-front-ccw'Keith Whitwell2010-05-215-17/+27
|\
| * draw: fix front/back error in unfilled pipeline stageKeith Whitwell2010-05-141-3/+4
| * draw: fix typo checking for unfilled polygonsKeith Whitwell2010-05-141-1/+1
| * gallium: convert rasterizer state to use gl-style front/back conceptsKeith Whitwell2010-05-145-16/+25
* | draw: Use GALLIVM_DEBUG opt.José Fonseca2010-05-151-21/+34
|/
* draw: silence casting warningsBrian Paul2010-05-131-5/+38
* gallivm: Add an alternative to LLVMDumpValue that works with Windows GUI apps.José Fonseca2010-05-081-5/+5
* gallium/draw: additional comments in the clipping codeBrian Paul2010-05-071-5/+10
* gallivm: Require SSE2 for draw_llvm/llvmpipe due to LLVM PR6960.Török Edwin2010-05-061-1/+8
* gallium: still more provoking vertex fixesBrian Paul2010-05-052-11/+22
* gallium: added edge flag print/debug code (disabled)Brian Paul2010-05-051-0/+20
* gallium: rename draw() to draw_elements() in vbuf codeBrian Paul2010-05-055-24/+24
* gallium: rework provoking vertex codeBrian Paul2010-05-055-49/+123
* draw: Remove unnecessary header.Vinson Lee2010-05-041-1/+0
* draw: Preserve the provoking vertex both when decomposing and clipping.José Fonseca2010-05-052-23/+31
* draw: Adjust wideline vertex coords for D3D.Brian Paul2010-05-051-27/+34
* Reorder LLVM passes, running mem2reg earlier.Török Edwin2010-05-031-2/+2
* draw: Remove draw_pt_fetch_prepare call from llvm middle end.José Fonseca2010-05-031-12/+0
* draw: Disable rtasm compilation when using LLVM.José Fonseca2010-05-031-6/+10
* draw: Fix memory leaks in llvm code.José Fonseca2010-04-302-0/+26
* draw llvm: stay in bounds even if fetch_count % 4 != 0Zack Rusin2010-04-291-2/+16
* gallium/draw: Fix PPC compiler warning.Michel Dänzer2010-04-291-1/+1
* gallium/draw: Fix PPC build failure.Michel Dänzer2010-04-291-1/+1
* draw: remove extra semicolonsBrian Paul2010-04-282-4/+4
* draw: use a cast wrapperBrian Paul2010-04-281-4/+11
* draw: put 'create' in the vs varient create function namesBrian Paul2010-04-285-12/+16
* draw: add missing function parameterBrian Paul2010-04-281-1/+2
* 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