diff options
author | Eric Anholt <[email protected]> | 2012-03-12 13:43:13 -0700 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2012-03-15 16:24:50 -0700 |
commit | c72840630b9f058e5eebfa45c59448582b08def3 (patch) | |
tree | 4105c534d30698f195166e2859f05694df33285d /src/glsl/builtins | |
parent | 590ad64fc84ffb013943f888e9e2321c034a0bb8 (diff) |
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 <[email protected]>
Diffstat (limited to 'src/glsl/builtins')
-rw-r--r-- | src/glsl/builtins/profiles/140.vert | 2 |
1 files changed, 0 insertions, 2 deletions
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); |