mesa/src
Vincent Lejeune 10937e6512 glsl_to_tgsi: Use the GLSL compiler's new remove-output-reads pass.
The existing 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 TGSI code generation.

Fixes varying-array related piglit tests.

Signed-off-by: Vincent Lejeune <vljn@ovi.com>
Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
Signed-off-by: Dave Airlie <airlied@redhat.com>
2012-01-06 13:36:52 +00:00
..
egl egl/x11: Merge the right version of Frederiks change 2011-12-21 10:29:30 -05:00
gallium draw: fix piglit base vertex + user vertex array tests 2012-01-06 13:36:35 +00:00
gbm gbm/dri: avoid crash in dri_screen_create 2011-08-04 14:09:34 +02:00
getopt getopt: Make code more portable. 2011-01-12 16:54:21 +00:00
glsl glsl: Add a lowering pass to remove reads of shader output variables. 2012-01-06 13:36:44 +00:00
glu glu: remove BeOS define as BeOS is not longer a target platform 2011-12-27 09:16:51 -07:00
glx glx/dri2: print FPS when env var LIBGL_SHOW_FPS is 1 (v2) 2012-01-05 18:29:11 +01:00
mapi Regenerate files from previous commits 2011-12-13 16:07:17 -08:00
mesa glsl_to_tgsi: Use the GLSL compiler's new remove-output-reads pass. 2012-01-06 13:36:52 +00:00
Makefile
SConscript scons: Unbreak mingw build. 2011-09-20 20:50:48 +01:00