commit | 9fec3072d8fb7c8b94eb883e77c8a2ec91281576 | [log] [tgz] |
---|---|---|
author | Brian Salomon <[email protected]> | Mon Feb 05 23:05:26 2018 |
committer | Commit Bot <[email protected]> | Mon Feb 05 23:05:26 2018 |
tree | 7b1f72ffe8747f18cde21c4a37765a11283fff78 | |
parent | 95db17105da7fb8c08cab649bb0a5a0ece38d039 [diff] |
Use SkColorType/GL format to create raster SkSurfaces. Skia is deprecating GrPixelConfig because it can be ambiguous. Instead clients specify 3D API (GL, VK) formats when making GrBackendTextures and then SkColorTypes when making SkSurface/SkImages. Bug: skia:6718 Bug: skia:7533 Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.android:android_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel Change-Id: I3e7c72de549394761cbb46c60e9553b33ff6656a Reviewed-on: https://chromium-review.googlesource.com/889861 Commit-Queue: Brian Salomon <[email protected]> Reviewed-by: weiliangc <[email protected]> Reviewed-by: Antoine Labour <[email protected]> Cr-Commit-Position: refs/heads/master@{#534522}
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 .