From: Ilia Mirkin Date: Wed, 12 Aug 2015 15:55:53 +0000 (-0400) Subject: glsl: clean up textureSize prototype X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4a6a47ed056f37544083048287fec96c88e0e386;p=mesa.git glsl: clean up textureSize prototype Signed-off-by: Ilia Mirkin Reviewed-by: Timothy Arceri --- diff --git a/src/glsl/builtin_functions.cpp b/src/glsl/builtin_functions.cpp index 4092d682c69..5e051996758 100644 --- a/src/glsl/builtin_functions.cpp +++ b/src/glsl/builtin_functions.cpp @@ -666,10 +666,7 @@ private: B1(any); B1(all); B1(not); - B2(textureSize); - ir_function_signature *_textureSize(builtin_available_predicate avail, - const glsl_type *return_type, - const glsl_type *sampler_type); + BA2(textureSize); /** Flags to _texture() */ #define TEX_PROJECT 1