mesa/src
Samuel Pitoiset 06d3c65098 radv: fix a GPU hang when MRTs are sparse
When the i-th target format is set, all previous target formats
must be non-zero to avoid hangs. In other words, without this
if a fragment shader exports mrt0, mrt2 and mrt3, the GPU hangs
because the target format of mrt1 is zero.

This fixes DXVK GPU hangs with "Seven: The Days Long Gone",
"GTA V" and probably more games.

Cc: "18.0" 18.1" <mesa-stable@lists.freedesktop.org>
Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
2018-06-04 14:01:33 +02:00
..
amd radv: fix a GPU hang when MRTs are sparse 2018-06-04 14:01:33 +02:00
broadcom v3d: Add support for glSampleMask / glSampleCoverage. 2018-05-17 15:09:46 +01:00
compiler nir: implement the GLSL equivalent of if simplication in nir_opt_if 2018-06-04 12:41:10 +02:00
egl egl/x11: fix build with DRI3 disabled 2018-05-29 17:01:21 +01:00
gallium virgl: Always assume that ORIGIN_UPPER_LEFT and PIXEL_CENTER* are supported 2018-06-01 12:04:21 +01:00
gbm gbm: remove never-implemented function 2018-03-28 16:25:52 +01:00
getopt
glx glx/drisw: make the shm/non-shm loader extensions separately. 2018-05-30 09:11:54 +10:00
gtest autotools: include meson build files in tarball 2018-01-19 16:30:51 -08:00
hgl meson: Add Haiku platform support v4 2018-02-16 16:56:34 -06:00
intel anv: Don't even bother processing relocs if we have softpin 2018-06-01 16:34:26 -07:00
loader dri3: Stricter SBC wraparound handling 2018-05-22 17:59:53 +02:00
mapi mesa: changes to expose OES_texture_view extension 2018-05-24 12:53:07 +03:00
mesa i965: Add ARB_fragment_shader_interlock support. 2018-06-01 16:36:39 +01:00
util util: Add a randomized test for the virtual memory allocator 2018-05-31 16:51:35 -07:00
vulkan vulkan: don't free uninitialised memory 2018-05-29 17:44:13 +01:00
git_sha1.h.in
Makefile.am vulkan: Drop vk_android_native_buffer.xml 2018-04-10 19:29:49 -07:00
meson.build meson: only build mesa_st tests when build-tests is true 2018-04-24 14:08:15 -07:00
SConscript