summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/draw
Commit message (Expand)AuthorAgeFilesLines
...
* draw: cleanup and fix instance id computationZack Rusin2013-07-252-7/+7
* draw: always call util_cpu_detect() in draw context creation.Roland Scheidegger2013-07-241-1/+4
* tgsi: rename the TGSI fragment kill opcodesBrian Paul2013-07-122-6/+6
* util: treat denorm'ed floats like zeroZack Rusin2013-07-091-0/+8
* gallivm: do per-pixel lod calculations for explicit lodRoland Scheidegger2013-07-041-1/+2
* draw: fix overflows in the indexed rendering pathsZack Rusin2013-07-034-43/+159
* draw/llvm: index overflows if it's greater than elt maxZack Rusin2013-07-031-1/+1
* draw/translate: fix instancingZack Rusin2013-06-289-9/+47
* draw: fix incorrect clipper invocation statisticsZack Rusin2013-06-281-6/+0
* draw/gallivm: export overflow arithmetic to its own fileZack Rusin2013-06-281-44/+11
* draw: check for integer overflows in instance computationZack Rusin2013-06-282-0/+7
* draw: check for an integer overflow when computing strideZack Rusin2013-06-281-10/+43
* draw: account for elem size when computing overflowZack Rusin2013-06-281-7/+23
* draw: allow overflows in the llvm pathsZack Rusin2013-06-251-4/+8
* draw: avoid overflows in the llvm draw loopZack Rusin2013-06-251-8/+6
* draw: check for out-of-memory conditions in the AA line module.Matthew McClure2013-06-241-7/+34
* Revert "draw: clear the draw buffers in draw"Zack Rusin2013-06-172-25/+3
* draw: fix a regression in computing max eltZack Rusin2013-06-171-0/+1
* draw: clear the draw buffers in drawZack Rusin2013-06-172-3/+25
* gallium/draw: add limits to the clip and cull distancesZack Rusin2013-06-135-14/+16
* draw: cleanup the distance culling code a bitZack Rusin2013-06-131-48/+41
* draw: implement distance cullingZack Rusin2013-06-108-31/+198
* draw: fix clipper invocation statisticsZack Rusin2013-06-105-6/+33
* draw: enable user plane clipping when clipdistance is usedZack Rusin2013-06-102-7/+20
* draw: make sure clipdistances work with geometry shadersZack Rusin2013-06-105-1/+21
* draw: Add A8R8G8B8 to draw_print_arraysRichard Sandiford2013-06-101-0/+7
* draw: Fix type mismatch between draw_private.h and LLVMRichard Sandiford2013-06-101-1/+1
* gallium: Remove draw_arrays() and draw_arrays_instanced() functionsArnas Milasevicius2013-06-072-51/+0
* draw: trivial fix comment typoRoland Scheidegger2013-06-061-1/+1
* mesa: remove outdated version lines in commentsRico Schüller2013-06-054-4/+0
* draw: fix vs/fs input/output mismatchesZack Rusin2013-05-301-0/+7
* draw: add cast in debug_printf() to silence warningBrian Paul2013-05-291-1/+1
* draw: make sure viewport index is fetched from leading vertexZack Rusin2013-05-256-28/+54
* draw: clamp the viewports to always be between 0 and maxZack Rusin2013-05-255-16/+24
* draw: fixup draw_find_shader_outputZack Rusin2013-05-252-6/+7
* draw: implement support for multiple viewportsZack Rusin2013-05-259-33/+105
* gallium: Add support for multiple viewportsZack Rusin2013-05-252-4/+9
* draw: More defensive coding in DRAW_GET_IDX.José Fonseca2013-05-151-2/+2
* draw: Fix vsplit regression when the ib can be used directly.José Fonseca2013-05-151-1/+1
* draw/gs: fix extracting of the clipZack Rusin2013-05-141-2/+4
* draw: try to prevent overflows on index buffersZack Rusin2013-05-148-54/+110
* draw: use the total number of vertices for statisticsZack Rusin2013-05-142-2/+2
* draw: don't crash on vertex buffer overflowZack Rusin2013-05-1410-31/+122
* draw/gs: don't bind the tgsi state if we're using llvm pathsZack Rusin2013-05-141-1/+6
* draw: Fix io_ptr/num_prims name in IR.José Fonseca2013-05-141-1/+1
* draw/pt: adjust overflow calculationsZack Rusin2013-05-031-2/+1
* draw: Update for u_assembled_primitive -> u_assembled_prim rename.José Fonseca2013-05-031-1/+1
* draw: use u_assembled_prim() instead of u_assembled_primitive()Chia-I Wu2013-05-032-3/+3
* draw/gs: don't crash when vs/gs signatures don't matchZack Rusin2013-05-021-39/+54
* draw: don't crash if GS doesn't emit anythingZack Rusin2013-04-272-0/+18