summaryrefslogtreecommitdiff
path: root/src/compositor.h
AgeCommit message (Expand)AuthorFilesLines
2013-03-18compositor: introduce weston_surface_geometry_dirty()Pekka Paalanen1-7/+10
2013-03-18Eat scroll event if a key binding function is executed because of it.Rune K. Svendsen1-1/+1
2013-03-18compositor: Don't rely on surface->clip to cull overlay obscured damageAnder Conselvan de Oliveira1-1/+1
2013-03-18compositor: Keep a z-ordered list of planesAnder Conselvan de Oliveira1-0/+7
2013-03-04compositor: Fold weston_buffer_post_release into weston_buffer_referenceKristian Høgsberg1-3/+0
2013-02-27compositor: call configure on surfaces with a null buffer tooGiulio Camuffo1-2/+2
2013-02-21compositor: Rename lock and unlock signals to idle and wakeAnder Conselvan de Oliveira1-2/+2
2013-02-21compositor: Move state tracking complexity into shellAnder Conselvan de Oliveira1-1/+1
2013-02-21compositor: Move fade animation out of core Weston into shellAnder Conselvan de Oliveira1-5/+0
2013-02-21animation: Make fade more controllableAnder Conselvan de Oliveira1-0/+5
2013-02-20Pass argc and argv to modulesKristian Høgsberg1-1/+2
2013-02-20Pass argc pointer to parse_options()Kristian Høgsberg1-3/+3
2013-02-18xkb: Don't call exit on failure in weston_compositor_xkb_init()Kristian Høgsberg1-1/+1
2013-02-18Install header files and pkg-config file for external modulesKristian Høgsberg1-2/+6
2013-02-15text: fix weston key bindings with input methodsJan Arne Petersen1-1/+8
2013-02-12xwm: Support _NET_WM_STATE_FULLSCREENKristian Høgsberg1-0/+4
2013-01-08renderer: introduce destroy callbackVasily Khoruzhick1-2/+1
2012-12-06compositor-drm: Support overlays with transformed buffersAnder Conselvan de Oliveira1-0/+9
2012-12-06compositor: move texture_damage into renderer privatePekka Paalanen1-1/+0
2012-12-06compositor: move pitch into renderer privatePekka Paalanen1-1/+0
2012-12-06compositor: add early wl_buffer.releasePekka Paalanen1-0/+1
2012-12-06compositor: introduce weston_buffer_referencePekka Paalanen1-2/+10
2012-12-06Move matrix.[ch] to sharedRob Bradford1-1/+1
2012-11-30compositor: Fix rendering with shm transformed buffersAnder Conselvan de Oliveira1-0/+7
2012-11-27text: Start input method from configurationJan Arne Petersen1-6/+4
2012-11-27compositor: Implement buffer transformationAnder Conselvan de Oliveira1-0/+8
2012-11-16compositor: Move buffer damage fields from weston_output to gl-rendererAnder Conselvan de Oliveira1-2/+1
2012-11-13Move EGL and GL includes to a gles2-renderer header.John Kåre Alsaker1-27/+0
2012-11-13Move weston_compositor GL and EGL state into gles2-renderer.John Kåre Alsaker1-14/+0
2012-11-13Move weston_surface GL and EGL state into gles2-renderer.John Kåre Alsaker1-6/+0
2012-11-13Moved shader state into gles2-renderer.John Kåre Alsaker1-18/+0
2012-11-13compositor: Move surface color state to gles2-renderer.John Kåre Alsaker1-1/+6
2012-11-13screenshooter: Use the renderer function for reading out pixelsJohn Kåre Alsaker1-1/+1
2012-11-13compositor: Add a renderer function to read out pixelsJohn Kåre Alsaker1-0/+4
2012-11-13Move compositor-wayland border drawing into gles2-renderer.John Kåre Alsaker1-0/+3
2012-11-13Move EGLConfig, EGLContext and EGLDisplay fields into gles2-renderer.John Kåre Alsaker1-3/+8
2012-11-13Move weston_output EGL state into gles2-renderer.John Kåre Alsaker1-2/+8
2012-11-08gles2: update texture only if neededPekka Paalanen1-0/+1
2012-11-08gles2: Add a debug binding for highlighting shaded contentAnder Conselvan de Oliveira1-0/+2
2012-11-08compositor: Add debug key bindings infrastructureAnder Conselvan de Oliveira1-0/+11
2012-11-08Add a headless backendAnder Conselvan de Oliveira1-0/+5
2012-10-31compositor: Fix culling of repaints behind opaque surfacesAnder Conselvan de Oliveira1-0/+1
2012-10-19Define our own container_of as wellKristian Høgsberg1-0/+4
2012-10-19Stop relying on ARRAY_LENGTH being defined in wayland-util.hKristian Høgsberg1-0/+1
2012-10-10compositor, clients: apply wl_surface.frame on commitPekka Paalanen1-0/+3
2012-10-10compositor, clients: double-buffer input regionPekka Paalanen1-0/+3
2012-10-10compositor, clients: double-buffer opaque regionPekka Paalanen1-0/+3
2012-10-10compositor, clients: make damage double-bufferedPekka Paalanen1-0/+3
2012-10-10compositor: make wl_surface.attach double-bufferedPekka Paalanen1-0/+10
2012-10-04weston: Use float instead of GLfloat.John Kåre Alsaker1-9/+9