diff options
author | Ilia Mirkin <[email protected]> | 2016-06-09 22:10:10 -0400 |
---|---|---|
committer | Ilia Mirkin <[email protected]> | 2016-06-18 12:51:55 -0400 |
commit | 78506ad2466563d9ec3f8d09a746a069e6cab6b5 (patch) | |
tree | 20bf7b4b2a0afd6ef959737854e5cc270703f408 /src/mapi/glapi/gen/gl_API.xml | |
parent | b214e0d2fb736afcc6eb222a29a4d2fad31acacf (diff) |
glapi: add GL_EXT_window_rectangles entrypoints
Signed-off-by: Ilia Mirkin <[email protected]>
Reviewed-by: Brian Paul <[email protected]>
Diffstat (limited to 'src/mapi/glapi/gen/gl_API.xml')
-rw-r--r-- | src/mapi/glapi/gen/gl_API.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mapi/glapi/gen/gl_API.xml b/src/mapi/glapi/gen/gl_API.xml index 766fe3c8098..79e1ba17c31 100644 --- a/src/mapi/glapi/gen/gl_API.xml +++ b/src/mapi/glapi/gen/gl_API.xml @@ -12758,6 +12758,8 @@ </function> </category> +<xi:include href="EXT_window_rectangles.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/> + <!-- Unnumbered extensions sorted by name. --> <category name="GL_ATI_blend_equation_separate"> |