diff options
author | Eric Anholt <[email protected]> | 2012-06-14 16:47:39 -0700 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2012-06-21 10:57:58 -0700 |
commit | 96276604485763351cb5eaa9e08144b7bace0876 (patch) | |
tree | d5c04a0f324789344d8ef7124f9ba38908d9cd82 /src/mesa/main/bufferobj.h | |
parent | 5527c2d22027e9e27e55372d8adf2ba4ff855b53 (diff) |
mesa: Move buffer object dispatch setup to bufferobj.c.
Reviewed-by: Brian Paul <[email protected]>
Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/mesa/main/bufferobj.h')
-rw-r--r-- | src/mesa/main/bufferobj.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mesa/main/bufferobj.h b/src/mesa/main/bufferobj.h index 66343c3cd44..819ca2573ef 100644 --- a/src/mesa/main/bufferobj.h +++ b/src/mesa/main/bufferobj.h @@ -159,4 +159,7 @@ extern void GLAPIENTRY _mesa_GetObjectParameterivAPPLE(GLenum objectType, GLuint name, GLenum pname, GLint* params); #endif +extern void +_mesa_init_bufferobj_dispatch(struct _glapi_table *disp); + #endif |