summaryrefslogtreecommitdiff
path: root/src/compositor-fbdev.c
AgeCommit message (Expand)AuthorFilesLines
2016-06-23Rename src/ to libweston/Pekka Paalanen1-783/+0
2016-06-17compositor-fbdev: drop EGL supportPekka Paalanen1-82/+15
2016-06-06libweston: remove unused backend_init() argumentsPekka Paalanen1-5/+3
2016-06-03libinput: don't use weston_config when configuring input devicesGiulio Camuffo1-1/+2
2016-04-29fbdev-backend: refactor configuration APIBenoit Gschwind1-35/+27
2016-04-29compositor-fbdev: make copy of the device stringPekka Paalanen1-5/+8
2016-03-07protocol: migrate to stable presentation-time.xmlPekka Paalanen1-2/+2
2016-01-12compositor-{drm, fbdev, rpi}: Make VT switching configurableBob Ham1-15/+2
2015-12-22compositor: Fix a couple comment typosBryce Harrington1-1/+1
2015-12-18compositor-fbdev: Drop intermediate shadow bufferSjoerd Simons1-65/+3
2015-10-23compositor: pass the backend config struct to the backends init functionGiulio Camuffo1-1/+2
2015-09-23fbdev: Ensure strncpy results are null terminated.Bryce Harrington1-0/+1
2015-09-10compositor-fbdev: Remove bizarre division by sizeofDerek Foreman1-1/+1
2015-08-20compositor-fbdev: fix VT switching crashPekka Paalanen1-2/+2
2015-08-06backends: don't destroy renderer and output twiceDawid Gajownik1-4/+1
2015-07-16input: Pass the appropriate pointer type to bindings instead of a seatDerek Foreman1-1/+2
2015-07-10compositor: add API to manage compositor instancesGiulio Camuffo1-6/+0
2015-07-09compositor: introduce struct weston_backendGiulio Camuffo1-79/+86
2015-06-15Moved helper macro to a discrete include file.Jon Cruz1-0/+1
2015-06-15src: Update boilerplate from MIT X11 license to MIT Expat licenseBryce Harrington1-16/+19
2015-05-18gl-renderer: Take a list of acceptable formats in create functionsDerek Foreman1-2/+2
2015-05-08compositor: send the output_created signal after inserting it in the listGiulio Camuffo1-1/+1
2015-03-26gl-renderer: call supports() automatically in create()Jonny Lamb1-1/+2
2015-03-20gl-renderer: use eglCreatePlatformWindowSurfaceEXT to get EGLSurfacesJonny Lamb1-1/+1
2015-03-20gl-renderer: use eglGetPlatformDisplayEXT to get an EGLDisplayJonny Lamb1-1/+1
2015-03-20compositor, backends: weston_compositor_read_presentation_clockPekka Paalanen1-2/+2
2015-03-18compositor-fbdev: fix output transformationsDerek Foreman1-90/+20
2015-03-18compositor-fbdev: allow configuring transform in the ini fileDerek Foreman1-1/+13
2015-03-18compositor-fbdev: give the output a nameDerek Foreman1-0/+1
2015-01-20compositor: set presentation.presented flagsPekka Paalanen1-2/+5
2015-01-16logind: forward Active=true changes for non-DRM backendsDavid Herrmann1-2/+3
2014-12-03fbdev: Remove unnecessary semicolonnerdopolis1-1/+1
2014-11-28Use zalloc instead of calloc(1, ...)Bryce Harrington1-3/+3
2014-11-28Setting members to 0/NULL after a zalloc or calloc is redundantBryce Harrington1-4/+0
2014-11-26compositor: Drop legacy backends in favor of libinputPeter Hutterer1-1/+1
2014-09-30compositor: set and use the presentation clock everywherePekka Paalanen1-5/+7
2014-03-12Add libinput based input device backendJonas Ådahl1-1/+1
2014-03-12udev-seat: Make udev_input own its own udev object referenceJonas Ådahl1-1/+1
2014-03-12Add support for having different GBM formats for different outputsNeil Roberts1-1/+3
2013-12-22compositor: Destroy renderer in weston_compositor_shutdown()Ander Conselvan de Oliveira1-2/+0
2013-12-16compositor: Remove output from list in weston_output_destroy()Ander Conselvan de Oliveira1-1/+0
2013-10-25pixman-renderer, gl-renderer: Destroy debug bindings on clean upAnder Conselvan de Oliveira1-1/+2
2013-10-22compositor: Remove redundant and not well-defined focus fieldKristian Høgsberg1-3/+0
2013-10-22compositor: finish frame if redraw failsDavid Herrmann1-1/+3
2013-10-21launcher: add logind backendDavid Herrmann1-1/+1
2013-10-15fbdev: open launcher only onceDavid Herrmann1-10/+2
2013-10-14gl-renderer: Build as a loadable moduleAnder Conselvan de Oliveira1-4/+14
2013-10-10compositor-fbdev: Fix a fd leak in the fbdev backendKristian Høgsberg1-0/+2
2013-10-02launcher: Add back support for specifying VT to run onKristian Høgsberg1-2/+4
2013-09-21Notify clients on mode_switch()Hardening1-1/+0