summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/wayland
Commit message (Expand)AuthorAgeFilesLines
...
* Wayland: Fix xpixmap_glx readback after multi threadingJørgen Lind2011-04-071-6/+2
* Lighthouse: Implement xcomposite extension for waylandJørgen Lind2011-04-0613-0/+573
* After we make the QPlatformIntegration process eventsJørgen Lind2011-04-062-0/+245
* Lighthouse: Make wayland event handling happen in a separate threadJørgen Lind2011-04-069-154/+104
* qFatal() if no connection to wayland is availableHarald Fernengel2011-04-061-2/+3
* Make sure to delete wayland surface when QWaylandWindow is destroyed.Samuel Rødal2011-04-051-0/+2
* Implement QWaylandIntegration::hasOpenGL().Samuel Rødal2011-04-052-0/+11
* Lighthouse: Add drawable bit to the glx config selection rutineJørgen Lind2011-04-041-1/+1
* Wayland: Allways have a userPtr for QWaylandWindowJørgen Lind2011-04-043-7/+8
* Fixed compilation of wayland plugin when there's no GL support.Samuel Rødal2011-04-011-0/+2
* Fixed typo.Samuel Rødal2011-03-252-3/+3
* Lighthouse: Wayland: Fix the readback for the glContext in the eglJørgen Lind2011-03-251-3/+30
* Lighthouse: Wayland: Print out what platformbackend we are usingJørgen Lind2011-03-254-1/+8
* Lighthouse: Move glx common code into shared filesJørgen Lind2011-03-241-2/+2
* Lighthouse: Wayland: Make QGLWidget work with the glx integrationJørgen Lind2011-03-241-4/+32
* Added missing -lX11 to xpixmap_glx wayland integration.Samuel Rødal2011-03-242-1/+2
* Lighthouse: Wayland. Added glx backend for gl integrationJørgen Lind2011-03-2412-10/+309
* Lighthouse: Wayland Fix naming bug in the glintegrationJørgen Lind2011-03-244-4/+4
* Lighthouse: Wayland: Added a xpixmap readback glcontextJørgen Lind2011-03-2317-8/+356
* Lighthouse: Wayland: Move the frame throttling into the platform windowJørgen Lind2011-03-233-19/+24
* Lighthouse: Wayland, implement gl_integrationJørgen Lind2011-03-2319-154/+224
* Lighthouse: Remove drm hack in pro fileJørgen Lind2011-03-221-5/+0
* Fixup license headers in Lighthouse pluginsJørgen Lind2011-03-177-10/+10
* Fix race condition in the non-GL casePaul Olav Tvete2011-03-143-5/+12
* Lighthouse: Fix a block for wayland with gl supportBenjamin Franzke2011-03-041-3/+6
* Build fixes for the Wayland pluginPaul Olav Tvete2011-03-023-9/+20
* added capabilites to QPlatformIntegrationGunnar Sletta2011-03-012-2/+9
* Avoid flickerPaul Olav Tvete2011-02-252-0/+20
* Make it build when EGL is not availablePaul Olav Tvete2011-02-244-9/+37
* Lighthouse:Propogate the configure event to the QWaylandWindowJørgen Lind2011-02-111-0/+2
* Lighthouse: Wayland: Sort out egl includes in pluginJørgen Lind2011-02-112-15/+2
* Lighthouse: Wayland compile-fix for egl interface changeJørgen Lind2011-02-101-1/+1
* Lighthouse: Wayland: Fix includeJørgen Lind2011-02-101-3/+1
* Lighthouse: Wayland: Use EGLSurfaceJørgen Lind2011-02-0918-341/+628
* Lighthouse Wayland: wayland-egl entry points where renamedJørgen Lind2011-02-072-7/+6
* wayland: Use wayland-egl instead of drm specific codeKristian Høgsberg2011-02-075-132/+38
* Lighthouse: Wayland, if we don't have cursors installedJørgen Lind2011-02-011-0/+3
* wayland: Handle keyboard focus correctlyKristian Høgsberg2011-02-011-5/+14
* Lighthouse: Wayland plugin. Only create depth and stencil buffers onceKristian Høgsberg2011-01-272-9/+9
* Remove unneeded includeJørgen Lind2011-01-271-5/+1
* Lighthouse: Wayland. Make the wayland integration closer to LighthosueJørgen Lind2011-01-2613-39/+99
* Lighthouse: Wayland, only make one fbo for the WaylandPaintDeviceJørgen Lind2011-01-262-87/+138
* Making clearer separation between responsibility of different classesJørgen Lind2011-01-2615-327/+563
* Lighthouse:Wayland Moving some logic into filesJørgen Lind2011-01-2617-631/+1081
* Fix Wayland plugin to work with Wayland after some interfaces changedJørgen Lind2011-01-252-10/+9
* Fix for uninitialized member in QWaylandCursorRolf Offermanns2011-01-251-1/+1
* wayland: use pkgconfig for libdrm in wayland.proBenjamin Franzke2011-01-251-1/+5
* Wayland: request rbg and premultiplied argb visuals as neededJesse Barnes2011-01-253-3/+27
* Wayland: clamp window resizes to screen sizeJesse Barnes2011-01-251-3/+13
* Wayland: split GL code into separate filesJesse Barnes2011-01-256-290/+374