summaryrefslogtreecommitdiffstats
path: root/src/mapi/glapi
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2015-07-24 12:02:57 +1000
committerDave Airlie <airlied@redhat.com>2015-07-24 12:07:11 +1000
commit319b83b3ee2629f443a8734256bbf33b3fb4a7a9 (patch)
tree5f74e03df2616b0459d624667a7d06e8b0484d58 /src/mapi/glapi
parent0a51acbb467bce5afddc7edf53db426ac697ccf1 (diff)
downloadexternal_mesa3d-319b83b3ee2629f443a8734256bbf33b3fb4a7a9.zip
external_mesa3d-319b83b3ee2629f443a8734256bbf33b3fb4a7a9.tar.gz
external_mesa3d-319b83b3ee2629f443a8734256bbf33b3fb4a7a9.tar.bz2
apiexec: remove leading gl from shader subroutine interfaces
Remove the gl at the start, stared at this for a while yesterday, totally missed it. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=91441 Reviewed-by: Ilia Mirkin <imirkin@alum.mit.edu> Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'src/mapi/glapi')
-rw-r--r--src/mapi/glapi/gen/apiexec.py16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/mapi/glapi/gen/apiexec.py b/src/mapi/glapi/gen/apiexec.py
index 66bc79a..3a0eb18 100644
--- a/src/mapi/glapi/gen/apiexec.py
+++ b/src/mapi/glapi/gen/apiexec.py
@@ -76,14 +76,14 @@ functions = {
# OpenGL 4.0 / GL_ARB_shader_subroutines. Mesa only exposes this
# extension with core profile.
- "glGetSubroutineUniformLocation": exec_info(core=31),
- "glGetSubroutineIndex": exec_info(core=31),
- "glGetActiveSubroutineUniformiv": exec_info(core=31),
- "glGetActiveSubroutineUniformName": exec_info(core=31),
- "glGetActiveSubroutineName": exec_info(core=31),
- "glUniformSubroutinesuiv": exec_info(core=31),
- "glGetUniformSubroutineuiv": exec_info(core=31),
- "glGetProgramStageiv": exec_info(core=31),
+ "GetSubroutineUniformLocation": exec_info(core=31),
+ "GetSubroutineIndex": exec_info(core=31),
+ "GetActiveSubroutineUniformiv": exec_info(core=31),
+ "GetActiveSubroutineUniformName": exec_info(core=31),
+ "GetActiveSubroutineName": exec_info(core=31),
+ "UniformSubroutinesuiv": exec_info(core=31),
+ "GetUniformSubroutineuiv": exec_info(core=31),
+ "GetProgramStageiv": exec_info(core=31),
# OpenGL 4.0 / GL_ARB_gpu_shader_fp64. The extension spec says:
#