summaryrefslogtreecommitdiff
path: root/src/compositor-wayland.c
AgeCommit message (Expand)AuthorFilesLines
2013-05-14config-parser: Honor XDG_CONFIG_DIRSOssama Othman1-4/+4
2013-05-07input: Merge wl_seat into weston_seatKristian Høgsberg1-2/+2
2013-04-08Make backends always specify output repaint timeJonas Ådahl1-0/+97
2013-02-28compositor: Change notify_motion to take relative motion eventsKristian Høgsberg1-2/+4
2013-02-20Pass argc pointer to parse_options()Kristian Høgsberg1-2/+2
2013-01-28Add new shared/image-loader.h to separate include dependenciesKristian Høgsberg1-1/+1
2013-01-08renderer: introduce destroy callbackVasily Khoruzhick1-2/+2
2012-11-30Fix build warnings from image_loaderPekka Paalanen1-0/+1
2012-11-23compositor: Move clearing of primary plane damage to the backendsAnder Conselvan de Oliveira1-0/+4
2012-11-13Rename gles2-renderer to gl-renderer.John Kåre Alsaker1-11/+11
2012-11-13Move EGL and GL includes to a gles2-renderer header.John Kåre Alsaker1-3/+1
2012-11-13Move compositor-wayland border drawing into gles2-renderer.John Kåre Alsaker1-152/+8
2012-11-13Move EGLConfig, EGLContext and EGLDisplay fields into gles2-renderer.John Kåre Alsaker1-39/+9
2012-11-13Move weston_output EGL state into gles2-renderer.John Kåre Alsaker1-12/+4
2012-10-15clients: Use wl_display_dispatch_pending()Kristian Høgsberg1-2/+10
2012-10-10compositor, clients: apply wl_surface.frame on commitPekka Paalanen1-3/+1
2012-10-10Update to new fd and wl_registry APIsKristian Høgsberg1-27/+22
2012-10-09compositor-wayland: Use some nicer border sizes.John Kåre Alsaker1-3/+3
2012-10-09compositor-wayland: Make sure border fields are set before wayland_compositor...John Kåre Alsaker1-5/+8
2012-10-04compositor-wayland: Create border after creating the OpenGL context.John Kåre Alsaker1-1/+2
2012-09-06compositor: Move unbind_display call into gles2-renderer.cKristian Høgsberg1-0/+2
2012-09-06compositor: Move EGL context creation to gles2-renderer.cKristian Høgsberg1-25/+0
2012-09-06compositor: Create outputs before initializing GLES2 stateKristian Høgsberg1-21/+3
2012-09-06compositor: Introduce a weston_renderer objectKristian Høgsberg1-1/+2
2012-09-06compositor: Move gles2 initialization to gles2-renderer.hKristian Høgsberg1-1/+1
2012-09-06compositor: Consolidate output repaint logicKristian Høgsberg1-29/+22
2012-08-31compositor: triangle fan debugPekka Paalanen1-1/+4
2012-08-31compositor: simplify shadersRob Clark1-1/+0
2012-08-29Implement output transformations.Scott Moreau1-1/+2
2012-08-14compositor-wayland: Set make and modelKristian Høgsberg1-0/+2
2012-08-14compositor-wayland: Call notify_pointer_focus() for content area onlyKristian Høgsberg1-7/+41
2012-08-10compositor: Change notify_* function to take a weston_seatKristian Høgsberg1-9/+9
2012-08-10compositor-wayland: Move weston_seat into wayland_inputKristian Høgsberg1-39/+14
2012-08-10compositor: Drop output->flagsKristian Høgsberg1-2/+1
2012-08-01compositor: Fold the log prototypes into compositor.h and drop log.hKristian Høgsberg1-1/+0
2012-07-31compositor: Use a minimal restore handler for crash clean upKristian Høgsberg1-0/+6
2012-07-22Handle new transform argument in wl_output.geometry eventKristian Høgsberg1-1/+2
2012-07-10compositor: handle YUV buffers.Gwenole Beauchesne1-1/+1
2012-07-10compositor: factor out RGB shader.Gwenole Beauchesne1-1/+1
2012-07-09compositor-wayland: Add error handling in wayland_compositor_create()Martin Olsson1-7/+15
2012-06-22Split weston_compositor_init into base and _glDaniel Stone1-26/+10
2012-06-22compositor-wayland: Synchronise keyboard state with parentDaniel Stone1-4/+24
2012-06-22notify_key: Add update_state argumentDaniel Stone1-1/+2
2012-06-22Split notify_keyboard_focus into in/out variantsDaniel Stone1-2/+4
2012-06-20compositor: Pass weston_output as the frame_signal argumentKristian Høgsberg1-1/+1
2012-06-20compositor: Remove weston_read_pixels functionalityKristian Høgsberg1-1/+1
2012-06-18Rename weston_compositor EGLDisplay member to egl_displayKristian Høgsberg1-29/+31
2012-06-18compositor-wayland: Respond to ping requests on outputs' shell surfacesAnder Conselvan de Oliveira1-1/+29
2012-06-15compositor: Track pointer image protocol changeAnder Conselvan de Oliveira1-1/+1
2012-06-08Replace fprintf() by weston_log()Martin Minarik1-14/+15