mesa: always return GL_OUT_OF_MEMORY or GL_NO_ERROR when KHR_no_error enabled
[mesa.git] / src / mesa / main / mtypes.h
index e5f7cbaa5bcb430de2e9bdeb140d95ebfb7ff941..c4fab9dbac239f7663b91f36250c67f520c90d29 100644 (file)
@@ -2504,7 +2504,8 @@ enum gl_compile_status
 {
    compile_failure = 0,
    compile_success,
-   compile_skipped
+   compile_skipped,
+   compiled_no_opts
 };
 
 /**