summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/draw/draw_pt_vsplit.c
Commit message (Expand)AuthorAgeFilesLines
* draw: drop unnecessary index overflow handling from vsplit codeRoland Scheidegger2016-11-211-42/+27
* draw: simplify vsplit elts code a bitRoland Scheidegger2016-11-211-33/+13
* gallium: replace INLINE with inlineIlia Mirkin2015-07-211-6/+6
* draw: Fixed inline commentsAndres Gomez2014-11-181-1/+1
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-1/+1
* draw: fix overflows in the indexed rendering pathsZack Rusin2013-07-031-13/+102
* mesa: remove outdated version lines in commentsRico Schüller2013-06-051-1/+0
* draw: fix/improve dirty state validationBrian Paul2012-12-081-1/+1
* draw: Only run prepare when state, prim and opt changesJakob Bornecrantz2012-01-261-4/+7
* draw: Prevent out-of-bounds vertex buffer access.José Fonseca2011-04-011-1/+6
* draw: Add vsplit frontend.Chia-I Wu2010-08-161-0/+208