aboutsummaryrefslogtreecommitdiff
path: root/mesalib/src/mesa/main/mtypes.h
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2011-05-09 09:35:45 +0000
committermarha <marha@users.sourceforge.net>2011-05-09 09:35:45 +0000
commit43b2398ee28e9144fd51eb9994d67c4c9a198c9c (patch)
treeaf05c516b61241b6444059697ce94eee092ba8ff /mesalib/src/mesa/main/mtypes.h
parent151019725213fc50a8aa4db8c4524387fea8f476 (diff)
downloadvcxsrv-43b2398ee28e9144fd51eb9994d67c4c9a198c9c.tar.gz
vcxsrv-43b2398ee28e9144fd51eb9994d67c4c9a198c9c.tar.bz2
vcxsrv-43b2398ee28e9144fd51eb9994d67c4c9a198c9c.zip
libXext libX11 mkfontscale mesa git update 9 May 2011
Diffstat (limited to 'mesalib/src/mesa/main/mtypes.h')
-rw-r--r--mesalib/src/mesa/main/mtypes.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/mesalib/src/mesa/main/mtypes.h b/mesalib/src/mesa/main/mtypes.h
index fba65e890..29c8cfd23 100644
--- a/mesalib/src/mesa/main/mtypes.h
+++ b/mesalib/src/mesa/main/mtypes.h
@@ -1339,6 +1339,7 @@ struct gl_sampler_object
GLenum CompareFunc; /**< GL_ARB_shadow */
GLfloat CompareFailValue; /**< GL_ARB_shadow_ambient */
GLenum sRGBDecode; /**< GL_DECODE_EXT or GL_SKIP_DECODE_EXT */
+ GLboolean CubeMapSeamless; /**< GL_AMD_seamless_cubemap_per_texture */
/* deprecated sampler state */
GLenum DepthMode; /**< GL_ARB_depth_texture */
@@ -2885,6 +2886,7 @@ struct gl_extensions
GLboolean OES_standard_derivatives;
/* vendor extensions */
GLboolean AMD_conservative_depth;
+ GLboolean AMD_seamless_cubemap_per_texture;
GLboolean APPLE_client_storage;
GLboolean APPLE_packed_pixels;
GLboolean APPLE_vertex_array_object;