diff options
author | Brian Paul <[email protected]> | 2009-05-28 12:31:18 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2009-05-28 12:31:18 -0600 |
commit | fe86e508967bd7b63902928033247e145103f60c (patch) | |
tree | c267f0199e2e850c06d6e04ce770e6840e840104 /src/mesa/main/api_exec.c | |
parent | 89966cdb1b5974059c32308d74b5bb09943a6fa1 (diff) |
mesa: exec/dlist functions for glProvokingVertexEXT()
Diffstat (limited to 'src/mesa/main/api_exec.c')
-rw-r--r-- | src/mesa/main/api_exec.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/main/api_exec.c b/src/mesa/main/api_exec.c index 6f66ff47a08..8627fafa3b5 100644 --- a/src/mesa/main/api_exec.c +++ b/src/mesa/main/api_exec.c @@ -641,6 +641,8 @@ _mesa_init_exec_table(struct _glapi_table *exec) /* ???. GL_EXT_depth_bounds_test */ SET_DepthBoundsEXT(exec, _mesa_DepthBoundsEXT); + SET_ProvokingVertexEXT(exec, _mesa_ProvokingVertexEXT); + /* ARB 1. GL_ARB_multitexture */ #if _HAVE_FULL_GL SET_ActiveTextureARB(exec, _mesa_ActiveTextureARB); |