commit | eae7c51968e15b0968f534ade6da39d62a04a756 | [log] [tgz] |
---|---|---|
author | shrekshao <shrekshao@google.com> | Tue Feb 11 22:06:27 2020 |
committer | Commit Bot <commit-bot@chromium.org> | Tue Feb 11 22:06:27 2020 |
tree | 6a178397e1e991d11d8630dc00c4e71cf22423f2 | |
parent | 82e56d259024b2036bced5b0154e063fd6672a5a [diff] |
Fix RGTC RG block size From OpenGL spec 4.2 GL_COMPRESSED_RED_GREEN_RGTC2_EXT Each 4 ร 4 block of texels consists of 64 bits of compressed unsigned red image data followed by 64 bits of compressed unsigned green image data. GL_COMPRESSED_SIGNED_RED_GREEN_RGTC2_EXT Each 4 ร 4 block of texels consists of 64 bits of compressed signed red image data followed by 64 bits of compressed signed green image data. TBR=kbr@chromium.org Bug: 1013369 Change-Id: Ie17e2224d725059e88b22851d1b60a6e9d88430f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2050615 Reviewed-by: Shrek Shao <shrekshao@google.com> Commit-Queue: Shrek Shao <shrekshao@google.com> Cr-Commit-Position: refs/heads/master@{#740443}
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 .