commit | 679ad4e71a5e781fab5ea5bb4157b3ce086dc6f0 | [log] [tgz] |
---|---|---|
author | Kenneth Russell <kbr@chromium.org> | Sat Jul 09 08:08:22 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Sat Jul 09 08:08:22 2022 |
tree | fee4490cca7b5bc8dbe4b1df1d8eeb4b24a053a4 | |
parent | 24b3f19a7e9959ad6780f2d24e163e9995df2630 [diff] |
Enable implicit WebGL extensions properly. Properly enable the extensions which are implicitly enabled per spec in: EXT_color_buffer_float OES_texture_float WEBGL_color_buffer_float WEBGL_multi_draw Refactor WebGL extension enabling to support doing this when a ScriptState isn't available. Fixes a forthcoming WebGL conformance roll. Associated with: https://bugs.webkit.org/show_bug.cgi?id=241918 https://github.com/KhronosGroup/WebGL/pull/3443 Bug: 1343108 Change-Id: I39dacd5ce213778fae322ba6b24c9caaa41507f6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3753497 Reviewed-by: Kai Ninomiya <kainino@chromium.org> Commit-Queue: Kenneth Russell <kbr@chromium.org> Cr-Commit-Position: refs/heads/main@{#1022412}
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.