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