1. 59a9471 egl: fix EGL_EXT_protected_content/surface mixup by Pierre-Eric Pelloux-Prayer · 3 years, 7 months ago
  2. 2aff88a egl: handle EGL_PROTECTED_CONTENT_EXT for eglImage by Pierre-Eric Pelloux-Prayer · 4 years, 1 month ago
  3. bd18277 egl: implement EGL_EXT_protected_surface support by Pierre-Eric Pelloux-Prayer · 4 years, 2 months ago
  4. f4c1c21 egl: simplify eglSwapInterval() fallback logic by Eric Engestrom · 4 years ago
  5. 1d3fb7a egl: inline eglSwapInterval() fallback by Eric Engestrom · 4 years ago
  6. 98222db egl: document which driver hooks are only required by extensions by Eric Engestrom · 4 years ago
  7. cf663d0 egl: move extension driver functions after core functions by Eric Engestrom · 4 years ago
  8. ab2e597 docs/egl: add some more documentation by Eric Engestrom · 4 years ago
  9. 0dc0a79 egl: drop another indentation level in _eglFindDisplay() by inverting an if by Eric Engestrom · 3 years, 11 months ago
  10. 8b2fc1d egl: drop an indentation level in _eglFindDisplay() by replacing break/if with a goto by Eric Engestrom · 3 years, 11 months ago
  11. 6668d7a egl: drop unused egldriver.h header by Eric Engestrom · 4 years ago
  12. 1f01fa1 egl: drop now empty egldriver.c by Eric Engestrom · 4 years ago
  13. 890d033 egl: inline _eglInitializeDisplay() into eglInitialize() by Eric Engestrom · 4 years ago
  14. 0e7ae39 egl: inline _eglGetDriverProc() into eglGetProcAddress() by Eric Engestrom · 4 years ago
  15. 735b35e egl: drop unused ${drv}_driver() by Eric Engestrom · 4 years ago
  16. c74628f egl: replace `&_eglDriver`/`NULL` tested against `NULL` with simple `true`/`false` by Eric Engestrom · 4 years ago
  17. 37be01b egl: drop unused _EGLDriver from MesaGLInteropEGL{QueryDeviceInfo,ExportObject}() by Eric Engestrom · 4 years ago
  18. 5eb5847 egl: replace replace _EGLDriver with _EGLDisplay->Driver in eglapi.c by Eric Engestrom · 4 years ago
  19. 372c6c4 egl: replace _EGLDriver with _EGLDisplay->Driver in _eglGetSyncAttrib() by Eric Engestrom · 4 years ago
  20. b9fb63a egl: drop unused _EGLDriver from _eglSurfaceAttrib() by Eric Engestrom · 4 years ago
  21. b981bab egl: drop unused _EGLDriver & _EGLDisplay from _eglQueryContext() by Eric Engestrom · 4 years ago
  22. 3ef8aac egl: drop unused _EGLDisplay from _eglSetDamageRegionKHRClampRects() by Eric Engestrom · 6 years ago
  23. 0345a61 egl: drop unused _EGLDriver from _eglGetConfigs()/_eglChooseConfig()/_eglGetConfigAttrib() by Eric Engestrom · 6 years ago
  24. 67c7456 egl: drop unused _EGLDriver from SetBlobCacheFuncsANDROID() by Eric Engestrom · 6 years ago
  25. 1bbb0c7 egl: drop unused _EGLDriver from QueryDmaBuf{Formats,Modifiers}EXT() by Eric Engestrom · 6 years ago
  26. a71dcd2 egl: drop unused _EGLDriver from ExportDMABUFImage{,Query}MESA() by Eric Engestrom · 6 years ago
  27. 429e936 egl: drop unused _EGLDriver from QueryBufferAge() by Eric Engestrom · 6 years ago
  28. 155541b egl: drop unused _EGLDriver from PostSubBufferNV() by Eric Engestrom · 6 years ago
  29. f010568 egl: drop unused _EGLDriver from CreateWaylandBufferFromImageWL() by Eric Engestrom · 6 years ago
  30. 845a37c egl: drop unused _EGLDriver from {Bind,Unbind,Query}WaylandDisplayWL() by Eric Engestrom · 6 years ago
  31. 9d5162e egl: drop unused _EGLDriver from {Create,Export}DRMImageMESA() by Eric Engestrom · 6 years ago
  32. 692b9c6 egl: drop unused _EGLDriver from DupNativeFenceFDANDROID() by Eric Engestrom · 6 years ago
  33. f49805c egl: drop unused _EGLDriver from {Create,Destroy,ClientWait,Wait,Signal}SyncKHR() by Eric Engestrom · 6 years ago
  34. 740ec08 egl: drop unused _EGLDriver from {Create,Destroy}ImageKHR() by Eric Engestrom · 6 years ago
  35. a7d15d2 egl: drop unused _EGLDriver from GetProcAddress() by Eric Engestrom · 6 years ago
  36. b8d1c46 egl: drop unused _EGLDriver & _EGLDisplay from WaitNative() by Eric Engestrom · 6 years ago
  37. 4e65469 egl: drop unused _EGLDriver from WaitClient() by Eric Engestrom · 6 years ago
  38. 648f603 egl: drop unused _EGLDriver from SetDamageRegion() by Eric Engestrom · 6 years ago
  39. d202fd6 egl: drop unused _EGLDriver from CopyBuffers() by Eric Engestrom · 6 years ago
  40. 82035b2 egl: drop unused _EGLDriver from SwapBuffers{,WithDamageEXT,RegionNOK}() by Eric Engestrom · 6 years ago
  41. 347840c egl: drop unused _EGLDriver from SwapInterval() by Eric Engestrom · 6 years ago
  42. 2f4a6ad egl: drop unused _EGLDriver from {Bind,Release}TexImage() by Eric Engestrom · 6 years ago
  43. 982ac69 egl: drop unused _EGLDriver from QuerySurface() by Eric Engestrom · 6 years ago
  44. 1a17f1d egl: drop unused _EGLDriver from MakeCurrent() by Eric Engestrom · 6 years ago
  45. 6b4c474 egl: drop unused _EGLDriver from Create{Window,Pixmap,Pbuffer}Surface() & DestroySurface() by Eric Engestrom · 6 years ago
  46. f27a32a egl: drop unused _EGLDriver from {Create,Destroy}Context() by Eric Engestrom · 6 years ago
  47. 435ad51 egl: drop unused _EGLDriver from Terminate() by Eric Engestrom · 6 years ago
  48. ad61d4f egl: drop unused _EGLDriver from Initialize() by Eric Engestrom · 6 years ago
  49. e87e68d egl: replace _EGLDriver with _EGLDisplay->Driver in _eglQuerySurface() by Eric Engestrom · 6 years ago
  50. 485f8f8 egl: replace _EGLDriver param with _EGLDisplay->Driver in _eglReleaseDisplayResources() by Eric Engestrom · 6 years ago
  51. 9c6fa94 egl: const _eglDriver by Eric Engestrom · 4 years ago
  52. 258165b egl: drop left-over function prototype by Eric Engestrom · 4 years ago
  53. ed3f1e0 egl: rename _eglMatchDriver() to _eglInitializeDisplay() by Eric Engestrom · 4 years ago
  54. 6d6b82a egl: inline _eglMatchAndInitialize() and refactor _eglMatchDriver() by Eric Engestrom · 4 years ago
  55. a77050c egl: fix _eglMatchDriver() return type by Eric Engestrom · 4 years ago
  56. f91851e egl: drop unnecessary _eglGetDriver() by Eric Engestrom · 4 years ago
  57. d24e3ea egl: replace _eglInitDriver() with a simple variable by Eric Engestrom · 4 years ago
  58. cc03448 egl: inline _EGLAPI into _EGLDriver by Eric Engestrom · 4 years ago
  59. a38e21d egl: always compile surfaceless by Eric Engestrom · 5 years ago
  60. b8409a6 egl: move fallthrough comment so gcc can see it by Timothy Arceri · 4 years ago
  61. 4a8085d replace all F_DUPFD_CLOEXEC with os_dupfd_cloexec() by Eric Engestrom · 4 years, 1 month ago
  62. 9a74746 EGL: sync headers with Khronos by Simon Ser · 4 years, 2 months ago
  63. a3fb064 Expose EGL_KHR_platform_* when EXT is supported by Emmanuel Gil Peyrot · 4 years, 2 months ago
  64. 0bea2a1 egl: Limit the EGL ver for android by Abhishek Kumar · 4 years, 2 months ago
  65. 0a884d7 egl: simplify client/platform extension handling by Emil Velikov · 4 years, 3 months ago
  66. 76f300f Revert "egl: put full path to libEGL_mesa.so in GLVND json" by Eric Engestrom · 4 years, 5 months ago
  67. 0021f7d egl: put full path to libEGL_mesa.so in GLVND json by Eric Engestrom · 4 years, 7 months ago
  68. 7d7d1da egl: drop confusing mincore() error message by Eric Engestrom · 4 years, 6 months ago
  69. 047162d egl: Fix _eglPointerIsDereferencable w/o mincore() by Alexander van der Grinten · 4 years, 7 months ago
  70. ff05f16 Revert "egl: handle EGL_IMAGE_EXTERNAL_FLUSH_EXT" by Tapani Pälli · 4 years, 8 months ago
  71. e64b91e Revert "egl: implement new functions from EGL_EXT_image_flush_external" by Tapani Pälli · 4 years, 8 months ago
  72. eaf4396 egl: move #include of local headers out of Khronos headers by Eric Engestrom · 4 years, 8 months ago
  73. 86d3a34 egl: fix _EGL_NATIVE_PLATFORM fallback by Eric Engestrom · 4 years, 10 months ago
  74. 863872e egl: Mention if swrast is being forced by Chris Wilson · 4 years, 8 months ago
  75. c1c574f egl: implement new functions from EGL_EXT_image_flush_external by Marek Olšák · 4 years, 9 months ago
  76. 34b1aa9 egl: handle EGL_IMAGE_EXTERNAL_FLUSH_EXT by Marek Olšák · 4 years, 9 months ago
  77. 94386d4 Revert "egl: Fixes transparency with EGL and X11." by Hal Gentz · 4 years, 9 months ago
  78. 4ef2c53 Revert "egl: Configs w/o double buffering support have no `EGL_WINDOW_BIT`." by Hal Gentz · 4 years, 9 months ago
  79. 075a96a egl: Configs w/o double buffering support have no `EGL_WINDOW_BIT`. by Hal Gentz · 4 years, 9 months ago
  80. 90a1907 egl: Fixes transparency with EGL and X11. by Hal Gentz · 4 years, 9 months ago
  81. 5218c3b egl: Make native display detection work more than once by Adam Jackson · 4 years, 9 months ago
  82. 99cbec0 egl: check for NULL value like eglGetSyncAttribKHR does by Tapani Pälli · 5 years ago
  83. 3aa4f3a egl: Add GL_MESA_EGL_sync support by Heinrich Fink · 5 years ago
  84. 43d4704 egl: fix deadlock in malloc error path by Eric Engestrom · 4 years, 10 months ago
  85. 5f7d90f egl: warn user if they set an invalid EGL_PLATFORM by Eric Engestrom · 4 years, 10 months ago
  86. 6775a52 egl: fix platform selection by Lionel Landwerlin · 4 years, 10 months ago
  87. 3e03a3f egl: reset blob cache set/get functions on terminate by Tapani Pälli · 4 years, 11 months ago
  88. 544b088 win32: unify strcasecmp definitions by Erik Faye-Lund · 5 years ago
  89. 9f37c99 mesa: Rename GLX_USE_TLS to USE_ELF_TLS. by Bas Nieuwenhuizen · 5 years ago
  90. abc226c tree-wide: replace MAYBE_UNUSED with ASSERTED by Eric Engestrom · 5 years ago
  91. 177c35b egl: simplify loop by Eric Engestrom · 6 years ago
  92. 500b45a egl: Enable eglGetPlatformDisplay on Android Platform by renchenglei · 5 years ago
  93. e9286eb egl: replace dead vfunc with an error by Eric Engestrom · 5 years ago
  94. eeacd66 egl: delete unused vfuncs by Eric Engestrom · 5 years ago
  95. 83f01f5 egl: drop empty eglfallbacks.c by Eric Engestrom · 5 years ago
  96. 757d2fb egl: move eglGetSyncAttrib() fallback to eglapi.c by Eric Engestrom · 5 years ago
  97. 26d5ca4 egl: move eglSwapInterval() fallback to eglapi.c by Eric Engestrom · 5 years ago
  98. 9dc00c8 egl: move eglSurfaceAttrib() fallback to eglapi.c by Eric Engestrom · 5 years ago
  99. 58be9d5 egl: move eglQuerySurface() fallback to eglapi.c by Eric Engestrom · 5 years ago
  100. b792b3e egl: move eglQueryContext() fallback to eglapi.c by Eric Engestrom · 5 years ago