diff options
author | Maxence Le Doré <[email protected]> | 2014-01-03 00:09:54 +0100 |
---|---|---|
committer | Kenneth Graunke <[email protected]> | 2014-01-06 14:28:10 -0800 |
commit | 1a9e8c23eb936bb165879ca52348ecb06a8b4701 (patch) | |
tree | 912b4b902a4eaaee178f4f662e61a0c10e44c3db /src/mesa | |
parent | eb5dc75601708d2d9bdf822960ae5b9151c105a1 (diff) |
mesa: enable AMD_shader_trinary_minmax
Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/mesa')
-rw-r--r-- | src/mesa/main/extensions.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/main/extensions.c b/src/mesa/main/extensions.c index f0e1858e420..efda5482ae3 100644 --- a/src/mesa/main/extensions.c +++ b/src/mesa/main/extensions.c @@ -304,6 +304,7 @@ static const struct extension extension_table[] = { { "GL_AMD_performance_monitor", o(AMD_performance_monitor), GL, 2007 }, { "GL_AMD_seamless_cubemap_per_texture", o(AMD_seamless_cubemap_per_texture), GL, 2009 }, { "GL_AMD_shader_stencil_export", o(ARB_shader_stencil_export), GL, 2009 }, + { "GL_AMD_shader_trinary_minmax", o(dummy_true), GL, 2012 }, { "GL_AMD_vertex_shader_layer", o(AMD_vertex_shader_layer), GLC, 2012 }, { "GL_APPLE_object_purgeable", o(APPLE_object_purgeable), GL, 2006 }, { "GL_APPLE_packed_pixels", o(dummy_true), GLL, 2002 }, |