summaryrefslogtreecommitdiffstats
path: root/src/mesa/main
diff options
context:
space:
mode:
authorMaxence Le DorĂ© <[email protected]>2014-01-03 00:09:48 +0100
committerKenneth Graunke <[email protected]>2014-01-06 14:28:02 -0800
commitff50493bb34858811bc5e5f7b3b2428e9cd3fd25 (patch)
tree64934db953221db8b0a7eaecee6ee280a36c7679 /src/mesa/main
parent61ef697afc0ad509dcabdecfc424f27b5966969c (diff)
glsl: Add extension tracking for AMD_shader_trinary_minmax
Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/mesa/main')
-rw-r--r--src/mesa/main/mtypes.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/mtypes.h
index f93bb56410d..a5294b01858 100644
--- a/src/mesa/main/mtypes.h
+++ b/src/mesa/main/mtypes.h
@@ -3435,6 +3435,7 @@ struct gl_extensions
/* vendor extensions */
GLboolean AMD_performance_monitor;
GLboolean AMD_seamless_cubemap_per_texture;
+ GLboolean AMD_shader_trinary_minmax;
GLboolean AMD_vertex_shader_layer;
GLboolean APPLE_object_purgeable;
GLboolean ATI_envmap_bumpmap;