We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94eaf53 commit 313178aCopy full SHA for 313178a
src/mesa/main/glformats.c
@@ -2902,17 +2902,6 @@ _mesa_gles_check_internalformat(struct gl_context *ctx,
2902
return GL_NO_ERROR;
2903
2904
case GL_BGRA8_EXT:
2905
- /* This is technically speaking out-of-spec. But too many
2906
- * applications seems to depend on it, so let's allow it
2907
- * together with a small complaint */
2908
- static bool warned = false;
2909
- if (!warned) {
2910
- _mesa_warning(ctx,
2911
- "internalformat = GL_BGRA8_EXT invalid by spec, but too many "
2912
- "applications depend on it to error. Plese fix the software "
2913
- "that causes this problem.");
2914
- warned = true;
2915
- }
2916
2917
2918
default:
0 commit comments