glsl: Initialize ctx->ShaderCompilerOptions in standalone scaffolding.
authorKenneth Graunke <kenneth@whitecape.org>
Thu, 18 Apr 2013 00:30:21 +0000 (17:30 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Sun, 12 May 2013 16:36:39 +0000 (09:36 -0700)
commit6bb9acfb4eb3f6a2c61e03cbd5a6c6c464d2ae0c
tree0097f6f4353d1bae7839ca4eca005da3fba005e4
parent1c95cea40b518166bfa8d6925d58adf4e73d74fa
glsl: Initialize ctx->ShaderCompilerOptions in standalone scaffolding.

This code is copied from _mesa_init_shader_state().

Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
Reviewed-by: Eric Anholt <eric@anholt.net>
src/glsl/standalone_scaffolding.cpp