1. bb42dee egl/android: HAVE_DRM_GRALLOC path fixes (v2) by Mauro Rossi · 3 years, 11 months ago
  2. 4242073 egl/x11: Free memory allocated for reply structures on error by Andrey Vostrikov · 4 years ago
  3. 8e259da egl/x11: simplify dri2_initialize_x11() by Eric Engestrom · 4 years ago
  4. bd385c4 egl/wayland: simplify dri2_initialize_wayland() by Eric Engestrom · 4 years ago
  5. f7e0cdc egl/surfaceless: simplify dri2_initialize_surfaceless() by Eric Engestrom · 4 years ago
  6. 83b5c1a egl/android: simplify dri2_initialize_android() by Eric Engestrom · 4 years ago
  7. f4c1c21 egl: simplify eglSwapInterval() fallback logic by Eric Engestrom · 4 years ago
  8. 1d3fb7a egl: inline eglSwapInterval() fallback by Eric Engestrom · 4 years ago
  9. 98222db egl: document which driver hooks are only required by extensions by Eric Engestrom · 4 years ago
  10. cf663d0 egl: move extension driver functions after core functions by Eric Engestrom · 4 years ago
  11. ab2e597 docs/egl: add some more documentation by Eric Engestrom · 4 years ago
  12. 9e5e3be egl: drop invalid shebang by Eric Engestrom · 4 years ago
  13. 0dc0a79 egl: drop another indentation level in _eglFindDisplay() by inverting an if by Eric Engestrom · 4 years ago
  14. 8b2fc1d egl: drop an indentation level in _eglFindDisplay() by replacing break/if with a goto by Eric Engestrom · 4 years ago
  15. 326eb56 egl/x11_dri3: implement EGL_KHR_swap_buffers_with_damage by Eric Engestrom · 4 years, 2 months ago
  16. eae181e egl/x11_dri3: enable & require xfixes 2.0 by Eric Engestrom · 4 years ago
  17. f88b9eb egl/android: Add support for CrOS buffer info perform op by Kristian H. Kristensen · 4 years ago
  18. acb235c egl/android: Use droid_create_image_from_prime_fds() in get_back_bo() by Kristian H. Kristensen · 4 years ago
  19. cad9d42 egl/android: Move droid_create_image_from_prime_fds() function up by Kristian H. Kristensen · 4 years ago
  20. 5c8b67e egl/android: Simplify droid_create_image_from_name() path by Kristian H. Kristensen · 4 years ago
  21. d47b6f3 egl/android: Drop unused ctx argument by Kristian H. Kristensen · 4 years ago
  22. 9cc788f egl/android: Look up prime fds in droid_create_image_from_prime_fds() by Kristian H. Kristensen · 4 years ago
  23. 972f36d egl/android: Call createImageFromDmaBufs directly by Kristian H. Kristensen · 4 years ago
  24. 6668d7a egl: drop unused egldriver.h header by Eric Engestrom · 4 years ago
  25. 1f01fa1 egl: drop now empty egldriver.c by Eric Engestrom · 4 years ago
  26. 890d033 egl: inline _eglInitializeDisplay() into eglInitialize() by Eric Engestrom · 4 years ago
  27. 0e7ae39 egl: inline _eglGetDriverProc() into eglGetProcAddress() by Eric Engestrom · 4 years ago
  28. 735b35e egl: drop unused ${drv}_driver() by Eric Engestrom · 4 years ago
  29. c74628f egl: replace `&_eglDriver`/`NULL` tested against `NULL` with simple `true`/`false` by Eric Engestrom · 4 years ago
  30. 37be01b egl: drop unused _EGLDriver from MesaGLInteropEGL{QueryDeviceInfo,ExportObject}() by Eric Engestrom · 4 years ago
  31. 5eb5847 egl: replace replace _EGLDriver with _EGLDisplay->Driver in eglapi.c by Eric Engestrom · 4 years ago
  32. 372c6c4 egl: replace _EGLDriver with _EGLDisplay->Driver in _eglGetSyncAttrib() by Eric Engestrom · 4 years ago
  33. b9fb63a egl: drop unused _EGLDriver from _eglSurfaceAttrib() by Eric Engestrom · 4 years ago
  34. b981bab egl: drop unused _EGLDriver & _EGLDisplay from _eglQueryContext() by Eric Engestrom · 4 years ago
  35. 3ef8aac egl: drop unused _EGLDisplay from _eglSetDamageRegionKHRClampRects() by Eric Engestrom · 6 years ago
  36. 0345a61 egl: drop unused _EGLDriver from _eglGetConfigs()/_eglChooseConfig()/_eglGetConfigAttrib() by Eric Engestrom · 6 years ago
  37. 67c7456 egl: drop unused _EGLDriver from SetBlobCacheFuncsANDROID() by Eric Engestrom · 6 years ago
  38. 1bbb0c7 egl: drop unused _EGLDriver from QueryDmaBuf{Formats,Modifiers}EXT() by Eric Engestrom · 6 years ago
  39. a71dcd2 egl: drop unused _EGLDriver from ExportDMABUFImage{,Query}MESA() by Eric Engestrom · 6 years ago
  40. 429e936 egl: drop unused _EGLDriver from QueryBufferAge() by Eric Engestrom · 6 years ago
  41. 155541b egl: drop unused _EGLDriver from PostSubBufferNV() by Eric Engestrom · 6 years ago
  42. f010568 egl: drop unused _EGLDriver from CreateWaylandBufferFromImageWL() by Eric Engestrom · 6 years ago
  43. 845a37c egl: drop unused _EGLDriver from {Bind,Unbind,Query}WaylandDisplayWL() by Eric Engestrom · 6 years ago
  44. 9d5162e egl: drop unused _EGLDriver from {Create,Export}DRMImageMESA() by Eric Engestrom · 6 years ago
  45. 692b9c6 egl: drop unused _EGLDriver from DupNativeFenceFDANDROID() by Eric Engestrom · 6 years ago
  46. f49805c egl: drop unused _EGLDriver from {Create,Destroy,ClientWait,Wait,Signal}SyncKHR() by Eric Engestrom · 6 years ago
  47. 740ec08 egl: drop unused _EGLDriver from {Create,Destroy}ImageKHR() by Eric Engestrom · 6 years ago
  48. a7d15d2 egl: drop unused _EGLDriver from GetProcAddress() by Eric Engestrom · 6 years ago
  49. b8d1c46 egl: drop unused _EGLDriver & _EGLDisplay from WaitNative() by Eric Engestrom · 6 years ago
  50. 4e65469 egl: drop unused _EGLDriver from WaitClient() by Eric Engestrom · 6 years ago
  51. 648f603 egl: drop unused _EGLDriver from SetDamageRegion() by Eric Engestrom · 6 years ago
  52. d202fd6 egl: drop unused _EGLDriver from CopyBuffers() by Eric Engestrom · 6 years ago
  53. 82035b2 egl: drop unused _EGLDriver from SwapBuffers{,WithDamageEXT,RegionNOK}() by Eric Engestrom · 6 years ago
  54. 347840c egl: drop unused _EGLDriver from SwapInterval() by Eric Engestrom · 6 years ago
  55. 2f4a6ad egl: drop unused _EGLDriver from {Bind,Release}TexImage() by Eric Engestrom · 6 years ago
  56. 982ac69 egl: drop unused _EGLDriver from QuerySurface() by Eric Engestrom · 6 years ago
  57. 1a17f1d egl: drop unused _EGLDriver from MakeCurrent() by Eric Engestrom · 6 years ago
  58. 6b4c474 egl: drop unused _EGLDriver from Create{Window,Pixmap,Pbuffer}Surface() & DestroySurface() by Eric Engestrom · 6 years ago
  59. f27a32a egl: drop unused _EGLDriver from {Create,Destroy}Context() by Eric Engestrom · 6 years ago
  60. 435ad51 egl: drop unused _EGLDriver from Terminate() by Eric Engestrom · 6 years ago
  61. ad61d4f egl: drop unused _EGLDriver from Initialize() by Eric Engestrom · 6 years ago
  62. e87e68d egl: replace _EGLDriver with _EGLDisplay->Driver in _eglQuerySurface() by Eric Engestrom · 6 years ago
  63. f3aa7b2 egl: replace _EGLDriver param with _EGLDisplay->Driver in dri{2_x11,3}_create_window_surface() by Eric Engestrom · 6 years ago
  64. 485f8f8 egl: replace _EGLDriver param with _EGLDisplay->Driver in _eglReleaseDisplayResources() by Eric Engestrom · 6 years ago
  65. 800816d egl/entrypoint-check: add check that GLVND and plain EGL have the same entrypoints by Eric Engestrom · 4 years, 4 months ago
  66. 351d513 egl/entrypoint-check: split sort-check into a function by Eric Engestrom · 4 years, 4 months ago
  67. c874930 egl/android: Remove unused variable by Kristian H. Kristensen · 4 years ago
  68. c147604 egl: consistently use dri2_egl_display() helper macro by Eric Engestrom · 4 years, 11 months ago
  69. b67695d egl/haiku: drop overwritten preset of EGL version by Eric Engestrom · 4 years ago
  70. 9c6fa94 egl: const _eglDriver by Eric Engestrom · 4 years ago
  71. 81c0e2a egl: Allow software rendering for vgem/virtio_gpu in platform_device by Lepton Wu · 4 years, 1 month ago
  72. 258165b egl: drop left-over function prototype by Eric Engestrom · 4 years ago
  73. ed3f1e0 egl: rename _eglMatchDriver() to _eglInitializeDisplay() by Eric Engestrom · 4 years ago
  74. 6d6b82a egl: inline _eglMatchAndInitialize() and refactor _eglMatchDriver() by Eric Engestrom · 4 years ago
  75. a77050c egl: fix _eglMatchDriver() return type by Eric Engestrom · 4 years ago
  76. f91851e egl: drop unnecessary _eglGetDriver() by Eric Engestrom · 4 years ago
  77. d24e3ea egl: replace _eglInitDriver() with a simple variable by Eric Engestrom · 4 years ago
  78. d0e32e5 egl/dri2: only take a dri2_dpy reference when binding a new context/surfaces by Frank Binns · 4 years ago
  79. 2907fae egl/dri2: try to bind old context if bindContext failed by Luigi Santivetti · 4 years, 1 month ago
  80. 8b0b6f9 dri2: do not conflate unbind and bindContext() failure by Luigi Santivetti · 4 years, 1 month ago
  81. 6b12999 dri2: dri2_make_current() fold multiple if blocks by Luigi Santivetti · 4 years, 1 month ago
  82. cc03448 egl: inline _EGLAPI into _EGLDriver by Eric Engestrom · 4 years ago
  83. e0ef5a5 egl: mark the rest of the callbacks as mandatory or optional by Eric Engestrom · 4 years ago
  84. 4dc322c egl: drop now empty egl_dri2_fallbacks.h by Eric Engestrom · 4 years ago
  85. bc38fe8 egl: inline fallback for get_sync_values by Eric Engestrom · 4 years ago
  86. 2e3eb0c egl: inline fallback for create_wayland_buffer_from_image by Eric Engestrom · 4 years ago
  87. c5fb1fb egl: inline fallback for query_buffer_age by Eric Engestrom · 4 years ago
  88. 90000b0 egl: inline fallback for copy_buffers by Eric Engestrom · 4 years ago
  89. 2d5f12ae3 egl: inline fallback for post_sub_buffer by Eric Engestrom · 4 years ago
  90. 1ba5075a egl: inline fallback for swap_buffers_region by Eric Engestrom · 4 years ago
  91. 7d5a13e egl: inline fallback for swap_buffers_with_damage by Eric Engestrom · 4 years ago
  92. b501ece egl: drop unused fallback function by Eric Engestrom · 4 years ago
  93. 43e2d80 egl: inline fallback for create_pbuffer_surface by Eric Engestrom · 4 years ago
  94. 179e442 egl: inline fallback for create_pixmap_surface by Eric Engestrom · 4 years ago
  95. 3900659 egl/wayland: add missing newline between functions by Eric Engestrom · 4 years, 2 months ago
  96. ae5ac4c egl: Build surfaceless platform on Android by Roman Stratiienko · 4 years ago
  97. e00adef egl: automatically compile the `drm` platform when available by Eric Engestrom · 5 years ago
  98. a38e21d egl: always compile surfaceless by Eric Engestrom · 5 years ago
  99. b8409a6 egl: move fallthrough comment so gcc can see it by Timothy Arceri · 4 years, 1 month ago
  100. 04e8eaf util: rename xmlpool.h to driconf.h by Eric Engestrom · 4 years, 1 month ago