aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/vbo/vbo_primitive_restart.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: include mtypes.h lessMarek Olšák2018-04-121-0/+1
* vbo: Remove unused includes to vbo_private.hMathias Fröhlich2018-03-311-1/+0
* mesa: Move vbo draw functions into dd_function_table.Mathias Fröhlich2018-03-221-8/+6
* vbo: remove unneeded #includesBrian Paul2018-01-241-1/+0
* vbo: remove vbo_context.h and change includes to use vbo.h insteadBrian Paul2018-01-241-1/+0
* vbo: move VBO-private types, prototypes, etc. into new vbo_private.h headerBrian Paul2018-01-241-0/+2
* mesa: replace _mesa_index_buffer::type with index_sizeMarek Olšák2017-04-221-2/+2
* 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