diff options
author | Brian Paul <[email protected]> | 2009-09-19 10:00:55 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2009-09-19 10:00:55 -0600 |
commit | 22f02509f27a5cab967d42a317e58a73c7d26e0b (patch) | |
tree | 95db06bc64d5329269dbe5854d5b5445d56136a1 /src/mesa/sparc | |
parent | c9a87ff441857a8af405f3df16d8c2f590e5b10e (diff) |
glapi: regenerated files
Diffstat (limited to 'src/mesa/sparc')
-rw-r--r-- | src/mesa/sparc/glapi_sparc.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/sparc/glapi_sparc.S b/src/mesa/sparc/glapi_sparc.S index 50a20370349..aaa17e6a3b9 100644 --- a/src/mesa/sparc/glapi_sparc.S +++ b/src/mesa/sparc/glapi_sparc.S @@ -1362,6 +1362,7 @@ gl_dispatch_functions_start: GL_STUB_ALIAS(glIsRenderbuffer, glIsRenderbufferEXT) GL_STUB_ALIAS(glRenderbufferStorage, glRenderbufferStorageEXT) GL_STUB_ALIAS(glFramebufferTextureLayer, glFramebufferTextureLayerEXT) + GL_STUB_ALIAS(glProvokingVertex, glProvokingVertexEXT) .globl gl_dispatch_functions_end HIDDEN(gl_dispatch_functions_end) |