mesa: turn on reporting of GLSL version 1.20
authorBrian Paul <brianp@vmware.com>
Tue, 17 Feb 2009 23:12:49 +0000 (16:12 -0700)
committerBrian Paul <brianp@vmware.com>
Tue, 17 Feb 2009 23:17:13 +0000 (16:17 -0700)
commitf59719c6c70d6b2a36d329b4cf02a079444cbca7
treef7ce58f5e16d4ba947034900afb7d9d2e49e2581
parent6eabfc27f19a10dfc2663e99f9560966ba1ff697
mesa: turn on reporting of GLSL version 1.20

The new array features, precision/invariant/centroid qualifiers, etc. were
done a while back.  The glGetString(GL_SHADING_LANGUAGE_VERSION) query returns
"1.20" now (for drivers that support it anyway).
src/mesa/main/extensions.c
src/mesa/main/getstring.c