summaryrefslogtreecommitdiff
path: root/src/glamor_gl_dispatch.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/glamor_gl_dispatch.c')
-rw-r--r--src/glamor_gl_dispatch.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/glamor_gl_dispatch.c b/src/glamor_gl_dispatch.c
index da99e26..9933eeb 100644
--- a/src/glamor_gl_dispatch.c
+++ b/src/glamor_gl_dispatch.c
@@ -111,6 +111,8 @@ glamor_gl_dispatch_init_impl(struct glamor_gl_dispatch *dispatch,
INIT_FUNC(dispatch, glGetProgramiv, get_proc_address);
INIT_FUNC(dispatch, glGetProgramInfoLog, get_proc_address);
INIT_FUNC(dispatch, glGetUniformLocation, get_proc_address);
+ INIT_FUNC(dispatch, glGetError, get_proc_address);
+ INIT_FUNC(dispatch, glBufferStorage, get_proc_address);
return TRUE;
fail: