summaryrefslogtreecommitdiffstats
path: root/src/angle/patches/0015-ANGLE-Invalidate-client-window-area-when-resizing-sw.patch
Commit message (Collapse)AuthorAgeFilesLines
* ANGLE: Invalidate client window area when resizing swap chainVal Doroshchuk2019-06-211-0/+37
Inspired by: https://codereview.appspot.com/6812076/ 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. Was added to D3D9. Improving a fix from Filippo Cucchetto: https://codereview.qt-project.org/c/qt/qtbase/+/195336 and pushing to D3D11. ifndef protects against compilation error for WinRT. Invalidate() should be used only for desktop apps. Task-number: QTBUG-46074 Change-Id: Ie24b8dffe130b970f2362337ac4f9bee666f82b2 Reviewed-by: Oliver Wolff <oliver.wolff@qt.io>