97 Commits (9ae2f111d44abd84573795b3a2191316526adc6f)

Author SHA1 Message Date
Daniel Stone c228e23b05 configure.ac: Enable AC_USE_SYSTEM_EXTENSIONS 12 years ago
Rob Bradford 9af5f9e0fe input: Add a seat name parameter to weston_seat_init 12 years ago
Kristian Høgsberg 14e438c8a2 compositor: Parse config file in main(), only keep weston config object 12 years ago
Alexander Larsson 4ea9552d05 compositor: Support output/buffer scaling 12 years ago
Ossama Othman a50e6e4c50 config-parser: Honor XDG_CONFIG_DIRS 12 years ago
Kristian Høgsberg e314875d00 input: Merge wl_seat into weston_seat 12 years ago
Jonas Ådahl e5a1225bc4 Make backends always specify output repaint time 12 years ago
Kristian Høgsberg 068b61c254 compositor: Change notify_motion to take relative motion events 12 years ago
Kristian Høgsberg 4172f668e7 Pass argc pointer to parse_options() 12 years ago
Kristian Høgsberg 3c2360ff9d Add new shared/image-loader.h to separate include dependencies 12 years ago
Vasily Khoruzhick 52cfd61cdb renderer: introduce destroy callback 12 years ago
Pekka Paalanen 4fbb65372e Fix build warnings from image_loader 12 years ago
Ander Conselvan de Oliveira 0a887728ea compositor: Move clearing of primary plane damage to the backends 12 years ago
John Kåre Alsaker 779b52ac3a Rename gles2-renderer to gl-renderer. 12 years ago
John Kåre Alsaker 30d2b1fd4b Move EGL and GL includes to a gles2-renderer header. 12 years ago
John Kåre Alsaker 4415450ef1 Move compositor-wayland border drawing into gles2-renderer. 12 years ago
John Kåre Alsaker 1b7ad160a3 Move EGLConfig, EGLContext and EGLDisplay fields into gles2-renderer. 12 years ago
John Kåre Alsaker 94659274b4 Move weston_output EGL state into gles2-renderer. 12 years ago
Kristian Høgsberg feb3c1d33b clients: Use wl_display_dispatch_pending() 12 years ago
Pekka Paalanen bc10638cd9 compositor, clients: apply wl_surface.frame on commit 12 years ago
Kristian Høgsberg fa80e11c84 Update to new fd and wl_registry APIs 12 years ago
John Kåre Alsaker c37b32dac2 compositor-wayland: Use some nicer border sizes. 12 years ago
John Kåre Alsaker b9b87125f0 compositor-wayland: Make sure border fields are set before wayland_compositor_create_output and document some function dependencies. 12 years ago
John Kåre Alsaker 4b3081ae8a compositor-wayland: Create border after creating the OpenGL context. 12 years ago
Kristian Høgsberg 3a0de88abf compositor: Move unbind_display call into gles2-renderer.c 12 years ago
Kristian Høgsberg 9793fc7a4e compositor: Move EGL context creation to gles2-renderer.c 12 years ago
Kristian Høgsberg 2bc5e8eaf8 compositor: Create outputs before initializing GLES2 state 12 years ago
Kristian Høgsberg fa1be023a2 compositor: Introduce a weston_renderer object 12 years ago
Kristian Høgsberg 25894fc920 compositor: Move gles2 initialization to gles2-renderer.h 12 years ago
Kristian Høgsberg d7c172648d compositor: Consolidate output repaint logic 12 years ago
Pekka Paalanen 07c91f8371 compositor: triangle fan debug 12 years ago
Rob Clark 0e5a2d0219 compositor: simplify shaders 12 years ago
Scott Moreau 1bad5db9d6 Implement output transformations. 12 years ago
Kristian Høgsberg 90bc88c710 compositor-wayland: Set make and model 12 years ago
Kristian Høgsberg 539d85f69d compositor-wayland: Call notify_pointer_focus() for content area only 12 years ago
Kristian Høgsberg cb3eaae9ad compositor: Change notify_* function to take a weston_seat 12 years ago
Kristian Høgsberg 7af7cede2d compositor-wayland: Move weston_seat into wayland_input 12 years ago
Kristian Høgsberg 99fd1015d0 compositor: Drop output->flags 12 years ago
Kristian Høgsberg 64eca8949b compositor: Fold the log prototypes into compositor.h and drop log.h 12 years ago
Kristian Høgsberg 7b884bc0de compositor: Use a minimal restore handler for crash clean up 12 years ago
Kristian Høgsberg 0e696478a9 Handle new transform argument in wl_output.geometry event 12 years ago
Gwenole Beauchesne 28f59b027a compositor: handle YUV buffers. 13 years ago
Gwenole Beauchesne 6d0304904c compositor: factor out RGB shader. 13 years ago
Martin Olsson c5db50f549 compositor-wayland: Add error handling in wayland_compositor_create() 13 years ago
Daniel Stone 725c2c3d68 Split weston_compositor_init into base and _gl 13 years ago
Daniel Stone 5069280d29 compositor-wayland: Synchronise keyboard state with parent 13 years ago
Daniel Stone 1b4e11f38e notify_key: Add update_state argument 13 years ago
Daniel Stone d6da09e935 Split notify_keyboard_focus into in/out variants 13 years ago
Kristian Høgsberg e0f832b4f0 compositor: Pass weston_output as the frame_signal argument 13 years ago
Kristian Høgsberg 70b8358aa0 compositor: Remove weston_read_pixels functionality 13 years ago