aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/draw
Commit message (Expand)AuthorAgeFilesLines
* 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
* Gallium:draw:aaline and aapoint: Restore the old hooks when we destroy our st...Stéphane Marchesin2011-06-292-0/+17
* draw: fix edge flag handling in clipper (for unfilled tris/quads/polygons)Brian Paul2011-06-081-5/+57
* draw: rename draw_vs_varient.c to draw_vs_variant.cBrian Paul2011-06-071-0/+0
* draw/llvm: whitespace, formatting fixesBrian Paul2011-06-071-38/+51
* draw: s/1/TRUE/Brian Paul2011-06-071-2/+2
* gallium/draw: Fix enum type taken by draw_get_shader_param().Michel Dänzer2011-05-031-1/+1
* draw: remove set-but-unused variableMarek Olšák2011-05-011-2/+1
* draw: fix point/line/tri flushing bug in vbuf codeBrian Paul2011-04-221-4/+10
* llvmpipe: Take the sampler view's first_level into account when sampling.Fabian Bieler2011-04-085-6/+15
* draw: Fix thinko in debug warnings.José Fonseca2011-04-061-3/+3
* draw: Prevent out-of-bounds vertex buffer access.José Fonseca2011-04-017-7/+37
* draw: Revert code reorg in previous change.José Fonseca2011-03-311-4/+4
* draw: implement vertex color clamping, and disable SSE and PPC pathsLuca Barbieri2011-03-314-9/+58
* draw: Forgot to remove one istart usage.José Fonseca2011-03-301-1/+1
* draw: Fix bug when drawing ushort indices.José Fonseca2011-03-301-6/+8
* draw: Fix draw_variant_output::format's type.José Fonseca2011-03-132-3/+4
* draw: remove unnecessary flushMarek Olšák2011-03-111-7/+0
* 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