diff options
author | Marek Olšák <[email protected]> | 2011-02-16 00:02:15 +0100 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2011-03-29 12:04:54 +0200 |
commit | 3bdd12ecb57e9cdc2b21cd665fab14698c1c07df (patch) | |
tree | c844a3b76da4a84c9f35c97bf2255b712875c908 /src/glx/indirect_init.c | |
parent | 9d60a7ce08a67eb8b79c60f829d090ba4a37ed7e (diff) |
mesa: regenerate glapi files
Diffstat (limited to 'src/glx/indirect_init.c')
-rw-r--r-- | src/glx/indirect_init.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/glx/indirect_init.c b/src/glx/indirect_init.c index 9f1ee5930fc..7bb6754e38f 100644 --- a/src/glx/indirect_init.c +++ b/src/glx/indirect_init.c @@ -588,6 +588,10 @@ struct _glapi_table * __glXNewIndirectAPI( void ) glAPI->DrawBuffersARB = __indirect_glDrawBuffersARB; + /* 39. GL_ARB_color_buffer_float */ + + glAPI->ClampColorARB = __indirect_glClampColorARB; + /* 45. GL_ARB_framebuffer_object */ glAPI->RenderbufferStorageMultisample = __indirect_glRenderbufferStorageMultisample; |