Set language_version to 130 (the max currently supported) when reading IR.
authorKenneth Graunke <kenneth@whitecape.org>
Wed, 7 Apr 2010 22:16:20 +0000 (15:16 -0700)
committerIan Romanick <ian.d.romanick@intel.com>
Thu, 29 Apr 2010 01:14:53 +0000 (18:14 -0700)
commite8b399270da7a1201bd544df5bd902ca21cdcbc9
treeb062af52b3b48b2b38c862b63e4b75c65269f996
parent34350be2cdb0cb769657d5ce82bc37d906eb3eb5
Set language_version to 130 (the max currently supported) when reading IR.

This is necessary so _mesa_glsl_initialize_types can create appropriate
glsl_types and add them to the symbol table.

In the future, we'll want to set it to the max GLSL version supported by
the current driver.
glsl_parser_extras.cpp