From aa309b967745506c5221e4d26e312ee492172059 Mon Sep 17 00:00:00 2001 From: Jonathan Liu Date: Thu, 15 Nov 2012 19:50:54 +1100 Subject: ANGLE: Invalidate client window area when resetting swap chain MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Resizing a window larger results in the newly exposed region being invalidated but the old region is treated as valid. This can result in the old region no longer updating. This has been observed on Windows 7 64-bit with Aero theme using NVIDIA GeForce GTS 250 and driver version 301.42. Invalidate the entire client window area when resetting the swap chain so that it updates properly. Upstream patch: https://codereview.appspot.com/6812076/ Task-number: QTBUG-27822 Change-Id: I0f5d2004576019458baee74c35e52f69b893a219 Reviewed-by: Friedemann Kleint Reviewed-by: Samuel Rødal --- src/3rdparty/angle/AUTHORS | 1 + 1 file changed, 1 insertion(+) (limited to 'src/3rdparty/angle/AUTHORS') diff --git a/src/3rdparty/angle/AUTHORS b/src/3rdparty/angle/AUTHORS index 0294632691..10e60d85b6 100644 --- a/src/3rdparty/angle/AUTHORS +++ b/src/3rdparty/angle/AUTHORS @@ -24,6 +24,7 @@ Ginn Chen James Hauxwell Sam Hocevar Pierre Leveille +Jonathan Liu Boying Lu Aitor Moreno Yuri O'Donnell -- cgit v1.2.3