Blender Git Loki
Git Commits -> Revision cccb8f0
Revision cccb8f0 by Benoit Bolsee (decklink) June 20, 2015, 11:02 (GMT) |
WGL: give precedence to AA over Swap copy. Certain GPU (intel) will not allow MSAA together with swap copy. Previously, swap copy had priority over MSAA: fewer AA samples would be chosen if it was the condition to get swap copy. This patch reverse the logic: swap copy will be abandonned if another swap method (undefined or exchange) will provide the number of AA samples requested. If no AA samples is requested, swap copy still has the priority of course. |
Commit Details:
Full Hash: cccb8f0b14e5672ef70bbab93ae254685d9aea54
Parent Commit: e936abd
Lines Changed: +42, -15