summaryrefslogtreecommitdiffstats
path: root/src/mesa/vbo/vbo_primitive_restart.c
Commit message (Expand)AuthorAgeFilesLines
* vbo: pass the stream from DrawTransformFeedbackStream to driversMarek Olšák2015-08-061-2/+2
* i965: Fix software primitive restart with indirect draws.Kenneth Graunke2015-04-141-2/+4
* mesa: Drop the always-software-primitive-restart paths.Eric Anholt2014-09-301-2/+2
* mesa: allow buffers to be mapped multiple timesMarek Olšák2014-02-251-8/+9
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-1/+1
* vbo: map indirect buffer and extract params if doing sw primitive restartChris Forbes2013-11-251-0/+33
* mesa: pass indirect buffer to sw primitive restartChris Forbes2013-11-251-1/+2
* mesa: add indirect drawing buffer parameter to draw functionsChristoph Bumiller2013-11-251-2/+2
* vbo: Use the new primitive restart index helper function.Kenneth Graunke2013-05-291-1/+2
* mesa/es3: Add support for GL_PRIMITIVE_RESTART_FIXED_INDEXIan Romanick2013-01-111-1/+1
* Remove useless checks for NULL before freeingMatt Turner2012-09-051-3/+1
* Don't cast the return value of malloc/reallocMatt Turner2012-09-051-1/+1
* vbo: add software primitive restart supportJordan Justen2012-05-171-0/+233