summaryrefslogtreecommitdiff
path: root/src/compositor-fbdev.c
Commit message (Expand)AuthorAgeFilesLines
* fbdev-backend: refactor configuration APIBenoit Gschwind2016-04-291-35/+27
* compositor-fbdev: make copy of the device stringPekka Paalanen2016-04-291-5/+8
* protocol: migrate to stable presentation-time.xmlPekka Paalanen2016-03-071-2/+2
* compositor-{drm, fbdev, rpi}: Make VT switching configurableBob Ham2016-01-121-15/+2
* compositor: Fix a couple comment typosBryce Harrington2015-12-221-1/+1
* compositor-fbdev: Drop intermediate shadow bufferSjoerd Simons2015-12-181-65/+3
* compositor: pass the backend config struct to the backends init functionGiulio Camuffo2015-10-231-1/+2
* fbdev: Ensure strncpy results are null terminated.Bryce Harrington2015-09-231-0/+1
* compositor-fbdev: Remove bizarre division by sizeofDerek Foreman2015-09-101-1/+1
* compositor-fbdev: fix VT switching crashPekka Paalanen2015-08-201-2/+2
* backends: don't destroy renderer and output twiceDawid Gajownik2015-08-061-4/+1
* input: Pass the appropriate pointer type to bindings instead of a seatDerek Foreman2015-07-161-1/+2
* compositor: add API to manage compositor instancesGiulio Camuffo2015-07-101-6/+0
* compositor: introduce struct weston_backendGiulio Camuffo2015-07-091-79/+86
* Moved helper macro to a discrete include file.Jon Cruz2015-06-151-0/+1
* src: Update boilerplate from MIT X11 license to MIT Expat licenseBryce Harrington2015-06-151-16/+19
* gl-renderer: Take a list of acceptable formats in create functionsDerek Foreman2015-05-181-2/+2
* compositor: send the output_created signal after inserting it in the listGiulio Camuffo2015-05-081-1/+1
* gl-renderer: call supports() automatically in create()Jonny Lamb2015-03-261-1/+2
* gl-renderer: use eglCreatePlatformWindowSurfaceEXT to get EGLSurfacesJonny Lamb2015-03-201-1/+1
* gl-renderer: use eglGetPlatformDisplayEXT to get an EGLDisplayJonny Lamb2015-03-201-1/+1
* compositor, backends: weston_compositor_read_presentation_clockPekka Paalanen2015-03-201-2/+2
* compositor-fbdev: fix output transformationsDerek Foreman2015-03-181-90/+20
* compositor-fbdev: allow configuring transform in the ini fileDerek Foreman2015-03-181-1/+13
* compositor-fbdev: give the output a nameDerek Foreman2015-03-181-0/+1
* compositor: set presentation.presented flagsPekka Paalanen2015-01-201-2/+5
* logind: forward Active=true changes for non-DRM backendsDavid Herrmann2015-01-161-2/+3
* fbdev: Remove unnecessary semicolonnerdopolis2014-12-031-1/+1
* Use zalloc instead of calloc(1, ...)Bryce Harrington2014-11-281-3/+3
* Setting members to 0/NULL after a zalloc or calloc is redundantBryce Harrington2014-11-281-4/+0
* compositor: Drop legacy backends in favor of libinputPeter Hutterer2014-11-261-1/+1
* compositor: set and use the presentation clock everywherePekka Paalanen2014-09-301-5/+7
* Add libinput based input device backendJonas Ådahl2014-03-121-1/+1
* udev-seat: Make udev_input own its own udev object referenceJonas Ådahl2014-03-121-1/+1
* Add support for having different GBM formats for different outputsNeil Roberts2014-03-121-1/+3
* compositor: Destroy renderer in weston_compositor_shutdown()Ander Conselvan de Oliveira2013-12-221-2/+0
* compositor: Remove output from list in weston_output_destroy()Ander Conselvan de Oliveira2013-12-161-1/+0
* pixman-renderer, gl-renderer: Destroy debug bindings on clean upAnder Conselvan de Oliveira2013-10-251-1/+2
* compositor: Remove redundant and not well-defined focus fieldKristian Høgsberg2013-10-221-3/+0
* compositor: finish frame if redraw failsDavid Herrmann2013-10-221-1/+3
* launcher: add logind backendDavid Herrmann2013-10-211-1/+1
* fbdev: open launcher only onceDavid Herrmann2013-10-151-10/+2
* gl-renderer: Build as a loadable moduleAnder Conselvan de Oliveira2013-10-141-4/+14
* compositor-fbdev: Fix a fd leak in the fbdev backendKristian Høgsberg2013-10-101-0/+2
* launcher: Add back support for specifying VT to run onKristian Høgsberg2013-10-021-2/+4
* Notify clients on mode_switch()Hardening2013-09-211-1/+0
* Rename current, origin, scale, origin_scaleHardening2013-09-211-2/+2
* launcher: Move rest of tty object into struct weston_launcherKristian Høgsberg2013-09-181-15/+12
* compositor: Generalize VT switching as a session_signalKristian Høgsberg2013-09-181-9/+9
* launcher: Collect launcher state in new struct weston_launcherKristian Høgsberg2013-09-181-3/+2