1. 21c1c7f wayland: Add copyright notice for wayland-egl.c by Kristian Høgsberg Kristensen · 9 years ago
  2. a1ac742 egl/dri2: don't leak the fd on dri2_terminate by Emil Velikov · 9 years ago
  3. bd5bcb5 egl/dri2/drm: compact existing device mgmt by Emil Velikov · 9 years ago
  4. e4f0d26 egl/dri2: Close file descriptor on error. by Matt Turner · 9 years ago
  5. 63c4b7e egl_dri2: Add support for EGL_KHR_create_contest when using swrast by Boyan Ding · 9 years ago
  6. 6345d2d egl_dri2: Use createContextAttribs if swrast version >= 3 by Boyan Ding · 9 years ago
  7. b9ea608 egl_dri2: Move filling context_attrib array in a separate function by Boyan Ding · 9 years ago
  8. 8fafb0a mesa: Fix warning about static being in the wrong place by Ian Romanick · 9 years ago
  9. 5abbd1c egl: scons: fix the haiku build, do not build the dri2 backend by Alexander von Gluck IV · 9 years ago
  10. d7bafca egl/wayland: define set_cloexec_or_close only when mkostemp is not present by Boyan Ding · 9 years ago
  11. 4864977 mesa/egl: Resolve GCC sign-compare warning. by Rhys Kidd · 9 years ago
  12. d9603be egl: improve attribute checking for eglCreateContext by Frank Binns · 9 years ago
  13. 21b2c6f egl: don't allow eglGetConfigs to set num_configs param to a negative value by Frank Binns · 9 years ago
  14. 9a4eae6 egl/x11: don't abort when creating a DRI2 drawable fails by Frank Binns · 9 years ago
  15. 3b491cb egl/x11: set EGL_BAD_NATIVE_(PIXMAP|WINDOW) for invalid pixmaps/windows by Frank Binns · 9 years ago
  16. 2900e8c egl/x11: fix use of EGL_BAD_NATIVE_WINDOW by Frank Binns · 9 years ago
  17. 27141f9 egl/x11: Fix driver_name acquisition by Boyan Ding · 9 years ago
  18. ba65196 egl/dri2: Fix include path of u_atomic.h introduced e7e29189 by Alexander von Gluck IV · 9 years ago
  19. 6de9a03 egl/x11: don't crash if dri2_dpy->conn is NULL by Emil Velikov · 9 years ago
  20. 2c7b6cf egl/x11: auth with xserver before attempting to open the dri module by Emil Velikov · 9 years ago
  21. 45e110b egl/x11: trust our loader over the xserver for the drivername by Emil Velikov · 9 years ago
  22. faf0f81 egl/x11: open the device from within dri2_x11_connect() by Emil Velikov · 9 years ago
  23. beddb0a egl/x11: fetch the device_name prior to driver_name by Emil Velikov · 9 years ago
  24. bf66988 egl/x11: remove dri2_dpy->conn checks by Emil Velikov · 9 years ago
  25. 60e9c35 egl/x11: bail out if we cannot fetch the xcb connection by Emil Velikov · 9 years ago
  26. b2c5986 egl: Add eglQuerySurface surface type check for EGL_LARGEST_PBUFFER attrib by Frank Binns · 9 years ago
  27. cfc3200 egl/dri: Add error info needed for EGL_EXT_image_dma_buf_import extension by Frank Binns · 9 years ago
  28. 175d975 egl/wayland: use drmGetNodeTypeFromFd helper instead of opencoding it by Emil Velikov · 9 years ago
  29. 5567494 egl/wayland: use designated initializers by Emil Velikov · 9 years ago
  30. 720125f egl: remove ifdef $(egl_extension) compile guards by Emil Velikov · 9 years ago
  31. fa109d0 egl/wayland: libdrm is a hard requirement, treat it as such by Emil Velikov · 9 years ago
  32. 57c670a egl: consolidate ifdef HAVE_LIBDRM blocks by Emil Velikov · 9 years ago
  33. fd865d5 egl: Add support for DRM_FORMAT_R8, RG88, and GR88 by Chad Versace · 9 years ago
  34. 4f57ccd egl,dri_interface: use DRI2rendererQueryExtension to enable 3D textures & sRGB by Marek Olšák · 9 years ago
  35. c2c2e9a egl: implement EGL_KHR_gl_colorspace (v2) by Marek Olšák · 9 years ago
  36. 461b4b1 egl: android: remove DRM_GRALLOC_TOP hack by Emil Velikov · 9 years ago
  37. e2ef659 egl: remove old makefile.sources by Emil Velikov · 9 years ago
  38. 1040a86 android: rework the EGL build by Emil Velikov · 9 years ago
  39. e7e2918 scons: rework the EGL build by Emil Velikov · 9 years ago
  40. e342039 automake: rework the EGL build by Emil Velikov · 9 years ago
  41. 8e5e18a egl: automake: remove unused HAVE_XCB_DRI2 define by Emil Velikov · 9 years ago
  42. a120280 egl: remove unused _EGL_DRIVER_SEARCH_DIR define by Emil Velikov · 9 years ago
  43. 0b91585 egl/haiku: remove unused DEFAULT_DRIVER_DIR define by Emil Velikov · 9 years ago
  44. c17e017 egl: remove final Windows specific workaround by Emil Velikov · 9 years ago
  45. 3593f37 egl: remove custom string functions by Emil Velikov · 9 years ago
  46. d628795 egl: remove _EGL_PLATFORM_WINDOWS enum by Emil Velikov · 9 years ago
  47. 32debea egl: remove final references of platform_null by Emil Velikov · 9 years ago
  48. dc1ece3 egl: remove flatten HAVE_SHARED_GLAPI by Emil Velikov · 9 years ago
  49. 7867463 egl: remove the non-haiku scons build by Emil Velikov · 9 years ago
  50. e27ea99 egl/dri2: load libglapi.0.dylib on osx by Julien Isorce · 9 years ago
  51. 32aa1d7 egl: sort extension lists alphabetically by Marek Olšák · 9 years ago
  52. b193f2b egl: implement EGL_KHR_gl_texture_3D_image by Anatoli Antonovitch · 9 years ago
  53. af2aea4 egl/x11: handle when invalid drawable is passed in create_surface by Emil Velikov · 9 years ago
  54. 4ea5223 egl/wayland: cleanup dri2_wl_create_surface error path by Emil Velikov · 9 years ago
  55. 0afa633 egl/wayland: handle NULL native_window in create_surface by Emil Velikov · 9 years ago
  56. 6098ef8 egl/drm: plug memory leak by Emil Velikov · 9 years ago
  57. e22e0de egl/haiku: fix Mesa build under Haiku by Alexander von Gluck IV · 9 years ago
  58. 052b3d4 egl_dri2: Remove trailing whitespaces by Boyan Ding · 9 years ago
  59. 3fa9bb8 egl/x11: Remove duplicate call to dri2_x11_add_configs_for_visuals by Boyan Ding · 9 years ago
  60. 59f8d4e android: egl: do not link against libglapi by Emil Velikov · 9 years ago
  61. 4f8f790 egl: Use the loader_open_device() helper to do open with CLOEXEC by Derek Foreman · 9 years ago
  62. aaac913 egl/drm: Duplicate fd with F_DUPFD_CLOEXEC to prevent leak by Derek Foreman · 9 years ago
  63. 997fc80 egl/x11: Set version of swrastLoader to 2 by Boyan Ding · 9 years ago
  64. 6b8accb egl/dri2: implement platform_surfaceless by Haixia Shi · 9 years ago
  65. 932d161 egl: Drop check for driver != NULL. by Eric Anholt · 9 years ago
  66. 71aaf62 egl/dri2: Fix Android Lollipop build on ARM. by Eric Anholt · 9 years ago
  67. 0e55db3 egl/haiku: coding style fixes by Emil Velikov · 9 years ago
  68. b0f33e9 egl/haiku: plug some obvious memory leaks by Emil Velikov · 9 years ago
  69. e77a32f egl/haiku: minor surface management cleanups by Emil Velikov · 9 years ago
  70. d38a80b egl/haiku: kill off haiku_log() by Emil Velikov · 9 years ago
  71. 667fe2f egl/haiku: we don't use src/loader, drop all the references to it by Emil Velikov · 9 years ago
  72. d0af283 egl/haiku: remove unused variables in struct haiku_egl_driver by Emil Velikov · 9 years ago
  73. 46f87b2 egl/haiku: handle memory allocation failure by Emil Velikov · 9 years ago
  74. ed9dcdf egl/haiku: use CALL/TRACE/ERROR over _eglLog() for haiku specifics by Emil Velikov · 9 years ago
  75. 0b652fe egl/haiku: remove commented out code by Emil Velikov · 9 years ago
  76. c3036f4 egl/haiku: use correct version variable by Emil Velikov · 9 years ago
  77. c3b5afb android: try to load gallium_dri.so directly by Chih-Wei Huang · 9 years ago
  78. ac296ae android: Depend on gallium_dri from EGL, instead of linking in gallium. by Chih-Wei Huang · 9 years ago
  79. b8213bb android: loader: export the path to be included by Chih-Wei Huang · 9 years ago
  80. a1cb407 egl: expose EGL 1.5 if all requirements are met by Marek Olšák · 9 years ago
  81. 51c8c66 egl: return correct invalid-type error from eglCreateSync by Marek Olšák · 9 years ago
  82. 820a4d4 egl: add new platform functions (v2) by Marek Olšák · 9 years ago
  83. 515f04e egl: add eglCreateImage (v2) by Marek Olšák · 9 years ago
  84. 1e79e05 egl: add eglGetSyncAttrib (v2) by Marek Olšák · 9 years ago
  85. 7524592 egl: add eglWaitSync by Marek Olšák · 9 years ago
  86. 2885ba0 egl: add EGL 1.5 functions that don't need any changes from extensions by Marek Olšák · 9 years ago
  87. d333d30 egl: use EGL 1.5 types without suffixes by Marek Olšák · 9 years ago
  88. 706466f egl: add context attribs from EGL 1.5 by Marek Olšák · 9 years ago
  89. f9f8944 egl: fix setting context flags by Marek Olšák · 9 years ago
  90. 0e4b564 egl: combine VersionMajor and VersionMinor into one variable by Marek Olšák · 9 years ago
  91. efda9c5 egl: set the EGL version in common code by Marek Olšák · 9 years ago
  92. 3a83ade egl: remove unused _egl_global::ClientExtensions by Marek Olšák · 9 years ago
  93. 54070a9 egl/dri2: silence uninitialized variable warnings by Brian Paul · 9 years ago
  94. 0c4eef6 egl: remove remaining EGL_MESA_copy_context skeleton by Emil Velikov · 9 years ago
  95. 448e01b egl/main: fix EGL_KHR_get_all_proc_addresses by Emil Velikov · 9 years ago
  96. ffc94e3 egl: more define fixes for EGL_MESA_image_dma_buf_export by Marc-André Lureau · 9 years ago
  97. e3cc5ad egl/main: expose only core EGL functions statically by Emil Velikov · 9 years ago
  98. 9790988 egl/main: Update README.txt by Emil Velikov · 9 years ago
  99. 1fac38e egl/main: cleanup function prototypes by Emil Velikov · 9 years ago
  100. 209360b egl/main: drop support for external egl drivers by Emil Velikov · 9 years ago