-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Compat GL] Use DEPTH24_STENCIL8 for stencil8 when STENCIL_INDEX8 uns…
…upported OpenGLES 3.1 doesn't support STENCIL_INDEX8 format by default. But stencil8 format is required by compat. Create DEPTH24_STENCIL8 texture to emulate. Bug: 382084196, 42241333 Change-Id: Iaf193df429edd3bf2d12dbbc99ff3942435f80c0 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/217975 Commit-Queue: Stephen White <[email protected]> Auto-Submit: Shrek Shao <[email protected]> Reviewed-by: Stephen White <[email protected]>
- Loading branch information
Showing
5 changed files
with
20 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters