mesa: Move OES_read_format support from drivers into the core.
[mesa.git] / src / mesa / main / mtypes.h
index 881d233ca3d858aa9a5251f4cf9552ac604e2cd8..cde2f5fe061afad5f4cbf99b4280e94d049342d0 100644 (file)
@@ -2355,9 +2355,6 @@ struct gl_constants
 
    GLuint MaxDrawBuffers;    /**< GL_ARB_draw_buffers */
 
-   GLenum ColorReadFormat;   /**< GL_OES_read_format */
-   GLenum ColorReadType;     /**< GL_OES_read_format */
-
    GLuint MaxColorAttachments;   /**< GL_EXT_framebuffer_object */
    GLuint MaxRenderbufferSize;   /**< GL_EXT_framebuffer_object */
    GLuint MaxSamples;            /**< GL_ARB_framebuffer_object */