mesa/src
Kenneth Graunke d28a3bd4bf i965/fs: Revert "Avoid generating MOVs for assignments for expressions."
This reverts commit 53c89c67f3, along with
the subsequent this->result = reg_undef additions it required.

Both Eric and I agree that the way he did this is really fragile; if you
forget to add this->result = reg_undef before calling accept(), it may
end up using the same register for two separate things, breaking things
in strange and mysterious ways.

The next commit will port over the new VS backend's method for solving
this problem, which is simpler, less intrusive, and still manages to
avoid MOVs in the common case.
2011-08-29 11:39:41 -07:00
..
egl egl: Use gbm/wayland flags regardless of egl_dri2 2011-08-29 09:34:20 +02:00
gallium i915g: remove unused var in i915_flush_heuristically() 2011-08-29 08:11:50 -06: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 glcpp: Add GL_ARB_conservative_depth #define. 2011-08-25 13:14:24 -07:00
glu sgi: Fix MSVC build. 2011-04-27 19:06:07 +01:00
glx dri: Remove all DRI1 drivers 2011-08-26 23:31:22 -07:00
mapi mapi: Commit generated files modified by previous commit 2011-08-26 23:33:23 -07:00
mesa i965/fs: Revert "Avoid generating MOVs for assignments for expressions." 2011-08-29 11:39:41 -07:00
Makefile
SConscript Squashed commit of the following: 2011-07-14 17:35:05 +01:00