commit | ebea30f5cea7654663d93819cda3076eac8af94e | [log] [tgz] |
---|---|---|
author | Alexis Hetu <sugoi@google.com> | Mon Oct 26 21:00:31 2020 |
committer | Commit Bot <commit-bot@chromium.org> | Mon Oct 26 21:00:31 2020 |
tree | f469decbfdda9bce808c7c159db27a8fe00b06ab | |
parent | 33b0d70c186b6f317d9d7b0c611171ff3518f0e5 [diff] |
Allow RG8 format for SkImage created from texture Using an RGBA8 image for an RG8 texture was causing confusion in the underlying driver where copyTexSubImage could be disallowed because of unequal formats between the framebuffer and texture (RG8 vs RGBA8) while the application was seeing 2 RGBA8 textures. Removing the workaround is now possible and fixes the issue. Bug: 985458 Change-Id: I6a1ac80f05adb67917ddda34835c9be7f0d5d1ea Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2499264 Reviewed-by: Sunny Sachanandani <sunnyps@chromium.org> Reviewed-by: Andres Calderon Jaramillo <andrescj@chromium.org> Commit-Queue: Alexis Hétu <sugoi@chromium.org> Cr-Commit-Position: refs/heads/master@{#820905}
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 .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.