summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/draw/draw_pt_vsplit_tmp.h
Commit message (Expand)AuthorAgeFilesLines
* draw: fix overflows in the indexed rendering pathsZack Rusin2013-07-031-24/+30
* mesa: remove outdated version lines in commentsRico Schüller2013-06-051-1/+0
* draw: Fix vsplit regression when the ib can be used directly.José Fonseca2013-05-151-1/+1
* draw: try to prevent overflows on index buffersZack Rusin2013-05-141-21/+21
* draw: fix crashes with out-of-bounds indicesRoland Scheidegger2012-11-151-3/+3
* draw: silence MSVC signed/unsigned comparison warningsBrian Paul2012-10-171-4/+4
* draw: simplify index buffer specificationBrian Paul2012-05-311-4/+2
* draw: Fix thinko in debug warnings.José Fonseca2011-04-061-3/+3
* draw: Prevent out-of-bounds vertex buffer access.José Fonseca2011-04-011-3/+9
* draw: Revert code reorg in previous change.José Fonseca2011-03-311-4/+4
* 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 an off-by-one bug in a vsplit assertion.Chia-I Wu2011-01-141-1/+2
* draw: Add draw_set_index_buffer and others.Chia-I Wu2010-08-251-2/+4
* drwa: Add PRIMITIVE macro to vsplit.Chia-I Wu2010-08-161-20/+26
* draw: Add vsplit frontend.Chia-I Wu2010-08-161-0/+301