diff options
author | Jordan Justen <[email protected]> | 2012-10-26 15:36:45 -0700 |
---|---|---|
committer | Jordan Justen <[email protected]> | 2012-11-03 10:54:41 -0700 |
commit | 1c3a64793a6636bb3f50d71e7ffd5311d4c78c17 (patch) | |
tree | 518db73169a80da9f2f29fe19e6ac72a594d6c11 /src/mapi/glapi/gen/gl_and_es_API.xml | |
parent | dd6660038e1896049f3bc00458117fcfe4259e1b (diff) |
glapi: move include for ARB_get_program_binary.xml to gl_API.xml
These functions are part in GL 4.3. Moving this will allow
ProgramParameteriARB to alias ProgramParameteri.
Signed-off-by: Jordan Justen <[email protected]>
Reviewed-by: Paul Berry <[email protected]>
Diffstat (limited to 'src/mapi/glapi/gen/gl_and_es_API.xml')
-rw-r--r-- | src/mapi/glapi/gen/gl_and_es_API.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mapi/glapi/gen/gl_and_es_API.xml b/src/mapi/glapi/gen/gl_and_es_API.xml index 8e000a8bc7b..7495a2e56c7 100644 --- a/src/mapi/glapi/gen/gl_and_es_API.xml +++ b/src/mapi/glapi/gen/gl_and_es_API.xml @@ -8,7 +8,6 @@ <xi:include href="gl_API.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/> <!-- these can be moved to gl_API.xml --> -<xi:include href="ARB_get_program_binary.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/> <xi:include href="OES_fixed_point.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/> <xi:include href="OES_single_precision.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/> |