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