On 03/26/2012 01:59 PM, Eric Anholt wrote:
The builtins we have are generally optimized, having been
hand-written. This avoids generating bad code when an optimization
pass prints debug output.
*laughs*. You'd think, but...we actually only run the compiler on the
*prototypes*, not any actual
The builtins we have are generally optimized, having been
hand-written. This avoids generating bad code when an optimization
pass prints debug output.
---
src/glsl/builtins/tools/generate_builtins.py |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/glsl/builtins/tools