KDABLabs / cxx-qt-servo-webview

Servo WebView for Qt using CXX-Qt
45 stars 1 forks source link

Try to remove the surfman patch #12

Open ahayzen-kdab opened 7 months ago

ahayzen-kdab commented 7 months ago

Currently we have a patch to surfman otherwise an assert fails due to OpenGL errors occurring.

However they occur before the methods are called in surfman so it's happening from elsewhere (eg Qt or something further back). Investigate where and why they appear and if we can ignore or resolve it.