mesa/src
Eric Anholt d24f59d008 i965: Fix nested loops in the VS.
We were patching up all the break and continues between the start of
our loop and the end of our loop, even if they were breaks/continues
for an inner loop.  Avoiding patching already patched breaks/continues
fixes piglit glsl-vs-loop-nested.
(cherry picked from commit f6f547d87e)
2010-03-16 12:15:02 -07:00
..
driclient
egl Remove support for GCC older than 3.3.0 2010-03-03 16:26:32 -08:00
gallium vmwgfx/dri: Fix SCons build. 2010-03-12 18:54:23 +01:00
glew scons: Fix GLEW build on Mac OS X. 2010-01-28 01:19:53 -08:00
glsl glsl: implement support for GL_EXT_texture_array 2010-02-25 20:11:55 -07:00
glu Grammar and spelling fixes 2010-03-12 08:55:05 -07:00
glut glut: Add asserts to check for null pointer dereferences. 2010-02-27 21:19:47 -08:00
glw Use separate $(MINSTALL) for installing libraries 2009-06-01 06:32:52 -07:00
glx glx: Move initialization of ext_list_first_time to where it's storage is allocated 2010-03-05 17:32:36 -07:00
mesa i965: Fix nested loops in the VS. 2010-03-16 12:15:02 -07:00
Makefile
SConscript support an 'embedded' platform target which turns off most parts of the 2010-01-26 20:59:12 +00:00