commit | 394e7a725ffba2835c38694b47df656b930cd90a | [log] [tgz] |
---|---|---|
author | Sunny Sachanandani <sunnyps@chromium.org> | Thu Jun 29 16:20:02 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jun 29 16:20:02 2023 |
tree | 76d90564e187ed607014990e724623e78cfbf220 | |
parent | 6331d7f3e598e81fb63a125352c4e0a88dc2439e [diff] |
graphite: Use top left origin for WebGL CanvasResourceProvider Graphite won't support bottom left origin SkSurfaces or rendering. This CL removes WebGL usage of bottom left origin for shared image backed CanvasResourceProvider and fixes the `needs_vertical_flip` parameter for low latency canvas to match the resource instead of the context. Bug: 1456636 Change-Id: I659ca34db903a81204385e5e4aaab36c42d9b88b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4647005 Auto-Submit: Sunny Sachanandani <sunnyps@chromium.org> Reviewed-by: Justin Novosad <junov@chromium.org> Commit-Queue: Sunny Sachanandani <sunnyps@chromium.org> Cr-Commit-Position: refs/heads/main@{#1164158}
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.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
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.
If you found a bug, please file it at https://crbug.com/new.