1. 8949edf Android: clean-up and fix DRI module path handling by Rob Herring · 9 years ago
  2. d085a5d egl/wayland: Try to use wl_surface.damage_buffer for SwapBuffersWithDamage by Derek Foreman · 9 years ago
  3. e6f1a44d egl_dri2: set correct error code if swapbuffers fails by Daniel Czarnowski · 9 years ago
  4. d1e1563 egl: move Null check to eglGetSyncAttribKHR to prevent Segfault by Dongwon Kim · 9 years ago
  5. 7efc273 Android: enable building on arm64 by Rob Herring · 9 years ago
  6. ba06ea1 egl: android: clean-up config attribute setting by Rob Herring · 9 years ago
  7. e35c5af egl: android: fix visuals declaration by Varad Gautam · 9 years ago
  8. 5d87a7c egl_dri2: NULL check for xcb_dri2_get_buffers_reply() by Daniel Czarnowski · 9 years ago
  9. 54702c2 egl/dri2: expose srgb configs when KHR_gl_colorspace is available by Emil Velikov · 9 years ago
  10. 8fdb548 egl: don't forget to ship platform_x11_dri3.h into the tarball by Emil Velikov · 9 years ago
  11. 166314d automake: egl: add symbols test by Emil Velikov · 9 years ago
  12. 4518eea egl: make it clear which platform x11 backend is being used (dri2 or 3) by Martin Peres · 9 years ago
  13. fcdc798 egl/x11_dri3: Implement EGL_KHR_image_pixmap by Boyan Ding · 9 years ago
  14. f35198b egl/x11: Implement dri3 support with loader's dri3 helper by Boyan Ding · 9 years ago
  15. a25df54 egl_dri2: Add a function to let platform code return dri drawable from _EGLSurface by Boyan Ding · 9 years ago
  16. d1314de egl/wayland: Ignore rects from SwapBuffersWithDamage by Daniel Stone · 9 years ago
  17. 164c827 egl/dri2: Properly dereference array. by Matt Turner · 9 years ago
  18. 4ea5ed9 egl/dri2: enable EGL_KHR_gl_colorspace for swrast by Emil Velikov · 9 years ago
  19. 858f2f2 egl/dri2: ease srgb __DRIconfig conditionals by Emil Velikov · 9 years ago
  20. deb1765 egl: move memcpy to bring conf->base operations together by Varad Gautam · 9 years ago
  21. f988eff egl: restore surface type before linking config to its display by Varad Gautam · 9 years ago
  22. 18123a7 egl/dri2: don't require a context for ClientWaitSync (v2) by Marek Olšák · 9 years ago
  23. 11cabc4 egl: rework handling EGL_CONTEXT_FLAGS by Matthew Waters · 9 years ago
  24. 7cdd818 egl: Fix missing Haiku include path by Alexander von Gluck IV · 9 years ago
  25. 21c1c7f wayland: Add copyright notice for wayland-egl.c by Kristian Høgsberg Kristensen · 9 years ago
  26. a1ac742 egl/dri2: don't leak the fd on dri2_terminate by Emil Velikov · 9 years ago
  27. bd5bcb5 egl/dri2/drm: compact existing device mgmt by Emil Velikov · 9 years ago
  28. e4f0d26 egl/dri2: Close file descriptor on error. by Matt Turner · 9 years ago
  29. 63c4b7e egl_dri2: Add support for EGL_KHR_create_contest when using swrast by Boyan Ding · 9 years ago
  30. 6345d2d egl_dri2: Use createContextAttribs if swrast version >= 3 by Boyan Ding · 9 years ago
  31. b9ea608 egl_dri2: Move filling context_attrib array in a separate function by Boyan Ding · 9 years ago
  32. 8fafb0a mesa: Fix warning about static being in the wrong place by Ian Romanick · 9 years ago
  33. 5abbd1c egl: scons: fix the haiku build, do not build the dri2 backend by Alexander von Gluck IV · 9 years ago
  34. d7bafca egl/wayland: define set_cloexec_or_close only when mkostemp is not present by Boyan Ding · 9 years ago
  35. 4864977 mesa/egl: Resolve GCC sign-compare warning. by Rhys Kidd · 9 years ago
  36. d9603be egl: improve attribute checking for eglCreateContext by Frank Binns · 9 years ago
  37. 21b2c6f egl: don't allow eglGetConfigs to set num_configs param to a negative value by Frank Binns · 9 years ago
  38. 9a4eae6 egl/x11: don't abort when creating a DRI2 drawable fails by Frank Binns · 9 years ago
  39. 3b491cb egl/x11: set EGL_BAD_NATIVE_(PIXMAP|WINDOW) for invalid pixmaps/windows by Frank Binns · 9 years ago
  40. 2900e8c egl/x11: fix use of EGL_BAD_NATIVE_WINDOW by Frank Binns · 9 years ago
  41. 27141f9 egl/x11: Fix driver_name acquisition by Boyan Ding · 9 years ago
  42. ba65196 egl/dri2: Fix include path of u_atomic.h introduced e7e29189 by Alexander von Gluck IV · 9 years ago
  43. 6de9a03 egl/x11: don't crash if dri2_dpy->conn is NULL by Emil Velikov · 9 years ago
  44. 2c7b6cf egl/x11: auth with xserver before attempting to open the dri module by Emil Velikov · 9 years ago
  45. 45e110b egl/x11: trust our loader over the xserver for the drivername by Emil Velikov · 9 years ago
  46. faf0f81 egl/x11: open the device from within dri2_x11_connect() by Emil Velikov · 9 years ago
  47. beddb0a egl/x11: fetch the device_name prior to driver_name by Emil Velikov · 9 years ago
  48. bf66988 egl/x11: remove dri2_dpy->conn checks by Emil Velikov · 9 years ago
  49. 60e9c35 egl/x11: bail out if we cannot fetch the xcb connection by Emil Velikov · 9 years ago
  50. b2c5986 egl: Add eglQuerySurface surface type check for EGL_LARGEST_PBUFFER attrib by Frank Binns · 9 years ago
  51. cfc3200 egl/dri: Add error info needed for EGL_EXT_image_dma_buf_import extension by Frank Binns · 9 years ago
  52. 175d975 egl/wayland: use drmGetNodeTypeFromFd helper instead of opencoding it by Emil Velikov · 9 years ago
  53. 5567494 egl/wayland: use designated initializers by Emil Velikov · 9 years ago
  54. 720125f egl: remove ifdef $(egl_extension) compile guards by Emil Velikov · 9 years ago
  55. fa109d0 egl/wayland: libdrm is a hard requirement, treat it as such by Emil Velikov · 9 years ago
  56. 57c670a egl: consolidate ifdef HAVE_LIBDRM blocks by Emil Velikov · 9 years ago
  57. fd865d5 egl: Add support for DRM_FORMAT_R8, RG88, and GR88 by Chad Versace · 9 years ago
  58. 4f57ccd egl,dri_interface: use DRI2rendererQueryExtension to enable 3D textures & sRGB by Marek Olšák · 9 years ago
  59. c2c2e9a egl: implement EGL_KHR_gl_colorspace (v2) by Marek Olšák · 9 years ago
  60. 461b4b1 egl: android: remove DRM_GRALLOC_TOP hack by Emil Velikov · 9 years ago
  61. e2ef659 egl: remove old makefile.sources by Emil Velikov · 9 years ago
  62. 1040a86 android: rework the EGL build by Emil Velikov · 9 years ago
  63. e7e2918 scons: rework the EGL build by Emil Velikov · 9 years ago
  64. e342039 automake: rework the EGL build by Emil Velikov · 9 years ago
  65. 8e5e18a egl: automake: remove unused HAVE_XCB_DRI2 define by Emil Velikov · 9 years ago
  66. a120280 egl: remove unused _EGL_DRIVER_SEARCH_DIR define by Emil Velikov · 9 years ago
  67. 0b91585 egl/haiku: remove unused DEFAULT_DRIVER_DIR define by Emil Velikov · 9 years ago
  68. c17e017 egl: remove final Windows specific workaround by Emil Velikov · 9 years ago
  69. 3593f37 egl: remove custom string functions by Emil Velikov · 9 years ago
  70. d628795 egl: remove _EGL_PLATFORM_WINDOWS enum by Emil Velikov · 9 years ago
  71. 32debea egl: remove final references of platform_null by Emil Velikov · 9 years ago
  72. dc1ece3 egl: remove flatten HAVE_SHARED_GLAPI by Emil Velikov · 9 years ago
  73. 7867463 egl: remove the non-haiku scons build by Emil Velikov · 9 years ago
  74. e27ea99 egl/dri2: load libglapi.0.dylib on osx by Julien Isorce · 9 years ago
  75. 32aa1d7 egl: sort extension lists alphabetically by Marek Olšák · 9 years ago
  76. b193f2b egl: implement EGL_KHR_gl_texture_3D_image by Anatoli Antonovitch · 9 years ago
  77. af2aea4 egl/x11: handle when invalid drawable is passed in create_surface by Emil Velikov · 9 years ago
  78. 4ea5223 egl/wayland: cleanup dri2_wl_create_surface error path by Emil Velikov · 9 years ago
  79. 0afa633 egl/wayland: handle NULL native_window in create_surface by Emil Velikov · 9 years ago
  80. 6098ef8 egl/drm: plug memory leak by Emil Velikov · 9 years ago
  81. e22e0de egl/haiku: fix Mesa build under Haiku by Alexander von Gluck IV · 9 years ago
  82. 052b3d4 egl_dri2: Remove trailing whitespaces by Boyan Ding · 9 years ago
  83. 3fa9bb8 egl/x11: Remove duplicate call to dri2_x11_add_configs_for_visuals by Boyan Ding · 9 years ago
  84. 59f8d4e android: egl: do not link against libglapi by Emil Velikov · 9 years ago
  85. 4f8f790 egl: Use the loader_open_device() helper to do open with CLOEXEC by Derek Foreman · 9 years ago
  86. aaac913 egl/drm: Duplicate fd with F_DUPFD_CLOEXEC to prevent leak by Derek Foreman · 9 years ago
  87. 997fc80 egl/x11: Set version of swrastLoader to 2 by Boyan Ding · 9 years ago
  88. 6b8accb egl/dri2: implement platform_surfaceless by Haixia Shi · 9 years ago
  89. 932d161 egl: Drop check for driver != NULL. by Eric Anholt · 9 years ago
  90. 71aaf62 egl/dri2: Fix Android Lollipop build on ARM. by Eric Anholt · 9 years ago
  91. 0e55db3 egl/haiku: coding style fixes by Emil Velikov · 9 years ago
  92. b0f33e9 egl/haiku: plug some obvious memory leaks by Emil Velikov · 9 years ago
  93. e77a32f egl/haiku: minor surface management cleanups by Emil Velikov · 9 years ago
  94. d38a80b egl/haiku: kill off haiku_log() by Emil Velikov · 9 years ago
  95. 667fe2f egl/haiku: we don't use src/loader, drop all the references to it by Emil Velikov · 9 years ago
  96. d0af283 egl/haiku: remove unused variables in struct haiku_egl_driver by Emil Velikov · 9 years ago
  97. 46f87b2 egl/haiku: handle memory allocation failure by Emil Velikov · 9 years ago
  98. ed9dcdf egl/haiku: use CALL/TRACE/ERROR over _eglLog() for haiku specifics by Emil Velikov · 9 years ago
  99. 0b652fe egl/haiku: remove commented out code by Emil Velikov · 9 years ago
  100. c3036f4 egl/haiku: use correct version variable by Emil Velikov · 9 years ago