1. 101cb65 compositor: Get rid of surface->visual by Kristian Høgsberg · 13 years ago
  2. 60921e5 compositor: move weston_surface::width,height into geometry by Pekka Paalanen · 14 years ago
  3. f1f5b36 compositor-drm: do not scan out transformed surfaces by Pekka Paalanen · 14 years ago
  4. ba3cf95 compositor: move weston_surface::x,y into geometry by Pekka Paalanen · 14 years ago
  5. 9f404b7 compositor: Move tracking of scanout buffers to compositor-drm by Kristian Høgsberg · 14 years ago
  6. 5f5e42e compositor: Remove prepare_scanout_surface callout by Kristian Høgsberg · 14 years ago
  7. 06cf6b0 compositor: Pull prepare_render and present callouts into repaint by Kristian Høgsberg · 14 years ago
  8. 68c479a compositor: Move repaint loop into a backend function by Kristian Høgsberg · 14 years ago
  9. 6916d9c drm: Don't print warning if cursor stride isn't right by Kristian Høgsberg · 14 years ago
  10. 62d2774 tty: Switch back to launch tty if we switched away by Kristian Høgsberg · 14 years ago
  11. 34f80ff drm: Cancel any scheduled repaints in the leave vt handler by Kristian Høgsberg · 14 years ago
  12. 835cd49 drm: Reset kms mode on vt enter by Kristian Høgsberg · 14 years ago
  13. 54f14c3 drm: Complain if pageflip fails by Kristian Høgsberg · 14 years ago
  14. a018fb0 compositor-drm: Exit if we failed to get drm master by Kristian Høgsberg · 14 years ago
  15. c5b9ddb compositor-drm: Fail, and fail early if we can't set up the tty by Kristian Høgsberg · 14 years ago
  16. 1201b75 tty: If no tty option is given, use stdin and make sure it's a vt by Kristian Høgsberg · 14 years ago
  17. 8334bc1 Rename wayland-compositor to weston by Kristian Høgsberg · 14 years ago[Renamed (94%) from compositor/compositor-drm.c]
  18. ce03ec3 evdev: new header file for the driver by Tiago Vignatti · 14 years ago
  19. 6e2d5f1 compositor-drm: remove/add evdev devices when vt switches by Tiago Vignatti · 14 years ago
  20. c349e1d compositor-drm: destroy evdev driver properly when finishing compositor by Tiago Vignatti · 14 years ago
  21. bce2d3f compositor: add IDLE state by Pekka Paalanen · 14 years ago
  22. d7c4551 compositor-drm: Catch errors in create_output_for_connector by David Herrmann · 14 years ago
  23. 0f0d54e compositor-drm: Free output on error in create_output_for_connector by David Herrmann · 14 years ago
  24. eb8bed5 compositor-drm: Fix memory leak in create_output_for_connector by David Herrmann · 14 years ago
  25. 7551cff compositor-drm: Fix memory leak in update_outputs by David Herrmann · 14 years ago
  26. 63ff706 compositor-drm: Fix setting O_CLOEXEC by David Herrmann · 14 years ago
  27. ef7c8d9 compositor-*: check for surfaceless_gles2 instead of surfaceless_opengl by Ander Conselvan de Oliveira · 14 years ago
  28. ff298d9 compositor: Clear cursor buffer in create_sprite_from_png() by Kristian Høgsberg · 14 years ago
  29. 0de0aaf composior: fix tiny cursor bug with drm compositor by Ander Conselvan de Oliveira · 14 years ago
  30. a4b7e20 drm: Only add an output once we've successfully initialized it by Kristian Høgsberg · 14 years ago
  31. 53e7989 drm: Remove unneccesary drm_output_prepare_render() call by Kristian Høgsberg · 14 years ago
  32. 9c46ff1 drm: Specify depth as 24 when creating the KMS FB by Kristian Høgsberg · 14 years ago
  33. 191454e compositor: Rename scanout surfaces by Kristian Høgsberg · 14 years ago
  34. 02dee2c compositor-drm: Fix invalid usage of udev ressources by Benjamin Franzke · 14 years ago
  35. a764ee5 compositor-drm: Enumerate only cards with name card* by Benjamin Franzke · 14 years ago
  36. 439d986 compositor-drm: Be patient when output creation fails by Benjamin Franzke · 14 years ago
  37. 96aa7da Change remaining GPLv2 headers to MIT by Kristian Høgsberg · 14 years ago
  38. faee801 compositor: choose tty from command line by Tiago Vignatti · 14 years ago
  39. 91eacca Remove egl display type setenv hack by Benjamin Franzke · 14 years ago
  40. 48c4ea2 compositor-drm: Merge drm_output_destroy and destroy_output by Benjamin Franzke · 14 years ago
  41. 117483d compositor-drm: Coding style fixes by Benjamin Franzke · 14 years ago
  42. 361d2ad Update compositor shutdown code by Matt Roper · 14 years ago
  43. 045037e Turn off hardware cursors on VT switch before dropping DRM master. by Matt Roper · 14 years ago
  44. 90bc9e6 compositor-drm: Fix compilation error caused by typo. by Ander Conselvan de Oliveira · 14 years ago
  45. c483917 compositor-drm: Make unused parts of the cursor image transparent by Ander Conselvan de Oliveira · 14 years ago
  46. 9eaee35 compositor-drm: Ignore disconnected connectors width by Benjamin Franzke · 14 years ago
  47. 86ec8e8 compositor: Use systemd seats for input devices as well by Kristian Høgsberg · 14 years ago
  48. 8d51f14 compositor: Use systemd seat configuration conventions by Kristian Høgsberg · 14 years ago
  49. 6244668 compositor-drm: Drop cursor debug message by Kristian Høgsberg · 14 years ago
  50. a8bdeae compositor: Fix cursor damaging on multi head by Benjamin Franzke · 14 years ago
  51. a16e002 compositor-drm: Pass physical size to output_init by Benjamin Franzke · 14 years ago
  52. 060cf80 Use gbm for compositor-{drm,openwfd} by Benjamin Franzke · 14 years ago
  53. 8f0ce05 compositor: Send out more detailed output events by Kristian Høgsberg · 14 years ago
  54. e7b8d90 compositor: Set EGL_PLATFORM env variable for each backend. by Egbert Eich · 14 years ago
  55. d8e181b compositor-drm: Hide hw cursors on vt switch by Kristian Høgsberg · 14 years ago
  56. 9396fc5 compositor-drm: Fix vt switching by Kristian Høgsberg · 14 years ago
  57. 6c709a3 Fix warnings and symbol visibility from missing CFLAGS by Kristian Høgsberg · 14 years ago
  58. e4c40a4 compositor: Disable hw cursor if we're texturing the cursor by Kristian Høgsberg · 14 years ago
  59. 4d07a1c compositor: Scanout client buffers even if they're not map_fullscreen by Kristian Høgsberg · 14 years ago
  60. 7981d00 compositor-drm: Use EGL_DRM_BUFFER_USE_CURSOR_MESA by Kristian Høgsberg · 14 years ago
  61. 8050bd2 compositor-drm: Fix modularization breakage by Kristian Høgsberg · 14 years ago
  62. 1c56218 compositor: Split backends into modules by Kristian Høgsberg · 14 years ago
  63. d59eb1c compositor-drm: Retrieve extension functions before wlsc_compositor_init by Benjamin Franzke · 14 years ago
  64. e5b3b26 Cast fd's to intptr_t before casting to EGLNativeDisplay by Benjamin Franzke · 14 years ago
  65. b5819dc compositor: Stop using EGL_EGLEXT_PROTOTYPES and look up extension functions by Kristian Høgsberg · 14 years ago
  66. b186847 Update return types of event handler functions by Kristian Høgsberg · 14 years ago
  67. 66aa235 Optimize fullscreen scanout abit by Benjamin Franzke · 14 years ago
  68. 431da9a Make use of a hardware cursor in compositor-drm by Benjamin Franzke · 14 years ago
  69. 1178a3c compositor(-drm): Pageflip to fullscreen surfaces by Benjamin Franzke · 14 years ago
  70. 0b9334a Define _GNU_SOURCE for O_CLOEXEC flag by Kristian Høgsberg · 14 years ago
  71. 11e2828 Merge remote-tracking branch 'bnf/surface-frame-event' by Kristian Høgsberg · 14 years ago
  72. 9cd7aca compositor-drm: Close drm fd on exec by Kristian Høgsberg · 14 years ago
  73. ec4d342 Support per surface frame events by Benjamin Franzke · 14 years ago
  74. 9c26ff3 compositor-drm: Support output hotplugging by Benjamin Franzke · 14 years ago
  75. eefc36c compositor-drm: Fix multi head rendering by Benjamin Franzke · 14 years ago
  76. 13d9db2 Beginnings of multiple monitor by Marty Jack · 14 years ago
  77. c649a92 compositor: Remove drm.c, use shm.c for pointer images by Benjamin Franzke · 14 years ago
  78. 2af7f10 compositor: Remove wlsc_drm by Benjamin Franzke · 14 years ago
  79. 5b2cb6f compositor: Generate Framebuffer in the backends by Benjamin Franzke · 14 years ago
  80. 1b765ff compositor: Add flags parameter to wlsc_output_init by Benjamin Franzke · 14 years ago
  81. faa0a9d compositor: Use eglBindWaylandDisplayWL by Benjamin Franzke · 14 years ago
  82. feb370e compositor-drm: Flush before pageflipping by Benjamin Franzke · 14 years ago
  83. 8525a50 Move buffer creation and buffer details into drm.c and shm.c by Kristian Høgsberg · 15 years ago
  84. e4762a6 Move tty and vt handling out in its own file by Kristian Høgsberg · 15 years ago
  85. 43db401 Split out evdev handling to its own file by Kristian Høgsberg · 15 years ago
  86. 9c3e8d7 Move grab state to struct wl_input_device by Kristian Høgsberg · 15 years ago
  87. caa6442 compositor: Use a virtual destructor when shutting down by Kristian Høgsberg · 15 years ago
  88. 55973f2 Some additional return value checking by Darxus · 15 years ago
  89. f2912fa compositor: put console into KD_GRAPHICS mode at vt enter time by Jesse Barnes · 15 years ago
  90. 61a8251 Add a geometry option for x11 compositor by Kristian Høgsberg · 15 years ago
  91. 76b4332 Move example compositor to subdirectory by Kristian Høgsberg · 15 years ago[Renamed from compositor-drm.c]
  92. b12fcce Update to EGL_MESA_drm_image from mesa master by Kristian Høgsberg · 15 years ago
  93. a661f26 Name libraries -client and -server for consistency by Kristian Høgsberg · 15 years ago
  94. 640609a Implement current drm auth scheme in the drm object by Kristian Høgsberg · 15 years ago
  95. 5fcd0aa Introduce 'buffer' object for attaching, image cahce and cursor images by Kristian Høgsberg · 15 years ago
  96. a1f3f60 Generate protocol types and metadata from xml by Kristian Høgsberg · 15 years ago
  97. 2c28aa5 Bind GLES2 API, not OpenGL by Kristian Høgsberg · 15 years ago
  98. 379b678 Use EGL_KHR_surfaceless_opengl by Kristian Høgsberg · 15 years ago
  99. 808fd41 Drop coordinates from buttons press, add timestamp to events by Kristian Høgsberg · 15 years ago
  100. f252d6a Update to use eglGetDRMDisplayMESA() by Kristian Høgsberg · 15 years ago