mesa/src
Matt Turner 92d03f7f28 i965/fs: Don't propagate saturation modifiers if there are source modifiers.
Which would lead to translating

   mad     vgrf9:F,  vgrf3:F, u0:F, vgrf6:F
   mov.sat vgrf7:F, -vgrf9:F

into

   mad.sat vgrf9:F,  vgrf3:F, u0:F, vgrf6:F
   mov     vgrf7:F, -vgrf9:F

Fixes some lighting effects in Dota2.

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=76749
Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
2014-04-05 09:47:36 -07:00
..
egl egl/dri2: use drm macros to construct device name 2014-04-05 13:36:29 +01:00
gallium automake: don't enable -Wl,--no-undefined on OpenBSD 2014-04-05 13:30:27 +01:00
gbm automake: don't enable -Wl,--no-undefined on OpenBSD 2014-04-05 13:30:27 +01:00
getopt
glsl glsl: remove UBO fields from _mesa_glsl_parse_state 2014-04-01 13:41:20 +08:00
glx automake: don't enable -Wl,--no-undefined on OpenBSD 2014-04-05 13:30:27 +01:00
gtest gtest: enable subdir-objects to prevent automake warnings 2013-11-16 14:01:27 +00:00
hgl haiku libGL: Move from gallium target to src/hgl 2014-01-06 15:50:21 -06:00
loader loader: don't limit the non-udev path to only android 2014-04-05 12:17:28 +01:00
mapi automake: don't enable -Wl,--no-undefined on OpenBSD 2014-04-05 13:30:27 +01:00
mesa i965/fs: Don't propagate saturation modifiers if there are source modifiers. 2014-04-05 09:47:36 -07:00
Makefile.am loader: introduce the loader util lib 2014-01-18 18:47:27 +00:00
SConscript loader: introduce the loader util lib 2014-01-18 18:47:27 +00:00