glsl: Copy GLSL 1.30 builtin profile to GLSL 1.40.
authorEric Anholt <eric@anholt.net>
Mon, 12 Mar 2012 20:42:29 +0000 (13:42 -0700)
committerEric Anholt <eric@anholt.net>
Thu, 15 Mar 2012 23:24:50 +0000 (16:24 -0700)
commit590ad64fc84ffb013943f888e9e2321c034a0bb8
tree669d0c5873c458d34e9ced64689cc4add53c9848
parent25c729bf9f373c6b590ef6647e560f33a954f38b
glsl: Copy GLSL 1.30 builtin profile to GLSL 1.40.

All that's changed is the #version changing to 140.

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
src/glsl/builtins/profiles/140.frag [new file with mode: 0644]
src/glsl/builtins/profiles/140.vert [new file with mode: 0644]