On Sat, 2015-01-03 at 20:18 +0100, Thomas Helland wrote:
> V2: Add some air for readability
> Use the new IS_CONSTANT macro
> Combine if-blocks for reduced code-duplication
> Split out into separate function for reuse later
> ---
> src/glsl/opt_minmax.cpp | 33 +
V2: Add some air for readability
Use the new IS_CONSTANT macro
Combine if-blocks for reduced code-duplication
Split out into separate function for reuse later
---
src/glsl/opt_minmax.cpp | 33 +
1 file changed, 33 insertions(+)
diff --git a/src/glsl/opt