From: Eric Anholt Date: Wed, 8 Sep 2010 22:01:02 +0000 (-0700) Subject: glsl: regenerate builtins X-Git-Tag: 062012170305~9751 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c3db43df046daf46e98cc3043129b5b56c513799;p=profile%2Fivi%2Fmesa.git glsl: regenerate builtins --- diff --git a/src/glsl/builtin_function.cpp b/src/glsl/builtin_function.cpp index 87ac0f7..11b96fd 100644 --- a/src/glsl/builtin_function.cpp +++ b/src/glsl/builtin_function.cpp @@ -3141,7 +3141,7 @@ static const char *builtin_step = " ((declare () vec4 t)\n" " (assign (constant bool (1)) (x) (var_ref t) (expression float b2f (expression bool >= (swiz x (var_ref x))(swiz x (var_ref edge)))))\n" " (assign (constant bool (1)) (y) (var_ref t) (expression float b2f (expression bool >= (swiz y (var_ref x))(swiz y (var_ref edge)))))\n" - " (assign (constant bool (1)) (z) (var_ref t) (expression float b2f (expression bool >= (swiz y (var_ref x))(swiz z (var_ref edge)))))\n" + " (assign (constant bool (1)) (z) (var_ref t) (expression float b2f (expression bool >= (swiz z (var_ref x))(swiz z (var_ref edge)))))\n" " (assign (constant bool (1)) (w) (var_ref t) (expression float b2f (expression bool >= (swiz w (var_ref x))(swiz w (var_ref edge)))))\n" " (return (var_ref t))))\n" "))\n"