summaryrefslogtreecommitdiff
path: root/src/mesa/main/dd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/main/dd.h')
-rw-r--r--src/mesa/main/dd.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/mesa/main/dd.h b/src/mesa/main/dd.h
index da52e1babf2..80e7ad5e745 100644
--- a/src/mesa/main/dd.h
+++ b/src/mesa/main/dd.h
@@ -273,15 +273,6 @@ struct dd_function_table {
/*@}*/
/**
- * \name Functions for GL_ARB_sample_locations
- */
- void (*GetProgrammableSampleCaps)(struct gl_context *ctx,
- const struct gl_framebuffer *fb,
- GLuint *bits, GLuint *width, GLuint *height);
-
- /*@}*/
-
- /**
* \name GREMEDY debug/marker functions
*/
/*@{*/
@@ -326,14 +317,6 @@ struct dd_function_table {
/**@}*/
/**
- * \name GL_ARB_texture_multisample
- */
- void (*GetSamplePosition)(struct gl_context *ctx,
- struct gl_framebuffer *fb,
- GLuint index,
- GLfloat *outValue);
-
- /**
* \name NV_vdpau_interop interface
*/
void (*VDPAUMapSurface)(struct gl_context *ctx, GLenum target,