1. 061c425 compositor-drm: Improve initial mode picking by Kristian Høgsberg · 13 years ago
  2. 01a57ed compositor-drm: Don't leak FBs when the buffer of a sprite is detroyed by Ander Conselvan de Oliveira · 13 years ago
  3. fd1f4c6 compositor-drm: Remove destroy listeners when disabling planes by Ander Conselvan de Oliveira · 13 years ago
  4. a732696 compositor-drm: Wait for vblank events before starting next frame by Ander Conselvan de Oliveira · 13 years ago
  5. d450b19 compositor-drm: Check surface's outputs when assigning overlays by Ander Conselvan de Oliveira · 13 years ago
  6. a96b93c compositor-drm: Add proper error handling to init by Daniel Stone · 13 years ago
  7. 725c2c3 Split weston_compositor_init into base and _gl by Daniel Stone · 13 years ago
  8. f2735ea compositor-drm: Hide hw cursor if cursor sprite isn't mapped by Kristian Høgsberg · 13 years ago
  9. 49952d1 compositor: Introduce weston_output_schedule_repaint() by Kristian Høgsberg · 13 years ago
  10. e0f832b compositor: Pass weston_output as the frame_signal argument by Kristian Høgsberg · 13 years ago
  11. 70b8358 compositor: Remove weston_read_pixels functionality by Kristian Høgsberg · 13 years ago
  12. d553bfc compositor: Track which plane a surface is on by Kristian Høgsberg · 13 years ago
  13. 362b672 Rename weston_compositor EGLDisplay member to egl_display by Kristian Høgsberg · 13 years ago
  14. fc9c5e0 log: Add some diagnostics to the log by Kristian Høgsberg · 13 years ago
  15. 6d11836 Replace fprintf() by weston_log() by Martin Minarik · 13 years ago
  16. c1be8e5 Pass config_file through to weston_compositor_init by Daniel Stone · 13 years ago
  17. baf4359 Pass argc and argv through to weston_compositor_init by Daniel Stone · 13 years ago
  18. 325fc2d Split bindings into separate key/button/axis bindings by Daniel Stone · 13 years ago
  19. 37816df Convert wl_input_device to wl_seat (and friends) by Daniel Stone · 13 years ago
  20. b71302e Fix a few -pedantic warnings by Kristian Høgsberg · 13 years ago
  21. c4621b0 compositor: Report refresh rates in mHz by Kristian Høgsberg · 13 years ago
  22. 8e1f77f drm: Make KMS hw cursors work again by Kristian Høgsberg · 13 years ago
  23. a64b15d compositor-drm: alow scanning out of buffers with XRGB8888 format by Ander Conselvan de Oliveira · 13 years ago
  24. 555c17d compositor-drm: refactor to avoid unnecessary allocation of KMS FBs by Ander Conselvan de Oliveira · 13 years ago
  25. 5f5f319 compositor-drm: call EGL cleanup functions on exit by Ander Conselvan de Oliveira · 13 years ago
  26. 062be7e screenshooter: Grab pixel data directly before buffer swap by Scott Moreau · 13 years ago
  27. adb624a compositor-drm: Remove an useless code line. by Alex Wu · 13 years ago
  28. bd3354b shell: Implement "driver" method of fullsceen. by Alex Wu · 13 years ago
  29. b7b8bda compositor-drm: Add switch_mode support. by Alex Wu · 13 years ago
  30. 2dda604 compositor: Add a switch_mode hook and a wrapper into the output. by Alex Wu · 13 years ago
  31. a1d57db compositor: make GL_EXT_read_format_bgra optional by Pekka Paalanen · 13 years ago
  32. 27e3052 Use wl_signal mechanism by Kristian Høgsberg · 13 years ago
  33. eae5de7 Follow wayland change to serial numbers by Kristian Høgsberg · 13 years ago
  34. 5d1c0c5 drm: Add vt switch keybindings by Kristian Høgsberg · 13 years ago
  35. 4014a6b drm: Remove input devices before cancelling repaints in vt switch away by Kristian Høgsberg · 13 years ago
  36. 78d3afe evdev: Disable the udev monitor when another vt becomes active by Benjamin Franzke · 13 years ago
  37. bfeda13 Introduce weston-launch by Benjamin Franzke · 14 years ago
  38. 80d27b7 screenshooter: Properly handle multiple outputs. by Scott Moreau · 13 years ago
  39. 875ab9e Add signedness warning flag and fix fallout by Kristian Høgsberg · 13 years ago
  40. c97af92 Properly dispose event sources and event loops by Jonas Ådahl · 13 years ago
  41. b5ef591 compositor: Stop using EGL_KHR_surfaceless_gles2 by Kristian Høgsberg · 13 years ago
  42. cbcd047 compostor-drm: Use gbm surface by Kristian Høgsberg · 13 years ago
  43. 7a011ea compositor-drm: Check es->image, not es->buffer when looking for overlays by Kristian Høgsberg · 13 years ago
  44. 3c97b90 drm: plane src coords are 16.16 fixed point by Rob Clark · 13 years ago
  45. 5ab91ad compositor: use smoother range for backlight control by Tiago Vignatti · 13 years ago
  46. bcacef1 Add an option parser by Kristian Høgsberg · 13 years ago
  47. 8efbc8e drm: fix issue copying supported plane formats by Rob Clark · 13 years ago
  48. 6ac52db compositor-drm: use udev_device_get_property_value() helper by David Herrmann · 13 years ago
  49. d7488c2 compositor-drm: ignore hotplug-events from other devices by David Herrmann · 13 years ago
  50. eb866cd drm: Fix drmModeRes leak on error paths by Christopher Michael · 13 years ago
  51. 65bec24 drm: Disable sprites if they're broken by Kristian Høgsberg · 13 years ago
  52. 6ddcdae compositor: Store opaque clip for previous frame in weston_surface by Kristian Høgsberg · 13 years ago
  53. 8e53c7f compositor: add dpms and backlight support by Tiago Vignatti · 13 years ago
  54. 4d7c862 drm: Remove redundant cursor region math by Kristian Høgsberg · 13 years ago
  55. ca14ef0 drm: Remove redundant weston_surface_update_transform() call by Kristian Høgsberg · 13 years ago
  56. d8bf90c Move weston_output_set_cursor into compositor-drm.c by Kristian Høgsberg · 13 years ago
  57. 85fd327 compositor-drm: Destroy sprites on shutdown, turn off on vt switch by Kristian Høgsberg · 13 years ago
  58. 66617bb compositor: Remove unused compositor vfunc create_cursor_image by Kristian Høgsberg · 13 years ago
  59. 58ef379 compositor-drm: Add sprite support by Jesse Barnes · 13 years ago
  60. 5308a5e compositor: add an assign_planes hook to the output by Jesse Barnes · 13 years ago
  61. 101cb65 compositor: Get rid of surface->visual by Kristian Høgsberg · 13 years ago
  62. 60921e5 compositor: move weston_surface::width,height into geometry by Pekka Paalanen · 14 years ago
  63. f1f5b36 compositor-drm: do not scan out transformed surfaces by Pekka Paalanen · 14 years ago
  64. ba3cf95 compositor: move weston_surface::x,y into geometry by Pekka Paalanen · 14 years ago
  65. 9f404b7 compositor: Move tracking of scanout buffers to compositor-drm by Kristian Høgsberg · 14 years ago
  66. 5f5e42e compositor: Remove prepare_scanout_surface callout by Kristian Høgsberg · 14 years ago
  67. 06cf6b0 compositor: Pull prepare_render and present callouts into repaint by Kristian Høgsberg · 14 years ago
  68. 68c479a compositor: Move repaint loop into a backend function by Kristian Høgsberg · 14 years ago
  69. 6916d9c drm: Don't print warning if cursor stride isn't right by Kristian Høgsberg · 14 years ago
  70. 62d2774 tty: Switch back to launch tty if we switched away by Kristian Høgsberg · 14 years ago
  71. 34f80ff drm: Cancel any scheduled repaints in the leave vt handler by Kristian Høgsberg · 14 years ago
  72. 835cd49 drm: Reset kms mode on vt enter by Kristian Høgsberg · 14 years ago
  73. 54f14c3 drm: Complain if pageflip fails by Kristian Høgsberg · 14 years ago
  74. a018fb0 compositor-drm: Exit if we failed to get drm master by Kristian Høgsberg · 14 years ago
  75. c5b9ddb compositor-drm: Fail, and fail early if we can't set up the tty by Kristian Høgsberg · 14 years ago
  76. 1201b75 tty: If no tty option is given, use stdin and make sure it's a vt by Kristian Høgsberg · 14 years ago
  77. 8334bc1 Rename wayland-compositor to weston by Kristian Høgsberg · 14 years ago[Renamed (94%) from compositor/compositor-drm.c]
  78. ce03ec3 evdev: new header file for the driver by Tiago Vignatti · 14 years ago
  79. 6e2d5f1 compositor-drm: remove/add evdev devices when vt switches by Tiago Vignatti · 14 years ago
  80. c349e1d compositor-drm: destroy evdev driver properly when finishing compositor by Tiago Vignatti · 14 years ago
  81. bce2d3f compositor: add IDLE state by Pekka Paalanen · 14 years ago
  82. d7c4551 compositor-drm: Catch errors in create_output_for_connector by David Herrmann · 14 years ago
  83. 0f0d54e compositor-drm: Free output on error in create_output_for_connector by David Herrmann · 14 years ago
  84. eb8bed5 compositor-drm: Fix memory leak in create_output_for_connector by David Herrmann · 14 years ago
  85. 7551cff compositor-drm: Fix memory leak in update_outputs by David Herrmann · 14 years ago
  86. 63ff706 compositor-drm: Fix setting O_CLOEXEC by David Herrmann · 14 years ago
  87. ef7c8d9 compositor-*: check for surfaceless_gles2 instead of surfaceless_opengl by Ander Conselvan de Oliveira · 14 years ago
  88. ff298d9 compositor: Clear cursor buffer in create_sprite_from_png() by Kristian Høgsberg · 14 years ago
  89. 0de0aaf composior: fix tiny cursor bug with drm compositor by Ander Conselvan de Oliveira · 14 years ago
  90. a4b7e20 drm: Only add an output once we've successfully initialized it by Kristian Høgsberg · 14 years ago
  91. 53e7989 drm: Remove unneccesary drm_output_prepare_render() call by Kristian Høgsberg · 14 years ago
  92. 9c46ff1 drm: Specify depth as 24 when creating the KMS FB by Kristian Høgsberg · 14 years ago
  93. 191454e compositor: Rename scanout surfaces by Kristian Høgsberg · 14 years ago
  94. 02dee2c compositor-drm: Fix invalid usage of udev ressources by Benjamin Franzke · 14 years ago
  95. a764ee5 compositor-drm: Enumerate only cards with name card* by Benjamin Franzke · 14 years ago
  96. 439d986 compositor-drm: Be patient when output creation fails by Benjamin Franzke · 14 years ago
  97. 96aa7da Change remaining GPLv2 headers to MIT by Kristian Høgsberg · 14 years ago
  98. faee801 compositor: choose tty from command line by Tiago Vignatti · 14 years ago
  99. 91eacca Remove egl display type setenv hack by Benjamin Franzke · 14 years ago
  100. 48c4ea2 compositor-drm: Merge drm_output_destroy and destroy_output by Benjamin Franzke · 14 years ago