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/x86-64 | |
parent | c9a87ff441857a8af405f3df16d8c2f590e5b10e (diff) |
glapi: regenerated files
Diffstat (limited to 'src/mesa/x86-64')
-rw-r--r-- | src/mesa/x86-64/glapi_x86-64.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/x86-64/glapi_x86-64.S b/src/mesa/x86-64/glapi_x86-64.S index 907deb4d2fc..72d0532906a 100644 --- a/src/mesa/x86-64/glapi_x86-64.S +++ b/src/mesa/x86-64/glapi_x86-64.S @@ -30393,6 +30393,7 @@ GL_PREFIX(_dispatch_stub_794): .globl GL_PREFIX(RenderbufferStorage) ; .set GL_PREFIX(RenderbufferStorage), GL_PREFIX(RenderbufferStorageEXT) .globl GL_PREFIX(BlitFramebuffer) ; .set GL_PREFIX(BlitFramebuffer), GL_PREFIX(_dispatch_stub_783) .globl GL_PREFIX(FramebufferTextureLayer) ; .set GL_PREFIX(FramebufferTextureLayer), GL_PREFIX(FramebufferTextureLayerEXT) + .globl GL_PREFIX(ProvokingVertex) ; .set GL_PREFIX(ProvokingVertex), GL_PREFIX(ProvokingVertexEXT) #if defined(GLX_USE_TLS) && defined(__linux__) .section ".note.ABI-tag", "a" |