1. 0e69647 Handle new transform argument in wl_output.geometry event by Kristian Høgsberg · 13 years ago
  2. 28f59b0 compositor: handle YUV buffers. by Gwenole Beauchesne · 13 years ago
  3. 6d03049 compositor: factor out RGB shader. by Gwenole Beauchesne · 13 years ago
  4. c5db50f compositor-wayland: Add error handling in wayland_compositor_create() by Martin Olsson · 13 years ago
  5. 725c2c3 Split weston_compositor_init into base and _gl by Daniel Stone · 13 years ago
  6. 5069280 compositor-wayland: Synchronise keyboard state with parent by Daniel Stone · 13 years ago
  7. 1b4e11f notify_key: Add update_state argument by Daniel Stone · 13 years ago
  8. d6da09e Split notify_keyboard_focus into in/out variants by Daniel Stone · 13 years ago
  9. e0f832b compositor: Pass weston_output as the frame_signal argument by Kristian Høgsberg · 13 years ago
  10. 70b8358 compositor: Remove weston_read_pixels functionality by Kristian Høgsberg · 13 years ago
  11. 362b672 Rename weston_compositor EGLDisplay member to egl_display by Kristian Høgsberg · 13 years ago
  12. 563c5b8 compositor-wayland: Respond to ping requests on outputs' shell surfaces by Ander Conselvan de Oliveira · 13 years ago
  13. 37ffc3c compositor: Track pointer image protocol change by Ander Conselvan de Oliveira · 13 years ago
  14. 6d11836 Replace fprintf() by weston_log() by Martin Minarik · 13 years ago
  15. a497d57 compositor-wayland: Delay seat creation by Daniel Stone · 13 years ago
  16. b7452fe Add support for wl_keyboard::keymap events by Daniel Stone · 13 years ago
  17. c1be8e5 Pass config_file through to weston_compositor_init by Daniel Stone · 13 years ago
  18. baf4359 Pass argc and argv through to weston_compositor_init by Daniel Stone · 13 years ago
  19. cd981dd compositor-wayland: Fix seat vs. seat confusion by Daniel Stone · 13 years ago
  20. bb1df6a Add keymap argument to weston_seat_init_keyboard by Daniel Stone · 13 years ago
  21. 74419a2 Split weston_seat_init up into pointer/keyboard/touch by Daniel Stone · 13 years ago
  22. 2fce402 Convert wl_pointer::axis to wl_fixed_t by Daniel Stone · 13 years ago
  23. 878f0b7 Convert notify_axis to wl_fixed_t by Daniel Stone · 13 years ago
  24. c9785ea Use enum wl_keyboard_key_state instead of integer by Daniel Stone · 13 years ago
  25. 4dbadb1 Use enum wl_pointer_button_state instead of integer by Daniel Stone · 13 years ago
  26. 351eb61 Support wl_keyboard::modifiers event by Daniel Stone · 13 years ago
  27. 37816df Convert wl_input_device to wl_seat (and friends) by Daniel Stone · 13 years ago
  28. b71302e Fix a few -pedantic warnings by Kristian Høgsberg · 13 years ago
  29. e11bbe4 compositor: Use wl_fixed_t for incoming input events by Kristian Høgsberg · 13 years ago
  30. 103db7f Convert wire input co-ordinates to fixed-point by Daniel Stone · 13 years ago
  31. 062be7e screenshooter: Grab pixel data directly before buffer swap by Scott Moreau · 13 years ago
  32. bd3354b shell: Implement "driver" method of fullsceen. by Alex Wu · 13 years ago
  33. 2dda604 compositor: Add a switch_mode hook and a wrapper into the output. by Alex Wu · 13 years ago
  34. a1d57db compositor: make GL_EXT_read_format_bgra optional by Pekka Paalanen · 13 years ago
  35. eae5de7 Follow wayland change to serial numbers by Kristian Høgsberg · 13 years ago
  36. 31dd6b8 compositor: Don't pass output to notify_keyboard_focus by Kristian Høgsberg · 13 years ago
  37. 80d27b7 screenshooter: Properly handle multiple outputs. by Scott Moreau · 13 years ago
  38. b5ef591 compositor: Stop using EGL_KHR_surfaceless_gles2 by Kristian Høgsberg · 13 years ago
  39. 210d079 Hook up axis events. by Scott Moreau · 13 years ago
  40. d273e28 weston: Don't ask for EGL depth buffer if not needed by Bill Spitzak · 13 years ago
  41. e2d21e8 compositor-wayland: use image loading code from shared/ by Ander Conselvan de Oliveira · 13 years ago
  42. bcacef1 Add an option parser by Kristian Høgsberg · 13 years ago
  43. 6ddcdae compositor: Store opaque clip for previous frame in weston_surface by Kristian Høgsberg · 13 years ago
  44. 8e53c7f compositor: add dpms and backlight support by Tiago Vignatti · 13 years ago
  45. d8bf90c Move weston_output_set_cursor into compositor-drm.c by Kristian Høgsberg · 13 years ago
  46. 5308a5e compositor: add an assign_planes hook to the output by Jesse Barnes · 13 years ago
  47. 06d58b7 Update to enter/leave events for pointer and keyboard by Kristian Høgsberg · 13 years ago
  48. b29f412 protocol: remove absolute coordinates from pointer by Pekka Paalanen · 13 years ago
  49. 9b8a82b Merge remote-tracking branch 'pq/transform-fixes2' by Kristian Høgsberg · 13 years ago
  50. 546a812 compositor-wayland: Add window border by Kristian Høgsberg · 14 years ago
  51. 2e28b10 compositor-wayland: Add display sub-option for wayland backend by Kristian Høgsberg · 13 years ago
  52. d11d944 compositor-wayland: Hide cursor for compositor surfaces by Kristian Høgsberg · 13 years ago
  53. cdd61d0 compositor-wayland: Destroy wl_callback in callback function by Kristian Høgsberg · 13 years ago
  54. 5f5e42e compositor: Remove prepare_scanout_surface callout by Kristian Høgsberg · 14 years ago
  55. 06cf6b0 compositor: Pull prepare_render and present callouts into repaint by Kristian Høgsberg · 14 years ago
  56. 68c479a compositor: Move repaint loop into a backend function by Kristian Høgsberg · 14 years ago
  57. 8334bc1 Rename wayland-compositor to weston by Kristian Høgsberg · 14 years ago[Renamed (92%) from compositor/compositor-wayland.c]
  58. f258a31 Fix WL_EVENT_WRITEABLE typo by Kristian Høgsberg · 14 years ago
  59. 9d1613e wl_shell_surface adaptation by Pekka Paalanen · 14 years ago
  60. ef7c8d9 compositor-*: check for surfaceless_gles2 instead of surfaceless_opengl by Ander Conselvan de Oliveira · 14 years ago
  61. 96aa7da Change remaining GPLv2 headers to MIT by Kristian Høgsberg · 14 years ago
  62. 91eacca Remove egl display type setenv hack by Benjamin Franzke · 14 years ago
  63. f389cac Move away from visuals and just use EGLConfigs or shm format tokens by Kristian Høgsberg · 14 years ago
  64. f790c79 Use wl_display_bind() for binding to globals by Kristian Høgsberg · 14 years ago
  65. 3341820 Use the new wl_callback interface by Kristian Høgsberg · 14 years ago
  66. 361d2ad Update compositor shutdown code by Matt Roper · 14 years ago
  67. 8f0ce05 compositor: Send out more detailed output events by Kristian Høgsberg · 14 years ago
  68. 7c47667 compositor-wayland: Update to new APIs by Kristian Høgsberg · 14 years ago
  69. e7b8d90 compositor: Set EGL_PLATFORM env variable for each backend. by Egbert Eich · 14 years ago
  70. 6c709a3 Fix warnings and symbol visibility from missing CFLAGS by Kristian Høgsberg · 14 years ago
  71. e4c40a4 compositor: Disable hw cursor if we're texturing the cursor by Kristian Høgsberg · 14 years ago
  72. 1c56218 compositor: Split backends into modules by Kristian Høgsberg · 14 years ago
  73. 080ab6c compositor-wayland: Fix interface renames (prefix) by Benjamin Franzke · 14 years ago
  74. 95d843d Also fix compositor-wayland event handler by Kristian Høgsberg · 14 years ago
  75. 91342c6 Switch to new subscribe protocol and wayland-egl by Kristian Høgsberg · 14 years ago
  76. 66aa235 Optimize fullscreen scanout abit by Benjamin Franzke · 14 years ago
  77. 431da9a Make use of a hardware cursor in compositor-drm by Benjamin Franzke · 14 years ago
  78. 1178a3c compositor(-drm): Pageflip to fullscreen surfaces by Benjamin Franzke · 14 years ago
  79. ec4d342 Support per surface frame events by Benjamin Franzke · 14 years ago
  80. eefc36c compositor-drm: Fix multi head rendering by Benjamin Franzke · 14 years ago
  81. d28ab36 compositor-wayland: Ask for ES2 in the config by Kristian Høgsberg · 14 years ago
  82. c649a92 compositor: Remove drm.c, use shm.c for pointer images by Benjamin Franzke · 14 years ago
  83. be01456 compositor-wayland: Use wayland-egl window surfaces by Benjamin Franzke · 14 years ago
  84. 5b2cb6f compositor: Generate Framebuffer in the backends by Benjamin Franzke · 14 years ago
  85. 1b765ff compositor: Add flags parameter to wlsc_output_init by Benjamin Franzke · 14 years ago
  86. af82bea compositor-wayland: Handle keyboard focus too by Kristian Høgsberg · 15 years ago
  87. 93331ff compositor: Forward pointer focus notification from compostor backend by Kristian Høgsberg · 15 years ago
  88. 7c427a9 compositor-wayland: Remove unused variable by Benjamin Franzke · 15 years ago
  89. ecfb2b9 compositor-wayland: Assign func pointers pre init by Benjamin Franzke · 15 years ago
  90. 8525a50 Move buffer creation and buffer details into drm.c and shm.c by Kristian Høgsberg · 15 years ago
  91. cbe6f04 Fix compositor-wayland by Kristian Høgsberg · 15 years ago
  92. 82da52b Update surface.attach and change surface.map to surface.map_toplevel by Kristian Høgsberg · 15 years ago
  93. 9c3e8d7 Move grab state to struct wl_input_device by Kristian Høgsberg · 15 years ago
  94. f8fc08f Add origin information to output.geometry event by Kristian Høgsberg · 15 years ago
  95. caa6442 compositor: Use a virtual destructor when shutting down by Kristian Høgsberg · 15 years ago
  96. 2bb3ebe Create socket in /var/run/user/${HOME} by Kristian Høgsberg · 15 years ago
  97. 0611e3e Indentation nit-picking by Kristian Høgsberg · 15 years ago
  98. 06bc264 Fix warnings from adding -Wall back by Kristian Høgsberg · 15 years ago
  99. 3ada7ec compositor-wayland: Call wlsc_compositor_finish_frame from frame callback by Kristian Høgsberg · 15 years ago
  100. 4203df1 compositor-wayland: Use glFlush() not glFinish() after rendering frame by Kristian Høgsberg · 15 years ago