commit | 9ca54d68afbf1cf38e9d99d03b8d254ee9b7b51c | [log] [tgz] |
---|---|---|
author | Alexis Menard <alexis.menard@intel.com> | Mon Aug 05 21:26:56 2019 |
committer | Commit Bot <commit-bot@chromium.org> | Mon Aug 05 21:26:56 2019 |
tree | 645332136a90a45cb6871c9f64c7926e87228854 | |
parent | 4a709e7cf34053ecefd5d431c8c174a26ad36c7d [diff] |
WebXR : On desktop GL make sure to use MSAA rather than CMAA when possible. If the GPU works with MSAA we should use it. However the current code will always fallback to CMAA on desktop GL because GL_EXT_multisampled_render_to_texture is only available on ES profile. While CMAA could be used by other GPUs than Intel, currently Chromium only provides support for CMAA on Intel GPUs. This patch aligns with the behavior of DrawingBuffer which is used to render the WebGL content. Bug: 990923 Change-Id: Ie3a94a68a685fa0b34d573d48f6d4853d553be64 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1730624 Reviewed-by: Brandon Jones <bajones@chromium.org> Reviewed-by: Kenneth Russell <kbr@chromium.org> Commit-Queue: Alexis Menard <alexis.menard@intel.com> Auto-Submit: Alexis Menard <alexis.menard@intel.com> Cr-Commit-Position: refs/heads/master@{#684123}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .