Re: [Mesa-dev] [PATCH] glsl/gallium: add a remove_output lowering pass

2012-01-02 Thread Kenneth Graunke
On 12/31/2011 03:52 PM, Vincent Lejeune wrote: Current glsl_to_tgsi::remove_output_read pass did not work properly when indirect addressing was involved ; this commit replaces it with a lowering pass that occurs before glsl_to_tgsi visitor is called. This patch fix varying-array related piglit

[Mesa-dev] [PATCH] glsl/gallium: add a remove_output lowering pass

2011-12-31 Thread Vincent Lejeune
Current glsl_to_tgsi::remove_output_read pass did not work properly when indirect addressing was involved ; this commit replaces it with a lowering pass that occurs before glsl_to_tgsi visitor is called. This patch fix varying-array related piglit test. --- src/glsl/Makefile.sources