1. d943ac4 dri: add backbuffer use flag by Axel Davy · 9 years ago
  2. d085a5d egl/wayland: Try to use wl_surface.damage_buffer for SwapBuffersWithDamage by Derek Foreman · 8 years ago
  3. a25df54 egl_dri2: Add a function to let platform code return dri drawable from _EGLSurface by Boyan Ding · 9 years ago
  4. d1314de egl/wayland: Ignore rects from SwapBuffersWithDamage by Daniel Stone · 9 years ago
  5. 4ea5ed9 egl/dri2: enable EGL_KHR_gl_colorspace for swrast by Emil Velikov · 9 years ago
  6. a1ac742 egl/dri2: don't leak the fd on dri2_terminate by Emil Velikov · 9 years ago
  7. d7bafca egl/wayland: define set_cloexec_or_close only when mkostemp is not present by Boyan Ding · 9 years ago
  8. 175d975 egl/wayland: use drmGetNodeTypeFromFd helper instead of opencoding it by Emil Velikov · 9 years ago
  9. 5567494 egl/wayland: use designated initializers by Emil Velikov · 9 years ago
  10. c2c2e9a egl: implement EGL_KHR_gl_colorspace (v2) by Marek Olšák · 9 years ago
  11. 4ea5223 egl/wayland: cleanup dri2_wl_create_surface error path by Emil Velikov · 9 years ago
  12. 0afa633 egl/wayland: handle NULL native_window in create_surface by Emil Velikov · 9 years ago
  13. 052b3d4 egl_dri2: Remove trailing whitespaces by Boyan Ding · 9 years ago
  14. 4f8f790 egl: Use the loader_open_device() helper to do open with CLOEXEC by Derek Foreman · 9 years ago
  15. efda9c5 egl: set the EGL version in common code by Marek Olšák · 9 years ago
  16. cdcfe48 egl/wayland: Implement swrast support by Axel Davy · 9 years ago
  17. cd25e52 egl/wayland: Simplify dri2_wl_create_surface by Axel Davy · 9 years ago
  18. 4cd546d egl/wayland: Implement DRI_PRIME support by Axel Davy · 9 years ago
  19. fb0960a egl/wayland: Add support for render-nodes by Axel Davy · 9 years ago
  20. 6aaf09b egl/wayland: properly destroy wayland objects by Axel Davy · 9 years ago
  21. bf0e4d2 egl/drivers: include stdint.h where needed by Emil Velikov · 9 years ago
  22. 1e96eec egl, wayland: RGB565 format support on Back-buffer by Vivek Kasireddy · 10 years ago
  23. 610c748 egl/wayland: Fix unused variable warnings by Chad Versace · 10 years ago
  24. 70e8ccc egl: Inform the client API when ancillary buffers may become undefined. by Eric Anholt · 10 years ago
  25. f0a8bcd Use calloc instead of malloc/memset-0 by Matt Turner · 10 years ago
  26. ecc89e4 egl: Restrict multiplication in calloc arguments to use compile-time constants by Carl Worth · 10 years ago
  27. c524f3e egl: Add EGL_CHROMIUM_sync_control extension. by Sarah Sharp · 10 years ago
  28. 63d4661 wayland: Fix the logic in disabling the prime capability by Neil Roberts · 10 years ago
  29. 9a40ee1 egl/wayland: Emit EGL_BAD_PARAMETER for eglCreatePlatformPixmapSurface by Chad Versace · 11 years ago
  30. 6d1f83e egl/main: Stop using EGLNative types internally by Chad Versace · 11 years ago
  31. eef68a9 egl/dri2: Dispatch eglCreateImageKHR by display, not driver by Chad Versace · 11 years ago
  32. eadd5e0 egl/dri2: Dispatch eglCreateWaylandBufferFromImageWL by display, not driver by Chad Versace · 11 years ago
  33. f506ef6 egl/dri2: Consolidate eglTerminate by Chad Versace · 11 years ago
  34. 688a0e8 egl/dri2: Dispatch eglPostSubBufferNV by display, not driver by Chad Versace · 11 years ago
  35. 75d398e egl/dri2: Dispatch eglSwapBuffersRegionNOK by display, not driver by Chad Versace · 11 years ago
  36. bc2cbc0 egl/dri2: Dispatch eglCopyBuffers by display, not driver by Chad Versace · 11 years ago
  37. 3fdfbd2 egl/dri2: Dispatch API.QueryBufferAge by display, not driver by Chad Versace · 11 years ago
  38. 958dd80 egl/dri2: Dispatch eglDestroySurface by display, not driver by Chad Versace · 11 years ago
  39. bf20076 egl/dri2: Dispatch eglCreatePbufferSurface by display, not driver by Chad Versace · 11 years ago
  40. bc8b07a egl/dri2: Dispatch eglCreatePixmapSurface by display, not driver by Chad Versace · 11 years ago
  41. 0a0c881 egl/dri2: Dispatch eglCreateWindowSurface by display, not driver by Chad Versace · 11 years ago
  42. d03948a egl/dri2: Dispatch eglSwapBuffersWithDamage by display, not driver by Chad Versace · 11 years ago
  43. ad173bc egl/dri2: Dispatch eglSwapBuffers by display, not driver by Chad Versace · 11 years ago
  44. 8b9298a egl/dri2: Dispatch eglSwapInterval by display, not driver by Chad Versace · 11 years ago
  45. a218765 egl/wl,x11: Call dri2_swap_interval() statically by Chad Versace · 11 years ago
  46. d019cd8 egl/dri2: Put platform func names into proper namespaces by Chad Versace · 11 years ago
  47. 90502b1 egl/dri2: Move dri2_egl_display virtual funcs to vtbl by Chad Versace · 11 years ago
  48. 9e627cc egl/wayland: explicitly set __DRIimageLoaderExtension members by Emil Velikov · 11 years ago
  49. 8d4357b egl_dri2: use loader util lib by Emil Velikov · 11 years ago
  50. 4ed055b egl/wayland: Return -1 from get_back_bo to indicate error by Kristian Høgsberg · 11 years ago
  51. 992a2db wayland: Add support for eglSwapInterval by Neil Roberts · 11 years ago
  52. 25cc889 wayland: Block for the frame callback in get_back_bo not dri2_swap_buffers by Neil Roberts · 11 years ago
  53. 5cddb1c wayland: Add an extension to create wl_buffers from EGLImages by Neil Roberts · 11 years ago
  54. bce64c6 egl/wayland: Damage INT32_MAX x INT32_MAX region for eglSwapBuffers by Kristian Høgsberg · 11 years ago
  55. afcce46 Enable throttling in SwapBuffers by Axel Davy · 11 years ago
  56. 33eb5ea egl/wayland: Send commit after flushing the driver context by Kristian Høgsberg · 11 years ago
  57. 402bf6e egl/wayland: Flush the wl_display at the end of SwapBuffers by Axel Davy · 11 years ago
  58. 68bb26be wayland: Use __DRIimage based getBuffers implementation when available by Kristian Høgsberg · 11 years ago
  59. 44e584a egl_dri2: Remove depth argument from dri2_add_config() by Kristian Høgsberg · 11 years ago
  60. 2efc97d egl-wayland: Add support for RGB565 pixel format for Wayland clients by Singh, Satyeshwar · 11 years ago
  61. 712269d wayland: Handle global_remove event as well by Kristian Høgsberg · 11 years ago
  62. f8c3242 egl/wayland: Implement EGL_EXT_swap_buffers_with_damage by Robert Bragg · 13 years ago
  63. 1670737 egl_dri2: Lower __DRI_IMAGE version requirement back to 1 by Kristian Høgsberg · 11 years ago
  64. de315f7 wayland: Add prime fd passing as a buffer sharing mechanism by Kristian Høgsberg · 12 years ago
  65. 664fe6d wayland: allocate a __DRIimage for the color buffer by Kristian Høgsberg · 12 years ago
  66. 112ccfa egl/wayland: Don't block on EGL_DEFAULT_DISPAY under wayland by Kristian Høgsberg · 11 years ago
  67. 1fe0073 egl-wayland: Make sure we allocate a back buffer even if nothing was rendered by Kristian Høgsberg · 12 years ago
  68. 6d4d4b0 egl/wayland: Implement EGL_EXT_buffer_age by Kristian Høgsberg · 12 years ago
  69. 90804e8 egl/wayland: Pull color buffers from dri2_surf->color_buffers pool by Kristian Høgsberg · 12 years ago
  70. 48ac6d7 egl/wayland: Remove kooky flush code by Kristian Høgsberg · 12 years ago
  71. b433e31 egl/wayland: Remove confusing comment about front buffer rendering by Kristian Høgsberg · 12 years ago
  72. 800ed95 wayland: Don't cancel a roundtrip when any event is received by Jonas Ådahl · 12 years ago
  73. 60a11e2 egl/wayland: Dispatch the event queue before get_buffers by Ander Conselvan de Oliveira · 12 years ago
  74. 89ba436 egl/wayland: Add invalidate back in eglSwapBuffers() by Kristian Høgsberg · 12 years ago
  75. ca3ed3e egl/wayland: Don't invalidate drawable on swap buffers by Ander Conselvan de Oliveira · 12 years ago
  76. a3b6b2d wayland: Destroy frame callback when destroying surface by Jonas Ådahl · 12 years ago
  77. e20a0f1 wayland: Drop support for ill-defined, unused wl_egl_pixmap by Kristian Høgsberg · 12 years ago
  78. 0229e3a egl/wayland: Update to Wayland 0.99 API by Kristian Høgsberg · 12 years ago
  79. 6bda027 Use calloc instead of malloc/memset-0 by Matt Turner · 12 years ago
  80. 03eca9d wayland: Stop using wl_buffer.damage by Kristian Høgsberg · 12 years ago
  81. b601206 Set close on exec flag FD_CLOEXEC by David Fries · 13 years ago
  82. e6aa32a wayland: Use new wl_display_disconnect by Benjamin Franzke · 12 years ago
  83. 58dc1b2 wayland-drm: Drop the non-premul formats, use format codes from drm_fourcc.h by Kristian Høgsberg · 13 years ago
  84. 2a58453 egl_dri2: Fix some valgrind reported leaks by Benjamin Franzke · 13 years ago
  85. 0763b97 wayland: Flush before blocking in swapbuffers. by Jørgen Lind · 13 years ago
  86. 11f6466 egl_dri2: Destroy callback in release_pending_buffer by Benjamin Franzke · 13 years ago
  87. 7b1d94e wayland: Track changes to drop wl_visual by Kristian Høgsberg · 13 years ago
  88. c661ecc wayland: Track server side wayland changes by Kristian Høgsberg · 13 years ago
  89. 6602bda wayland: Use new wl_callback mechanism by Kristian Høgsberg · 13 years ago
  90. f811c1e egl_dri2: Drop dri2_surface_type enum by Benjamin Franzke · 13 years ago
  91. 58911b8 egl_dri2: allow RGBA masks to be specified for matching by Chia-I Wu · 13 years ago
  92. 0cb356d egl_dri2/wayland: Hook up new buffer.release event by Benjamin Franzke · 13 years ago
  93. 16a04e0 wayland: Pass use_invalidate extension to driver by Kristian Høgsberg · 13 years ago
  94. b8325fd egl_dri2/wayland: Add support for EGL_DEFAULT_DISPLAY by Benjamin Franzke · 13 years ago
  95. aa87a93 egl_dri2: Fix usage of bool values by Benjamin Franzke · 13 years ago
  96. dc520d4 egl/wayland: Fix possible lockup in drm initialization by Benjamin Franzke · 13 years ago
  97. b1a9172 egl/wayland: Update to buffer.damage addition by Benjamin Franzke · 13 years ago
  98. f09c66b egl_dri2: Create wl_buffers for pixmap surfaces by Benjamin Franzke · 13 years ago
  99. 2225397 egl/wayland: Fix prefixes for interface names by Benjamin Franzke · 13 years ago
  100. c0f8c99 wayland-egl: Update to wayland-egl.h changes, drop struct wl_egl_display by Kristian Høgsberg · 13 years ago