summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/pixelstore.h
diff options
context:
space:
mode:
authorTimothy Arceri <[email protected]>2017-06-28 13:32:35 +1000
committerTimothy Arceri <[email protected]>2017-06-29 08:54:10 +1000
commit774580c8b9ae6a2def64f63163c71179fd55a624 (patch)
tree40c184bee31862c50b99451dbc8d51de7bb05be1 /src/mesa/main/pixelstore.h
parent9853ca6037b92d176ea35dc0d213b66c25392dc0 (diff)
mesa: add KHR_no_error support for glPixelStore*()
Reviewed-by: Samuel Pitoiset <[email protected]>
Diffstat (limited to 'src/mesa/main/pixelstore.h')
-rw-r--r--src/mesa/main/pixelstore.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/mesa/main/pixelstore.h b/src/mesa/main/pixelstore.h
index 68384548a0f..d21c6fe27f4 100644
--- a/src/mesa/main/pixelstore.h
+++ b/src/mesa/main/pixelstore.h
@@ -45,6 +45,14 @@ extern void GLAPIENTRY
_mesa_PixelStoref( GLenum pname, GLfloat param );
+extern void GLAPIENTRY
+_mesa_PixelStorei_no_error(GLenum pname, GLint param);
+
+
+extern void GLAPIENTRY
+_mesa_PixelStoref_no_error(GLenum pname, GLfloat param);
+
+
extern void
_mesa_init_pixelstore( struct gl_context *ctx );