From: Brian Paul Date: Tue, 10 Jun 2008 22:43:49 +0000 (-0600) Subject: mesa: refactor: fix some FEATURE_ typos, mistakes X-Git-Tag: 062012170305~18081 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4fc71f3ec2e3bec6c842473f6b2b6287b309c958;p=profile%2Fivi%2Fmesa.git mesa: refactor: fix some FEATURE_ typos, mistakes (cherry picked from commit e4cfe0854ad968193106048179b9b52ec1768f41) --- diff --git a/src/mesa/main/mfeatures.h b/src/mesa/main/mfeatures.h index 6cc5fdd..2abb1c5 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 f050008..155140f 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.