mesa/src
Eric Anholt b87259d3ef glsl2: Fix copy propagation in the presence of derefs in array indexes.
We would clear the in_lhs flag early, avoiding copy propagation on the
array index variable (oops) and then copy propagating on the array
variable (ouch).  Just avoid all copy propagation on the LHS instead.
2010-07-12 16:07:02 -07:00
..
driclient
egl egl: s/EGL_DISPLAY/EGL_PLATFORM/. 2010-06-17 16:30:26 +08:00
gallium llvmpipe: make geometry shaders and stream output work 2010-06-22 12:58:04 -04:00
glsl glsl2: Fix copy propagation in the presence of derefs in array indexes. 2010-07-12 16:07:02 -07:00
glu Grammar and spelling fixes 2010-03-12 08:55:05 -07:00
glut glut: Include X11 headers and libraries in SCons build. 2010-04-04 18:28:03 -07:00
glw
glx glx: fix indentation and remove extraneous break 2010-06-02 16:04:10 -06:00
mapi mapi: Add missing stdlib.h header for malloc declaration. 2010-06-20 01:03:00 -07:00
mesa ir_to_mesa: Add support for dereferencing matrices from arrays. 2010-07-12 16:07:02 -07:00
Makefile
SConscript SConscript: don't build mesa components if mesa not in state trackers 2010-06-08 17:38:56 +01:00