diff options
author | Tobias Klausmann <[email protected]> | 2014-08-19 02:20:27 +0200 |
---|---|---|
committer | Ilia Mirkin <[email protected]> | 2014-08-19 08:54:35 -0400 |
commit | 1a51751e931668e36cb53fea377677347fb0fa38 (patch) | |
tree | 2a102b8ed61ca1e505bc86d360b4279bebfaaa94 /src/mapi | |
parent | 58511b62c478bd0f2546e2cfbe2a4563803fdc77 (diff) |
glapi: add GL_ARB_conditional_render_inverted
Reviewed-by: Ilia Mirkin <[email protected]>
Reviewed-by: Chris Forbes <[email protected]>
Signed-off-by: Tobias Klausmann <[email protected]>
Diffstat (limited to 'src/mapi')
-rw-r--r-- | src/mapi/glapi/gen/gl_API.xml | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/src/mapi/glapi/gen/gl_API.xml b/src/mapi/glapi/gen/gl_API.xml index a37ee4f63b4..73f2f75085e 100644 --- a/src/mapi/glapi/gen/gl_API.xml +++ b/src/mapi/glapi/gen/gl_API.xml @@ -8364,7 +8364,16 @@ <xi:include href="ARB_multi_bind.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/> -<!-- ARB extensions 148 - 166 --> +<!-- ARB extensions 148 - 160 --> + +<category name="GL_ARB_conditional_render_inverted" number="161"> + <enum name="QUERY_WAIT_INVERTED" value="0x8E17"/> + <enum name="QUERY_NO_WAIT_INVERTED" value="0x8E18"/> + <enum name="QUERY_BY_REGION_WAIT_INVERTED" value="0x8E19"/> + <enum name="QUERY_BY_REGION_NO_WAIT_INVERTED" value="0x8E1A"/> +</category> + +<!-- ARB extensions 162 - 166 --> <xi:include href="ARB_texture_barrier.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/> |