mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 13:58:04 +02:00
mesa: refactor: fix some FEATURE_ typos, mistakes
(cherry picked from commit e4cfe0854a)
This commit is contained in:
parent
34a61c66fd
commit
4fc71f3ec2
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue