1. 4172f66 Pass argc pointer to parse_options() by Kristian Høgsberg · 12 years ago
  2. 2f07ef6 xkb: Don't call exit on failure in weston_compositor_xkb_init() by Kristian Høgsberg · 12 years ago
  3. af4f2aa Install header files and pkg-config file for external modules by Kristian Høgsberg · 12 years ago
  4. a75a789 text: fix weston key bindings with input methods by Jan Arne Petersen · 13 years ago
  5. b810eb5 xwm: Support _NET_WM_STATE_FULLSCREEN by Kristian Høgsberg · 12 years ago
  6. 52cfd61 renderer: introduce destroy callback by Vasily Khoruzhick · 13 years ago
  7. 409eebf compositor-drm: Support overlays with transformed buffers by Ander Conselvan de Oliveira · 13 years ago
  8. 81ee3f5 compositor: move texture_damage into renderer private by Pekka Paalanen · 13 years ago
  9. 68033ac compositor: move pitch into renderer private by Pekka Paalanen · 13 years ago
  10. ccfeae2 compositor: add early wl_buffer.release by Pekka Paalanen · 13 years ago
  11. de685b8 compositor: introduce weston_buffer_reference by Pekka Paalanen · 13 years ago
  12. 4a82249 Move matrix.[ch] to shared by Rob Bradford · 13 years ago
  13. 0396ba2 compositor: Fix rendering with shm transformed buffers by Ander Conselvan de Oliveira · 13 years ago
  14. 674fd1d text: Start input method from configuration by Jan Arne Petersen · 13 years ago
  15. 012b4c7 compositor: Implement buffer transformation by Ander Conselvan de Oliveira · 13 years ago
  16. b8fcca9 compositor: Move buffer damage fields from weston_output to gl-renderer by Ander Conselvan de Oliveira · 13 years ago
  17. 30d2b1f Move EGL and GL includes to a gles2-renderer header. by John Kåre Alsaker · 13 years ago
  18. 320711d Move weston_compositor GL and EGL state into gles2-renderer. by John Kåre Alsaker · 13 years ago
  19. 75cc571 Move weston_surface GL and EGL state into gles2-renderer. by John Kåre Alsaker · 13 years ago
  20. 4068414 Moved shader state into gles2-renderer. by John Kåre Alsaker · 13 years ago
  21. 878f449 compositor: Move surface color state to gles2-renderer. by John Kåre Alsaker · 13 years ago
  22. f9e710b screenshooter: Use the renderer function for reading out pixels by John Kåre Alsaker · 13 years ago
  23. a95b2d6 compositor: Add a renderer function to read out pixels by John Kåre Alsaker · 13 years ago
  24. 4415450 Move compositor-wayland border drawing into gles2-renderer. by John Kåre Alsaker · 13 years ago
  25. 1b7ad16 Move EGLConfig, EGLContext and EGLDisplay fields into gles2-renderer. by John Kåre Alsaker · 13 years ago
  26. 9465927 Move weston_output EGL state into gles2-renderer. by John Kåre Alsaker · 13 years ago
  27. bcdd579 gles2: update texture only if needed by Pekka Paalanen · 13 years ago
  28. 27508c2 gles2: Add a debug binding for highlighting shaded content by Ander Conselvan de Oliveira · 13 years ago
  29. c509d2b compositor: Add debug key bindings infrastructure by Ander Conselvan de Oliveira · 13 years ago
  30. 11f8d40 Add a headless backend by Ander Conselvan de Oliveira · 13 years ago
  31. 4bcf3a5 compositor: Fix culling of repaints behind opaque surfaces by Ander Conselvan de Oliveira · 13 years ago
  32. 8c31a4c Define our own container_of as well by Kristian Høgsberg · 13 years ago
  33. 5717b6d Stop relying on ARRAY_LENGTH being defined in wayland-util.h by Kristian Høgsberg · 13 years ago
  34. bc10638 compositor, clients: apply wl_surface.frame on commit by Pekka Paalanen · 13 years ago
  35. 0cbd3b5 compositor, clients: double-buffer input region by Pekka Paalanen · 13 years ago
  36. 512dde8 compositor, clients: double-buffer opaque region by Pekka Paalanen · 13 years ago
  37. 8e15918 compositor, clients: make damage double-buffered by Pekka Paalanen · 13 years ago
  38. 5df44de compositor: make wl_surface.attach double-buffered by Pekka Paalanen · 13 years ago
  39. 490d02a weston: Use float instead of GLfloat. by John Kåre Alsaker · 13 years ago
  40. 1d01b01 compositor: Add kill signal by Tiago Vignatti · 13 years ago
  41. b9af479 compositor: Make weston_surface_assign_output() static by Kristian Høgsberg · 13 years ago
  42. 8ea818f compositor: Generalize output previous damage into per buffer damage by Ander Conselvan de Oliveira · 13 years ago
  43. b13b9ff text: Have only one text_model_factory by Philipp Brüschweiler · 13 years ago
  44. 33a45f5 compositor: Drop unused wl_shm field by Kristian Høgsberg · 13 years ago
  45. b00a9d3 compositor: Make all non-backend modules use module_init() as entry point by Kristian Høgsberg · 13 years ago
  46. dd1b3f4 compositor: Remove unused 'fbo' field from weston_compositor by Kristian Høgsberg · 13 years ago
  47. 4226385 compositor: Destroy gles2 resource for weston_surface in gles2-renderer.c by Kristian Høgsberg · 13 years ago
  48. 3a0de88 compositor: Move unbind_display call into gles2-renderer.c by Kristian Høgsberg · 13 years ago
  49. fa1be02 compositor: Introduce a weston_renderer object by Kristian Høgsberg · 13 years ago
  50. b7b77e6 compositor: Move EGL/GLES2 parts of weston_surface_attach to gles2-renderer.c by Kristian Høgsberg · 13 years ago
  51. b1fd2d6 compositor: Move update_shm_texture() to gles2-renderer.c by Kristian Høgsberg · 13 years ago
  52. 25894fc compositor: Move gles2 initialization to gles2-renderer.h by Kristian Høgsberg · 13 years ago
  53. ecf6ede compositor: Move surface repaint code to gles2-renderer.c by Kristian Høgsberg · 13 years ago
  54. d7c1726 compositor: Consolidate output repaint logic by Kristian Høgsberg · 13 years ago
  55. 4f9c07b xwayland: replace opaque_rect, fix an alpha problem by Pekka Paalanen · 13 years ago
  56. 07c91f8 compositor: triangle fan debug by Pekka Paalanen · 13 years ago
  57. 6b5585b compositor: specialised fragment shader for RGBX by Pekka Paalanen · 13 years ago
  58. 0e5a2d0 compositor: simplify shaders by Rob Clark · 13 years ago
  59. e3b9591 compositor: add support for OES_EGL_image_external by Rob Clark · 13 years ago
  60. 1bad5db Implement output transformations. by Scott Moreau · 13 years ago
  61. 243f59f Remove unused enum. by Scott Moreau · 13 years ago
  62. e829adc text: Assign text_model to a wl_seat by Jan Arne Petersen · 13 years ago
  63. cb3eaae compositor: Change notify_* function to take a weston_seat by Kristian Høgsberg · 13 years ago
  64. 05890dc compositor: Don't hardcode output transform when sending the event by Kristian Høgsberg · 13 years ago
  65. 16333ab compositor: Remove compositor->seat by Kristian Høgsberg · 13 years ago
  66. 99fd101 compositor: Drop output->flags by Kristian Høgsberg · 13 years ago
  67. d525b56 compositor: format check for weston_log arguments by Pekka Paalanen · 13 years ago
  68. 9823870 compositor: Add weston_surface_schedule_repaint() for limited repaint by Kristian Høgsberg · 13 years ago
  69. 79af73e compositor-drm: Disable planes when zoomed or capturing by Kristian Høgsberg · 13 years ago
  70. 65a11e1 compositor: Accumulate damage per plane by Kristian Høgsberg · 13 years ago
  71. 0fb7975 compositor: Use uint32_t for the msecs value consistently by Rob Bradford · 13 years ago
  72. 64eca89 compositor: Fold the log prototypes into compositor.h and drop log.h by Kristian Høgsberg · 13 years ago
  73. 5646425 compositor: rework touch focus by Pekka Paalanen · 13 years ago
  74. 7b884bc compositor: Use a minimal restore handler for crash clean up by Kristian Høgsberg · 13 years ago
  75. 28f59b0 compositor: handle YUV buffers. by Gwenole Beauchesne · 13 years ago
  76. faf9185 compositor: add YUV shaders. by Gwenole Beauchesne · 13 years ago
  77. 6d03049 compositor: factor out RGB shader. by Gwenole Beauchesne · 13 years ago
  78. 023f855 compositor: prepare for multi-planar surfaces. by Gwenole Beauchesne · 13 years ago
  79. 73694c8 compositor: Move repaint debug binding to mod-shift-space by Kristian Høgsberg · 13 years ago
  80. 8150b19 shell: Take a wl_surface as parent for transient and popup windows by Kristian Høgsberg · 13 years ago
  81. af7b1ff shell: Make panel just a wl_surface too by Kristian Høgsberg · 13 years ago
  82. 725c2c3 Split weston_compositor_init into base and _gl by Daniel Stone · 13 years ago
  83. 05d5868 Rename modifier_state_changed to notify_modifiers by Daniel Stone · 13 years ago
  84. 1b4e11f notify_key: Add update_state argument by Daniel Stone · 13 years ago
  85. abb9dcd weston_xkb_info: Cache all modifier indices for X11 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. 1ce6a2a shell: Animate input panel mapping by Kristian Høgsberg · 13 years ago
  89. 414bd42 util: Generalize surface animation code by Kristian Høgsberg · 13 years ago
  90. 1f17be4 text: Add input_method and text_model interfaces by Jan Arne Petersen · 13 years ago
  91. 42feced shell: Add support for input panels by Jan Arne Petersen · 13 years ago
  92. 49952d1 compositor: Introduce weston_output_schedule_repaint() by Kristian Høgsberg · 13 years ago
  93. 70b8358 compositor: Remove weston_read_pixels functionality by Kristian Høgsberg · 13 years ago
  94. e9d0492 compositor: Emit frame_signal from weston_output_do_read_pixels() by Kristian Høgsberg · 13 years ago
  95. d553bfc compositor: Track which plane a surface is on by Kristian Høgsberg · 13 years ago
  96. 4ff5a74 compositor: Don't export weston_compositor_repick() by Kristian Høgsberg · 13 years ago
  97. 362b672 Rename weston_compositor EGLDisplay member to egl_display by Kristian Høgsberg · 13 years ago
  98. 429490d Move zoom code to its own file. by Scott Moreau · 13 years ago
  99. 8dacaab Animate transitions for zoom focus point change. by Scott Moreau · 13 years ago
  100. 37ffc3c compositor: Track pointer image protocol change by Ander Conselvan de Oliveira · 13 years ago