diff options
author | Paul Berry <[email protected]> | 2012-10-18 22:13:02 -0700 |
---|---|---|
committer | Paul Berry <[email protected]> | 2012-10-23 10:24:39 -0700 |
commit | bad96f6ada47ec8e2caea7246e31654b1c7c92bb (patch) | |
tree | 249187fd2e8540c476ffb5814594f7ca84e7da5a /src/mesa/main/api_exec.c | |
parent | 992ed68ed65b99fd76213cb355404f9a18e26da1 (diff) |
glapi: Alias ClampColor and ClampColorARB.
There's no reason to have separate slots in the dispatch table for
these two functions, since they are synonymous.
Reviewed-by: Brian Paul <[email protected]>
Reviewed-by: Jordan Justen <[email protected]>
Reviewed-by: Ian Romanick <[email protected]>
Diffstat (limited to 'src/mesa/main/api_exec.c')
-rw-r--r-- | src/mesa/main/api_exec.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/main/api_exec.c b/src/mesa/main/api_exec.c index d2f14ce1a48..e2a503d96a3 100644 --- a/src/mesa/main/api_exec.c +++ b/src/mesa/main/api_exec.c @@ -768,7 +768,6 @@ _mesa_create_exec_table(struct gl_context *ctx) SET_ClearBufferfv(exec, _mesa_ClearBufferfv); SET_ClearBufferfi(exec, _mesa_ClearBufferfi); SET_GetStringi(exec, _mesa_GetStringi); - SET_ClampColor(exec, _mesa_ClampColorARB); } /* GL_ARB_instanced_arrays */ |