summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/draw/draw_pt.c
Commit message (Expand)AuthorAgeFilesLines
* draw: fix vertex id computationZack Rusin2013-07-251-0/+1
* draw: cleanup and fix instance id computationZack Rusin2013-07-251-3/+4
* util: treat denorm'ed floats like zeroZack Rusin2013-07-091-0/+8
* draw: fix overflows in the indexed rendering pathsZack Rusin2013-07-031-3/+6
* draw/translate: fix instancingZack Rusin2013-06-281-0/+1
* draw: check for integer overflows in instance computationZack Rusin2013-06-281-0/+6
* draw: allow overflows in the llvm pathsZack Rusin2013-06-251-4/+8
* draw: Add A8R8G8B8 to draw_print_arraysRichard Sandiford2013-06-101-0/+7
* gallium: Remove draw_arrays() and draw_arrays_instanced() functionsArnas Milasevicius2013-06-071-40/+0
* draw: add cast in debug_printf() to silence warningBrian Paul2013-05-291-1/+1
* draw: try to prevent overflows on index buffersZack Rusin2013-05-141-4/+5
* draw: don't crash on vertex buffer overflowZack Rusin2013-05-141-3/+4
* draw: add code to reset instance dependent dataZack Rusin2013-04-221-0/+2
* draw: implement pipeline statistics in the draw moduleZack Rusin2013-04-161-0/+11
* draw/so: maintain an exact number of written verticesZack Rusin2013-04-031-6/+29
* draw: add support for later transform feedback extensionsDave Airlie2012-12-141-2/+7
* draw: fix/improve dirty state validationBrian Paul2012-12-081-1/+13
* draw: fix comment typoBrian Paul2012-12-081-1/+1
* draw: update a comment about index buffersBrian Paul2012-12-081-3/+2
* draw: fix non-indexed draw calls if there's an index bufferMarek Olšák2012-09-221-7/+4
* draw: simplify index buffer specificationBrian Paul2012-05-311-16/+6
* draw: fix primitive restart bug by using the index buffer offsetBrian Paul2012-05-251-3/+6
* gallium/util: remove unused parameter nr_vertex_buffers in util_draw_max_indexMarek Olšák2012-05-121-1/+0
* draw: Only run prepare when state, prim and opt changesJakob Bornecrantz2012-01-261-5/+44
* draw: Remove reduced_primJakob Bornecrantz2012-01-261-6/+0
* util/draw: replace assertions with conditionals in util_draw_max_index()Brian Paul2011-11-151-5/+15
* draw: Prevent out-of-bounds vertex buffer access.José Fonseca2011-04-011-0/+11
* gallium: remove pipe_vertex_buffer::max_indexMarek Olšák2011-02-141-2/+1
* draw: implement primitive splitting for primitive restartBrian Paul2010-10-211-1/+85
* draw: specialized cliptesting routinesKeith Whitwell2010-08-251-1/+3
* gallium: Use draw_set_index_buffer and others.Chia-I Wu2010-08-251-4/+4
* draw: Add draw_set_index_buffer and others.Chia-I Wu2010-08-251-23/+60
* draw_llvm: fix segfaults on non-SSE2 CPUs where it is disabled (v2)Luca Barbieri2010-08-161-4/+1
* draw: Replace vcache by vsplit.Chia-I Wu2010-08-161-19/+2
* draw: Replace varray by vsplit.Chia-I Wu2010-08-161-7/+8
* draw: Add new util function draw_pt_trim_count.Chia-I Wu2010-08-161-10/+1
* draw: Simplify frontend interface a little.Chia-I Wu2010-08-161-5/+1
* draw: use instance divisor in draw_print_arrays()Brian Paul2010-08-031-0/+5
* draw: add assertion, rearrange debug codeBrian Paul2010-08-031-4/+10
* draw: add vertex buffer offset in draw_print_arrays()Brian Paul2010-07-291-0/+1
* draw: updated debug/dump codeBrian Paul2010-07-161-12/+25
* draw: update comments for drawing functionsBrian Paul2010-07-151-5/+16
* mesa: get the translation from mesa 2d regs to tgsi workingZack Rusin2010-07-101-1/+1
* draw: don't try to precalculate the pipeline output primitiveKeith Whitwell2010-06-231-6/+6
* geometry shaders: make gs work with changable primitives and variable number ...Zack Rusin2010-06-091-7/+12
* draw: don't use llvm engine when geometry shaders activeKeith Whitwell2010-06-071-1/+1
* draw: remove extra semicolonsBrian Paul2010-04-281-3/+3
* draw: Always use the llvm middle end when available & enabled.José Fonseca2010-04-261-16/+21
* gallium: Convert some uses of get option to staticJakob Bornecrantz2010-04-231-3/+10
* Merge branch 'gallium-index-bias'José Fonseca2010-04-201-1/+5
|\