Re: [Mesa-dev] [PATCH] mesa: Dump ARB_vp/fp source and IR when MESA_GLSL=dump.

2014-05-12 Thread Ian Romanick
On 05/11/2014 11:03 PM, Kenneth Graunke wrote: > As far as I can tell, Mesa hasn't had a convenient way to dump ARB_vp/fp > source until now. Using MESA_GLSL=dump is convenient, since it means > you can use a single environment variable to dump a program's shaders, > no matter which language they'

[Mesa-dev] [PATCH] mesa: Dump ARB_vp/fp source and IR when MESA_GLSL=dump.

2014-05-11 Thread Kenneth Graunke
As far as I can tell, Mesa hasn't had a convenient way to dump ARB_vp/fp source until now. Using MESA_GLSL=dump is convenient, since it means you can use a single environment variable to dump a program's shaders, no matter which language they're written in. Signed-off-by: Kenneth Graunke --- sr