i965: expose SRGB visuals and turn on EGL_KHR_gl_colorspace
[mesa.git] / src / mesa / drivers / dri / i965 / intel_fbo.h
index 1e2494286b87b0344c8143db34d90c3cb1d13566..608a1c4e7d69a209a1d2fe3fbe6c6caf8964929f 100644 (file)
@@ -116,6 +116,11 @@ struct intel_renderbuffer
     * for the duration of a mapping.
     */
    bool singlesample_mt_is_tmp;
+
+   /**
+    * Set to true when application specifically asked for a sRGB visual.
+    */
+   bool need_srgb;
 };