summaryrefslogtreecommitdiffstats
path: root/src/mesa/main
diff options
context:
space:
mode:
authorJosé Fonseca <[email protected]>2011-03-25 11:23:16 +0000
committerJosé Fonseca <[email protected]>2011-03-25 16:22:26 +0000
commitacd7ce57f79b3bd729041dc97c04a78386d13404 (patch)
tree2811a86f7c66349a21ed71ff5fb59f5c4ce369b7 /src/mesa/main
parent226ae9d6c8f282de788404b4d98af7ddf8ee30f4 (diff)
mesa,mapi: Remove spurious const keyword from ClearBufferfi args.
Diffstat (limited to 'src/mesa/main')
-rw-r--r--src/mesa/main/glapidispatch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/glapidispatch.h b/src/mesa/main/glapidispatch.h
index cbfe6400e42..b29c7cb78e6 100644
--- a/src/mesa/main/glapidispatch.h
+++ b/src/mesa/main/glapidispatch.h
@@ -3227,7 +3227,7 @@ extern int driDispatchRemapTable[ driDispatchRemapTable_size ];
#define CALL_ClampColor(disp, parameters) CALL_by_offset(disp, (void (GLAPIENTRYP)(GLenum, GLenum)), _gloffset_ClampColor, parameters)
#define GET_ClampColor(disp) GET_by_offset(disp, _gloffset_ClampColor)
#define SET_ClampColor(disp, fn) SET_by_offset(disp, _gloffset_ClampColor, fn)
-#define CALL_ClearBufferfi(disp, parameters) CALL_by_offset(disp, (void (GLAPIENTRYP)(GLenum, GLint, const GLfloat, const GLint)), _gloffset_ClearBufferfi, parameters)
+#define CALL_ClearBufferfi(disp, parameters) CALL_by_offset(disp, (void (GLAPIENTRYP)(GLenum, GLint, GLfloat, GLint)), _gloffset_ClearBufferfi, parameters)
#define GET_ClearBufferfi(disp) GET_by_offset(disp, _gloffset_ClearBufferfi)
#define SET_ClearBufferfi(disp, fn) SET_by_offset(disp, _gloffset_ClearBufferfi, fn)
#define CALL_ClearBufferfv(disp, parameters) CALL_by_offset(disp, (void (GLAPIENTRYP)(GLenum, GLint, const GLfloat *)), _gloffset_ClearBufferfv, parameters)