summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/pixel.h
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2008-06-09 14:14:34 -0600
committerBrian Paul <brian.paul@tungstengraphics.com>2008-06-09 14:14:34 -0600
commitf26baad2e1e8cb3c24fa64cc31869ec7b27d71ff (patch)
treec906f9b4b89bf4f8e893db2203815a6487238ef7 /src/mesa/main/pixel.h
parentffeb90169fd54d6e364a308a9b997437426e1b83 (diff)
downloadexternal_mesa3d-f26baad2e1e8cb3c24fa64cc31869ec7b27d71ff.zip
external_mesa3d-f26baad2e1e8cb3c24fa64cc31869ec7b27d71ff.tar.gz
external_mesa3d-f26baad2e1e8cb3c24fa64cc31869ec7b27d71ff.tar.bz2
mesa: refactor: move glPixelStore function into new pixelstore.c file
Diffstat (limited to 'src/mesa/main/pixel.h')
-rw-r--r--src/mesa/main/pixel.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/mesa/main/pixel.h b/src/mesa/main/pixel.h
index 3ba5b66..05bddf5 100644
--- a/src/mesa/main/pixel.h
+++ b/src/mesa/main/pixel.h
@@ -57,13 +57,6 @@ extern void GLAPIENTRY
_mesa_PixelMapusv(GLenum map, GLsizei mapsize, const GLushort *values );
extern void GLAPIENTRY
-_mesa_PixelStoref( GLenum pname, GLfloat param );
-
-
-extern void GLAPIENTRY
-_mesa_PixelStorei( GLenum pname, GLint param );
-
-extern void GLAPIENTRY
_mesa_PixelTransferf( GLenum pname, GLfloat param );
extern void GLAPIENTRY