mesa: refactor: fix some FEATURE_ typos, mistakes
authorBrian Paul <brian.paul@tungstengraphics.com>
Tue, 10 Jun 2008 22:43:49 +0000 (16:43 -0600)
committerKeith Whitwell <keith@tungstengraphics.com>
Mon, 22 Sep 2008 05:13:52 +0000 (22:13 -0700)
(cherry picked from commit e4cfe0854ad968193106048179b9b52ec1768f41)

src/mesa/main/mfeatures.h
src/mesa/main/rastpos.c

index 6cc5fdd9a8aab81da554dc752e392981f0665662..2abb1c59a2b276124dfd791268b0e9e15de0f668 100644 (file)
@@ -46,7 +46,7 @@
 #define FEATURE_evaluators  _HAVE_FULL_GL
 #define FEATURE_feedback  _HAVE_FULL_GL
 #define FEATURE_histogram  _HAVE_FULL_GL
-#define FEATURE_pixeltransfer  _HAVE_FULL_GL
+#define FEATURE_pixel_transfer  _HAVE_FULL_GL
 #define FEATURE_texgen  _HAVE_FULL_GL
 #define FEATURE_texture_fxt1  _HAVE_FULL_GL
 #define FEATURE_texture_s3tc  _HAVE_FULL_GL
index f0500083ecabb838718d3063cbcaa36f30886661..155140f3cccfbae7026600fbc51f81798b692cf9 100644 (file)
@@ -211,7 +211,7 @@ _mesa_RasterPos4sv(const GLshort *v)
 /***           GL_ARB_window_pos / GL_MESA_window_pos               ***/
 /**********************************************************************/
 
-#if FEATURE_windowpos
+#if FEATURE_drawpix
 /**
  * All glWindowPosMESA and glWindowPosARB commands call this function to
  * update the current raster position.