[Development] Using DMA instead of SHM in non OpenGL apps (Linux/Wayland)

2023-08-18 Thread Eduardo Hopperdietzel
Hi David, That's a very good point I hadn't thought about. I will create a testing Wayland client benchmark and measure the time it takes for QPainer to perform different drawing operations using both SHM and DMA. I'll also test buffer resizing and measure the overall (client/compositor)

Re: [Development] Failed to run configure.bat in qt/qt5 repository on Windows?

2023-08-18 Thread Thiago Macieira
On Friday, 18 August 2023 07:16:13 PDT Cristian Adam via Development wrote: > Right, you've hit now [QTBUG-108391] Prebuilt clang packages provided by Qt > contains hardcoded library path - Qt Bug > Tracker I suggest you then download the LLVM sources

Re: [Development] Failed to run configure.bat in qt/qt5 repository on Windows?

2023-08-18 Thread Cristian Adam via Development
Hi, Right, you've hit now [QTBUG-108391] Prebuilt clang packages provided by Qt contains hardcoded library path - Qt Bug Tracker I have a workaround there. As it turns out we haven't managed to make a new Qt LLVM release with the change suggested

Re: [Development] Failed to run configure.bat in qt/qt5 repository on Windows?

2023-08-18 Thread Jani Heikkinen via Development
Hi! The documentation is a bit misleading; you can't install those packages from Qt Online Installer. You can download those packages from http://download.qt.io/development_releases/prebuilt/libclang/qt and those are the same which are used for building the Qt binaries in the online installer.