DescriptionMake it possible to toggle MSAA for ES (EXT_multisample_compatibility)
Make it possible to turn MSAA on and off for OpenGL ES, too.
Use EXT_multisample_compatibility.
The extension adds token:
MULTISAMPLE_EXT 0x809D
The token can be supplied to glEnable/glDisable/glGetInteger.
This is needed in order to support mixed samples in OpenGL ES. This is
important for path rendering Chromium command buffer integration.
Committed: https://skia.googlesource.com/skia/+/bf49e46aca85dc1a0ec089ccaefbb33e7ed6a7d5
Patch Set 1 #
Messages
Total messages: 6 (2 generated)
|