summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/draw
Commit message (Expand)AuthorAgeFilesLines
* draw: add small ybias factor for drawing wide pointsBrian Paul2010-07-231-0/+1
* draw: re-order optimization passes depending on LLVM version, 32/64-bitBrian Paul2010-07-221-2/+15
* draw: added new assertions to clipping codeBrian Paul2010-07-221-1/+10
* draw: disable depth clipping if depth clamp is enabledMarek Olšák2010-07-213-4/+11
* draw: tweak aa line width threshold and samplingBrian Paul2010-07-211-4/+6
* draw: whitespace clean-upBrian Paul2010-07-211-33/+33
* draw: correctly handle max_index=0xffffffff case in vcache codeBrian Paul2010-07-201-6/+14
* draw: fix incorrect instancing divisor in LLVM codeBrian Paul2010-07-191-3/+6
* draw: updated debug/dump codeBrian Paul2010-07-161-12/+25
* draw: added array element debug / bounds checking code (disabled)Brian Paul2010-07-161-4/+24
* draw/llvm: adjust the instance id at run timeZack Rusin2010-07-163-16/+29
* draw: use the instance id when fetching vertex dataZack Rusin2010-07-161-3/+11
* draw: update comments for drawing functionsBrian Paul2010-07-151-5/+16
* draw: move prototype, update commentBrian Paul2010-07-151-3/+3
* draw: fix decomposition to work with adjacency primitivesZack Rusin2010-07-101-3/+8
* mesa: get the translation from mesa 2d regs to tgsi workingZack Rusin2010-07-101-1/+1
* draw: Fix off-by-one error in assert.Vinson Lee2010-07-081-1/+1
* draw: Remove unnecessary header.Vinson Lee2010-07-061-1/+0
* draw: make sure softpipe doesn't crash with vertex tex samplingZack Rusin2010-07-061-7/+16
* draw: implement vertex texture sampling using llvmZack Rusin2010-07-067-26/+416
* gallivm: Support multiple pixels in lp_build_fetch_rgba_aos().José Fonseca2010-07-021-1/+1
* gallivm: Support 4 x unorm8 in lp_build_fetch_rgba_aos().José Fonseca2010-07-011-1/+3
* draw: fix out of memory handling in polygon stipple stageBrian Paul2010-06-301-5/+10
* draw: Add inline keyword to inline function.José Fonseca2010-06-291-1/+1
* draw: Remove unnecessary header.Vinson Lee2010-06-261-1/+0
* draw: deleted by mistakeZack Rusin2010-06-251-0/+1
* draw: initialize headers in the none post paths as wellZack Rusin2010-06-251-0/+8
* draw: limit the number of vertex shader variants kept aroundZack Rusin2010-06-257-61/+322
* draw: initialize vertex headerZack Rusin2010-06-253-43/+16
* draw: Work around an invalid write.Chia-I Wu2010-06-251-1/+1
* draw: use gallium's TRUE/FALSEBrian Paul2010-06-232-2/+2
* draw: don't try to precalculate the pipeline output primitiveKeith Whitwell2010-06-238-34/+46
* draw: mask off DRAW_PIPE_FLAG_MASK bits in prim decompose codeBrian Paul2010-06-231-25/+25
* gallium: add a timestamp disjoint queryZack Rusin2010-06-221-1/+1
* draw: implement triangle strips with adjacency in geometry shaderZack Rusin2010-06-171-1/+12
* draw: implement triangle lists with adjacency support in gsZack Rusin2010-06-172-1/+31
* draw: fix a silly errorZack Rusin2010-06-171-1/+1
* draw: implement line strip adjacencyZack Rusin2010-06-171-0/+5
* draw: implement lines with adjacency in geometry shadersZack Rusin2010-06-172-18/+48
* draw: validate stream output buffersZack Rusin2010-06-171-1/+16
* draw: fix some unsigned issueZack Rusin2010-06-171-4/+4
* draw: make sure we correctly iterate over output buffers on stream outZack Rusin2010-06-161-5/+11
* draw: add stream output decomposition fileZack Rusin2010-06-161-0/+123
* draw: rewrite stream output to handle all the dark cornersZack Rusin2010-06-166-124/+190
* draw: add alloc checkAlan Hourihane2010-06-161-0/+2
* draw: handle some out of memory conditionsAlan Hourihane2010-06-1612-35/+69
* draw: Remove unnecessary headers.Vinson Lee2010-06-152-2/+0
* gs: make sure we end primitives when finishing executing shadersZack Rusin2010-06-152-26/+7
* draw/gs: make sure gs works with elts and doesn't overrun the bufferZack Rusin2010-06-152-11/+43
* draw: run the pipeline with the correct number of vertsZack Rusin2010-06-151-1/+1