Re: [Mesa-dev] [PATCH v2] Expose support for GL_EXT_buffer_storage

2015-11-02 Thread Ilia Mirkin
On Mon, Nov 2, 2015 at 8:30 PM, Ryan Houdek wrote: > 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: Il

[Mesa-dev] [PATCH v2] Expose support for GL_EXT_buffer_storage

2015-11-02 Thread Ryan Houdek
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. --- docs/relnotes/11.1.0.html | 1 + src/mapi/glapi/gen/es_EXT.xml | 9