From: Eric Anholt Date: Mon, 12 Mar 2012 20:43:13 +0000 (-0700) Subject: glsl: Drop ftransform() from GLSL 1.40 profile. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c72840630b9f058e5eebfa45c59448582b08def3;p=mesa.git glsl: Drop ftransform() from GLSL 1.40 profile. This is the one builtin function claimed to be dropped due to the ARB_compatibility split. Fixes piglit spec/GLSL-1.40/compiler/ftransform.vert Reviewed-by: Kenneth Graunke --- diff --git a/src/glsl/builtins/profiles/140.vert b/src/glsl/builtins/profiles/140.vert index d9f5b4d1366..0fad767bdbd 100644 --- a/src/glsl/builtins/profiles/140.vert +++ b/src/glsl/builtins/profiles/140.vert @@ -328,8 +328,6 @@ vec2 normalize(vec2 x); vec3 normalize(vec3 x); vec4 normalize(vec4 x); -vec4 ftransform(); - float faceforward(float N, float I, float Nref); vec2 faceforward(vec2 N, vec2 I, vec2 Nref); vec3 faceforward(vec3 N, vec3 I, vec3 Nref);