summaryrefslogtreecommitdiff
path: root/src/compositor-drm.c
AgeCommit message (Expand)AuthorFilesLines
2012-04-10drm: Add vt switch keybindingsKristian Høgsberg1-0/+17
2012-04-10drm: Remove input devices before cancelling repaints in vt switch awayKristian Høgsberg1-5/+5
2012-04-09evdev: Disable the udev monitor when another vt becomes activevt-switch-hotplugBenjamin Franzke1-2/+6
2012-04-06Introduce weston-launchweston-launch-finalBenjamin Franzke1-3/+5
2012-04-04screenshooter: Properly handle multiple outputs.Scott Moreau1-0/+15
2012-03-30Add signedness warning flag and fix falloutKristian Høgsberg1-4/+4
2012-03-28Properly dispose event sources and event loopsJonas Ådahl1-3/+7
2012-03-28compositor: Stop using EGL_KHR_surfaceless_gles2Kristian Høgsberg1-9/+22
2012-03-28compostor-drm: Use gbm surfaceKristian Høgsberg1-151/+128
2012-03-26compositor-drm: Check es->image, not es->buffer when looking for overlaysKristian Høgsberg1-1/+1
2012-03-22drm: plane src coords are 16.16 fixed pointRob Clark1-5/+4
2012-03-20compositor: use smoother range for backlight controlTiago Vignatti1-6/+6
2012-03-12Add an option parserKristian Høgsberg1-26/+11
2012-03-12drm: fix issue copying supported plane formatsRob Clark1-1/+1
2012-03-11compositor-drm: use udev_device_get_property_value() helperDavid Herrmann1-6/+4
2012-03-11compositor-drm: ignore hotplug-events from other devicesDavid Herrmann1-3/+17
2012-03-08drm: Fix drmModeRes leak on error pathsChristopher Michael1-1/+4
2012-03-05drm: Disable sprites if they're brokenKristian Høgsberg1-0/+5
2012-03-01compositor: Store opaque clip for previous frame in weston_surfaceKristian Høgsberg1-2/+3
2012-02-29compositor: add dpms and backlight supportTiago Vignatti1-9/+105
2012-02-24drm: Remove redundant cursor region mathKristian Høgsberg1-16/+0
2012-02-23drm: Remove redundant weston_surface_update_transform() callKristian Høgsberg1-2/+0
2012-02-23Move weston_output_set_cursor into compositor-drm.cKristian Høgsberg1-3/+56
2012-02-23compositor-drm: Destroy sprites on shutdown, turn off on vt switchKristian Høgsberg1-0/+30
2012-02-23compositor: Remove unused compositor vfunc create_cursor_imageKristian Høgsberg1-27/+0
2012-02-23compositor-drm: Add sprite supportJesse Barnes1-1/+448
2012-02-23compositor: add an assign_planes hook to the outputJesse Barnes1-0/+1
2012-02-17compositor: Get rid of surface->visualKristian Høgsberg1-2/+5
2012-01-27compositor: move weston_surface::width,height into geometryPekka Paalanen1-5/+8
2012-01-27compositor-drm: do not scan out transformed surfacesPekka Paalanen1-0/+1
2012-01-27compositor: move weston_surface::x,y into geometryPekka Paalanen1-5/+6
2012-01-26compositor: Move tracking of scanout buffers to compositor-drmKristian Høgsberg1-6/+52
2012-01-25compositor: Remove prepare_scanout_surface calloutKristian Høgsberg1-47/+60
2012-01-25compositor: Pull prepare_render and present callouts into repaintKristian Høgsberg1-31/+12
2012-01-25compositor: Move repaint loop into a backend functionKristian Høgsberg1-0/+14
2012-01-18drm: Don't print warning if cursor stride isn't rightKristian Høgsberg1-4/+6
2012-01-18tty: Switch back to launch tty if we switched awayKristian Høgsberg1-0/+1
2012-01-18drm: Cancel any scheduled repaints in the leave vt handlerKristian Høgsberg1-2/+13
2012-01-18drm: Reset kms mode on vt enterKristian Høgsberg1-0/+23
2012-01-18drm: Complain if pageflip failsKristian Høgsberg1-3/+6
2012-01-16compositor-drm: Exit if we failed to get drm masterKristian Høgsberg1-2/+7
2012-01-15compositor-drm: Fail, and fail early if we can't set up the ttyKristian Høgsberg1-2/+8
2012-01-15tty: If no tty option is given, use stdin and make sure it's a vtKristian Høgsberg1-1/+1
2012-01-03Rename wayland-compositor to westonKristian Høgsberg1-0/+956