summaryrefslogtreecommitdiff
path: root/src/compositor-drm.c
AgeCommit message (Expand)AuthorFilesLines
2013-10-25pixman-renderer, gl-renderer: Destroy debug bindings on clean upAnder Conselvan de Oliveira1-2/+2
2013-10-23compositor: set surface->plane from destroyed plane to NULLXiong Zhang1-3/+3
2013-10-22Split the geometry information from weston_surface out into weston_viewJason Ekstrand1-78/+82
2013-10-22compositor: Remove redundant and not well-defined focus fieldKristian Høgsberg1-4/+0
2013-10-22compositor-drm: Don't call drop/set master anymoreKristian Høgsberg1-7/+0
2013-10-22compositor: finish frame if redraw failsDavid Herrmann1-6/+14
2013-10-22compositor-drm: finish frame if initial page-flip failsDavid Herrmann1-8/+11
2013-10-21launcher: add logind backendDavid Herrmann1-1/+2
2013-10-16compositor-drm: Support configuring the framebuffer format from weston.iniKristian Høgsberg1-1/+19
2013-10-16compositor-drm: Use a param struct for initialization like other backendsKristian Høgsberg1-14/+22
2013-10-16compositor-drm: Make drm_output_check_scanout_format() work for all formatsKristian Høgsberg1-11/+10
2013-10-14gl-renderer: Build as a loadable moduleAnder Conselvan de Oliveira1-5/+20
2013-10-11compositor-drm: fix EGL format typeAlexandru DAMIAN1-2/+4
2013-10-11compositor-drm: Avoid output_destroy happened before page_flip eventXiong Zhang1-1/+19
2013-10-02launcher: Add back support for specifying VT to run onKristian Høgsberg1-1/+1
2013-09-26compositor-drm: Match the EGLConfig native visual ID if it has oneKristian Høgsberg1-5/+7
2013-09-21Notify clients on mode_switch()Hardening1-1/+0
2013-09-21Rename current, origin, scale, origin_scaleHardening1-29/+29
2013-09-18launcher: Move rest of tty object into struct weston_launcherKristian Høgsberg1-31/+10
2013-09-18launcher: Handle tty setup and teardown in launcherKristian Høgsberg1-12/+20
2013-09-18launcher: Handle drm set/drop master and vt switch signals in launcherKristian Høgsberg1-8/+5
2013-09-18compositor: Generalize VT switching as a session_signalKristian Høgsberg1-11/+11
2013-09-18launcher: Collect launcher state in new struct weston_launcherKristian Høgsberg1-9/+11
2013-09-17compositor: Open drm device through launcherKristian Høgsberg1-1/+1
2013-09-11vaapi-recorder: Don't leak drm fdAnder Conselvan de Oliveira1-1/+0
2013-09-11vaapi-recorder: Encode frames in a separate threadAnder Conselvan de Oliveira1-2/+0
2013-09-03compositor-drm: Pass the wl_resource to gbm_bo_import()Kristian Høgsberg1-2/+3
2013-08-30configure.ac: Auto-enable vaapi recorder, but allow overridesKristian Høgsberg1-1/+1
2013-08-30compositor-drm: Add hardware accelerated capture of screen using libvaAnder Conselvan de Oliveira1-0/+109
2013-08-21compositor-drm: Zero out create_arg when creating dumb framebuffersKristian Høgsberg1-1/+2
2013-08-08malloc + memset -> zallocPeter Hutterer1-8/+4
2013-08-06Drop extraneous duplicate header includesBryce Harrington1-1/+0
2013-07-30compositor-drm: Use a format width parameter for the modeline sscanfRob Bradford1-1/+1
2013-07-30drm: close the drm file descriptor when the compositor is destroyedRob Bradford1-0/+2
2013-07-25compositor: Move weston-launch socket lookup to drm backendKristian Høgsberg1-0/+2
2013-06-28compositor-drm: Enable seat constraining when configured in weston.iniRob Bradford1-0/+23
2013-06-21Add a weston_buffer structure to replace wl_bufferJason Ekstrand1-7/+7
2013-06-20compositor-drm: select the highest possible mode frequencyGiulio Camuffo1-1/+1
2013-06-14compositor-drm: free plane resources using drm function.Samuel Iglesias Gonsalvez1-2/+1
2013-06-05configure.ac: Enable AC_USE_SYSTEM_EXTENSIONSDaniel Stone1-5/+1
2013-06-05udev-seat: Make the udev_input structure an embedded structureRob Bradford1-12/+6
2013-06-05udev-seat: Rename udev_seat to udev_inputRob Bradford1-11/+11
2013-06-05compositor-drm: Rename seat variable to seat_id to clarify it's purposeRob Bradford1-6/+6
2013-06-05compositor-drm: Force DPMS state to ON after drmModeSetCrtc()Ander Conselvan de Oliveira1-0/+1
2013-06-05compositor-drm: Cache the DPMS property on drm_outputAnder Conselvan de Oliveira1-14/+7
2013-05-28compositor: Store modes in physical unitsAlexander Larsson1-24/+13
2013-05-26compositor: Parse config file in main(), only keep weston config objectKristian Høgsberg1-4/+5
2013-05-23compositor-drm: Convert to new config parserKristian Høgsberg1-233/+117
2013-05-23compositor-drm: Log failure and which backlight sysfs file we're usingKristian Høgsberg1-0/+4
2013-05-22compositor-drm: Support output scalingAlexander Larsson1-28/+59