diff options
Diffstat (limited to 'make')
-rw-r--r-- | make/gl-ignore-gl2_es-enums.cfg | 10 | ||||
-rw-r--r-- | make/gl-ignore-gl2_es12-special.cfg | 24 | ||||
-rwxr-xr-x | make/stub_includes/opengl/GLES2/gl2ext.h | 3 |
3 files changed, 13 insertions, 24 deletions
diff --git a/make/gl-ignore-gl2_es-enums.cfg b/make/gl-ignore-gl2_es-enums.cfg index e3b555fa0..3b182bcd2 100644 --- a/make/gl-ignore-gl2_es-enums.cfg +++ b/make/gl-ignore-gl2_es-enums.cfg @@ -185,3 +185,13 @@ Ignore GL_VENDOR Ignore GL_VERSION Ignore GL_VIEWPORT Ignore GL_ZERO +Ignore GL_TEXTURE_CUBE_MAP.* +Ignore GL_TEXTURE_BINDING_CUBE_MAP.* +Ignore GL_TEXTURE_CUBE_MAP_POSITIVE_X.* +Ignore GL_TEXTURE_CUBE_MAP_NEGATIVE_X.* +Ignore GL_TEXTURE_CUBE_MAP_POSITIVE_Y.* +Ignore GL_TEXTURE_CUBE_MAP_NEGATIVE_Y.* +Ignore GL_TEXTURE_CUBE_MAP_POSITIVE_Z.* +Ignore GL_TEXTURE_CUBE_MAP_NEGATIVE_Z.* +Ignore GL_MAX_CUBE_MAP_TEXTURE_SIZE.* + diff --git a/make/gl-ignore-gl2_es12-special.cfg b/make/gl-ignore-gl2_es12-special.cfg index 2e5d16ba8..a3e55f594 100644 --- a/make/gl-ignore-gl2_es12-special.cfg +++ b/make/gl-ignore-gl2_es12-special.cfg @@ -209,8 +209,6 @@ Ignore GL_MATRIX_PALETTE_OES Ignore GL_MAX_ARRAY_TEXTURE_LAYERS_EXT Ignore GL_MAX_CLIP_PLANES Ignore GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS -Ignore GL_MAX_CUBE_MAP_TEXTURE_SIZE -Ignore GL_MAX_CUBE_MAP_TEXTURE_SIZE_OES Ignore GL_MAX_FRAGMENT_UNIFORM_VECTORS Ignore GL_MAX_LIGHTS Ignore GL_MAX_MODELVIEW_STACK_DEPTH @@ -404,8 +402,6 @@ Ignore GL_SUBTRACT Ignore GL_TEXTURE_2D_ARRAY_EXT Ignore GL_TEXTURE_2D_OES Ignore GL_TEXTURE_BINDING_2D_ARRAY_EXT -Ignore GL_TEXTURE_BINDING_CUBE_MAP -Ignore GL_TEXTURE_BINDING_CUBE_MAP_OES Ignore GL_TEXTURE_COORD_ARRAY Ignore GL_TEXTURE_COORD_ARRAY_BUFFER_BINDING Ignore GL_TEXTURE_COORD_ARRAY_POINTER @@ -413,26 +409,6 @@ Ignore GL_TEXTURE_COORD_ARRAY_SIZE Ignore GL_TEXTURE_COORD_ARRAY_STRIDE Ignore GL_TEXTURE_COORD_ARRAY_TYPE Ignore GL_TEXTURE_CROP_RECT_OES -Ignore GL_TEXTURE_CUBE_MAP -Ignore GL_TEXTURE_CUBE_MAP_NEGATIVE_X -Ignore GL_TEXTURE_CUBE_MAP_NEGATIVE_X_OES -Ignore GL_TEXTURE_CUBE_MAP_NEGATIVE_X_OES -Ignore GL_TEXTURE_CUBE_MAP_NEGATIVE_Y -Ignore GL_TEXTURE_CUBE_MAP_NEGATIVE_Y_OES -Ignore GL_TEXTURE_CUBE_MAP_NEGATIVE_Y_OES -Ignore GL_TEXTURE_CUBE_MAP_NEGATIVE_Z -Ignore GL_TEXTURE_CUBE_MAP_NEGATIVE_Z_OES -Ignore GL_TEXTURE_CUBE_MAP_NEGATIVE_Z_OES -Ignore GL_TEXTURE_CUBE_MAP_OES -Ignore GL_TEXTURE_CUBE_MAP_POSITIVE_X -Ignore GL_TEXTURE_CUBE_MAP_POSITIVE_X_OES -Ignore GL_TEXTURE_CUBE_MAP_POSITIVE_X_OES -Ignore GL_TEXTURE_CUBE_MAP_POSITIVE_Y -Ignore GL_TEXTURE_CUBE_MAP_POSITIVE_Y_OES -Ignore GL_TEXTURE_CUBE_MAP_POSITIVE_Y_OES -Ignore GL_TEXTURE_CUBE_MAP_POSITIVE_Z -Ignore GL_TEXTURE_CUBE_MAP_POSITIVE_Z_OES -Ignore GL_TEXTURE_CUBE_MAP_POSITIVE_Z_OES Ignore GL_TEXTURE_ENV Ignore GL_TEXTURE_ENV_COLOR Ignore GL_TEXTURE_ENV_MODE diff --git a/make/stub_includes/opengl/GLES2/gl2ext.h b/make/stub_includes/opengl/GLES2/gl2ext.h index b531df2fb..8580e2bdf 100755 --- a/make/stub_includes/opengl/GLES2/gl2ext.h +++ b/make/stub_includes/opengl/GLES2/gl2ext.h @@ -64,6 +64,8 @@ extern "C" { #define GL_OES_EGL_image 1 #ifdef GL_OES_EGL_image +/** sgothel: wrong defines and/or numbers: + * #define GL_TEXTURE_2D_OES 0x1 #define GL_TEXTURE_CUBE_MAP_POSITIVE_X_OES 0x3 #define GL_TEXTURE_CUBE_MAP_NEGATIVE_X_OES 0x4 @@ -73,6 +75,7 @@ extern "C" { #define GL_TEXTURE_CUBE_MAP_NEGATIVE_Z_OES 0x8 #define GL_RENDERBUFFER_OES 0x9 #define GL_TEXTURE_RECTANGLE_NV_OES 0xb + */ typedef void *GLeglImageOES; GL_APICALL void GL_APIENTRY glEGLImageTargetTexture2DOES(GLenum target, GLeglImageOES image); |