summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/pixel.h
diff options
context:
space:
mode:
authorOliver McFadden <oliver.mcfadden@linux.intel.com>2012-09-11 09:17:44 +0300
committerOliver McFadden <oliver.mcfadden@linux.intel.com>2012-09-15 12:56:52 +0300
commit0ba82f910874e07180d08ae37ebd043eee727f84 (patch)
treee85ab2d94bb1c9d384348a3f0fb9d9fcc5c11cc1 /src/mesa/main/pixel.h
parent26a26e9992d243dbdcd2f7f9a47723fe5cf060d2 (diff)
downloadexternal_mesa3d-0ba82f910874e07180d08ae37ebd043eee727f84.zip
external_mesa3d-0ba82f910874e07180d08ae37ebd043eee727f84.tar.gz
external_mesa3d-0ba82f910874e07180d08ae37ebd043eee727f84.tar.bz2
mesa: remove FEATURE_pixel_transfer define.
Signed-off-by: Oliver McFadden <oliver.mcfadden@linux.intel.com> Reviewed-by: Brian Paul <brianp@vmware.com>
Diffstat (limited to 'src/mesa/main/pixel.h')
-rw-r--r--src/mesa/main/pixel.h23
1 files changed, 0 insertions, 23 deletions
diff --git a/src/mesa/main/pixel.h b/src/mesa/main/pixel.h
index 797b0d9..bfd76d9 100644
--- a/src/mesa/main/pixel.h
+++ b/src/mesa/main/pixel.h
@@ -41,8 +41,6 @@ struct _glapi_table;
struct gl_context;
-#if FEATURE_pixel_transfer
-
extern void GLAPIENTRY
_mesa_PixelTransferf(GLenum pname, GLfloat param);
@@ -52,27 +50,6 @@ _mesa_update_pixel( struct gl_context *ctx, GLuint newstate );
extern void
_mesa_init_pixel_dispatch( struct _glapi_table * disp );
-#else /* FEATURE_pixel_transfer */
-
-static inline void GLAPIENTRY
-_mesa_PixelTransferf(GLenum pname, GLfloat param)
-{
-}
-
-
-static inline void
-_mesa_update_pixel(struct gl_context *ctx, GLuint newstate)
-{
-}
-
-static inline void
-_mesa_init_pixel_dispatch(struct _glapi_table *disp)
-{
-}
-
-#endif /* FEATURE_pixel_transfer */
-
-
extern void
_mesa_init_pixel( struct gl_context * ctx );