118 Commits (becb77e211519c8a323e4a938548bc6ac1f05641)

Author SHA1 Message Date
Axel Davy dd8b88d102 Wayland backend: set the opaque region when starting fullscreen 11 years ago
Jason Ekstrand 5ea048014d compositor-wayland: Add fullscreen support 11 years ago
Jason Ekstrand 12c6dd965b compositor-wayland: Add a --scale option 11 years ago
Jason Ekstrand 0cf39351bb compositor-wayland: Move config parsing into backend_init 11 years ago
Jason Ekstrand 584fb62437 compositor-wayland: Fix cursor coordinate transforms so it works on translated outputs 11 years ago
Jason Ekstrand 06ced80f93 compositor-wayland: rename wayland_compositor.inputs to input_list 11 years ago
Jason Ekstrand 4d615a7aa1 compositor-wayland: Remove unused output handling code 11 years ago
Jason Ekstrand 48ce42177f compositor-wayland: Parse [output] config sections and more options 11 years ago
Jason Ekstrand 00b842854b Remove the concept of a border from weston_output. 11 years ago
Jason Ekstrand ff2fd46e9c compositor-wayland: Add pixman/SHM fallback mode 11 years ago
Jason Ekstrand 7744f71550 compositor-wayland: Add an actual frame around the compositor window 11 years ago
Jason Ekstrand 8f89fcb22b compositor-wayland: Rename structure members and make things more consistant 11 years ago
Jason Ekstrand 286ff6817b compositor-wayland: Flush the display on commit 11 years ago
Kristian Høgsberg 453de7a7e5 compositor-wayland: Handle HUP or ERR from event loop 11 years ago
Rui Matos 0c194ced57 compositor-wayland: Handle keymap changes 11 years ago
David Herrmann 1edf44ce26 compositor: finish frame if redraw fails 11 years ago
Ander Conselvan de Oliveira 97f2952bca gl-renderer: Build as a loadable module 12 years ago
Aaron Faanes 9cefc647cc compositor: fix typo in error message 12 years ago
Hardening 57388e44e5 Notify clients on mode_switch() 12 years ago
Hardening ff39efa5c0 Rename current, origin, scale, origin_scale 12 years ago
Peter Hutterer f3d62276d2 malloc + memset -> zalloc 12 years ago
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() 13 years ago
Pekka Paalanen bc10638cd9 compositor, clients: apply wl_surface.frame on commit 13 years ago
Kristian Høgsberg fa80e11c84 Update to new fd and wl_registry APIs 13 years ago
John Kåre Alsaker c37b32dac2 compositor-wayland: Use some nicer border sizes. 13 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. 13 years ago
John Kåre Alsaker 4b3081ae8a compositor-wayland: Create border after creating the OpenGL context. 13 years ago
Kristian Høgsberg 3a0de88abf compositor: Move unbind_display call into gles2-renderer.c 13 years ago
Kristian Høgsberg 9793fc7a4e compositor: Move EGL context creation to gles2-renderer.c 13 years ago
Kristian Høgsberg 2bc5e8eaf8 compositor: Create outputs before initializing GLES2 state 13 years ago
Kristian Høgsberg fa1be023a2 compositor: Introduce a weston_renderer object 13 years ago
Kristian Høgsberg 25894fc920 compositor: Move gles2 initialization to gles2-renderer.h 13 years ago