Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Better error reporting in XCB platform. | Samuel Rødal | 2011-03-30 | 1 | -2/+10 | |
| | | | | | Try to report the interval of known calls between which the X error was generated, if we can't find a sequence match. | |||||
* | Unswapped arguments to xcb_set_input_focus. | Samuel Rødal | 2011-03-30 | 1 | -1/+1 | |
| | ||||||
* | Fixed synchronization issue in QXcbWindow. | Samuel Rødal | 2011-03-30 | 4 | -3/+13 | |
| | ||||||
* | Fixed X error in qxcbwindowsurface.cpp | Samuel Rødal | 2011-03-30 | 1 | -1/+2 | |
| | | | | Don't free null GC. | |||||
* | Fixed off-by-one error in request name error logging in XCB platform. | Samuel Rødal | 2011-03-30 | 1 | -0/+1 | |
| | ||||||
* | Protect access to the call log with a mutex. | Samuel Rødal | 2011-03-30 | 2 | -5/+13 | |
| | ||||||
* | Added X error tracking to XCB platform. | Samuel Rødal | 2011-03-30 | 4 | -67/+122 | |
| | ||||||
* | Remove unnecessary setters in XCB plugin. | Samuel Rødal | 2011-03-30 | 1 | -3/+0 | |
| | | | | | These are the default settings in qwindowsurface.cpp anyway, and the explicit setters are about to be replaced by a features() function. | |||||
* | Threaded event handling and improved error reporting in XCB plugin. | Samuel Rødal | 2011-03-29 | 6 | -35/+284 | |
| | ||||||
* | Don't break on the first unhandled event in XCB plugin. | Samuel Rødal | 2011-03-29 | 1 | -1/+1 | |
| | | | | Prevent the XCB event queue from growing indefinitely. | |||||
* | Xlib platform plugin also doesn't support PING protocol. | Samuel Rødal | 2011-03-28 | 1 | -1/+1 | |
| | ||||||
* | Fixed typo. | Samuel Rødal | 2011-03-25 | 6 | -9/+9 | |
| | ||||||
* | Fixed GLX on Nvidia for XCB backend. | Samuel Rødal | 2011-03-25 | 1 | -0/+3 | |
| | | | | | We probably need to make sure the window is mapped before we start issuing GL commands. | |||||
* | Lighthouse: Wayland: Fix the readback for the glContext in the egl | Jørgen Lind | 2011-03-25 | 1 | -3/+30 | |
| | | | | backend | |||||
* | Lighthouse: Wayland: Print out what platformbackend we are using | Jørgen Lind | 2011-03-25 | 4 | -1/+8 | |
| | ||||||
* | Prevent crash on exit by deleting QXcbWindow's GL context integration. | Samuel Rødal | 2011-03-24 | 1 | -0/+1 | |
| | ||||||
* | Lighthouse: Move glx common code into shared files | Jørgen Lind | 2011-03-24 | 13 | -392/+33 | |
| | ||||||
* | Lighthouse: Wayland: Make QGLWidget work with the glx integration | Jørgen Lind | 2011-03-24 | 1 | -4/+32 | |
| | | | | Still missing same code for egl integration | |||||
* | Added missing -lX11 to xpixmap_glx wayland integration. | Samuel Rødal | 2011-03-24 | 2 | -1/+2 | |
| | ||||||
* | Lighthouse: Wayland. Added glx backend for gl integration | Jørgen Lind | 2011-03-24 | 15 | -10/+533 | |
| | ||||||
* | Lighthouse: Wayland Fix naming bug in the glintegration | Jørgen Lind | 2011-03-24 | 4 | -4/+4 | |
| | ||||||
* | Don't say we support _NET_WM_PING when we don't (xcb platform). | Samuel Rødal | 2011-03-24 | 1 | -1/+1 | |
| | | | | Fixes graying out of windows on Compiz. | |||||
* | Lighthouse: Wayland: Added a xpixmap readback glcontext | Jørgen Lind | 2011-03-23 | 19 | -11/+359 | |
| | | | | | | It uses a x11 pixmap to render all gl content into, then reads it back using glReadPixels. Then it sends it over the wire like any other shm surface. | |||||
* | Lighthouse: Wayland: Move the frame throttling into the platform window | Jørgen Lind | 2011-03-23 | 3 | -19/+24 | |
| | | | | This is only for the shm case | |||||
* | Lighthouse: Wayland, implement gl_integration | Jørgen Lind | 2011-03-23 | 20 | -158/+224 | |
| | ||||||
* | Avoid duplicate calls to eglGetDisplay() in XCB / Xlib platforms. | Samuel Rødal | 2011-03-23 | 7 | -13/+22 | |
| | | | | | Just call eglGetDisplay() once, as we also need to call eglInitialize() before the display can be used validly. | |||||
* | We need the xml libs for QML also for the simulator. | con | 2011-03-22 | 1 | -0/+8 | |
| | ||||||
* | Use the new QT_QPA_DEFAULT_PLATFORM_NAME define. | con | 2011-03-22 | 1 | -13/+3 | |
| | ||||||
* | Lighthouse: Remove drm hack in pro file | Jørgen Lind | 2011-03-22 | 1 | -5/+0 | |
| | ||||||
* | Lighthouse: compile fix for dri2 contexts | Jørgen Lind | 2011-03-21 | 1 | -1/+1 | |
| | ||||||
* | Fixes detected by the static-check | Jørgen Lind | 2011-03-17 | 3 | -3/+85 | |
| | | | | | | This included added a license header on a moc file. Its nasty, but has to stay like that until we have a better sollution for generating moc files on uikit | |||||
* | Fixup license headers in Lighthouse plugins | Jørgen Lind | 2011-03-17 | 101 | -113/+441 | |
| | ||||||
* | Don't skip remaining events on unhandled events in xcb backend. | Samuel Rødal | 2011-03-17 | 1 | -2/+6 | |
| | ||||||
* | Merge remote-tracking branch 'origin/master' into lighthouse-master | Jørgen Lind | 2011-03-17 | 50 | -50/+50 | |
|\ | | | | | | | | | Conflicts: mkspecs/qws/macx-nacl-g++/qplatformdefs.h | |||||
| * | Update copyright year to 2011. | Rohan McGovern | 2011-03-10 | 50 | -50/+50 | |
| | | | | | | | | | | Reviewed-by: Trust Me (cherry picked from commit 774a3536b00c4d6e4c4c10b708e31b4373a338e3) | |||||
* | | Lighthouse: Xcb, compile fix for the glx path | Jørgen Lind | 2011-03-16 | 1 | -0/+2 | |
| | | ||||||
* | | Compile. | Morten Johan Sørvig | 2011-03-16 | 1 | -1/+5 | |
| | | | | | | | | | | Respect the system-zlib QT_CONFIG setting. Reviewed-by: Jørgen Lind | |||||
* | | Properly set the window event masks etc for screens and GL windows too. | Samuel Rødal | 2011-03-15 | 2 | -3/+5 | |
| | | ||||||
* | | Fix race condition in the non-GL case | Paul Olav Tvete | 2011-03-14 | 3 | -5/+12 | |
| | | | | | | | | | | | | | | Make sure to also flush output when waiting for an ack from the compositor, in case we haven't sent the frame request yet. Reviewed-by: Jørgen | |||||
* | | Do release build for devices and remove some warnings. | con | 2011-03-11 | 4 | -31/+42 | |
| | | ||||||
* | | XmlPatterns actually compiles and runs. | con | 2011-03-10 | 1 | -2/+2 | |
| | | ||||||
* | | Add proof-of-concept UIKit based lighthouse platform. | con | 2011-03-10 | 21 | -0/+2082 | |
| | | | | | | | | See the README in the uikit platform plugin for details. | |||||
* | | Lighthouse: Adding Native interface to getting the native eglcontext | Jørgen Lind | 2011-03-07 | 9 | -17/+85 | |
| | | | | | | | | | | in xcbplugin. I also reoredered how eglInitialize was executed, (its not so lazy anymore) | |||||
* | | Lighthouse: Fix a block for wayland with gl support | Benjamin Franzke | 2011-03-04 | 1 | -3/+6 | |
| | | | | | | | | | | | | | | The initialial readable iteration, needs to be done before initializing egl, or it will be done inside egl. The readable iteration after initialzing egl would block forever otherwise. | |||||
* | | Lighthouse: Make xcb backen usable for anyone else again | Jørgen Lind | 2011-03-03 | 1 | -1/+4 | |
| | | ||||||
* | | Compile with glx | Paul Olav Tvete | 2011-03-02 | 2 | -15/+16 | |
| | | | | | | | | Reviewed-by: Jørgen | |||||
* | | Build fixes for the Wayland plugin | Paul Olav Tvete | 2011-03-02 | 3 | -9/+20 | |
| | | | | | | | | | | | | Add qmake.conf variables, and use the generic font plugin. Reviewed-by: Jørgen | |||||
* | | Lighthouse: Implement the new Native Interface api in the xcb plugin | Jørgen Lind | 2011-03-01 | 4 | -16/+87 | |
| | | ||||||
* | | added capabilites to QPlatformIntegration | Gunnar Sletta | 2011-03-01 | 14 | -3/+72 | |
| | | | | | | | | Reviewed-by: Jørgen Lind | |||||
* | | Lighthouse: Xcb, implement native interface | Jørgen Lind | 2011-03-01 | 5 | -2/+82 | |
| | |