summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/pixelstore.h
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2008-06-09 14:25:23 -0600
committerKeith Whitwell <keith@tungstengraphics.com>2008-09-21 22:13:51 -0700
commit533c1dbe7582bdd72f671eef02e085f0c43159e2 (patch)
treed9341be942429ad5782c9e8ff7bfead8a41326a8 /src/mesa/main/pixelstore.h
parentc9e5671691289006e9b1152d6ce20200a83010c2 (diff)
downloadexternal_mesa3d-533c1dbe7582bdd72f671eef02e085f0c43159e2.zip
external_mesa3d-533c1dbe7582bdd72f671eef02e085f0c43159e2.tar.gz
external_mesa3d-533c1dbe7582bdd72f671eef02e085f0c43159e2.tar.bz2
mesa: refactor: new _mesa_init_pixelstore() function
(cherry picked from commit 5f91007f996d0b7e3233f221a6b0056203e356d2)
Diffstat (limited to 'src/mesa/main/pixelstore.h')
-rw-r--r--src/mesa/main/pixelstore.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mesa/main/pixelstore.h b/src/mesa/main/pixelstore.h
index c42f304..ee963f9 100644
--- a/src/mesa/main/pixelstore.h
+++ b/src/mesa/main/pixelstore.h
@@ -43,4 +43,8 @@ extern void GLAPIENTRY
_mesa_PixelStoref( GLenum pname, GLfloat param );
+extern void
+_mesa_init_pixelstore( GLcontext *ctx );
+
+
#endif