glcpp: Make sure GL_AMD_shader_trinary_minmax is defined
authorIan Romanick <ian.d.romanick@intel.com>
Fri, 24 Jan 2014 21:28:24 +0000 (13:28 -0800)
committerIan Romanick <ian.d.romanick@intel.com>
Mon, 27 Jan 2014 21:28:24 +0000 (14:28 -0700)
commit6901c278cae5a24edeafcee93c35edbdc154b8ef
tree5543992472eedab6fc26c590e2caa39585e258ce
parent764be9f9e8b20fffa7b8a35dbdf65fe2a6b4e20c
glcpp: Make sure GL_AMD_shader_trinary_minmax is defined

The define was only available if
gl_extensions::AMD_shader_trinary_minmax was set, but no driver set it.
Since the extension is advertised by default, remove that field too.

Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
Cc: Maxence Le Doré <maxence.ledore@gmail.com>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Matt Turner <mattst88@gmail.com>
src/glsl/glcpp/glcpp-parse.y
src/mesa/main/mtypes.h