OSDN Git Service

r600: fix color export mask
authorRoland Scheidegger <sroland@vmware.com>
Mon, 5 Mar 2018 19:12:32 +0000 (20:12 +0100)
committerRoland Scheidegger <sroland@vmware.com>
Mon, 5 Mar 2018 19:15:05 +0000 (20:15 +0100)
commit434523cf2a6738b0250de2a0e36e93b13f88832a
treefadfb3fef6499cbb7d9146ce7be1123fbe22bdd2
parent72552012c7b461b887c44b3f90e2744bc7512a74
r600: fix color export mask

The r600 code (not the eg one) forgot to copy the ps_color_export_mask
in commit 5b14e06d8b42e2b08ebc52b6c314ef8647d87a1f when updating the
pixel state, leading to misrenderings (probably with MRT).

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=105262

Tested-by: LoneVVolf <lonewolf@xs4all.nl>
Tested-by: Pavel Vinogradov <public@sourcemage.org>
src/gallium/drivers/r600/r600_state.c