Details
Description
After QTBUG-51032 gets in, we should modify the QSurfaceFormat checks in RenderWidgetHostViewQtDelegateWidget and RenderWidgetHostViewQtDelegateQuick
to allow setting OpenGL CompatibilityProfile and NoProfile explicitly, because at the moment they would fail.
On OSX in any case, requesting a CoreProfile and version >=3.2 context will create a CoreProfile context,
and any other combination of a version and CompatibilityProfile/NoProfile will result in a context with NoProfile and version == 2.1
Attachments
Issue Links
- resulted from
-
QTBUG-51032 QWebEnginePage renders blank pages on Linux
- Closed