-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Vivo Y21 has a bug when feathering to the screen. Always feather offscreen on PowerVR devices. * Reorder GPU resource bindings to put buffers first. GLES3 can have a hard limit as low as 7 on buffer indices, but textures can always go up to at least 31. * Be more conservative with fp32 render targets. Only use r32f on ES when EXT_float_blend is supported, even if we're on a 3.2 context. On desktop, require ARB_color_buffer_float. * Fix an uninitialized shader variable in MSAA mode. * Fix eval_feathered_fill() to return half. It was accidentally returning float. Diffs= 5153dac481 Fix up android browserstack gms (#9076) Co-authored-by: Chris Dalton <[email protected]>
- Loading branch information
1 parent
061ba6b
commit d27fada
Showing
10 changed files
with
184 additions
and
165 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
63c22338aa4ae1ff4dd872ed7ed9ee096baf6b48 | ||
5153dac481f44db86b07528b35d31051b4118fff |
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
Oops, something went wrong.