compositor: move weston_surface::x,y into geometry
[profile/ivi/weston-ivi-shell.git] / src / compositor.c
2012-01-27 Pekka Paalanencompositor: move weston_surface::x,y into geometry
2012-01-27 Pekka Paalanencompositor: make position a surface transformation
2012-01-27 Pekka Paalanencompositor: honour repaint regions with transformed...
2012-01-27 Pekka Paalanencompositor: disable attrib arrays after use
2012-01-27 Pekka Paalanencompositor: rewrite draw and input coordinate transform...
2012-01-27 Pekka Paalanencompositor: restructure weston_surface::transform
2012-01-27 Pekka Paalanencompositor: handle non-invertible surface transformations
2012-01-27 Pekka Paalanenshell: add key binding for rotating a surface
2012-01-27 Pekka Paalanencompositor: apply full transformation to input coordinates
2012-01-27 Pekka Paalanencompositor: simplify the matrix inversion API
2012-01-27 Pekka Paalanencompositor: implement inverse matrix transformation
2012-01-27 Pekka Paalanencompositor: drop inverse matrix from weston_transform
2012-01-27 Pekka Paalanencompositor: implement a stack of surface transformations
2012-01-26 Kristian Høgsbergcompositor: Keep fade surface around while we're fading
2012-01-26 Kristian Høgsbergcompositor: Use weston_surface_create for creating...
2012-01-26 Kristian Høgsbergcompositor: Create surfaces neutral, select shader...
2012-01-26 Kristian Høgsbergcompositor: Drop unused saved_texture surface field
2012-01-26 Kristian Høgsbergcompositor: Clear repaint_scheduled when an idle repain...
2012-01-26 Kristian Høgsbergcompositor: Combine repaint and weston_output_repaint
2012-01-26 Kristian Høgsbergcompositor: Compute overlapped early and base hw cursor...
2012-01-26 Kristian Høgsbergcompositor: Move tracking of scanout buffers to composi...
2012-01-26 Kristian Høgsbergcompositor: Remove prepare_scanout_surface callout
2012-01-26 Kristian Høgsbergcompositor: Pull prepare_render and present callouts...
2012-01-26 Kristian Høgsbergcompositor: Move repaint loop into a backend function
2012-01-26 Kristian Høgsbergcompositor: Insert the fade surface in the surface...
2012-01-26 Kristian Høgsbergcompositor: Move shader setup to weston_surface_draw()
2012-01-26 Kristian Høgsbergcompositor: Compute whether or not a surface is overlapped
2012-01-26 Kristian Høgsbergcompositor: Remove special casing of fullscreen surfaces
2012-01-26 Kristian Høgsbergcompositor: Do the per surface clip region math in...
2012-01-26 Kristian Høgsbergcompositor: Assign surface damage before setting up...
2012-01-24 Kristian HøgsbergRevert "weston: Drop priviledges early, and seteuid...
2012-01-24 Benjamin Franzkeweston: Drop priviledges early, and seteuid when needed
2012-01-19 Pekka Paalanencompositor: initialise segv_action.sa_mask
2012-01-19 Kristian Høgsbergcompositor: Flush surface damage to surface below on...
2012-01-18 Kristian Høgsbergdrm: Cancel any scheduled repaints in the leave vt...
2012-01-16 Kristian Høgsbergcompositor: Install a SEGV handler to try and clean...
2012-01-15 Kristian Høgsbergxserver: Set DISPLAY for clients launched by the compositor
2012-01-11 Kristian HøgsbergUse new format codes
2012-01-06 Kristian HøgsbergRemove redundant glTexImage2D() call
2012-01-06 Kristian Høgsbergcompositor: Damage below before attaching new buffer
2012-01-06 Kristian HøgsbergMove wl_data_device implementation to wayland-server
2012-01-05 Kristian HøgsbergMove default grab implementation to wayland-server
2012-01-05 Kristian HøgsbergUse new grab api
2012-01-05 Rob Bradfordcompositor: Don't try and destroy old pointer surface...
2012-01-05 Pekka Paalanencompositor: force fade-in on start
2012-01-04 Kristian Høgsbergdata-device: Use a listener list to decouple the x11...
2012-01-03 Kristian HøgsbergMerge remote-tracking branch 'pq/compositor-dtors-v1'
2012-01-03 Kristian HøgsbergRename wayland-compositor to weston