diff options
author | Francisco Jerez <[email protected]> | 2018-02-12 14:46:39 -0800 |
---|---|---|
committer | Francisco Jerez <[email protected]> | 2018-02-24 15:28:36 -0800 |
commit | e4124f9bc119ae22e34daea6f44bd3ddec454ec7 (patch) | |
tree | fc393061cbab2fc2d3fc066146a307a761fb1192 /src/mapi/glapi/gen/gl_API.xml | |
parent | 6a8ec78c2ab12d75f16e4a2f95e9be014dae021e (diff) |
glapi: Update XML for last revision of EXT_shader_framebuffer_fetch.
Desktop GL is now supported, and there is an additional entry-point
for EXT_shader_framebuffer_fetch_non_coherent.
Reviewed-by: Plamena Manolova <[email protected]>
Diffstat (limited to 'src/mapi/glapi/gen/gl_API.xml')
-rw-r--r-- | src/mapi/glapi/gen/gl_API.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mapi/glapi/gen/gl_API.xml b/src/mapi/glapi/gen/gl_API.xml index d13a3bfd83d..38c19210478 100644 --- a/src/mapi/glapi/gen/gl_API.xml +++ b/src/mapi/glapi/gen/gl_API.xml @@ -12886,6 +12886,12 @@ <xi:include href="EXT_window_rectangles.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/> +<!-- 520. GL_EXT_shader_framebuffer_fetch --> +<category name="GL_EXT_shader_framebuffer_fetch" number="520"> + <enum name="FRAGMENT_SHADER_DISCARDS_SAMPLES_EXT" value="0x8A52"/> + <function name="FramebufferFetchBarrierEXT" es2="2.0"/> +</category> + <!-- Unnumbered extensions sorted by name. --> <category name="GL_ATI_blend_equation_separate"> |