summaryrefslogtreecommitdiff
path: root/glamor/glamor_vbo.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-21glamor: Use vertex array objectsKeith Packard1-0/+9
2015-11-10glamor: Avoid GL errors from mapping with size == 0.Eric Anholt1-2/+14
2015-06-29glamor: Drop CloseScreen-time GL resource cleanup code.Eric Anholt1-1/+0
2014-06-23glamor: Fix GLES2 non-VBO temporary memory allocation.Eric Anholt1-1/+1
2014-04-23glamor: Replace glamor_get/put_context() with just glamor_make_current().Eric Anholt1-13/+4
2014-03-26glamor: Select VBO path by ARB_mbr extension.Markus Wick1-3/+3
2014-03-10glamor: Use buffer_storageEric Anholt1-2/+51
2014-03-10glamor: Extract the streamed vertex data code used by Render.Eric Anholt1-0/+137