1. 95ecf3d egl: Support IMG_context_priority by Chris Wilson · 8 years ago
  2. 84f3afc Revert "egl: move alloc & init out of _eglBuiltInDriver{DRI2,Haiku}" by Marek Olšák · 7 years ago
  3. 2cb9ab5 Revert "egl: drop EGL driver `name`" by Marek Olšák · 7 years ago
  4. 47273d7 egl: set UseFallback if LIBGL_ALWAYS_SOFTWARE is set by Eric Engestrom · 7 years ago
  5. 6414d6b egl: drop EGL driver `name` by Eric Engestrom · 7 years ago
  6. d7e769a egl: drop always-false TestOnly option by Eric Engestrom · 7 years ago
  7. 8cb84c8 egl: move alloc & init out of _eglBuiltInDriver{DRI2,Haiku} by Eric Engestrom · 7 years ago
  8. 4893673 egl_dri2: drop dri2_egl_driver struct by Eric Engestrom · 7 years ago
  9. 7823cfe egl_dri2: move glFlush out of struct dri2_egl_driver by Eric Engestrom · 7 years ago
  10. acb84ff wayland-drm: constify the callbacks struct, take 2 by Emil Velikov · 7 years ago
  11. 872a373 egl/dri: don't crash when createImageFromRenderbuffer2 is NULL by Emil Velikov · 7 years ago
  12. 9690759 egl: replace _egl_driver->Unload() callback with a simple free() by Eric Engestrom · 7 years ago
  13. 4ec2ac1 egl/dri: remove old left-overs by Nicolai Hähnle · 7 years ago
  14. bad2439 egl/dri: use createImageFromRenderbuffer2 when available by Nicolai Hähnle · 7 years ago
  15. d0d6efc egl/dri: factor out egl_error_from_dri_image_error by Nicolai Hähnle · 7 years ago
  16. b174a1a egl: Simplify the "driver" interface by Adam Jackson · 7 years ago
  17. b65d6da egl/wayland: Don't use dmabuf with no modifiers by Daniel Stone · 7 years ago
  18. 6273d2f egl/wayland: Check queryImage return for wl_buffer by Daniel Stone · 7 years ago
  19. 9d9a46d egl/surfaceless: Use KMS swrast fallback by Gurchetan Singh · 7 years ago
  20. 540c804 egl/surfaceless: add probe device helper function by Gurchetan Singh · 7 years ago
  21. 198af27 wayland-egl: rename wayland-egl-{priv,backend}.h by Emil Velikov · 7 years ago
  22. d884d8d egl/dri: link directly to libglapi.so by Emil Velikov · 7 years ago
  23. c3f5152 egl/wayland: simplify LIBGL_ALWAYS_SOFTWARE logic by Eric Engestrom · 7 years ago
  24. 874db83 egl/dri2: don't use the template keyword by Marek Olšák · 7 years ago
  25. 23a09b4 egl/dri2: Implement swapInterval fallback in a conformant way (v2) by Tomasz Figa · 7 years ago
  26. 5b7e651 Revert "wayland-drm: constify the callbacks struct" by Daniel Stone · 7 years ago
  27. 39d539e egl: fix build fallouts from 1d0be5b3fe5 by Krzysztof Sobiecki · 7 years ago
  28. 1d0be5b wayland-drm: constify the callbacks struct by Emil Velikov · 7 years ago
  29. fa6b9be configure.ac: define WL_HIDE_DEPRECATED at global scale by Emil Velikov · 7 years ago
  30. 7343d27 egl/android: Use per surface out fence by Zhongmin Wu · 7 years ago
  31. e013ce8 egl: Allow creation of per surface out fence by Zhongmin Wu · 7 years ago
  32. 0b3fc8f egl: Wrap dri3 surface primitive around dri2 egl surface by Yogesh Marathe · 7 years ago
  33. 14e431b egl+glx: turn LIBGL_DRI3_DISABLE into a boolean by Eric Engestrom · 7 years ago
  34. 5c68ea2 egl+glx: turn LIBGL_ALWAYS_SOFTWARE into a boolean by Eric Engestrom · 7 years ago
  35. c9d449d egl/x11: advertise __DRI_USE_INVALIDATE for DRI2 by Emil Velikov · 7 years ago
  36. f24bc18 egl/x11/dri3: adding missing __DRI_BACKGROUND_CALLABLE extension by Emil Velikov · 7 years ago
  37. 8c9df0d Revert "egl: Allow creation of per surface out fence" by Mark Janes · 7 years ago
  38. 81d5c31 egl/dri2: only destroy created objects by Michael Olbrich · 7 years ago
  39. 13c23b1 egl: Allow creation of per surface out fence by Zhongmin Wu · 7 years ago
  40. 9e07005 egl/wayland: make sure HAS_$FORMAT is set for wl_dmabuf by Emil Velikov · 7 years ago
  41. 293d64e egl/wayland: group wl_win specific code together by Emil Velikov · 7 years ago
  42. 10efd6f egl/wayland: remove dri2_surf width/height double init. by Emil Velikov · 7 years ago
  43. da100fe egl/wayland: set correct format with wl_dmabuf as wl_drm is missing by Emil Velikov · 7 years ago
  44. 6a1b683 egl/wayland: update comment to reflect wl_dmabuf presence by Emil Velikov · 7 years ago
  45. 1a8015e egl/wayland: polish object teardown in dri2_wl_destroy_surface by Emil Velikov · 7 years ago
  46. 8344211 egl/wayland: plug leaks in dri2_wl_create_window_surface() error path by Emil Velikov · 7 years ago
  47. 2f76dff egl: simplify refcounting after screen creation by Emil Velikov · 7 years ago
  48. f0d053c egl: don't NULL deref the .get_capabilities function pointer by Emil Velikov · 7 years ago
  49. cd8ab40 egl/drm: Don't "fall back" to /dev/dri/card0 if the first open fails by Adam Jackson · 7 years ago
  50. 88eb19c Revert "egl/android: add missing include" by Eric Engestrom · 7 years ago
  51. 151188d egl/wayland: Use roundtrips when awaiting buffer release by Kai Chen · 7 years ago
  52. 688d866 egl/android: add missing include by Eric Engestrom · 7 years ago
  53. 640b6e6 egl: deduplicate allocations of local buffer over each platform backend (v2) by Gwan-gyeong Mun · 7 years ago
  54. 4e97084 egl: Fix inclusion of egl.h+mesa_glinterop.h by Matt Turner · 7 years ago
  55. 2db9548 loader_dri3/glx/egl: Optionally use a blit context for blitting operations by Thomas Hellstrom · 7 years ago
  56. 5198e48 loader_dri3/glx/egl: Remove the loader_dri3_vtable get_dri_screen callback by Thomas Hellstrom · 7 years ago
  57. 7d26a52 egl/dri2: Allow modifiers to add FDs to imports by Daniel Stone · 7 years ago
  58. a51be4f egl/drm: rename dri2_drm_create_surface() by Emil Velikov · 7 years ago
  59. 430a80a egl/drm: remove unreachable code in dri2_drm_create_surface() by Emil Velikov · 7 years ago
  60. 794df9a egl/x11: pass NULL instead of XCB_WINDOW_NONE as native_surface by Emil Velikov · 7 years ago
  61. 9c0dad0 egl: Clean up native_type vs drawable mess by Matt Turner · 7 years ago
  62. df8efd5 egl: handle BAD_NATIVE_PIXMAP further up the stack by Emil Velikov · 7 years ago
  63. 92b2368 egl: drop unreachable BAD_NATIVE_WINDOW conditions by Emil Velikov · 7 years ago
  64. 47b06f5 egl: add dri2_setup_swap_interval helper by Emil Velikov · 7 years ago
  65. b65a91e egl/dri2: refactor dri2_query_surface, swrastGetDrawableInfo by Tapani Pälli · 7 years ago
  66. 12181b5 egl/dri2: add image extension such it's usable by swrast driver by Gurchetan Singh · 7 years ago
  67. 9777c42 loader: drop the [gs]et_swap_interval callbacks by Emil Velikov · 7 years ago
  68. c961b67 egl/x11: don't leak xfixes_query in the error path by Emil Velikov · 7 years ago
  69. dd9eb8d egl: check the correct function pointer by Eric Engestrom · 7 years ago
  70. fe2a628 egl/drm: Fix misused x and y offsets in swrast_get_image() by Gwan-gyeong Mun · 7 years ago
  71. 3a5e3aa egl/drm: Fix misused x and y offsets in swrast_put_image2() by Gwan-gyeong Mun · 7 years ago
  72. 991ec1b egl: make platform's SwapInterval() optional by Eric Engestrom · 7 years ago
  73. 97eadb0 loader: remove clamp_swap_interval() by Eric Engestrom · 7 years ago
  74. 2714a8f egl: deduplicate swap interval clamping logic by Eric Engestrom · 7 years ago
  75. be5773f Android: fix compile error for DRI2 loader getCapability by Rob Herring · 7 years ago
  76. 1bf703e dri_interface,egl,gallium: only expose RGBA visuals on Android by Marek Olšák · 7 years ago
  77. dd072cf egl/wayland: Ignore invalid modifiers by Daniel Stone · 7 years ago
  78. 2d5d61b wayland-egl: Make wl_egl_window a versioned struct by Miguel A. Vico · 7 years ago
  79. 3f6cc93 egl/dri2: remove unused buffer_count variable by Gwan-gyeong Mun · 7 years ago
  80. faada25 egl/drm: Format code in platform_drm.c according to style guide. by Gwan-gyeong Mun · 7 years ago
  81. 7c89585 egl/drm: add going out of the loop when the designated buffer is found by Gwan-gyeong Mun · 7 years ago
  82. 02cc359 egl/wayland: Use linux-dmabuf interface for buffers by Daniel Stone · 7 years ago
  83. cfaca57 egl/wayland: Remove duplicate wl_buffer creation code by Daniel Stone · 7 years ago
  84. 6595c69 egl/wayland: Remove more surface specifics from create_wl_buffer by Daniel Stone · 7 years ago
  85. c4a1c7a egl/wayland: Make create_wl_buffer more generic by Daniel Stone · 7 years ago
  86. c7af6d2 egl: Fix predecence problem when setting __DRI_CTX_FLAG_NO_ERROR by Kenneth Graunke · 7 years ago
  87. 4909519 egl: Add EGL_KHR_create_context_no_error support by Grigori Goronzy · 7 years ago
  88. 5295df6 egl/wayland: Use MIN2 for wl_drm version by Daniel Stone · 7 years ago
  89. 4b8ef27 egl/wayland: Fix whitespace damage by Daniel Stone · 7 years ago
  90. 5767102 egl: remove unused err variable by Alejandro Piñeiro · 7 years ago
  91. 4506a74 egl: set KHR_gl_texture_3D_image only when the requirements are met. by Emil Velikov · 7 years ago
  92. 962110f egl: enhance KHR_gl_image extensions checks by Emil Velikov · 7 years ago
  93. a2ae8e6 egl: don't set modifier if no modifiers are available by Emil Velikov · 7 years ago
  94. 81e9592 egl: call _eglError within _eglParseImageAttribList by Emil Velikov · 7 years ago
  95. 9365ff4 egl: move eglCreateDRMImageMESA's malloc later by Emil Velikov · 7 years ago
  96. 0ede0f9 egl: android: Fix potential use of unitialized variable by Tomasz Figa · 7 years ago
  97. a3d98ca Android: use symlinks for driver loading by Rob Herring · 7 years ago
  98. 162c42f egl_dri2: swrastGetDrawableInfo: set *x, *y [v2] by Ben Crocker · 7 years ago
  99. c58af5c egl: fold _eglError() + return EGL_FALSE by Emil Velikov · 7 years ago
  100. d42b095 egl: drop _eglInitImage() return type by Emil Velikov · 7 years ago