glsl: Add built-in function prototypes for GLSL 3.30
authorKenneth Graunke <kenneth@whitecape.org>
Fri, 23 Aug 2013 23:03:03 +0000 (16:03 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Mon, 26 Aug 2013 03:32:39 +0000 (20:32 -0700)
commit7fa18774bd9d0e97a82ee9b7dfce8fc5a1041c3a
tree4781e2bcd0395f1716fbaf3bec0d9dba05e145b8
parent8f00409d230a84a3f84220738486ab739bcfab93
glsl: Add built-in function prototypes for GLSL 3.30

330.frag is a direct copy of 150.frag.
330.glsl is 150.glsl combined with ARB_shader_bit_encoding.glsl.

Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Matt Turner <mattst88@gmail.com>
src/glsl/builtins/profiles/330.frag [new file with mode: 0644]
src/glsl/builtins/profiles/330.glsl [new file with mode: 0644]