1. 429e936 egl: drop unused _EGLDriver from QueryBufferAge() by Eric Engestrom · 6 years ago
  2. 155541b egl: drop unused _EGLDriver from PostSubBufferNV() by Eric Engestrom · 6 years ago
  3. f010568 egl: drop unused _EGLDriver from CreateWaylandBufferFromImageWL() by Eric Engestrom · 6 years ago
  4. 845a37c egl: drop unused _EGLDriver from {Bind,Unbind,Query}WaylandDisplayWL() by Eric Engestrom · 6 years ago
  5. 9d5162e egl: drop unused _EGLDriver from {Create,Export}DRMImageMESA() by Eric Engestrom · 6 years ago
  6. 692b9c6 egl: drop unused _EGLDriver from DupNativeFenceFDANDROID() by Eric Engestrom · 6 years ago
  7. f49805c egl: drop unused _EGLDriver from {Create,Destroy,ClientWait,Wait,Signal}SyncKHR() by Eric Engestrom · 6 years ago
  8. 740ec08 egl: drop unused _EGLDriver from {Create,Destroy}ImageKHR() by Eric Engestrom · 6 years ago
  9. a7d15d2 egl: drop unused _EGLDriver from GetProcAddress() by Eric Engestrom · 6 years ago
  10. b8d1c46 egl: drop unused _EGLDriver & _EGLDisplay from WaitNative() by Eric Engestrom · 6 years ago
  11. 4e65469 egl: drop unused _EGLDriver from WaitClient() by Eric Engestrom · 6 years ago
  12. 648f603 egl: drop unused _EGLDriver from SetDamageRegion() by Eric Engestrom · 6 years ago
  13. d202fd6 egl: drop unused _EGLDriver from CopyBuffers() by Eric Engestrom · 6 years ago
  14. 82035b2 egl: drop unused _EGLDriver from SwapBuffers{,WithDamageEXT,RegionNOK}() by Eric Engestrom · 6 years ago
  15. 347840c egl: drop unused _EGLDriver from SwapInterval() by Eric Engestrom · 6 years ago
  16. 2f4a6ad egl: drop unused _EGLDriver from {Bind,Release}TexImage() by Eric Engestrom · 6 years ago
  17. 982ac69 egl: drop unused _EGLDriver from QuerySurface() by Eric Engestrom · 6 years ago
  18. 1a17f1d egl: drop unused _EGLDriver from MakeCurrent() by Eric Engestrom · 6 years ago
  19. 6b4c474 egl: drop unused _EGLDriver from Create{Window,Pixmap,Pbuffer}Surface() & DestroySurface() by Eric Engestrom · 6 years ago
  20. f27a32a egl: drop unused _EGLDriver from {Create,Destroy}Context() by Eric Engestrom · 6 years ago
  21. 435ad51 egl: drop unused _EGLDriver from Terminate() by Eric Engestrom · 6 years ago
  22. ad61d4f egl: drop unused _EGLDriver from Initialize() by Eric Engestrom · 6 years ago
  23. 485f8f8 egl: replace _EGLDriver param with _EGLDisplay->Driver in _eglReleaseDisplayResources() by Eric Engestrom · 6 years ago
  24. 9c6fa94 egl: const _eglDriver by Eric Engestrom · 4 years ago
  25. d24e3ea egl: replace _eglInitDriver() with a simple variable by Eric Engestrom · 4 years ago
  26. d0e32e5 egl/dri2: only take a dri2_dpy reference when binding a new context/surfaces by Frank Binns · 4 years ago
  27. 2907fae egl/dri2: try to bind old context if bindContext failed by Luigi Santivetti · 4 years, 1 month ago
  28. 8b0b6f9 dri2: do not conflate unbind and bindContext() failure by Luigi Santivetti · 4 years, 1 month ago
  29. 6b12999 dri2: dri2_make_current() fold multiple if blocks by Luigi Santivetti · 4 years, 1 month ago
  30. cc03448 egl: inline _EGLAPI into _EGLDriver by Eric Engestrom · 4 years ago
  31. bc38fe8 egl: inline fallback for get_sync_values by Eric Engestrom · 4 years ago
  32. 2e3eb0c egl: inline fallback for create_wayland_buffer_from_image by Eric Engestrom · 4 years ago
  33. c5fb1fb egl: inline fallback for query_buffer_age by Eric Engestrom · 4 years ago
  34. 90000b0 egl: inline fallback for copy_buffers by Eric Engestrom · 4 years ago
  35. 2d5f12ae3 egl: inline fallback for post_sub_buffer by Eric Engestrom · 4 years ago
  36. 1ba5075a egl: inline fallback for swap_buffers_region by Eric Engestrom · 4 years ago
  37. 7d5a13e egl: inline fallback for swap_buffers_with_damage by Eric Engestrom · 4 years ago
  38. 43e2d80 egl: inline fallback for create_pbuffer_surface by Eric Engestrom · 4 years ago
  39. 179e442 egl: inline fallback for create_pixmap_surface by Eric Engestrom · 4 years ago
  40. 419b446 egl: replace all dup() with os_dupfd_cloexec() by Eric Engestrom · 4 years, 2 months ago
  41. 4e3a7dc gallium: enable EGL_EXT_image_dma_buf_import_modifiers unconditionally by Adam Jackson · 4 years, 4 months ago
  42. d3c9143 Revert "egl/dri2: Don't dlclose() the driver on dri2_load_driver_common failure" by Emil Velikov · 4 years, 5 months ago
  43. f280c00 egl: Factor out dri2_add_pbuffer_configs_for_visuals {device,surfaceless}. by Mathias Fröhlich · 4 years, 5 months ago
  44. d32c458 egl: Fix A2RGB10 platform_{device,surfaceless} PBuffer configs. by Mathias Fröhlich · 4 years, 6 months ago
  45. c7617d8 egl: Implement getImage/putImage on pbuffer swrast. by Mathias Fröhlich · 4 years, 7 months ago
  46. 7bee388 egl: directly access static members instead of using _egl{Get,Set}ConfigKey() by Eric Engestrom · 4 years, 5 months ago
  47. ff05f16 Revert "egl: handle EGL_IMAGE_EXTERNAL_FLUSH_EXT" by Tapani Pälli · 4 years, 9 months ago
  48. e64b91e Revert "egl: implement new functions from EGL_EXT_image_flush_external" by Tapani Pälli · 4 years, 9 months ago
  49. c1c574f egl: implement new functions from EGL_EXT_image_flush_external by Marek Olšák · 4 years, 9 months ago
  50. 34b1aa9 egl: handle EGL_IMAGE_EXTERNAL_FLUSH_EXT by Marek Olšák · 4 years, 9 months ago
  51. 94386d4 Revert "egl: Fixes transparency with EGL and X11." by Hal Gentz · 4 years, 9 months ago
  52. 4ef2c53 Revert "egl: Configs w/o double buffering support have no `EGL_WINDOW_BIT`." by Hal Gentz · 4 years, 9 months ago
  53. 075a96a egl: Configs w/o double buffering support have no `EGL_WINDOW_BIT`. by Hal Gentz · 4 years, 10 months ago
  54. 90a1907 egl: Fixes transparency with EGL and X11. by Hal Gentz · 4 years, 10 months ago
  55. 1b87f40 egl/dri2: Don't dlclose() the driver on dri2_load_driver_common failure by Adam Jackson · 4 years, 10 months ago
  56. 641320c egl: Fix implicit declaration of ffs by Kevin Strasser · 4 years, 11 months ago
  57. 7e0e53a egl/dri2: Refuse to add EGLConfigs with no supported surface types by Adam Jackson · 4 years, 11 months ago
  58. 4861d2a gbm: Add buffer handling and visuals for fp16 formats by Kevin Strasser · 5 years ago
  59. 482ed43 egl: Handle dri configs with floating point pixel data by Kevin Strasser · 5 years ago
  60. 7b4ed2b egl: Convert configs to use shifts and sizes instead of masks by Kevin Strasser · 5 years ago
  61. 6a8d39dc surfaceless: Fix swrast path. by Eric Anholt · 5 years ago
  62. a4a8ebe egl/dri: Use __DRI2_BUFFER_DAMAGE extension for KHR_partial_update by Harish Krupo · 5 years ago
  63. b4345da egl/android: Delete set_damage_region from egl dri vtbl by Harish Krupo · 5 years ago
  64. 1361ab3 egl: drop unnecessary function deref by Eric Engestrom · 6 years ago
  65. 74f96b0 egl: fix OpenGL 3.1 context creation by Timothy Arceri · 5 years ago
  66. 14be04f egl: replace MAYBE_UNUSED with UNUSED by Eric Engestrom · 5 years ago
  67. 08f1cef egl: Also query modifiers when exporting DMABuf by Nicolas Dufresne · 5 years ago
  68. a7ecf78 egl: Let the caller of dri2_create_drawable decide about loaderPrivate. by Mathias Fröhlich · 5 years ago
  69. d6edcce egl: add EGL_platform_device support by Emil Velikov · 5 years ago
  70. 2282ec0 egl/dri: flesh out and use dri2_create_drawable() by Emil Velikov · 5 years ago
  71. 04ecda3 egl: store the native surface pointer in struct _egl_surface by Paulo Zanoni · 5 years ago
  72. 0719fc4 egl/dri2: Mark potentially unused 'display' variable with MAYBE_UNUSED by Kristian H. Kristensen · 5 years ago
  73. ef92308 egl: setup fds array correctly when exporting dmabuf by Tapani Pälli · 5 years ago
  74. 70b36c0 egl/dri: Avoid out of bounds array access by Kevin Strasser · 5 years ago
  75. 65600d0 dri: Add XYUV8888 format by Kasireddy, Vivek · 5 years ago
  76. 9d84a92 egl/dri: de-duplicate dri2_load_driver* by Emil Velikov · 5 years ago
  77. f137480 drm-uapi: use local files, not system libdrm by Eric Engestrom · 5 years ago
  78. 722f96b dri: add P010, P012, P016 for 10bit/12bit/16bit YUV420 formats by Tapani Pälli · 5 years ago
  79. 54fa5ec egl: use coherent variable names by Eric Engestrom · 5 years ago
  80. 820dfce egl/wayland-drm: Only announce formats via wl_drm which the driver supports. by Mario Kleiner · 6 years ago
  81. 85edfc0 egl: Implementation of egl dri2 drivers for MESA_query_driver by Veluri Mithun · 6 years ago
  82. 9e9fa13 Revert "Implementation of egl dri2 drivers for MESA_query_driver" by Mark Janes · 6 years ago
  83. 2720f78 Implementation of egl dri2 drivers for MESA_query_driver by Veluri Mithun · 6 years ago
  84. d75fbff egl: add missing includes by Eric Engestrom · 6 years ago
  85. d971a42 loader: Factor out the common driver opening logic from each loader. by Eric Anholt · 6 years ago
  86. 2bc1f5c egl: Move loader_set_logger() up to egl_dri2.c. by Eric Anholt · 6 years ago
  87. 1c56d21 egl/dri: fix error value with unknown drm format by Lionel Landwerlin · 6 years ago
  88. 252ca7b dri: add AYUV format by Lionel Landwerlin · 6 years ago
  89. a96749b egl: drop EGL driver `name` by Eric Engestrom · 7 years ago
  90. cb0980e egl: move alloc & init out of _eglBuiltInDriver{DRI2,Haiku} by Eric Engestrom · 7 years ago
  91. ea738a9 egl: add messages to a few assert() and turn a couple into unreachable() by Eric Engestrom · 6 years ago
  92. 8c1b988 egl/dri2: Guard against invalid fourcc formats by Jason Ekstrand · 6 years ago
  93. b95896f egl/dri2: Add a helper for the number of planes for a FOURCC format by Jason Ekstrand · 6 years ago
  94. ed7c694 egl/android: Implement EGL_KHR_mutable_render_buffer by Chad Versace · 6 years ago
  95. 2de9e84 egl: add helper to combine two u32 into one u64 by Eric Engestrom · 6 years ago
  96. eabf597 egl/dri2: In dri2_make_current, return early on failure by Chad Versace · 6 years ago
  97. f48f9a7 egl: Simplify queries for EGL_RENDER_BUFFER by Chad Versace · 6 years ago
  98. f675045 egl: Refuse EGL_MESA_image_dma_buf_export if we don't have a DRM fourcc. by Eric Anholt · 6 years ago
  99. 4ba478d egl: Use the canonical drm-uapi fourcc header to avoid local defines. by Eric Anholt · 6 years ago
  100. 478fc2d dri3: Don't fail on version mismatch by Daniel Stone · 6 years ago