On 05/17/2011 08:22 PM, Eric Anholt wrote:
This makes automatic parsing of MESA_GLSL=dump output easier.
---
src/mesa/program/ir_to_mesa.cpp |3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
This makes human parsing of MESA_GLSL=dump easier, too.
Reviewed-by: Kenneth Graunke
__
This makes automatic parsing of MESA_GLSL=dump output easier.
---
src/mesa/program/ir_to_mesa.cpp |3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/src/mesa/program/ir_to_mesa.cpp b/src/mesa/program/ir_to_mesa.cpp
index 510aeab..0086997 100644
--- a/src/mesa/program/ir_to_