Re: [Mesa-dev] [PATCH 2/3] mesa: Include shader target in dumps of GLSL source.

2011-05-18 Thread Kenneth Graunke
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 __

[Mesa-dev] [PATCH 2/3] mesa: Include shader target in dumps of GLSL source.

2011-05-17 Thread Eric Anholt
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_