mesa: Add missing features.
Add features tested in the code but missing from mfeatures.h. This also fixes some tests of features. They should be tested with "#if", not "#ifdef".
This commit is contained in:
@@ -47,7 +47,7 @@
|
||||
/*#define BOUNDS_CHECK*/
|
||||
|
||||
|
||||
#ifdef FEATURE_OES_mapbuffer
|
||||
#if FEATURE_OES_mapbuffer
|
||||
#define DEFAULT_ACCESS GL_MAP_WRITE_BIT
|
||||
#else
|
||||
#define DEFAULT_ACCESS (GL_MAP_READ_BIT | GL_MAP_WRITE_BIT)
|
||||
|
Reference in New Issue
Block a user