summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/draw/draw_llvm.c
Commit message (Expand)AuthorAgeFilesLines
* gallium: remove PIPE_MAX_VERTEX/GEOMETRY_SAMPLERS #defineBrian Paul2012-08-161-2/+2
* draw: index samplers and sampler_view state by shader typeBrian Paul2012-08-161-7/+9
* draw: Ensure channel in convert_to_soa is initialized.Vinson Lee2012-08-031-1/+1
* gallivm,draw,llvmpipe: Support wider native registers.José Fonseca2012-07-171-473/+286
* llvmpipe: Add vertex id support.Olivier Galibert2012-06-191-13/+19
* llvmpipe: Simplify and fix system variables fetch.Olivier Galibert2012-06-191-7/+3
* draw: Ensure that the vertex_header type size matches expectation.José Fonseca2012-06-181-0/+3
* draw,llvmpipe: Avoid named struct types on LLVM 3.0 and later.José Fonseca2012-05-161-20/+4
* gallium: add void *user_buffer in pipe_vertex_bufferMarek Olšák2012-04-301-2/+3
* draw/llvm: add clip distance supportDave Airlie2012-03-061-46/+77
* draw/llvm: fix storing of clipvertex and positions into pre_clip_pos (v2)Dave Airlie2012-03-061-8/+11
* draw/llvm: fix clipvertex setting up clipmask. (v2)Dave Airlie2012-03-061-11/+30
* llvmpipe: fix fogcoord writing (v2)Dave Airlie2012-02-151-4/+12
* gallium: Prefix #defines in tgsi_exec.h with TGSI_Tom Stellard2012-01-301-23/+23
* draw: Ensure that prepare is always run after LLVM garbagge collection.José Fonseca2012-01-271-0/+5
* draw: Store the new pre_clip_pos member as well.José Fonseca2012-01-111-6/+16
* draw/softpipe: add clip vertex support. (v2)Dave Airlie2012-01-111-4/+8
* Squash-merge branch 'gallium-clip-state'Marek Olšák2012-01-101-9/+11
* draw/llvm: silence uninitialized variable warningsBrian Paul2011-11-101-0/+2
* draw/llvm: fix hard-coded number of total clip planesBrian Paul2011-10-111-7/+12
* gallium: move border color to be a color unionDave Airlie2011-09-271-1/+1
* draw/llvm: combine draw_llvm_generate() and draw_llvm_generate_elts()Brian Paul2011-09-101-273/+97
* llvmpipe: fix build with LLVM 3.0svnTobias Droste2011-07-191-13/+35
* draw: Fix fetch_max calculation.José Fonseca2011-07-041-1/+2
* Gallium: fix buffer overflowMicael Dias2011-07-011-0/+11
* draw/llvm: whitespace, formatting fixesBrian Paul2011-06-071-38/+51
* llvmpipe: Take the sampler view's first_level into account when sampling.Fabian Bieler2011-04-081-2/+7
* draw: implement vertex color clamping, and disable SSE and PPC pathsLuca Barbieri2011-03-311-3/+32
* gallium: remove pipe_vertex_buffer::max_indexMarek Olšák2011-02-141-13/+4
* draw: Do not use LLVM's opaque types.José Fonseca2011-01-241-1/+1
* draw: add missing LP_CHECK_MEMBER_OFFSET()Brian Paul2011-01-151-0/+2
* Merge branch 'draw-instanced'Brian Paul2011-01-151-4/+17
|\
| * gallivm/llvmpipe: implement system values and instanceIDBrian Paul2010-12-081-4/+17
* | draw/llvm: remove extraneous conditionalBrian Paul2010-12-091-6/+4
* | gallivm/llvmpipe: squash merge of the llvm-context branchBrian Paul2010-11-301-375/+478
|/
* gallivm: Remove the EMMS opcodes.José Fonseca2010-10-281-10/+0
* draw: fix typo in commentBrian Paul2010-10-211-1/+1
* draw: Remove unnecessary header.Vinson Lee2010-10-211-1/+0
* draw: use float version of LLVM Mul/Add instructionsBrian Paul2010-10-201-7/+7
* llvmpipe/draw: always enable LLVMAddInstructionCombiningPass()Brian Paul2010-10-201-7/+1
* draw: Move loop variable declaration outside for loop.Vinson Lee2010-10-191-1/+2
* draw: make sure viewport gets updated in draw llvm shaderKeith Whitwell2010-10-191-26/+40
* Merge branch 'llvm-cliptest-viewport'Keith Whitwell2010-10-191-29/+422
|\
| * draw: corrections to allow for different cliptest casesHui Qi Tay2010-10-191-3/+5
| * llvmpipe: clean up fields in draw_llvm_variant_keyKeith Whitwell2010-10-171-10/+5
| * draw: corrections for w coordinateHui Qi Tay2010-10-171-2/+3
| * draw: sanitize llvm variant keyHui Qi Tay2010-10-141-0/+1
| * draw: some changes to allow for runtime changes to userclip planesdelphi2010-10-101-16/+54
| * draw: added userclip planes and updated variant_keydelphi2010-10-041-44/+94
| * draw: added viewport and cliptest flagsHui Qi Tay2010-09-291-45/+85