glsl: Make builtin function profiles for GLSL ES use "es" in the filename.
authorPaul Berry <stereotype441@gmail.com>
Sat, 4 Aug 2012 17:43:53 +0000 (10:43 -0700)
committerIan Romanick <ian.d.romanick@intel.com>
Thu, 6 Dec 2012 20:13:22 +0000 (12:13 -0800)
commit4d6d22100abf4512865c316f3ad6a3bd25dd28c1
treecf77791c3420c632c7e5b89bd63824b0aa113fca
parent8dec1bfedd27ae45632b0e08fb5996ff60d042b6
glsl: Make builtin function profiles for GLSL ES use "es" in the filename.

Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Eric Anholt <eric@anholt.net>
Acked-by: Carl Worth <cworth@cworth.org>
src/glsl/builtins/profiles/100.frag [deleted file]
src/glsl/builtins/profiles/100.glsl [deleted file]
src/glsl/builtins/profiles/100.vert [deleted file]
src/glsl/builtins/profiles/100es.frag [new file with mode: 0644]
src/glsl/builtins/profiles/100es.glsl [new file with mode: 0644]
src/glsl/builtins/profiles/100es.vert [new file with mode: 0644]
src/glsl/builtins/tools/generate_builtins.py