Re: [Interest] QWebEngine makes QApplication ignore AA_UseOpenGLES

2015-07-13 Thread Agocs Laszlo
From: interest-bounces+laszlo.agocs=theqtcompany@qt-project.org on behalf of Allan Sandfeld Jensen Sent: Monday, July 13, 2015 11:56 AM To: Shantanu Tushar Cc: interest@qt-project.org Subject: Re: [Interest] QWebEngine makes QApplication ignore

Re: [Interest] QWebEngine makes QApplication ignore AA_UseOpenGLES

2015-07-13 Thread Allan Sandfeld Jensen
On Monday 13 July 2015, Shantanu Tushar wrote: > Hi, > > I tried passing that to the my app's executable (verified using process > explorer that the cmdline argument was there), it still loads opengl > instead of egl. The following gets passed to QtWebEngineProcess- > > --type=renderer --enable-

Re: [Interest] QWebEngine makes QApplication ignore AA_UseOpenGLES

2015-07-13 Thread Shantanu Tushar
Hi, I tried passing that to the my app's executable (verified using process explorer that the cmdline argument was there), it still loads opengl instead of egl. The following gets passed to QtWebEngineProcess- --type=renderer --enable-threaded-compositing --no-sandbox --use-gl=desktop --enable-d

Re: [Interest] QWebEngine makes QApplication ignore AA_UseOpenGLES

2015-07-07 Thread Allan Sandfeld Jensen
On Monday 06 July 2015, Shantanu Tushar wrote: > Hi, > > As most of our userbase need it, we force our Qt app to use ANGLE on > Windows machines - > > app.setAttribute(Qt::AA_UseOpenGLES); > > just after setting the app name, organization etc. > > We recently started using QWebEnginePage to loa

[Interest] QWebEngine makes QApplication ignore AA_UseOpenGLES

2015-07-05 Thread Shantanu Tushar
Hi, As most of our userbase need it, we force our Qt app to use ANGLE on Windows machines - app.setAttribute(Qt::AA_UseOpenGLES); just after setting the app name, organization etc. We recently started using QWebEnginePage to load a webpage from our website because it serves some features. The p