projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
608c7b4
)
glsl: clean up textureSize prototype
author
Ilia Mirkin
<imirkin@alum.mit.edu>
Wed, 12 Aug 2015 15:55:53 +0000
(11:55 -0400)
committer
Ilia Mirkin
<imirkin@alum.mit.edu>
Fri, 28 Aug 2015 03:49:13 +0000
(23:49 -0400)
Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu>
Reviewed-by: Timothy Arceri <t_arceri@yahoo.com.au>
src/glsl/builtin_functions.cpp
patch
|
blob
|
history
diff --git
a/src/glsl/builtin_functions.cpp
b/src/glsl/builtin_functions.cpp
index 4092d682c6997caec602fe47120489c01abdc704..5e051996758ed1b0b825324bdd3dd79c679fd92b 100644
(file)
--- 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