1. 8e15918 compositor, clients: make damage double-buffered by Pekka Paalanen · 13 years ago
  2. 5df44de compositor: make wl_surface.attach double-buffered by Pekka Paalanen · 13 years ago
  3. 490d02a weston: Use float instead of GLfloat. by John Kåre Alsaker · 13 years ago
  4. 1d01b01 compositor: Add kill signal by Tiago Vignatti · 13 years ago
  5. b9af479 compositor: Make weston_surface_assign_output() static by Kristian Høgsberg · 13 years ago
  6. 231ba17 compositor: Always assign an output when updating a surface transform by Ander Conselvan de Oliveira · 13 years ago
  7. 8ea818f compositor: Generalize output previous damage into per buffer damage by Ander Conselvan de Oliveira · 13 years ago
  8. b13b9ff text: Have only one text_model_factory by Philipp Brüschweiler · 13 years ago
  9. 547149a compositor: Accumulate obscured damage into the primary plane damage by Ander Conselvan de Oliveira · 13 years ago
  10. a6813d2 compositor: Generalize module loading by Kristian Høgsberg · 13 years ago
  11. eb00e2e compositor: Always set WAYLAND_DISPLAY by Kristian Høgsberg · 13 years ago
  12. a4624f6 compositor: Don't return the dlsym handle in load_module() by Kristian Høgsberg · 13 years ago
  13. b00a9d3 compositor: Make all non-backend modules use module_init() as entry point by Kristian Høgsberg · 13 years ago
  14. 4226385 compositor: Destroy gles2 resource for weston_surface in gles2-renderer.c by Kristian Høgsberg · 13 years ago
  15. 3a0de88 compositor: Move unbind_display call into gles2-renderer.c by Kristian Høgsberg · 13 years ago
  16. fa1be02 compositor: Introduce a weston_renderer object by Kristian Høgsberg · 13 years ago
  17. b7b77e6 compositor: Move EGL/GLES2 parts of weston_surface_attach to gles2-renderer.c by Kristian Høgsberg · 13 years ago
  18. b1fd2d6 compositor: Move update_shm_texture() to gles2-renderer.c by Kristian Høgsberg · 13 years ago
  19. 25894fc compositor: Move gles2 initialization to gles2-renderer.h by Kristian Høgsberg · 13 years ago
  20. 861a50c compositor: Move non-GL initialization out of weston_compositor_init_gl() by Kristian Høgsberg · 13 years ago
  21. ecf6ede compositor: Move surface repaint code to gles2-renderer.c by Kristian Høgsberg · 13 years ago
  22. d7c1726 compositor: Consolidate output repaint logic by Kristian Høgsberg · 13 years ago
  23. 7c7d464 compositor: do not round a zero area to non-zero by Pekka Paalanen · 13 years ago
  24. 27a8c53 compositor: do not duplicate ARRAY_SIZE by Pekka Paalanen · 13 years ago
  25. 85a4667 compositor: reduce the number of triangles by Pekka Paalanen · 13 years ago
  26. c73bd54 compositor: fix fan_debug mode by Pekka Paalanen · 13 years ago
  27. 2abe2e6 compositor: paint opaque regions with RGBX shader by Pekka Paalanen · 13 years ago
  28. 4f9c07b xwayland: replace opaque_rect, fix an alpha problem by Pekka Paalanen · 13 years ago
  29. 07c91f8 compositor: triangle fan debug by Pekka Paalanen · 13 years ago
  30. 8a15bb8 compositor: fix blending for full-surface alpha by Pekka Paalanen · 13 years ago
  31. 6b5585b compositor: specialised fragment shader for RGBX by Pekka Paalanen · 13 years ago
  32. 0e5a2d0 compositor: simplify shaders by Rob Clark · 13 years ago
  33. e3b9591 compositor: add support for OES_EGL_image_external by Rob Clark · 13 years ago
  34. 1bad5db Implement output transformations. by Scott Moreau · 13 years ago
  35. 4f52173 compositor: Clear only the the damage that was actually repainted by Ander Conselvan de Oliveira · 13 years ago
  36. 48cd58b compositor: a couple debug logs by Rob Clark · 13 years ago
  37. d3800e4 compositor: Use pointer_cursor_surface_configure() in wl_pointer.set_cursor by Kristian Høgsberg · 13 years ago
  38. 33d7509 compositor: Set WAYLAND_DISPLAY only after creating backend by Kristian Høgsberg · 13 years ago
  39. e829adc text: Assign text_model to a wl_seat by Jan Arne Petersen · 13 years ago
  40. cb3eaae compositor: Change notify_* function to take a weston_seat by Kristian Høgsberg · 13 years ago
  41. 05890dc compositor: Don't hardcode output transform when sending the event by Kristian Høgsberg · 13 years ago
  42. 99fd101 compositor: Drop output->flags by Kristian Høgsberg · 13 years ago
  43. 3b70b66 compositor: When redrawing, don't clip opaque regions from other planes by Ander Conselvan de Oliveira · 13 years ago
  44. f1fc10a compositor: fix weston_log format warnings by Pekka Paalanen · 13 years ago
  45. df1fd36 compositor: log program launches by Pekka Paalanen · 13 years ago
  46. a502152 compositor: Always set output_mask in weston_surface_update_output_mask(). by Scott Moreau · 13 years ago
  47. 9823870 compositor: Add weston_surface_schedule_repaint() for limited repaint by Kristian Høgsberg · 13 years ago
  48. 79af73e compositor-drm: Disable planes when zoomed or capturing by Kristian Høgsberg · 13 years ago
  49. 65a11e1 compositor: Accumulate damage per plane by Kristian Høgsberg · 13 years ago
  50. 0fb7975 compositor: Use uint32_t for the msecs value consistently by Rob Bradford · 13 years ago
  51. d9a8e16 compositor: remove OpenWFD backend by Pekka Paalanen · 13 years ago
  52. 649e1ce compositor: Don't allow setting a NULL cursor without pointer focus by Kristian Høgsberg · 13 years ago
  53. 2e96d3c compositor: Check serial number ordering without overflowing by Kristian Høgsberg · 13 years ago
  54. 64eca89 compositor: Fold the log prototypes into compositor.h and drop log.h by Kristian Høgsberg · 13 years ago
  55. 5646425 compositor: rework touch focus by Pekka Paalanen · 13 years ago
  56. 3df6384 compositor: Set WAYLAND_DISPLAY if we're given a --socket argument by Kristian Høgsberg · 13 years ago
  57. 7b884bc compositor: Use a minimal restore handler for crash clean up by Kristian Høgsberg · 13 years ago
  58. 572c2ff compositor: Add --help option by Kristian Høgsberg · 13 years ago
  59. 3361639 compositor: do clean-up on init failure by Pekka Paalanen · 13 years ago
  60. 1acd9f8 compositor: Load modules with RTLD_NOW so we get missing symbols up front by Kristian Høgsberg · 13 years ago
  61. 816c98e Fix memory leak on compositor exit by Daniel Stone · 13 years ago
  62. 0e69647 Handle new transform argument in wl_output.geometry event by Kristian Høgsberg · 13 years ago
  63. 1e51fec compositor: Destroy pending surface callbacks when destroying surface by Kristian Høgsberg · 13 years ago
  64. 905d7ce compositor: Update to use new tokens for EGL_WL_bind_wayland_display by Kristian Høgsberg · 13 years ago
  65. f1ea63f compositor: Don't record surface damage when we move or transform surfaces by Kristian Høgsberg · 13 years ago
  66. 971cbc8 compositor: Free the right EGLImage by Kristian Høgsberg · 13 years ago
  67. c7814d2 compositor: Don't send wl_surface.enter/leave if we didn't find a resource by Kristian Høgsberg · 13 years ago
  68. cd717b5 compositor: remove useless weston_compositor_repick call by Tiago Vignatti · 13 years ago
  69. 28f59b0 compositor: handle YUV buffers. by Gwenole Beauchesne · 13 years ago
  70. faf9185 compositor: add YUV shaders. by Gwenole Beauchesne · 13 years ago
  71. 6d03049 compositor: factor out RGB shader. by Gwenole Beauchesne · 13 years ago
  72. 023f855 compositor: prepare for multi-planar surfaces. by Gwenole Beauchesne · 13 years ago
  73. f1c00c0 compositor: Always empty the input region of the pointer surface by Ander Conselvan de Oliveira · 13 years ago
  74. 8f24156 compositor: Correctly calculate changed sub image rectangle by Rob Bradford · 13 years ago
  75. 1fbda0e compositor: Always allow owner of pointer surface to change the hotspot by Ander Conselvan de Oliveira · 13 years ago
  76. 73694c8 compositor: Move repaint debug binding to mod-shift-space by Kristian Høgsberg · 13 years ago
  77. c7cd626 compositor: Update xkb state with key releases on focus out by Kristian Høgsberg · 13 years ago
  78. af7b1ff shell: Make panel just a wl_surface too by Kristian Høgsberg · 13 years ago
  79. 8fe8d24 compositor: Send ping to keyboard focus surface for key press by Kristian Høgsberg · 13 years ago
  80. 725c2c3 Split weston_compositor_init into base and _gl by Daniel Stone · 13 years ago
  81. 05d5868 Rename modifier_state_changed to notify_modifiers by Daniel Stone · 13 years ago
  82. 1b4e11f notify_key: Add update_state argument by Daniel Stone · 13 years ago
  83. abb9dcd weston_xkb_info: Cache all modifier indices for X11 by Daniel Stone · 13 years ago
  84. ef17267 Run key bindings on keyboard focus in by Daniel Stone · 13 years ago
  85. c6587ea Ignore repeat keys in notify_key by Daniel Stone · 13 years ago
  86. 71c3877 Let wayland-server send modifier events for focus by Daniel Stone · 13 years ago
  87. d6da09e Split notify_keyboard_focus into in/out variants by Daniel Stone · 13 years ago
  88. 1f17be4 text: Add input_method and text_model interfaces by Jan Arne Petersen · 13 years ago
  89. 42feced shell: Add support for input panels by Jan Arne Petersen · 13 years ago
  90. 3033425 compositor: Fix missing ';' in previous commit by Kristian Høgsberg · 13 years ago
  91. 37032f8 compositor: Verify XDG_RUNTIME_DIR variable by Martin Minarik · 13 years ago
  92. a85b4fb compositor: flush the batched up damage when shm buffer is destroyed by Kristian Høgsberg · 13 years ago
  93. 83c4c40 compositor: Don't schedule repaint from weston_surface_update_transform() by Kristian Høgsberg · 13 years ago
  94. 49952d1 compositor: Introduce weston_output_schedule_repaint() by Kristian Høgsberg · 13 years ago
  95. 70b8358 compositor: Remove weston_read_pixels functionality by Kristian Høgsberg · 13 years ago
  96. e9d0492 compositor: Emit frame_signal from weston_output_do_read_pixels() by Kristian Høgsberg · 13 years ago
  97. b8ceaaa compositor: Destroy EGLImage and texture when a NULL buffer is attached by Kristian Høgsberg · 13 years ago
  98. d553bfc compositor: Track which plane a surface is on by Kristian Høgsberg · 13 years ago
  99. 4ff5a74 compositor: Don't export weston_compositor_repick() by Kristian Høgsberg · 13 years ago
  100. 362b672 Rename weston_compositor EGLDisplay member to egl_display by Kristian Høgsberg · 13 years ago