summaryrefslogtreecommitdiff
path: root/src/mesa/vbo/vbo_primitive_restart.c
AgeCommit message (Expand)AuthorFilesLines
2018-04-12mesa: include mtypes.h lessMarek Olšák1-0/+1
2018-03-31vbo: Remove unused includes to vbo_private.hMathias Fröhlich1-1/+0
2018-03-22mesa: Move vbo draw functions into dd_function_table.Mathias Fröhlich1-8/+6
2018-01-24vbo: remove unneeded #includesBrian Paul1-1/+0
2018-01-24vbo: remove vbo_context.h and change includes to use vbo.h insteadBrian Paul1-1/+0
2018-01-24vbo: move VBO-private types, prototypes, etc. into new vbo_private.h headerBrian Paul1-0/+2
2017-04-22mesa: replace _mesa_index_buffer::type with index_sizeMarek Olšák1-2/+2
2015-08-06vbo: pass the stream from DrawTransformFeedbackStream to driversMarek Olšák1-2/+2
2015-04-14i965: Fix software primitive restart with indirect draws.Kenneth Graunke1-2/+4
2014-09-30mesa: Drop the always-software-primitive-restart paths.Eric Anholt1-2/+2
2014-02-25mesa: allow buffers to be mapped multiple timesMarek Olšák1-8/+9
2014-01-17s/Tungsten Graphics/VMware/José Fonseca1-1/+1
2013-11-25vbo: map indirect buffer and extract params if doing sw primitive restartChris Forbes1-0/+33
2013-11-25mesa: pass indirect buffer to sw primitive restartChris Forbes1-1/+2
2013-11-25mesa: add indirect drawing buffer parameter to draw functionsChristoph Bumiller1-2/+2
2013-05-29vbo: Use the new primitive restart index helper function.Kenneth Graunke1-1/+2
2013-01-11mesa/es3: Add support for GL_PRIMITIVE_RESTART_FIXED_INDEXIan Romanick1-1/+1
2012-09-05Remove useless checks for NULL before freeingMatt Turner1-3/+1
2012-09-05Don't cast the return value of malloc/reallocMatt Turner1-1/+1
2012-05-17vbo: add software primitive restart supportJordan Justen1-0/+233