mesa: add KHR_no_error support for glDepthRangeIndexed()
[mesa.git] / src / mesa / main / formats.h
index b88466f036856b963161f9b7efda9a239644d6cc..62b5e0c1a7edaa567c0c803de9766f43373480c1 100644 (file)
@@ -762,6 +762,9 @@ _mesa_format_matches_format_and_type(mesa_format mesa_format,
                                     GLenum format, GLenum type,
                                     GLboolean swapBytes, GLenum *error);
 
+mesa_format
+_mesa_format_fallback_rgbx_to_rgba(mesa_format format);
+
 #ifdef __cplusplus
 }
 #endif