From 53bf2508fe3d5bd7889ccf4817fcd2bcc531d6ae Mon Sep 17 00:00:00 2001 From: marha Date: Mon, 7 Feb 2011 07:14:23 +0000 Subject: mesa git update 7 Feb 2011 --- mesalib/src/mesa/main/mtypes.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'mesalib/src/mesa/main/mtypes.h') diff --git a/mesalib/src/mesa/main/mtypes.h b/mesalib/src/mesa/main/mtypes.h index 37f39ceef..4e7621239 100644 --- a/mesalib/src/mesa/main/mtypes.h +++ b/mesalib/src/mesa/main/mtypes.h @@ -2710,6 +2710,9 @@ struct gl_constants /** GL_EXT_gpu_shader4 */ GLint MinProgramTexelOffset, MaxProgramTexelOffset; + + /* GL_EXT_framebuffer_sRGB */ + GLboolean sRGBCapable; /* can enable sRGB blend/update on FBOs */ }; -- cgit v1.2.3