summaryrefslogtreecommitdiffstats
path: root/src/glsl/builtins/profiles/100.vert
diff options
context:
space:
mode:
authorPaul Berry <[email protected]>2012-08-04 10:43:53 -0700
committerIan Romanick <[email protected]>2012-12-06 12:13:22 -0800
commit4d6d22100abf4512865c316f3ad6a3bd25dd28c1 (patch)
treecf77791c3420c632c7e5b89bd63824b0aa113fca /src/glsl/builtins/profiles/100.vert
parent8dec1bfedd27ae45632b0e08fb5996ff60d042b6 (diff)
glsl: Make builtin function profiles for GLSL ES use "es" in the filename.
Reviewed-by: Ian Romanick <[email protected]> Reviewed-by: Kenneth Graunke <[email protected]> Reviewed-by: Eric Anholt <[email protected]> Acked-by: Carl Worth <[email protected]>
Diffstat (limited to 'src/glsl/builtins/profiles/100.vert')
-rw-r--r--src/glsl/builtins/profiles/100.vert6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/glsl/builtins/profiles/100.vert b/src/glsl/builtins/profiles/100.vert
deleted file mode 100644
index 8f7ea61f7dd..00000000000
--- a/src/glsl/builtins/profiles/100.vert
+++ /dev/null
@@ -1,6 +0,0 @@
-#version 100
-vec4 texture2DLod (sampler2D sampler, vec2 coord, float lod);
-vec4 texture2DProjLod(sampler2D sampler, vec3 coord, float lod);
-vec4 texture2DProjLod(sampler2D sampler, vec4 coord, float lod);
-
-vec4 textureCubeLod (samplerCube sampler, vec3 coord, float lod);