1. 07c91f8 compositor: triangle fan debug by Pekka Paalanen · 13 years ago
  2. 1bad5db Implement output transformations. by Scott Moreau · 13 years ago
  3. cb3eaae compositor: Change notify_* function to take a weston_seat by Kristian Høgsberg · 13 years ago
  4. 16333ab compositor: Remove compositor->seat by Kristian Høgsberg · 13 years ago
  5. 99fd101 compositor: Drop output->flags by Kristian Høgsberg · 13 years ago
  6. 8a01580 compositor-drm: Fix bad rebase by Kristian Høgsberg · 13 years ago
  7. ab5b1e3 compositor-drm: don't keep trying if hw doesn't support cursors by Rob Clark · 13 years ago
  8. 4339add compositor-drm: don't attempt sprite for out of bounds dimensions by Rob Clark · 13 years ago
  9. 702ffae compositor-drm: skip overlay for shm buffers by Rob Clark · 13 years ago
  10. 42c4646 compositor-drm: Return the newly added mode in drm_output_add_mode() by Ander Conselvan de Oliveira · 13 years ago
  11. dc79e6d compositor-drm: Check for OUTPUT_CONFIG_OFF instead of using strcmp() by Ander Conselvan de Oliveira · 13 years ago
  12. 5ca1a47 compositor-drm: handle vblanks on secondary crtc by Rob Clark · 13 years ago
  13. 3eb4761 evdev: rename evdev_input_device to evdev_device by Pekka Paalanen · 13 years ago
  14. b9d38f4 evdev: do not pass a list to evdev_led_update() by Pekka Paalanen · 13 years ago
  15. ae29da2 compositor-drm: fix weston_log format errors by Pekka Paalanen · 13 years ago
  16. 79af73e compositor-drm: Disable planes when zoomed or capturing by Kristian Høgsberg · 13 years ago
  17. d858351 compositor-drm, evdev: don't crash on missing keyboard by Pekka Paalanen · 13 years ago
  18. 81a13a3 compositor-drm: log enter/leave VT by Pekka Paalanen · 13 years ago
  19. 42b3f6a compositor-drm: log input device hot-unplugs by Pekka Paalanen · 13 years ago
  20. d2e69c2 compositor-drm: fix leak in evdev_udev_handler() by Pekka Paalanen · 13 years ago
  21. 3315697 evdev: move udev code into compositor-drm.c by Pekka Paalanen · 13 years ago
  22. 5626d34 compositor-drm: Split cursor handling into prepare and set by Kristian Høgsberg · 13 years ago
  23. 65a11e1 compositor: Accumulate damage per plane by Kristian Høgsberg · 13 years ago
  24. c50645c Properly free drm configured mode variables. by Scott Moreau · 13 years ago
  25. 64eca89 compositor: Fold the log prototypes into compositor.h and drop log.h by Kristian Høgsberg · 13 years ago
  26. 8f37e0b Add raw modeline support. by Scott Moreau · 13 years ago
  27. 8ff6915 compositor-drm: Handle incomplete [output] sections without crashing by Kristian Høgsberg · 13 years ago
  28. 7b884bc compositor: Use a minimal restore handler for crash clean up by Kristian Høgsberg · 13 years ago
  29. 8ab5d45 Allow output configuration from config file. by Scott Moreau · 13 years ago
  30. acb805a compositor-drm: Handle unconnected connectors better by Wang Quanxian · 13 years ago
  31. 148ef01 compositor-drm: Don't leak output->name by Kristian Høgsberg · 13 years ago
  32. 9ca3846 compositor-drm: Look through all crtc/encoder combinations by Kristian Høgsberg · 13 years ago
  33. 2f9ed71 compositor-drm: Assign unique output names like xrandr does by Kristian Høgsberg · 13 years ago
  34. 70a11b1 compositor-drm: Remove cursor debug message by Kristian Høgsberg · 13 years ago
  35. 1f5de35 compositor-drm: Only update hw cursor contents when it changes by Kristian Høgsberg · 13 years ago
  36. 24e4275 compositor-drm: Only call drmModeMoveCursor() if hw cursor position changed by Kristian Høgsberg · 13 years ago
  37. 4901f6c compositor-drm: Allocate hw cursor like other planes by Kristian Høgsberg · 13 years ago
  38. a6edab3 compositor-drm: Combine drm_output_set_cursor and weston_output_set_cursor by Kristian Høgsberg · 13 years ago
  39. 6143f7d compositor-drm: Assign primary framebuffer in assign_planes callout by Kristian Høgsberg · 13 years ago
  40. 3b00bae compositor-drm: Support hardware scaling with drm planes by Kristian Høgsberg · 13 years ago
  41. 270a7cb compositor-drm: Follow gbm_bo_get_pitch rename to gbm_bo_get_stride by Kristian Høgsberg · 13 years ago
  42. 2763a2e compositor-drm: Use gbm_bo_import instead of gbm_bo_create_from_egl_surface by Kristian Høgsberg · 13 years ago
  43. 023f855 compositor: prepare for multi-planar surfaces. by Gwenole Beauchesne · 13 years ago
  44. 061c425 compositor-drm: Improve initial mode picking by Kristian Høgsberg · 13 years ago
  45. 01a57ed compositor-drm: Don't leak FBs when the buffer of a sprite is detroyed by Ander Conselvan de Oliveira · 13 years ago
  46. fd1f4c6 compositor-drm: Remove destroy listeners when disabling planes by Ander Conselvan de Oliveira · 13 years ago
  47. a732696 compositor-drm: Wait for vblank events before starting next frame by Ander Conselvan de Oliveira · 13 years ago
  48. d450b19 compositor-drm: Check surface's outputs when assigning overlays by Ander Conselvan de Oliveira · 13 years ago
  49. a96b93c compositor-drm: Add proper error handling to init by Daniel Stone · 13 years ago
  50. 725c2c3 Split weston_compositor_init into base and _gl by Daniel Stone · 13 years ago
  51. f2735ea compositor-drm: Hide hw cursor if cursor sprite isn't mapped by Kristian Høgsberg · 13 years ago
  52. 49952d1 compositor: Introduce weston_output_schedule_repaint() by Kristian Høgsberg · 13 years ago
  53. e0f832b compositor: Pass weston_output as the frame_signal argument by Kristian Høgsberg · 13 years ago
  54. 70b8358 compositor: Remove weston_read_pixels functionality by Kristian Høgsberg · 13 years ago
  55. d553bfc compositor: Track which plane a surface is on by Kristian Høgsberg · 13 years ago
  56. 362b672 Rename weston_compositor EGLDisplay member to egl_display by Kristian Høgsberg · 13 years ago
  57. fc9c5e0 log: Add some diagnostics to the log by Kristian Høgsberg · 13 years ago
  58. 6d11836 Replace fprintf() by weston_log() by Martin Minarik · 13 years ago
  59. c1be8e5 Pass config_file through to weston_compositor_init by Daniel Stone · 13 years ago
  60. baf4359 Pass argc and argv through to weston_compositor_init by Daniel Stone · 13 years ago
  61. 325fc2d Split bindings into separate key/button/axis bindings by Daniel Stone · 13 years ago
  62. 37816df Convert wl_input_device to wl_seat (and friends) by Daniel Stone · 13 years ago
  63. b71302e Fix a few -pedantic warnings by Kristian Høgsberg · 13 years ago
  64. c4621b0 compositor: Report refresh rates in mHz by Kristian Høgsberg · 13 years ago
  65. 8e1f77f drm: Make KMS hw cursors work again by Kristian Høgsberg · 13 years ago
  66. a64b15d compositor-drm: alow scanning out of buffers with XRGB8888 format by Ander Conselvan de Oliveira · 13 years ago
  67. 555c17d compositor-drm: refactor to avoid unnecessary allocation of KMS FBs by Ander Conselvan de Oliveira · 13 years ago
  68. 5f5f319 compositor-drm: call EGL cleanup functions on exit by Ander Conselvan de Oliveira · 13 years ago
  69. 062be7e screenshooter: Grab pixel data directly before buffer swap by Scott Moreau · 13 years ago
  70. adb624a compositor-drm: Remove an useless code line. by Alex Wu · 13 years ago
  71. bd3354b shell: Implement "driver" method of fullsceen. by Alex Wu · 13 years ago
  72. b7b8bda compositor-drm: Add switch_mode support. by Alex Wu · 13 years ago
  73. 2dda604 compositor: Add a switch_mode hook and a wrapper into the output. by Alex Wu · 13 years ago
  74. a1d57db compositor: make GL_EXT_read_format_bgra optional by Pekka Paalanen · 13 years ago
  75. 27e3052 Use wl_signal mechanism by Kristian Høgsberg · 13 years ago
  76. eae5de7 Follow wayland change to serial numbers by Kristian Høgsberg · 13 years ago
  77. 5d1c0c5 drm: Add vt switch keybindings by Kristian Høgsberg · 13 years ago
  78. 4014a6b drm: Remove input devices before cancelling repaints in vt switch away by Kristian Høgsberg · 13 years ago
  79. 78d3afe evdev: Disable the udev monitor when another vt becomes active by Benjamin Franzke · 13 years ago
  80. bfeda13 Introduce weston-launch by Benjamin Franzke · 14 years ago
  81. 80d27b7 screenshooter: Properly handle multiple outputs. by Scott Moreau · 13 years ago
  82. 875ab9e Add signedness warning flag and fix fallout by Kristian Høgsberg · 13 years ago
  83. c97af92 Properly dispose event sources and event loops by Jonas Ådahl · 13 years ago
  84. b5ef591 compositor: Stop using EGL_KHR_surfaceless_gles2 by Kristian Høgsberg · 13 years ago
  85. cbcd047 compostor-drm: Use gbm surface by Kristian Høgsberg · 13 years ago
  86. 7a011ea compositor-drm: Check es->image, not es->buffer when looking for overlays by Kristian Høgsberg · 13 years ago
  87. 3c97b90 drm: plane src coords are 16.16 fixed point by Rob Clark · 13 years ago
  88. 5ab91ad compositor: use smoother range for backlight control by Tiago Vignatti · 13 years ago
  89. bcacef1 Add an option parser by Kristian Høgsberg · 13 years ago
  90. 8efbc8e drm: fix issue copying supported plane formats by Rob Clark · 13 years ago
  91. 6ac52db compositor-drm: use udev_device_get_property_value() helper by David Herrmann · 13 years ago
  92. d7488c2 compositor-drm: ignore hotplug-events from other devices by David Herrmann · 13 years ago
  93. eb866cd drm: Fix drmModeRes leak on error paths by Christopher Michael · 13 years ago
  94. 65bec24 drm: Disable sprites if they're broken by Kristian Høgsberg · 13 years ago
  95. 6ddcdae compositor: Store opaque clip for previous frame in weston_surface by Kristian Høgsberg · 13 years ago
  96. 8e53c7f compositor: add dpms and backlight support by Tiago Vignatti · 13 years ago
  97. 4d7c862 drm: Remove redundant cursor region math by Kristian Høgsberg · 13 years ago
  98. ca14ef0 drm: Remove redundant weston_surface_update_transform() call by Kristian Høgsberg · 13 years ago
  99. d8bf90c Move weston_output_set_cursor into compositor-drm.c by Kristian Høgsberg · 13 years ago
  100. 85fd327 compositor-drm: Destroy sprites on shutdown, turn off on vt switch by Kristian Høgsberg · 13 years ago