mesa: expose support for GL_EXT_buffer_storage
authorRyan Houdek <sonicadvance1@gmail.com>
Tue, 3 Nov 2015 01:30:18 +0000 (19:30 -0600)
committerIlia Mirkin <imirkin@alum.mit.edu>
Wed, 4 Nov 2015 05:01:03 +0000 (00:01 -0500)
commit13b19aa815661cd17b74c8694b6c466bfaf75740
tree7d1dd7f9eab70185228b9070aa9ca77c9cc84133
parent8e4cf900f0af9eb8a72c81a0e5e393906b11764a
mesa: expose support for GL_EXT_buffer_storage

This extension requires ES 3.1 since it relies on glMemoryBarrier.
For testing purposes I temporarily moved glMemoryBarrier to be an ES 3.0
function.
This has been tested with the piglit in the ML and the Dolphin emulator.

Reviewed-by: Ilia Mirkin <imirkin@alum.mit.edu>
docs/relnotes/11.1.0.html
src/mapi/glapi/gen/es_EXT.xml
src/mesa/main/extensions.c