204 Commits (fb2adba3da09e9a613b1702bf3c49885ad7ca225)

Author SHA1 Message Date
Daniel Stone c228e23b05 configure.ac: Enable AC_USE_SYSTEM_EXTENSIONS 12 years ago
Rob Bradford d355b80172 udev-seat: Make the udev_input structure an embedded structure 12 years ago
Rob Bradford d27b99d950 udev-seat: Rename udev_seat to udev_input 12 years ago
Rob Bradford 643641dfb7 compositor-drm: Rename seat variable to seat_id to clarify it's purpose 12 years ago
Ander Conselvan de Oliveira 722a2d523c compositor-drm: Force DPMS state to ON after drmModeSetCrtc() 12 years ago
Ander Conselvan de Oliveira a0a433a223 compositor-drm: Cache the DPMS property on drm_output 12 years ago
Alexander Larsson 0b13506ecf compositor: Store modes in physical units 12 years ago
Kristian Høgsberg 14e438c8a2 compositor: Parse config file in main(), only keep weston config object 12 years ago
Kristian Høgsberg a30989a47d compositor-drm: Convert to new config parser 12 years ago
Kristian Høgsberg 220819f7b9 compositor-drm: Log failure and which backlight sysfs file we're using 12 years ago
Alexander Larsson d9a7bb75d0 compositor-drm: Support output scaling 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
Ander Conselvan de Oliveira 95eb3a2eb4 compositor-drm: Don't page flip before a mode is set 12 years ago
Kristian Høgsberg 3d64a3e868 compositor-drm: Destroy sprites before destroying the outputs 12 years ago
Richard Hughes b24e48e2ff Add initial color management framework code 12 years ago
Kristian Høgsberg e314875d00 input: Merge wl_seat into weston_seat 12 years ago
Richard Hughes afe690cbcf Move the optional output name property from drm_output to weston_output 12 years ago
Chris Michael eb2074a18b Fix not checking return value of drmIoctl function call to map dumb buffer 12 years ago
Richard Hughes ab74562335 Include config.h in compositor-drm.c 12 years ago
Richard Hughes e7299962a9 Add a set_gamma vfunc on weston_output 12 years ago
Richard Hughes 2b2092adb4 Extract and parse the EDID when outputs are added 12 years ago
Jonas Ådahl e5a1225bc4 Make backends always specify output repaint time 12 years ago
Kristian Høgsberg b76237e508 compositor-drm: Allow running without launcher if effective UID is 0 12 years ago
Philipp Brüschweiler 57edf7f49e compositor: add WESTON_COMPOSITOR_OFFSCREEN state 12 years ago
Rafal Mielniczuk 32069c09ea compositor-drm: ensure we run drm-backend using weston-launch 12 years ago
Ander Conselvan de Oliveira 8ad1982854 compositor: Keep a z-ordered list of planes 12 years ago
John Kåre Alsaker ef591aa4e9 compositor-drm: Inspect result of gbm_create_device. 12 years ago
Kristian Høgsberg 63093a35ea compositor-drm: Determine opaqueness of a surface correctly 12 years ago
Ander Conselvan de Oliveira 2002f88888 compositor-drm: Fix a crash with a fullscreen surface with driver mode 12 years ago
Scott Moreau 8eb6748f15 compositor-drm: Use __func__ instead of hardcoded string 12 years ago
Kristian Høgsberg 4172f668e7 Pass argc pointer to parse_options() 12 years ago
Kristian Høgsberg 8764466c6b udev-seat: Simplfy enable/disable interface a bit 12 years ago
Kristian Høgsberg 98cfea6f49 compositor-drm: Move udev_seat to its own file 12 years ago
Kristian Høgsberg e809103e0f compositor-drm: Rename a few evdev_* functions to udev_seat_* 12 years ago
Kristian Høgsberg 2f07ef6963 xkb: Don't call exit on failure in weston_compositor_xkb_init() 12 years ago
Kristian Høgsberg 506238454b compositor-drm: Remember to drop master in drm error handling 12 years ago
Kristian Høgsberg d92c09c770 compositor-drm: Use matrix type to test for drm plane compatibility 12 years ago
Ander Conselvan de Oliveira 5fb44141bf compositor-drm: Add support for using the pixman renderer 12 years ago
Ander Conselvan de Oliveira 1d41ad4054 compositor-drm: Support creating drm_fb backed by dumb buffers 12 years ago
Ander Conselvan de Oliveira 526d46118e compositor-drm: Put logic of destroy/releasing bo's in its own function 12 years ago
Ander Conselvan de Oliveira 229291789a compositor-drm: Split kms initialization out of init_egl() 12 years ago
Vasily Khoruzhick 52cfd61cdb renderer: introduce destroy callback 12 years ago
Ander Conselvan de Oliveira 6c01c9c51f compositor-drm: Reduce code duplication on drm_output_switch_mode() 12 years ago
Ander Conselvan de Oliveira 475cf154b1 compositor-drm: Move output gl state initialization to own function 12 years ago
Ander Conselvan de Oliveira f1c38a7426 compositor-drm: Don't do a mode set on drm_output_switch_mode() 12 years ago
Ander Conselvan de Oliveira 2e7a3ab7cd compositor-drm: Fix a return value check in drm_output_switch_mode() 12 years ago
Ander Conselvan de Oliveira 5c38ef4d4a compositor: Update output state after mode switch 12 years ago
Kristian Høgsberg a2f84cc333 compositor-drm: Dont pass ARGB format to addfb2 for primary fbs 12 years ago
Ander Conselvan de Oliveira ca5c6ae08d compositor-drm: Use overlays for ARGB surfaces if they are opaque 12 years ago