Commit Graph

5 Commits

Author SHA1 Message Date
Kevin Kofler eea62e9067 Move #include <QtCore/QByteArray> up
We have to include it before the X11 headers dragged in by
qglxconvenience_p.h.
2014-01-29 19:07:17 +01:00
Kevin Kofler 41836b065f Add missing #include <QtCore/QByteArray>
in glxconvenience/qglxconvenience.cpp in
qtbase-opensource-src-5.2.0-allow-forcing-llvmpipe.patch
2014-01-29 18:24:23 +01:00
Kevin Kofler e6aa6cc6c7 Fix allow-force-llvmpipe build
qglxconvenience.cpp is built with strict implicit cast flags.

Also treat an empty LIBGL_ALWAYS_SOFTWARE as set because Mesa does that,
too. (For QT_XCB_FORCE_SOFTWARE_OPENGL, we follow Qt rules, i.e.
empty=unset.)
2014-01-29 17:46:13 +01:00
Kevin Kofler cdc6229b7e fix the allow-forcing-llvmpipe patch to patch actual caller of __glXInitialize
* Wed Jan 29 2014 Kevin Kofler <Kevin@tigcc.ticalc.org> - 5.2.0-10
- fix the allow-forcing-llvmpipe patch to patch actual caller of __glXInitialize
2014-01-29 16:49:50 +01:00
Kevin Kofler b22f3a788e use software OpenGL (llvmpipe) if the hardware driver doesn't support OpenGL 2
* Wed Jan 29 2014 Kevin Kofler <Kevin@tigcc.ticalc.org> - 5.2.0-9
- use software OpenGL (llvmpipe) if the hardware driver doesn't support OpenGL 2
2014-01-29 03:27:24 +01:00