Introduce 'shell' object for moving and resizing surfaces in the compositor
[platform/upstream/weston.git] / compositor.c
2010-08-05 Kristian HøgsbergIntroduce 'shell' object for moving and resizing surfac...
2010-08-03 Kristian HøgsbergGenerate protocol types and metadata from xml
2010-07-20 Kristian HøgsbergDrop coordinates from buttons press, add timestamp...
2010-07-12 Kristian HøgsbergFix window picking order
2010-07-07 Kristian HøgsbergHide wayland cursor when X11 compositor loses focus
2010-06-25 Kristian HøgsbergFix indentation
2010-06-15 Kristian HøgsbergPropagate shader compile/link errors
2010-06-14 Kristian HøgsbergFix X button and keycodes
2010-06-14 Kristian HøgsbergAdd x11 backend for compositor
2010-06-11 Kristian HøgsbergSplit native drm part of compositor out
2010-06-09 Kristian HøgsbergSend device name at connect time
2010-06-08 Kristian HøgsbergDrop surface::copy
2010-06-08 Kristian HøgsbergFix surface picking
2010-06-08 Kristian HøgsbergFix matrix setup in surface_map()
2010-06-07 Kristian HøgsbergUse correct token for drm image format
2010-06-07 Kristian HøgsbergUse eglCreateImageKHR() the right way
2010-06-07 Kristian HøgsbergQuit if set or drop master fails
2010-06-07 Kristian HøgsbergPort compositor to GLES2
2010-06-05 Kristian HøgsbergMake compositor compile and port it to new mesa extensions
2010-06-05 Kristian HøgsbergRename wayland-system-compositor back to just compositor
2008-12-02 Kristian HøgsbergDrop early, obsolete compositor.
2008-11-06 Kristian HøgsbergAdd surface.map request.
2008-10-07 Kristian HøgsbergBunch of new stuff: simple compositor, cairo+gem use...