mesa/src
Samuel Iglesias Gonsálvez bdab572a86 i965/fs: indirect addressing with doubles is not supported in CHV/BSW/BXT
From the Cherryview's PRM, Volume 7, 3D Media GPGPU Engine, Register Region
Restrictions, page 844:

  "When source or destination datatype is 64b or operation is integer DWord
   multiply, indirect addressing must not be used."

v2:
- Fix it for Broxton too.

v3:
- Simplify code by using subscript() and not creating a new num_components
variable (Kenneth).

Signed-off-by: Samuel Iglesias Gonsálvez <siglesias@igalia.com>
Cc: "12.0" <mesa-stable@lists.freedesktop.org>
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=95462
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
2016-06-17 11:33:18 +02:00
..
compiler glsl: Always strip arrayness in precision_qualifier_allowed 2016-06-16 09:33:53 -07:00
egl Added pbuffer hooks for surfaceless platform 2016-06-14 08:51:02 -07:00
gallium st/vdpau: we support lumakeying now 2016-06-16 09:41:13 +02:00
gbm Android: move libdrm settings to top-level Android.common.mk 2016-06-13 15:31:29 +01:00
getopt
glx glx: fix crash with bad fbconfig 2016-06-09 17:55:44 +03:00
gtest
hgl
intel anv: Fix a harmless overflow warning 2016-06-15 15:34:13 -07:00
loader Android: move libdrm settings to top-level Android.common.mk 2016-06-13 15:31:29 +01:00
mapi glapi: remap_helper.py: remove MESA_alt_functions 2016-06-13 15:31:28 +01:00
mesa i965/fs: indirect addressing with doubles is not supported in CHV/BSW/BXT 2016-06-17 11:33:18 +02:00
util mesa/gallium: Move u_bit_scan{,64} from gallium to util. 2016-06-14 05:19:10 +02:00
Makefile.am automake: get in-tree `make distclean' working again. 2016-06-13 15:24:44 +01:00
SConscript glsl: move to compiler/ 2016-01-26 16:08:33 +00:00