mesa/src
Matt Turner c755ebfecf 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>
(cherry picked from commit 92d03f7f28)
2014-04-15 17:52:10 -07:00
..
egl egl/dri2: use drm macros to construct device name 2014-04-14 12:12:55 -07:00
gallium haiku: Fix build through scons corrections and viewport fixes 2014-04-15 17:41:20 -07:00
gbm build: Share the all-local rule for linking libraries into the build dir 2014-01-29 12:58:13 -08:00
getopt
glsl glsl: Fix lack of i2u in lower_ubo_reference. 2014-04-14 11:48:53 -07:00
glx glx: drop obsolete _XUnlock_Mutex in __glXInitialize error path 2014-04-14 11:48:53 -07: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-14 11:48:52 -07:00
mapi mapi/u_thread: Use GetCurrentThreadId 2014-04-14 11:48:49 -07:00
mesa i965/fs: Don't propagate saturation modifiers if there are source modifiers. 2014-04-15 17:52:10 -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