1. 6399646 compositor-drm: Pass the wl_resource to gbm_bo_import() by Kristian Høgsberg · 12 years ago
  2. 0eac34a configure.ac: Auto-enable vaapi recorder, but allow overrides by Kristian Høgsberg · 12 years ago
  3. 6aae4d3 compositor-drm: Add hardware accelerated capture of screen using libva by Ander Conselvan de Oliveira · 12 years ago
  4. ac6104e compositor-drm: Zero out create_arg when creating dumb framebuffers by Kristian Høgsberg · 12 years ago
  5. f3d6227 malloc + memset -> zalloc by Peter Hutterer · 12 years ago
  6. c814c58 Drop extraneous duplicate header includes by Bryce Harrington · 12 years ago
  7. 307e09e compositor-drm: Use a format width parameter for the modeline sscanf by Rob Bradford · 12 years ago
  8. 45c15b8 drm: close the drm file descriptor when the compositor is destroyed by Rob Bradford · 12 years ago
  9. 3c95e70 compositor: Move weston-launch socket lookup to drm backend by Kristian Høgsberg · 12 years ago
  10. 66bd9f5 compositor-drm: Enable seat constraining when configured in weston.ini by Rob Bradford · 12 years ago
  11. 6bd6294 Add a weston_buffer structure to replace wl_buffer by Jason Ekstrand · 12 years ago
  12. c0b9487 compositor-drm: select the highest possible mode frequency by Giulio Camuffo · 12 years ago
  13. de46673 compositor-drm: free plane resources using drm function. by Samuel Iglesias Gonsalvez · 12 years ago
  14. c228e23 configure.ac: Enable AC_USE_SYSTEM_EXTENSIONS by Daniel Stone · 12 years ago
  15. d355b80 udev-seat: Make the udev_input structure an embedded structure by Rob Bradford · 12 years ago
  16. d27b99d udev-seat: Rename udev_seat to udev_input by Rob Bradford · 12 years ago
  17. 643641d compositor-drm: Rename seat variable to seat_id to clarify it's purpose by Rob Bradford · 12 years ago
  18. 722a2d5 compositor-drm: Force DPMS state to ON after drmModeSetCrtc() by Ander Conselvan de Oliveira · 12 years ago
  19. a0a433a compositor-drm: Cache the DPMS property on drm_output by Ander Conselvan de Oliveira · 12 years ago
  20. 0b13506 compositor: Store modes in physical units by Alexander Larsson · 12 years ago
  21. 14e438c compositor: Parse config file in main(), only keep weston config object by Kristian Høgsberg · 12 years ago
  22. a30989a compositor-drm: Convert to new config parser by Kristian Høgsberg · 12 years ago
  23. 220819f compositor-drm: Log failure and which backlight sysfs file we're using by Kristian Høgsberg · 12 years ago
  24. d9a7bb7 compositor-drm: Support output scaling by Alexander Larsson · 12 years ago
  25. 4ea9552 compositor: Support output/buffer scaling by Alexander Larsson · 12 years ago
  26. a50e6e4 config-parser: Honor XDG_CONFIG_DIRS by Ossama Othman · 12 years ago
  27. 95eb3a2 compositor-drm: Don't page flip before a mode is set by Ander Conselvan de Oliveira · 12 years ago
  28. 3d64a3e compositor-drm: Destroy sprites before destroying the outputs by Kristian Høgsberg · 12 years ago
  29. b24e48e Add initial color management framework code by Richard Hughes · 12 years ago
  30. e314875 input: Merge wl_seat into weston_seat by Kristian Høgsberg · 12 years ago
  31. afe690c Move the optional output name property from drm_output to weston_output by Richard Hughes · 12 years ago
  32. eb2074a Fix not checking return value of drmIoctl function call to map dumb buffer by Chris Michael · 12 years ago
  33. ab74562 Include config.h in compositor-drm.c by Richard Hughes · 12 years ago
  34. e729996 Add a set_gamma vfunc on weston_output by Richard Hughes · 12 years ago
  35. 2b2092a Extract and parse the EDID when outputs are added by Richard Hughes · 12 years ago
  36. e5a1225 Make backends always specify output repaint time by Jonas Ådahl · 12 years ago
  37. b76237e compositor-drm: Allow running without launcher if effective UID is 0 by Kristian Høgsberg · 12 years ago
  38. 57edf7f compositor: add WESTON_COMPOSITOR_OFFSCREEN state by Philipp Brüschweiler · 12 years ago
  39. 32069c0 compositor-drm: ensure we run drm-backend using weston-launch by Rafal Mielniczuk · 12 years ago
  40. 8ad1982 compositor: Keep a z-ordered list of planes by Ander Conselvan de Oliveira · 12 years ago
  41. ef591aa compositor-drm: Inspect result of gbm_create_device. by John Kåre Alsaker · 12 years ago
  42. 63093a3 compositor-drm: Determine opaqueness of a surface correctly by Kristian Høgsberg · 12 years ago
  43. 2002f88 compositor-drm: Fix a crash with a fullscreen surface with driver mode by Ander Conselvan de Oliveira · 12 years ago
  44. 8eb6748 compositor-drm: Use __func__ instead of hardcoded string by Scott Moreau · 12 years ago
  45. 4172f66 Pass argc pointer to parse_options() by Kristian Høgsberg · 12 years ago
  46. 8764466 udev-seat: Simplfy enable/disable interface a bit by Kristian Høgsberg · 12 years ago
  47. 98cfea6 compositor-drm: Move udev_seat to its own file by Kristian Høgsberg · 12 years ago
  48. e809103 compositor-drm: Rename a few evdev_* functions to udev_seat_* by Kristian Høgsberg · 12 years ago
  49. 2f07ef6 xkb: Don't call exit on failure in weston_compositor_xkb_init() by Kristian Høgsberg · 12 years ago
  50. 5062384 compositor-drm: Remember to drop master in drm error handling by Kristian Høgsberg · 12 years ago
  51. d92c09c compositor-drm: Use matrix type to test for drm plane compatibility by Kristian Høgsberg · 13 years ago
  52. 5fb4414 compositor-drm: Add support for using the pixman renderer by Ander Conselvan de Oliveira · 13 years ago
  53. 1d41ad4 compositor-drm: Support creating drm_fb backed by dumb buffers by Ander Conselvan de Oliveira · 13 years ago
  54. 526d461 compositor-drm: Put logic of destroy/releasing bo's in its own function by Ander Conselvan de Oliveira · 13 years ago
  55. 2292917 compositor-drm: Split kms initialization out of init_egl() by Ander Conselvan de Oliveira · 13 years ago
  56. 52cfd61 renderer: introduce destroy callback by Vasily Khoruzhick · 13 years ago
  57. 6c01c9c compositor-drm: Reduce code duplication on drm_output_switch_mode() by Ander Conselvan de Oliveira · 13 years ago
  58. 475cf15 compositor-drm: Move output gl state initialization to own function by Ander Conselvan de Oliveira · 13 years ago
  59. f1c38a7 compositor-drm: Don't do a mode set on drm_output_switch_mode() by Ander Conselvan de Oliveira · 13 years ago
  60. 2e7a3ab compositor-drm: Fix a return value check in drm_output_switch_mode() by Ander Conselvan de Oliveira · 13 years ago
  61. 5c38ef4 compositor: Update output state after mode switch by Ander Conselvan de Oliveira · 13 years ago
  62. a2f84cc compositor-drm: Dont pass ARGB format to addfb2 for primary fbs by Kristian Høgsberg · 13 years ago
  63. ca5c6ae compositor-drm: Use overlays for ARGB surfaces if they are opaque by Ander Conselvan de Oliveira · 13 years ago
  64. 409eebf compositor-drm: Support overlays with transformed buffers by Ander Conselvan de Oliveira · 13 years ago
  65. ccfeae2 compositor: add early wl_buffer.release by Pekka Paalanen · 13 years ago
  66. de685b8 compositor: introduce weston_buffer_reference by Pekka Paalanen · 13 years ago
  67. f4f58be compositor-drm: Load calibration values from udev by Rob Bradford · 13 years ago
  68. e920941 compositor-drm: Allow scanning out of opaque ARGB surfaces by Ander Conselvan de Oliveira · 13 years ago
  69. 2908a3d compositor-drm: Support scan out of transformed buffers by Ander Conselvan de Oliveira · 13 years ago
  70. 0a88772 compositor: Move clearing of primary plane damage to the backends by Ander Conselvan de Oliveira · 13 years ago
  71. 7e918da compositor-drm: Add debug binding for toggling sprites by Ander Conselvan de Oliveira · 13 years ago
  72. 180f42a compositor-drm: Add a debug binding for toggling usage of hw cursors by Ander Conselvan de Oliveira · 13 years ago
  73. 5a84f31 compositor-drm: Don't use overlay when surface alpha != 1.0f by Ville Syrjälä · 13 years ago
  74. 779b52a Rename gles2-renderer to gl-renderer. by John Kåre Alsaker · 13 years ago
  75. 30d2b1f Move EGL and GL includes to a gles2-renderer header. by John Kåre Alsaker · 13 years ago
  76. 1b7ad16 Move EGLConfig, EGLContext and EGLDisplay fields into gles2-renderer. by John Kåre Alsaker · 13 years ago
  77. 9465927 Move weston_output EGL state into gles2-renderer. by John Kåre Alsaker · 13 years ago
  78. 8d360b4 compositor-drm: Use drm_fbs for the sprite code too by Ander Conselvan de Oliveira · 13 years ago
  79. af696af compositor-drm: Don't schedule repaint on scanout buffer destroy handler by Ander Conselvan de Oliveira · 13 years ago
  80. 2f7a30b compositor-drm: Only request vblank events if needed by Ander Conselvan de Oliveira · 13 years ago
  81. 3b2bd44 compositor-drm: Remove drm_disable_unused_sprites() by Ander Conselvan de Oliveira · 13 years ago
  82. c509d2b compositor: Add debug key bindings infrastructure by Ander Conselvan de Oliveira · 13 years ago
  83. de37d67 compositor-drm: Always disable sprites for now by Kristian Høgsberg · 13 years ago
  84. da1c908 compositor-drm: Add key binding for hidding overlays by Ander Conselvan de Oliveira · 13 years ago
  85. 4bcf3a5 compositor: Fix culling of repaints behind opaque surfaces by Ander Conselvan de Oliveira · 13 years ago
  86. 0af066f compositor-drm: prefer PCI boot_vga GPU over other GPUs by David Herrmann · 13 years ago
  87. 9249f93 compositor-drm: remove a stale comment by Pekka Paalanen · 13 years ago
  88. 1d1e0a5 compositor-drm: Disable hw cursor if allocation fails by Kristian Høgsberg · 13 years ago
  89. 6b6795f compositor-drm: Avoid leak during output configuration error path by Rob Bradford · 13 years ago
  90. 3b132e3 Fix spelling errors by Martin Olsson · 13 years ago
  91. 9b10187 compositor-drm: Check that that we have a valid bo for scanout by Rob Bradford · 13 years ago
  92. 3a0de88 compositor: Move unbind_display call into gles2-renderer.c by Kristian Høgsberg · 13 years ago
  93. 9793fc7 compositor: Move EGL context creation to gles2-renderer.c by Kristian Høgsberg · 13 years ago
  94. 2bc5e8e compositor: Create outputs before initializing GLES2 state by Kristian Høgsberg · 13 years ago
  95. fa1be02 compositor: Introduce a weston_renderer object by Kristian Høgsberg · 13 years ago
  96. 25894fc compositor: Move gles2 initialization to gles2-renderer.h by Kristian Høgsberg · 13 years ago
  97. d7c1726 compositor: Consolidate output repaint logic by Kristian Høgsberg · 13 years ago
  98. 07c91f8 compositor: triangle fan debug by Pekka Paalanen · 13 years ago
  99. 1bad5db Implement output transformations. by Scott Moreau · 13 years ago
  100. cb3eaae compositor: Change notify_* function to take a weston_seat by Kristian Høgsberg · 13 years ago