commit | bcce601bfd362a1acd176f16d11d228dee151f47 | [log] [tgz] |
---|---|---|
author | Christopher Cameron <ccameron@chromium.org> | Sat Sep 23 00:20:34 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Sat Sep 23 00:20:34 2023 |
tree | a9701701a48537d2565beb2117ebd719b6a5153c | |
parent | 8f4c2f4331b1b7aa4967a2d5e9d75f2fd8f3632b [diff] |
WebGL drawingBufferStorage: Add RGB8 and RGBA8 to WebGL 1 The PR for adding drawingBufferStorage adds RGBA8 to WebGLRenderingContext. The PR does not add RGB8, but indicates that when there is no alpha, the value for WebGLRenderingContext's drawingBufferFormat should initially be RGB8. To accomplish this, we will need to add RGB8 as well. Once this feature is enabled by default and the feature flag is removed, should move these constants to WebGLRenderingContextBase and remove them from WebGL2RenderingContextBase. Bug: 1230619 Change-Id: I824f2b2b1a3142aa16bbb8699c9e08fbc250dce2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4887172 Reviewed-by: Kenneth Russell <kbr@chromium.org> Commit-Queue: Kenneth Russell <kbr@chromium.org> Cr-Commit-Position: refs/heads/main@{#1200556}
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.