mesa/tests: Sanity check the ES2 dispatch table
[mesa.git] / src / mesa / swrast / s_context.h
index 26b97f78decdfc322dd67d2ef8d8162ed9026e2c..18353c4167b399b0ea24f711224cdba6fa299c64 100644 (file)
@@ -52,6 +52,7 @@
 
 
 typedef void (*texture_sample_func)(struct gl_context *ctx,
+                                    const struct gl_sampler_object *samp,
                                     const struct gl_texture_object *tObj,
                                     GLuint n, const GLfloat texcoords[][4],
                                     const GLfloat lambda[], GLfloat rgba[][4]);