1. 435ad51 egl: drop unused _EGLDriver from Terminate() by Eric Engestrom · 6 years ago
  2. ad61d4f egl: drop unused _EGLDriver from Initialize() by Eric Engestrom · 6 years ago
  3. 485f8f8 egl: replace _EGLDriver param with _EGLDisplay->Driver in _eglReleaseDisplayResources() by Eric Engestrom · 6 years ago
  4. 9c6fa94 egl: const _eglDriver by Eric Engestrom · 4 years ago
  5. d24e3ea egl: replace _eglInitDriver() with a simple variable by Eric Engestrom · 4 years ago
  6. d0e32e5 egl/dri2: only take a dri2_dpy reference when binding a new context/surfaces by Frank Binns · 4 years ago
  7. 2907fae egl/dri2: try to bind old context if bindContext failed by Luigi Santivetti · 4 years, 1 month ago
  8. 8b0b6f9 dri2: do not conflate unbind and bindContext() failure by Luigi Santivetti · 4 years, 1 month ago
  9. 6b12999 dri2: dri2_make_current() fold multiple if blocks by Luigi Santivetti · 4 years, 1 month ago
  10. cc03448 egl: inline _EGLAPI into _EGLDriver by Eric Engestrom · 4 years ago
  11. bc38fe8 egl: inline fallback for get_sync_values by Eric Engestrom · 4 years ago
  12. 2e3eb0c egl: inline fallback for create_wayland_buffer_from_image by Eric Engestrom · 4 years ago
  13. c5fb1fb egl: inline fallback for query_buffer_age by Eric Engestrom · 4 years ago
  14. 90000b0 egl: inline fallback for copy_buffers by Eric Engestrom · 4 years ago
  15. 2d5f12ae3 egl: inline fallback for post_sub_buffer by Eric Engestrom · 4 years ago
  16. 1ba5075a egl: inline fallback for swap_buffers_region by Eric Engestrom · 4 years ago
  17. 7d5a13e egl: inline fallback for swap_buffers_with_damage by Eric Engestrom · 4 years ago
  18. 43e2d80 egl: inline fallback for create_pbuffer_surface by Eric Engestrom · 4 years ago
  19. 179e442 egl: inline fallback for create_pixmap_surface by Eric Engestrom · 4 years ago
  20. 419b446 egl: replace all dup() with os_dupfd_cloexec() by Eric Engestrom · 4 years, 2 months ago
  21. 4e3a7dc gallium: enable EGL_EXT_image_dma_buf_import_modifiers unconditionally by Adam Jackson · 4 years, 4 months ago
  22. d3c9143 Revert "egl/dri2: Don't dlclose() the driver on dri2_load_driver_common failure" by Emil Velikov · 4 years, 5 months ago
  23. f280c00 egl: Factor out dri2_add_pbuffer_configs_for_visuals {device,surfaceless}. by Mathias Fröhlich · 4 years, 5 months ago
  24. d32c458 egl: Fix A2RGB10 platform_{device,surfaceless} PBuffer configs. by Mathias Fröhlich · 4 years, 6 months ago
  25. c7617d8 egl: Implement getImage/putImage on pbuffer swrast. by Mathias Fröhlich · 4 years, 7 months ago
  26. 7bee388 egl: directly access static members instead of using _egl{Get,Set}ConfigKey() by Eric Engestrom · 4 years, 5 months ago
  27. ff05f16 Revert "egl: handle EGL_IMAGE_EXTERNAL_FLUSH_EXT" by Tapani Pälli · 4 years, 8 months ago
  28. e64b91e Revert "egl: implement new functions from EGL_EXT_image_flush_external" by Tapani Pälli · 4 years, 8 months ago
  29. c1c574f egl: implement new functions from EGL_EXT_image_flush_external by Marek Olšák · 4 years, 9 months ago
  30. 34b1aa9 egl: handle EGL_IMAGE_EXTERNAL_FLUSH_EXT by Marek Olšák · 4 years, 9 months ago
  31. 94386d4 Revert "egl: Fixes transparency with EGL and X11." by Hal Gentz · 4 years, 9 months ago
  32. 4ef2c53 Revert "egl: Configs w/o double buffering support have no `EGL_WINDOW_BIT`." by Hal Gentz · 4 years, 9 months ago
  33. 075a96a egl: Configs w/o double buffering support have no `EGL_WINDOW_BIT`. by Hal Gentz · 4 years, 10 months ago
  34. 90a1907 egl: Fixes transparency with EGL and X11. by Hal Gentz · 4 years, 10 months ago
  35. 1b87f40 egl/dri2: Don't dlclose() the driver on dri2_load_driver_common failure by Adam Jackson · 4 years, 10 months ago
  36. 641320c egl: Fix implicit declaration of ffs by Kevin Strasser · 4 years, 11 months ago
  37. 7e0e53a egl/dri2: Refuse to add EGLConfigs with no supported surface types by Adam Jackson · 4 years, 11 months ago
  38. 4861d2a gbm: Add buffer handling and visuals for fp16 formats by Kevin Strasser · 5 years ago
  39. 482ed43 egl: Handle dri configs with floating point pixel data by Kevin Strasser · 5 years ago
  40. 7b4ed2b egl: Convert configs to use shifts and sizes instead of masks by Kevin Strasser · 5 years ago
  41. 6a8d39dc surfaceless: Fix swrast path. by Eric Anholt · 5 years ago
  42. a4a8ebe egl/dri: Use __DRI2_BUFFER_DAMAGE extension for KHR_partial_update by Harish Krupo · 5 years ago
  43. b4345da egl/android: Delete set_damage_region from egl dri vtbl by Harish Krupo · 5 years ago
  44. 1361ab3 egl: drop unnecessary function deref by Eric Engestrom · 6 years ago
  45. 74f96b0 egl: fix OpenGL 3.1 context creation by Timothy Arceri · 5 years ago
  46. 14be04f egl: replace MAYBE_UNUSED with UNUSED by Eric Engestrom · 5 years ago
  47. 08f1cef egl: Also query modifiers when exporting DMABuf by Nicolas Dufresne · 5 years ago
  48. a7ecf78 egl: Let the caller of dri2_create_drawable decide about loaderPrivate. by Mathias Fröhlich · 5 years ago
  49. d6edcce egl: add EGL_platform_device support by Emil Velikov · 5 years ago
  50. 2282ec0 egl/dri: flesh out and use dri2_create_drawable() by Emil Velikov · 5 years ago
  51. 04ecda3 egl: store the native surface pointer in struct _egl_surface by Paulo Zanoni · 5 years ago
  52. 0719fc4 egl/dri2: Mark potentially unused 'display' variable with MAYBE_UNUSED by Kristian H. Kristensen · 5 years ago
  53. ef92308 egl: setup fds array correctly when exporting dmabuf by Tapani Pälli · 5 years ago
  54. 70b36c0 egl/dri: Avoid out of bounds array access by Kevin Strasser · 5 years ago
  55. 65600d0 dri: Add XYUV8888 format by Kasireddy, Vivek · 5 years ago
  56. 9d84a92 egl/dri: de-duplicate dri2_load_driver* by Emil Velikov · 5 years ago
  57. f137480 drm-uapi: use local files, not system libdrm by Eric Engestrom · 5 years ago
  58. 722f96b dri: add P010, P012, P016 for 10bit/12bit/16bit YUV420 formats by Tapani Pälli · 5 years ago
  59. 54fa5ec egl: use coherent variable names by Eric Engestrom · 5 years ago
  60. 820dfce egl/wayland-drm: Only announce formats via wl_drm which the driver supports. by Mario Kleiner · 6 years ago
  61. 85edfc0 egl: Implementation of egl dri2 drivers for MESA_query_driver by Veluri Mithun · 5 years ago
  62. 9e9fa13 Revert "Implementation of egl dri2 drivers for MESA_query_driver" by Mark Janes · 5 years ago
  63. 2720f78 Implementation of egl dri2 drivers for MESA_query_driver by Veluri Mithun · 5 years ago
  64. d75fbff egl: add missing includes by Eric Engestrom · 6 years ago
  65. d971a42 loader: Factor out the common driver opening logic from each loader. by Eric Anholt · 6 years ago
  66. 2bc1f5c egl: Move loader_set_logger() up to egl_dri2.c. by Eric Anholt · 6 years ago
  67. 1c56d21 egl/dri: fix error value with unknown drm format by Lionel Landwerlin · 6 years ago
  68. 252ca7b dri: add AYUV format by Lionel Landwerlin · 6 years ago
  69. a96749b egl: drop EGL driver `name` by Eric Engestrom · 7 years ago
  70. cb0980e egl: move alloc & init out of _eglBuiltInDriver{DRI2,Haiku} by Eric Engestrom · 7 years ago
  71. ea738a9 egl: add messages to a few assert() and turn a couple into unreachable() by Eric Engestrom · 6 years ago
  72. 8c1b988 egl/dri2: Guard against invalid fourcc formats by Jason Ekstrand · 6 years ago
  73. b95896f egl/dri2: Add a helper for the number of planes for a FOURCC format by Jason Ekstrand · 6 years ago
  74. ed7c694 egl/android: Implement EGL_KHR_mutable_render_buffer by Chad Versace · 6 years ago
  75. 2de9e84 egl: add helper to combine two u32 into one u64 by Eric Engestrom · 6 years ago
  76. eabf597 egl/dri2: In dri2_make_current, return early on failure by Chad Versace · 6 years ago
  77. f48f9a7 egl: Simplify queries for EGL_RENDER_BUFFER by Chad Versace · 6 years ago
  78. f675045 egl: Refuse EGL_MESA_image_dma_buf_export if we don't have a DRM fourcc. by Eric Anholt · 6 years ago
  79. 4ba478d egl: Use the canonical drm-uapi fourcc header to avoid local defines. by Eric Anholt · 6 years ago
  80. 478fc2d dri3: Don't fail on version mismatch by Daniel Stone · 6 years ago
  81. 9fa1d82 egl/dri2: move wayland header inclusion where applicable by Emil Velikov · 6 years ago
  82. 3160cb8 egl/x11: Re-allocate buffers if format is suboptimal by Louis-Francis Ratté-Boulianne · 7 years ago
  83. 069fdd5 egl/x11: Support DRI3 v1.1 by Louis-Francis Ratté-Boulianne · 7 years ago
  84. 6160bf9 egl/dri2: fix segfault when display initialisation fails by Frank Binns · 6 years ago
  85. a34715a dri: fromPlanar() can return NULL as a valid result by Louis-Francis Ratté-Boulianne · 7 years ago
  86. 6f5b570 egl: add support for EGL_ANDROID_blob_cache by Tapani Pälli · 7 years ago
  87. 2f42165 egl: let each platform decided how to handle LIBGL_ALWAYS_SOFTWARE by Eric Engestrom · 7 years ago
  88. 9b02230 egl: pass the dri2_dpy to the $plat_teardown functions by Emil Velikov · 7 years ago
  89. 6614804 egl: add note about missing $plat_teardown by Emil Velikov · 7 years ago
  90. 8d745ab egl/wayland: move teardown code to the platform file by Emil Velikov · 7 years ago
  91. 40a01c9 egl/drm: move teardown code to the platform file by Emil Velikov · 7 years ago
  92. 938fcab egl/x11: move teardown code to the platform file by Emil Velikov · 7 years ago
  93. 55245fe egl: Provide meaningfull error when built w/o requested platform by Emil Velikov · 7 years ago
  94. 41f7de4 egl: EXT_pixel_format_float plumbing by Tapani Pälli · 7 years ago
  95. f1a3648 threads: update for late C11 changes by Nicolai Hähnle · 7 years ago
  96. c0be3aa egl: Implement EGL_KHR_context_flush_control by Adam Jackson · 8 years ago
  97. 9ef7158 egl/dri2: Factor out context attribute initialization by Adam Jackson · 8 years ago
  98. 5c56183 egl,dri: Propagate context priority hint to driver->CreateContext by Chris Wilson · 8 years ago
  99. 95ecf3d egl: Support IMG_context_priority by Chris Wilson · 8 years ago
  100. 84f3afc Revert "egl: move alloc & init out of _eglBuiltInDriver{DRI2,Haiku}" by Marek Olšák · 7 years ago