mesa/src
Zack Rusin 85c7ec70ad llvmpipe: switch to using dynamic stack allocation instead of registers
with mutable vars we don't need to follow the phi nodes. meaning that
control flow becomes trivial as we don't have scan the rest of the tgsi
to figure out the variable usage anymore. futhermore the memory2register
pass promotes alloca/store/load to registers while inserting the right phi
nodes. so we get simplicity and performance.
2010-02-08 21:50:33 -05:00
..
driclient
egl egl_dri2: Use pkg-config cflags and libs from configure output 2010-02-05 13:55:45 -05:00
gallium llvmpipe: switch to using dynamic stack allocation instead of registers 2010-02-08 21:50:33 -05:00
glew scons: Fix GLEW build on Mac OS X. 2010-01-28 01:19:53 -08:00
glsl glsl/pp: Silence GCC "no previous prototype" warning. 2010-01-26 00:47:31 -08:00
glu glu/sgi: Remove unnecessary headers. 2010-01-28 18:07:04 -08:00
glut scons: Use only the shared object name when linking progs. 2010-02-04 09:23:30 +00:00
glw Use separate $(MINSTALL) for installing libraries 2009-06-01 06:32:52 -07:00
glx glx: Fix SwapBuffers regression introduced by 01923fb72d. 2010-02-08 23:29:15 +00:00
mesa radeon: fix UMS since stp addition. 2010-02-08 17:18:02 +10:00
Makefile
SConscript support an 'embedded' platform target which turns off most parts of the 2010-01-26 20:59:12 +00:00