profile/ivi/qtwayland.git
2011-04-19 Samuel RødalPrevent flipped rendering in QML compositor.
2011-04-19 Jørgen LindDont use accept4 && SOCK_CLOEXEC
2011-04-18 Paul Olav TveteAvoid crash when texture changes.
2011-04-15 Gunnar SlettaMerge branch 'master' of git://scm.dev.nokia.troll...
2011-04-15 Gunnar SlettaMake compositor work with scenegraph items again
2011-04-15 Jørgen LindFix missing X11 dependency
2011-04-15 Gunnar SlettaMerge branch 'master' of git://scm.dev.nokia.troll...
2011-04-14 Gunnar SlettaUpdate to the new texture API in scenegraph
2011-04-14 Gunnar SlettaMerge branch 'master' of git://scm.dev.nokia.troll...
2011-04-14 Gunnar SlettaSet the correct filtering when the texture is used...
2011-04-14 Gunnar SlettaNo more source rect in the texture item
2011-04-14 Gunnar Slettawork
2011-04-14 Gunnar SlettaUse pixel coordinates
2011-04-14 Jørgen LindUpdating src/3rdparty/wayland to head of Wayland master
2011-04-14 Jørgen LindMake Qt-Compositor conform to Wayland api changes
2011-04-14 Gunnar SlettaCompile after scene graph changes
2011-04-11 Jørgen LindAdjust the README
2011-04-11 Jørgen LindUpdate readme with mac specifics
2011-04-11 Jørgen LindMake it possible to build Qt-Compositor without gl...
2011-04-11 Jørgen LindAdd a custom rule for hardware_integration
2011-04-11 Jørgen LindMake Qt-Compositor build the xcomposite backend as...
2011-04-08 Samuel RødalPrevent accessing destroyed WaylandSurface in WaylandSu...
2011-04-07 Jørgen LindAdd the egl xcomposite extension
2011-04-06 Harald Fernengeladd missing \n in debug output
2011-04-06 Jørgen LindRemove glesv2 pkg-config config. We should pick this up
2011-04-06 Jørgen LindFixup to 35e6608ce14d05973c6ceee4c2ee046d10af4aaf
2011-04-06 Harald FernengelSet the rpath
2011-04-06 Jørgen LindAdd XComposite extension to wayland
2011-04-05 Samuel RødalUpdate according to latest changes to QSGTextureProvider.
2011-04-05 Samuel RødalDo a delayed map in Wayland::Surface if needed.
2011-04-05 Samuel RødalDon't emit mapped until the surface is actually mapped.
2011-04-01 Paul Olav TveteMake it possible to create WaylandSurfaceItem from QML
2011-04-01 Samuel RødalProperly handle surface resizes in QML compositor.
2011-04-01 Samuel RødalSome tweaks to WaylandSurfaceItem API.
2011-04-01 Samuel RødalRemove debugging from compositor_api.pri
2011-04-01 Samuel RødalMove WaylandSurfaceItem into common API.
2011-04-01 Samuel RødalUse QSGPlainTexture::setImage() instead of generating...
2011-03-31 Samuel RødalUpdate compositor to reflect latest changes in qtquick2.
2011-03-24 Jørgen Lindqwidget-compositor:Make raster default
2011-03-24 Samuel RødalAdded texture accessor to WaylandSurface even in the...
2011-03-23 Paul Olav TveteAdd destroyClientForSurface() method
2011-03-22 Jørgen LindAdding destination directory for wayland build
2011-03-22 Jørgen LindFix how wayland is compiled so that we can pick up...
2011-03-21 Paul Olav TveteWorkaround for qmake problem
2011-03-21 Samuel RødalSmarter zooming when not all rows in the layout are...
2011-03-21 Samuel RødalMade compositor keep track of key / pointer focus surfaces.
2011-03-18 Jørgen LindMoved some files around.
2011-03-18 Samuel RødalAdded animation to QML compositor when window is destroyed.
2011-03-18 Samuel RødalGet rid of QML errors when destroying a window.
2011-03-17 Samuel RødalAdded window title and made contrast-lowering effect...
2011-03-17 Jørgen LindAdd readme
2011-03-17 Jørgen LindIf we use pkg-config we prob don't want to use the...
2011-03-16 Samuel RødalImproved blending in QML compositor.
2011-03-16 Samuel RødalProper handling of transparency.
2011-03-16 Samuel RødalFixed wrong coordinates sent for button press events.
2011-03-16 Samuel RødalRemove unnecessary output.
2011-03-16 Samuel RødalBetter layouting behavior when window is removed.
2011-03-16 Samuel RødalLower contrast of out-of-focus applications in QML...
2011-03-15 Samuel RødalBetter layouting system in QML compositor.
2011-03-15 Samuel RødalAdded keyboard input to QML compositor.
2011-03-15 Samuel RødalAdded proper removing of windows in QML compositor.
2011-03-15 Samuel RødalAdded initial scene-graph qml based compositor.
2011-03-15 Jørgen LindMake configuration of Qt-Compositor easier to understand
2011-03-15 Samuel RødalImprove WaylandSurface input interface a bit.
2011-03-15 Samuel RødalMake WaylandSurface a QObject to have a signal API.
2011-03-15 Samuel RødalGet rid of unused variable warnings.
2011-03-15 Samuel RødalAlways do full updates when using GL.
2011-03-14 Samuel RødalSimplify example compositor by using surface pointer...
2011-03-14 Jørgen LindUse Factory for GraphicsHardwareIntegration
2011-03-14 Jørgen LindAdd WaylandSurface class
2011-03-11 Paul Olav TveteDon't break the non-GL case
2011-03-11 Paul Olav TveteAdd a factory function for creating GraphicsHardwareInt...
2011-03-11 Jørgen LindRenamed bindBufferToTexture to createTextureFromBuffer
2011-03-11 Jørgen LindMoved INCLUDEPATH from pro file to pri file
2011-03-11 Jørgen LindAdd a dri2_xcb backend. This does not use the eglBindWa...
2011-03-11 Jørgen LindDelay initialising the Wayland::Compositor until we...
2011-03-11 Jørgen LindAdd private implementation of mesa_egl integration
2011-03-11 Jørgen LindPass in Wayland::Display instead of wl_display to initi...
2011-03-09 Jørgen LindFix not having "our own include paths in pri files"
2011-03-09 Paul Olav TveteFix typo in API
2011-03-09 Jørgen LindI have changed the git config to: showUntrackedFiles...
2011-03-09 Jørgen LindInitial attempt on abstracting the HW interface.
2011-03-09 Jørgen LindMove private api into its own folder
2011-03-07 Jørgen LindInitial glsupport in qtcomp. It can now draw simple_client
2011-03-04 Samuel RødalCreate new examples directory for the example compositor.
2011-03-04 Paul Olav TveteAdd the DRM protocol files
2011-03-02 Paul Olav TveteMake it easy to build without DRM support
2011-03-02 Paul Olav TveteUpdate to latest Wayland version
2011-03-02 Jørgen LindInitial commit for the Qt-Compositor.