glsl: Fix misnamed textureProjOffset prototypes in built-in profiles.
authorKenneth Graunke <kenneth@whitecape.org>
Thu, 10 Nov 2011 05:54:26 +0000 (21:54 -0800)
committerKenneth Graunke <kenneth@whitecape.org>
Fri, 11 Nov 2011 06:51:19 +0000 (22:51 -0800)
commit6a77f36ad9570c73b9a2a00302289832267eea99
tree8df50f293b071ae4a091ec2839a3ed6c89b59f6e
parent2eb43bbb77f42b461632a622647874c22d7b9a5a
glsl: Fix misnamed textureProjOffset prototypes in built-in profiles.

Due to a cut and paste error, these were accidentally misnamed
textureProj() rather than textureProjOffset().

Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Paul Berry <stereotype441@gmail.com>
src/glsl/builtins/profiles/130.frag
src/glsl/builtins/profiles/130.vert