summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2008-06-10 16:43:49 -0600
committerBrian Paul <brian.paul@tungstengraphics.com>2008-06-10 16:43:49 -0600
commite4cfe0854ad968193106048179b9b52ec1768f41 (patch)
tree66d50a7bb5498749859c5adb283cce7962e9950a /src
parent0f36a29d5e6a50240e2c1469af68b7ac556afdc9 (diff)
mesa: refactor: fix some FEATURE_ typos, mistakes
Diffstat (limited to 'src')
-rw-r--r--src/mesa/main/mfeatures.h2
-rw-r--r--src/mesa/main/rastpos.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/main/mfeatures.h b/src/mesa/main/mfeatures.h
index 228de76af1..162bd2fff9 100644
--- a/src/mesa/main/mfeatures.h
+++ b/src/mesa/main/mfeatures.h
@@ -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
diff --git a/src/mesa/main/rastpos.c b/src/mesa/main/rastpos.c
index f0500083ec..155140f3cc 100644
--- a/src/mesa/main/rastpos.c
+++ b/src/mesa/main/rastpos.c
@@ -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.