summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/samplerobj.h
diff options
context:
space:
mode:
authorEric Anholt <[email protected]>2013-01-17 16:39:27 -0800
committerEric Anholt <[email protected]>2013-01-21 21:26:48 -0800
commitab4c549378cc2e355e24b8cd3a4cbf28434fd6a8 (patch)
tree6adae3d31ee195498f7ea59e85d55f4d62692176 /src/mesa/main/samplerobj.h
parent7820e2dd8dac0978b3f4f94cc3aa0144eb19032b (diff)
mesa: Initially populate the display list with the exec list.
This cuts out a ton of code to make functions not set to a save_ variant match. Reviewed-by: Brian Paul <[email protected]> Reviewed-by: Ian Romanick <[email protected]>
Diffstat (limited to 'src/mesa/main/samplerobj.h')
-rw-r--r--src/mesa/main/samplerobj.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mesa/main/samplerobj.h b/src/mesa/main/samplerobj.h
index dce7c6c3080..311425701d0 100644
--- a/src/mesa/main/samplerobj.h
+++ b/src/mesa/main/samplerobj.h
@@ -69,10 +69,6 @@ _mesa_new_sampler_object(struct gl_context *ctx, GLuint name);
extern void
_mesa_init_sampler_object_functions(struct dd_function_table *driver);
-extern void
-_mesa_init_sampler_object_dispatch(const struct gl_context *ctx,
- struct _glapi_table *disp);
-
void GLAPIENTRY
_mesa_GenSamplers(GLsizei count, GLuint *samplers);
void GLAPIENTRY