1. c74628f egl: replace `&_eglDriver`/`NULL` tested against `NULL` with simple `true`/`false` by Eric Engestrom · 4 years ago
  2. 37be01b egl: drop unused _EGLDriver from MesaGLInteropEGL{QueryDeviceInfo,ExportObject}() by Eric Engestrom · 4 years ago
  3. 5eb5847 egl: replace replace _EGLDriver with _EGLDisplay->Driver in eglapi.c by Eric Engestrom · 4 years ago
  4. 372c6c4 egl: replace _EGLDriver with _EGLDisplay->Driver in _eglGetSyncAttrib() by Eric Engestrom · 4 years ago
  5. b9fb63a egl: drop unused _EGLDriver from _eglSurfaceAttrib() by Eric Engestrom · 4 years ago
  6. b981bab egl: drop unused _EGLDriver & _EGLDisplay from _eglQueryContext() by Eric Engestrom · 4 years ago
  7. 3ef8aac egl: drop unused _EGLDisplay from _eglSetDamageRegionKHRClampRects() by Eric Engestrom · 6 years ago
  8. 0345a61 egl: drop unused _EGLDriver from _eglGetConfigs()/_eglChooseConfig()/_eglGetConfigAttrib() by Eric Engestrom · 6 years ago
  9. 67c7456 egl: drop unused _EGLDriver from SetBlobCacheFuncsANDROID() by Eric Engestrom · 6 years ago
  10. 1bbb0c7 egl: drop unused _EGLDriver from QueryDmaBuf{Formats,Modifiers}EXT() by Eric Engestrom · 6 years ago
  11. a71dcd2 egl: drop unused _EGLDriver from ExportDMABUFImage{,Query}MESA() by Eric Engestrom · 6 years ago
  12. 155541b egl: drop unused _EGLDriver from PostSubBufferNV() by Eric Engestrom · 6 years ago
  13. f010568 egl: drop unused _EGLDriver from CreateWaylandBufferFromImageWL() by Eric Engestrom · 6 years ago
  14. 845a37c egl: drop unused _EGLDriver from {Bind,Unbind,Query}WaylandDisplayWL() by Eric Engestrom · 6 years ago
  15. 9d5162e egl: drop unused _EGLDriver from {Create,Export}DRMImageMESA() by Eric Engestrom · 6 years ago
  16. 692b9c6 egl: drop unused _EGLDriver from DupNativeFenceFDANDROID() by Eric Engestrom · 6 years ago
  17. f49805c egl: drop unused _EGLDriver from {Create,Destroy,ClientWait,Wait,Signal}SyncKHR() by Eric Engestrom · 6 years ago
  18. 740ec08 egl: drop unused _EGLDriver from {Create,Destroy}ImageKHR() by Eric Engestrom · 6 years ago
  19. b8d1c46 egl: drop unused _EGLDriver & _EGLDisplay from WaitNative() by Eric Engestrom · 6 years ago
  20. 4e65469 egl: drop unused _EGLDriver from WaitClient() by Eric Engestrom · 6 years ago
  21. 648f603 egl: drop unused _EGLDriver from SetDamageRegion() by Eric Engestrom · 6 years ago
  22. d202fd6 egl: drop unused _EGLDriver from CopyBuffers() by Eric Engestrom · 6 years ago
  23. 82035b2 egl: drop unused _EGLDriver from SwapBuffers{,WithDamageEXT,RegionNOK}() by Eric Engestrom · 6 years ago
  24. 347840c egl: drop unused _EGLDriver from SwapInterval() by Eric Engestrom · 6 years ago
  25. 2f4a6ad egl: drop unused _EGLDriver from {Bind,Release}TexImage() by Eric Engestrom · 6 years ago
  26. 982ac69 egl: drop unused _EGLDriver from QuerySurface() by Eric Engestrom · 6 years ago
  27. 1a17f1d egl: drop unused _EGLDriver from MakeCurrent() by Eric Engestrom · 6 years ago
  28. 6b4c474 egl: drop unused _EGLDriver from Create{Window,Pixmap,Pbuffer}Surface() & DestroySurface() by Eric Engestrom · 6 years ago
  29. f27a32a egl: drop unused _EGLDriver from {Create,Destroy}Context() by Eric Engestrom · 6 years ago
  30. 435ad51 egl: drop unused _EGLDriver from Terminate() by Eric Engestrom · 6 years ago
  31. 9c6fa94 egl: const _eglDriver by Eric Engestrom · 4 years ago
  32. ed3f1e0 egl: rename _eglMatchDriver() to _eglInitializeDisplay() by Eric Engestrom · 4 years ago
  33. cc03448 egl: inline _EGLAPI into _EGLDriver by Eric Engestrom · 4 years ago
  34. a38e21d egl: always compile surfaceless by Eric Engestrom · 5 years ago
  35. 9a74746 EGL: sync headers with Khronos by Simon Ser · 4 years, 3 months ago
  36. 0bea2a1 egl: Limit the EGL ver for android by Abhishek Kumar · 4 years, 3 months ago
  37. 0a884d7 egl: simplify client/platform extension handling by Emil Velikov · 4 years, 4 months ago
  38. e64b91e Revert "egl: implement new functions from EGL_EXT_image_flush_external" by Tapani Pälli · 4 years, 9 months ago
  39. c1c574f egl: implement new functions from EGL_EXT_image_flush_external by Marek Olšák · 4 years, 9 months ago
  40. 99cbec0 egl: check for NULL value like eglGetSyncAttribKHR does by Tapani Pälli · 5 years ago
  41. 3aa4f3a egl: Add GL_MESA_EGL_sync support by Heinrich Fink · 5 years ago
  42. 3e03a3f egl: reset blob cache set/get functions on terminate by Tapani Pälli · 5 years ago
  43. 500b45a egl: Enable eglGetPlatformDisplay on Android Platform by renchenglei · 5 years ago
  44. e9286eb egl: replace dead vfunc with an error by Eric Engestrom · 5 years ago
  45. eeacd66 egl: delete unused vfuncs by Eric Engestrom · 5 years ago
  46. 757d2fb egl: move eglGetSyncAttrib() fallback to eglapi.c by Eric Engestrom · 5 years ago
  47. 26d5ca4 egl: move eglSwapInterval() fallback to eglapi.c by Eric Engestrom · 5 years ago
  48. 9dc00c8 egl: move eglSurfaceAttrib() fallback to eglapi.c by Eric Engestrom · 5 years ago
  49. 58be9d5 egl: move eglQuerySurface() fallback to eglapi.c by Eric Engestrom · 5 years ago
  50. b792b3e egl: move eglQueryContext() fallback to eglapi.c by Eric Engestrom · 5 years ago
  51. 7f848f9 egl: move eglGetConfigAttrib() fallback to eglapi.c by Eric Engestrom · 5 years ago
  52. 1b76cca egl: move eglChooseConfig() fallback to eglapi.c by Eric Engestrom · 5 years ago
  53. b883d7f egl: move eglGetConfigs() fallback to eglapi.c by Eric Engestrom · 5 years ago
  54. 188dbb1 Revert "egl: drop empty eglfallbacks.c" and "egl: move fallback calls to eglapi.c" by Eric Engestrom · 5 years ago
  55. b27fb3e egl: move fallback calls to eglapi.c by Eric Engestrom · 6 years ago
  56. 64c7c05 egl: move bad_param check further up by Eric Engestrom · 6 years ago
  57. d6edcce egl: add EGL_platform_device support by Emil Velikov · 5 years ago
  58. 8e991ce egl: handle the full attrib list in display::options by Adam Jackson · 5 years ago
  59. 72b9aa9 egl: flesh out a _eglNumAttribs() helper by Emil Velikov · 5 years ago
  60. 73055ae egl: check if a window/pixmap is already used on surface creation by Paulo Zanoni · 5 years ago
  61. 8d9c204 egl: hide entrypoints that shouldn't be exported when using glvnd by Eric Engestrom · 6 years ago
  62. 54fa5ec egl: use coherent variable names by Eric Engestrom · 5 years ago
  63. 6afce78 egl: Implement EGL API for MESA_query_driver by Veluri Mithun · 6 years ago
  64. 022800a Revert "Implement EGL API for MESA_query_driver" by Mark Janes · 6 years ago
  65. ff621a5 Implement EGL API for MESA_query_driver by Veluri Mithun · 6 years ago
  66. d75fbff egl: add missing includes by Eric Engestrom · 6 years ago
  67. 7552fcb egl: add base EGL_EXT_device_base implementation by Emil Velikov · 9 years ago
  68. a96749b egl: drop EGL driver `name` by Eric Engestrom · 7 years ago
  69. 8f66743 egl: make eglSwapBuffers* a no-op for !window surfaces by Emil Velikov · 6 years ago
  70. 64b4ccd egl: make eglSwapInterval a no-op for !window surfaces by Emil Velikov · 6 years ago
  71. 799b3d1 egl: implement EXT_surface_SMPTE2086_metadata and EXT_surface_CTA861_3_metadata by Tapani Pälli · 6 years ago
  72. aa78b29 egl: check for buffer overflow *before* corrupting our memory by Eric Engestrom · 6 years ago
  73. 3dc2238 egl/main: Add bits for EGL_KHR_mutable_render_buffer by Chad Versace · 6 years ago
  74. 670cd40 egl: remove unneeded _eglGetNativePlatform check by Emil Velikov · 7 years ago
  75. fd73460 egl: Fix missing clamping in eglSetDamageRegionKHR by Harish Krupo · 6 years ago
  76. 6f5b570 egl: add support for EGL_ANDROID_blob_cache by Tapani Pälli · 7 years ago
  77. 96fc5fb egl/android: Provide an option for the backend to expose KHR_image by Harish Krupo · 7 years ago
  78. ddcd4b0 egl: Convert int to attrib in eglGetPlatformDisplay by Adam Jackson · 7 years ago
  79. 41f7de4 egl: EXT_pixel_format_float plumbing by Tapani Pälli · 7 years ago
  80. c0be3aa egl: Implement EGL_KHR_context_flush_control by Adam Jackson · 8 years ago
  81. 95ecf3d egl: Support IMG_context_priority by Chris Wilson · 8 years ago
  82. 2cb9ab5 Revert "egl: drop EGL driver `name`" by Marek Olšák · 7 years ago
  83. 6414d6b egl: drop EGL driver `name` by Eric Engestrom · 7 years ago
  84. d7e769a egl: drop always-false TestOnly option by Eric Engestrom · 7 years ago
  85. 4df0d50 egl: use switch statements over if/else chain by Emil Velikov · 7 years ago
  86. b94344f egl: simplify _eglDebugReport* API by Emil Velikov · 7 years ago
  87. 4e97084 egl: Fix inclusion of egl.h+mesa_glinterop.h by Matt Turner · 7 years ago
  88. 26fbb9e egl: avoid eglCreatePlatform*Surface{EXT,} crash with invalid dpy by Emil Velikov · 7 years ago
  89. df8efd5 egl: handle BAD_NATIVE_PIXMAP further up the stack by Emil Velikov · 7 years ago
  90. 5f4f5aa egl: whitespace cleanup in eglapi.c by Eric Engestrom · 7 years ago
  91. dd9eb8d egl: check the correct function pointer by Eric Engestrom · 7 years ago
  92. 991ec1b egl: make platform's SwapInterval() optional by Eric Engestrom · 7 years ago
  93. 2714a8f egl: deduplicate swap interval clamping logic by Eric Engestrom · 7 years ago
  94. 4909519 egl: Add EGL_KHR_create_context_no_error support by Grigori Goronzy · 7 years ago
  95. 9827547 egl/android: support for EGL_KHR_partial_update by Harish Krupo · 7 years ago
  96. 4c41229 egl: advertise EGL_EXT_image_dma_buf_import_modifiers by Varad Gautam · 7 years ago
  97. de3c459 egl: implement eglQueryDmaBufModifiersEXT by Varad Gautam · 7 years ago
  98. 6719e05 egl: implement eglQueryDmaBufFormatsEXT by Varad Gautam · 7 years ago
  99. 7013114 egl: error out on eglCreateWaylandBufferFromImageWL by Emil Velikov · 7 years ago
  100. 8f62d21 egl: Partially revert 23c86c74, fix eglMakeCurrent by Chad Versace · 7 years ago