mesa/src
Matt Turner 86ae6f477d i965/fs: Fix off-by-one in saturate propagation.
ip needs to be initialized to start_ip - 1, since the first thing in the
main loop is ip++. Otherwise we would incorrectly propagate the saturate
from the mov to the mad:

   mad     a, b, c, d
   mov.sat x, a
   add     y, z, a

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
hgl
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: Fix off-by-one in saturate propagation. 2014-04-05 09:47:36 -07:00
Makefile.am
SConscript