mesa/src
Samuel Pitoiset 3da8528846 nvc0/ir: fix wrong emission of (a OP b) OP c
The third source must be emitted at offset 49 instead of 17 and the
not modifier is at 52 instead of 20. If you look a bit above in
emitLogicOp() you will see that the dest is emitted at 17 which
confirms that src(2) is obviously wrong.

Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Reviewed-by: Ilia Mirkin <imirkin@alum.mit.edu>
Cc: "11.1 11.2" <mesa-stable@lists.freedesktop.org>
2016-04-26 19:47:49 +02:00
..
compiler nir: Add missing break into switch in construct_value() 2016-04-26 17:45:56 +02:00
egl egl/x11: authenticate before doing chipset id ioctls 2016-04-21 14:40:44 +01:00
gallium nvc0/ir: fix wrong emission of (a OP b) OP c 2016-04-26 19:47:49 +02:00
gbm gbm: add GBM_FORMAT_XBGR8888 format support 2016-04-21 14:45:56 +01:00
getopt
glx scons: Build dri_common_interop.c. 2016-04-20 12:41:24 +01:00
gtest mesa: Enable subdir-objects globally. 2015-06-26 12:55:25 +01:00
hgl
intel isl: remove ffs function that conflicts with system headers 2016-04-25 15:06:46 +01:00
loader loader: add a libdrm case for loader_get_device_name_for_fd 2016-04-21 14:41:41 +01:00
mapi scons: Whenever possible decide what to do based on platform and not compiler. 2016-04-26 17:17:00 +01:00
mesa scons: Whenever possible decide what to do based on platform and not compiler. 2016-04-26 17:17:00 +01:00
util scons: Move fallback HAVE_* definitions to headers. 2016-04-26 17:17:00 +01:00
Makefile.am i965: Add a dependency on libisl 2016-04-21 20:44:27 -07:00
SConscript glsl: move to compiler/ 2016-01-26 16:08:33 +00:00