mesa/src
Luca Barbieri 2fb170c90f glsl: Unroll loops with conditional breaks anywhere (not just the end)
Currently we only unroll loops with conditional breaks at the end, which is
the form that lower_jumps generates.

However, if breaks are not lowered, they tend to appear at the beginning, so
add support for a conditional break anywhere.

Signed-off-by: Luca Barbieri <luca@luca-barbieri.com>
Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
(cherry picked from commit 0e50c21e24)
2010-12-27 13:12:20 -08:00
..
driclient mesa: Purge macros NEED_EVENTS and NEED_REPLIES 2010-07-01 13:07:07 -06:00
egl egl_dri2: Add missing intel chip ids. 2010-12-15 14:17:29 -08:00
gallium r300g: finally fix the texture corruption on r3xx-r4xx 2010-12-18 10:17:52 +01:00
glsl glsl: Unroll loops with conditional breaks anywhere (not just the end) 2010-12-27 13:12:20 -08:00
glu glu/sgi: Remove dead initialization in extract565rev. 2010-07-16 01:11:03 -07:00
glut glut: Silence missing initializer warning. 2010-08-30 14:12:01 +01:00
glw Makefiles: Don't complain if depend file to be included doesn't exist. 2010-07-21 13:19:33 -07:00
glx glx: Only remove drawables from the hash when we actually delete them 2010-09-29 09:10:05 -04:00
mapi mapi: Fix compiler warnings. 2010-09-30 17:12:30 +08:00
mesa mesa: Do not advertise GL_OES_texture_3D. 2010-12-27 13:11:26 -08:00
talloc scons: Fix inverted logic. 2010-08-26 18:29:04 +01:00
Makefile
SConscript talloc: Make it compile with MSVC, MinGW, and Xcode/gcc4.0. 2010-08-13 13:53:04 +01:00