aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/draw
Commit message (Expand)AuthorAgeFilesLines
* draw: Silence tgsi_emit_sse2 failed messages.José Fonseca2011-03-041-1/+2
* draw: setup pipe's draw pointer for the aapoint stageBrian Paul2011-02-281-0/+2
* draw: update comments, rename vars in pstipple codeBrian Paul2011-02-171-16/+18
* gallium: remove pipe_vertex_buffer::max_indexMarek Olšák2011-02-146-23/+10
* draw: Don't define the last two mipmap levels in aa lines.José Fonseca2011-02-141-5/+11
* draw: tweak AA line texture minimum alphaBrian Paul2011-02-111-1/+1
* draw: Don't use the pipeline when drawing lines with fractional widths.José Fonseca2011-02-113-5/+6
* draw: Do not use LLVM's opaque types.José Fonseca2011-01-241-1/+1
* draw: Init llvm if not providedJakob Bornecrantz2011-01-242-3/+13
* draw: add missing LP_CHECK_MEMBER_OFFSET()Brian Paul2011-01-151-0/+2
* Merge branch 'draw-instanced'Brian Paul2011-01-153-4/+29
|\
| * gallivm/llvmpipe: implement system values and instanceIDBrian Paul2010-12-081-4/+17
| * draw: setup instance ID for SSE generatorBrian Paul2010-12-081-0/+6
| * draw: setup instance ID for VS interpreterBrian Paul2010-12-081-0/+6
* | draw: Fix an off-by-one bug in a vsplit assertion.Chia-I Wu2011-01-141-1/+2
* | gallium: drivers should reference vertex buffersMarek Olšák2011-01-061-2/+8
* | draw: s/varient/variant/Brian Paul2010-12-1610-110/+110
* | draw/llvm: don't flush in vs_llvm_delete()Brian Paul2010-12-091-12/+0
* | draw/llvm: remove redundant commentBrian Paul2010-12-091-1/+0
* | draw/llvm: remove extraneous conditionalBrian Paul2010-12-091-6/+4
* | gallium: support for array textures and related changesRoland Scheidegger2010-12-022-6/+8
* | gallivm/llvmpipe: squash merge of the llvm-context branchBrian Paul2010-11-308-598/+735
|/
* gallivm: Remove the EMMS opcodes.José Fonseca2010-10-281-10/+0
* Merge branch 'primitive-restart-cleanup'Brian Paul2010-10-211-1/+85
|\
| * draw: implement primitive splitting for primitive restartBrian Paul2010-10-211-1/+85
* | 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-193-27/+47
* Merge branch 'llvm-cliptest-viewport'Keith Whitwell2010-10-195-42/+455
|\
| * 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-172-14/+9
| * draw: corrections for w coordinateHui Qi Tay2010-10-171-2/+3
| * draw: sanitize llvm variant keyHui Qi Tay2010-10-142-1/+3
| * draw: some changes to allow for runtime changes to userclip planesdelphi2010-10-105-20/+67
| * draw: added userclip planes and updated variant_keydelphi2010-10-042-47/+99
| * draw: added viewport and cliptest flagsHui Qi Tay2010-09-293-50/+98
| * draw: cliptest and viewport done in a single loop in vertex shaderHui Qi Tay2010-09-292-27/+293
* | draw/llvmpipe: replace DRAW_MAX_TEXTURE_LEVELS with PIPE_MAX_TEXTURE_LEVELSBrian Paul2010-10-124-20/+18
* | draw: check for null sampler pointersBrian Paul2010-09-301-4/+6
* | draw: pass sampler state down to llvm jit stateBrian Paul2010-09-293-0/+26
|/
* draw: Fullfil the new min_lod/max_lod/lod_bias/border_color dynamic stateJosé Fonseca2010-09-253-0/+33
* draw: Prevent clipped vertices overflow.José Fonseca2010-09-231-1/+13
* draw: don't apply flatshading to clipped tris with <3 vertsKeith Whitwell2010-09-231-17/+18
* draw: new draw_fs.[ch] filesBrian Paul2010-09-212-0/+115
* draw: check bitshift against PIPE_MAX_SHADER_OUTPUSBrian Paul2010-09-201-1/+5
* draw: fix test for using the wide-point stageBrian Paul2010-09-201-2/+2
* gallium: rework handling of sprite_coord_enable stateBrian Paul2010-09-176-81/+135