1. 665cad1 egl/dri2: annotate dri2_extension_match instances as const data by Emil Velikov · 8 years ago
  2. 3948ad8 egl/dri2: use dri2_bind_extensions to manage the optional extensions by Emil Velikov · 8 years ago
  3. 38526bd egl/dri2: add support for optional extensions in dri2_bind_extensions() by Emil Velikov · 8 years ago
  4. ebc68e3 egl/dri2: coding style cleanup by Emil Velikov · 8 years ago
  5. f871946 egl/dri2: rework dri2_egl_display::extensions storage by Emil Velikov · 8 years ago
  6. 6757198 egl/dri2: rework dri2_make_current code flow by Emil Velikov · 8 years ago
  7. 07690a2 egl/dri2: drop NULL checks prior to dri2_destroy_surface by Emil Velikov · 8 years ago
  8. 8cf83f9 egl/dri2: call static functions directly, not via _EGLDriver::API by Emil Velikov · 8 years ago
  9. 532ec2e egl/dri2: use dri2_egl_display inline wrapper where possible by Emil Velikov · 8 years ago
  10. d6dcf3b egl/dri2: bail out on NULL dpy in dri2_display_release() by Emil Velikov · 8 years ago
  11. 8fb9ea4 egl/dri2: move surface refcounting out of the platform code by Emil Velikov · 8 years ago
  12. 02f1158 egl/dri2: coding style fix by Emil Velikov · 8 years ago
  13. 7a9c92d egl/dri2: non-shared glapi cleanups by Emil Velikov · 8 years ago
  14. b349c11 egl/dri2: glFlush is not optional, treat it as such by Emil Velikov · 8 years ago
  15. 8044885 egl: Unify the EGLint/EGLAttrib paths in eglCreateSync* (v3) by Chad Versace · 8 years ago
  16. 4d6d55d egl: stop claiming support for pbuffer + msaa by Tapani Pälli · 8 years ago
  17. 9e8de86 egl: return corresponding offset of EGLImage instead of 0. by Chuanbo Weng · 8 years ago
  18. d9f5b19 egl: Rename MESA_configless_context bit to KHR_no_config_context by Adam Jackson · 8 years ago
  19. d6f669b egl: only store device name when Wayland support is built by Frank Binns · 8 years ago
  20. 03eaa6c egl/dri2: check if the EGL API is valid before adding it to ClientAPIs by Emil Velikov · 8 years ago
  21. 4f3f8bb egl/dri2: dri2_initialize: Do not reference-count TestOnly display by Nicolas Boichat · 8 years ago
  22. c6e97aa egl/dri2: remove error checks on return values from mtx_lock and cnd_wait by Dongwon Kim · 8 years ago
  23. 78e3cea egl/dri2: dri2_make_current: Release previous context's display by Nicolas Boichat · 8 years ago
  24. a7c6993 egl: android: query native window default width and height (v2) by Haixia Shi · 8 years ago
  25. 9ee683f egl/dri2: Add reference count for dri2_egl_display by Nicolas Boichat · 8 years ago
  26. 9bebef4 egl/dri2: dri2_make_current: Set EGL error if bindContext fails by Nicolas Boichat · 8 years ago
  27. 5d30386 Use correct names for dlopen()ed files on Cygwin by Yaakov Selkowitz · 8 years ago
  28. 13faddb mesa_glinterop: remove mesa_glinterop typedefs by Emil Velikov · 8 years ago
  29. e384d75 mesa_glinterop: make GL interop version field bidirectional by Emil Velikov · 8 years ago
  30. 38ef6f5 egl: android: directly use dri2_create_image_dma_buf() by Emil Velikov · 8 years ago
  31. 53f64a8 egl/dri2: Don't check return result of mtx_unlock(). by Matt Turner · 8 years ago
  32. b6eda70 egl: implement EGL part of interop interface (v2) by Marek Olšák · 9 years ago
  33. 7029947 egl: add EGL_KHR_reusable_sync to egl_dri by Dongwon Kim · 8 years ago
  34. 54702c2 egl/dri2: expose srgb configs when KHR_gl_colorspace is available by Emil Velikov · 9 years ago
  35. 4518eea egl: make it clear which platform x11 backend is being used (dri2 or 3) by Martin Peres · 9 years ago
  36. f35198b egl/x11: Implement dri3 support with loader's dri3 helper by Boyan Ding · 9 years ago
  37. a25df54 egl_dri2: Add a function to let platform code return dri drawable from _EGLSurface by Boyan Ding · 9 years ago
  38. 164c827 egl/dri2: Properly dereference array. by Matt Turner · 9 years ago
  39. 858f2f2 egl/dri2: ease srgb __DRIconfig conditionals by Emil Velikov · 9 years ago
  40. deb1765 egl: move memcpy to bring conf->base operations together by Varad Gautam · 9 years ago
  41. f988eff egl: restore surface type before linking config to its display by Varad Gautam · 9 years ago
  42. 18123a7 egl/dri2: don't require a context for ClientWaitSync (v2) by Marek Olšák · 9 years ago
  43. a1ac742 egl/dri2: don't leak the fd on dri2_terminate by Emil Velikov · 9 years ago
  44. 63c4b7e egl_dri2: Add support for EGL_KHR_create_contest when using swrast by Boyan Ding · 9 years ago
  45. 6345d2d egl_dri2: Use createContextAttribs if swrast version >= 3 by Boyan Ding · 9 years ago
  46. b9ea608 egl_dri2: Move filling context_attrib array in a separate function by Boyan Ding · 9 years ago
  47. ba65196 egl/dri2: Fix include path of u_atomic.h introduced e7e29189 by Alexander von Gluck IV · 9 years ago
  48. cfc3200 egl/dri: Add error info needed for EGL_EXT_image_dma_buf_import extension by Frank Binns · 9 years ago
  49. fa109d0 egl/wayland: libdrm is a hard requirement, treat it as such by Emil Velikov · 9 years ago
  50. 57c670a egl: consolidate ifdef HAVE_LIBDRM blocks by Emil Velikov · 9 years ago
  51. fd865d5 egl: Add support for DRM_FORMAT_R8, RG88, and GR88 by Chad Versace · 9 years ago
  52. 4f57ccd egl,dri_interface: use DRI2rendererQueryExtension to enable 3D textures & sRGB by Marek Olšák · 9 years ago
  53. c2c2e9a egl: implement EGL_KHR_gl_colorspace (v2) by Marek Olšák · 9 years ago
  54. dc1ece3 egl: remove flatten HAVE_SHARED_GLAPI by Emil Velikov · 9 years ago
  55. e27ea99 egl/dri2: load libglapi.0.dylib on osx by Julien Isorce · 9 years ago
  56. b193f2b egl: implement EGL_KHR_gl_texture_3D_image by Anatoli Antonovitch · 9 years ago
  57. 052b3d4 egl_dri2: Remove trailing whitespaces by Boyan Ding · 9 years ago
  58. 6b8accb egl/dri2: implement platform_surfaceless by Haixia Shi · 9 years ago
  59. 932d161 egl: Drop check for driver != NULL. by Eric Anholt · 9 years ago
  60. c3b5afb android: try to load gallium_dri.so directly by Chih-Wei Huang · 9 years ago
  61. d333d30 egl: use EGL 1.5 types without suffixes by Marek Olšák · 9 years ago
  62. 54070a9 egl/dri2: silence uninitialized variable warnings by Brian Paul · 9 years ago
  63. 13fa84e egl/swrast: Enable config extension for swrast by Axel Davy · 9 years ago
  64. cdcfe48 egl/wayland: Implement swrast support by Axel Davy · 9 years ago
  65. 6aaf09b egl/wayland: properly destroy wayland objects by Axel Davy · 9 years ago
  66. a6bfdd7 egl/dri2: Fix codestyle in a comment by Chad Versace · 9 years ago
  67. b0f410a egl/dri2: Check return value of __DRI2fence::create_fence() by Chad Versace · 9 years ago
  68. b5045e2 egl: image_dma_buf_export - use KHR 64-bit type by Dave Airlie · 9 years ago
  69. 290a3eb egl/dri2: implement EGL_KHR_cl_event2 (v2) by Marek Olšák · 9 years ago
  70. a8617cc egl/dri2: implement EGL_KHR_wait_sync by Marek Olšák · 9 years ago
  71. 9a0bda2 egl/dri2: implement EGL_KHR_fence_sync by Marek Olšák · 9 years ago
  72. 396cbab egl/dri: don't expose configs with an accumulation buffer by Marek Olšák · 9 years ago
  73. 8f7338f egl: add initial EGL_MESA_image_dma_buf_export v2.4 by Dave Airlie · 11 years ago
  74. bf0e4d2 egl/drivers: include stdint.h where needed by Emil Velikov · 10 years ago
  75. 63986f9 egl: Soften several HAVE_DRM_PLATFORM to HAVE_LIBDRM by Axel Davy · 10 years ago
  76. 70e8ccc egl: Inform the client API when ancillary buffers may become undefined. by Eric Anholt · 10 years ago
  77. 0b4a688 egl/dri2: Log a warning if no platforms are enabled. by Matt Turner · 10 years ago
  78. 8ed08e6 egl_dri2: add a note about dri2_create_screen by Emil Velikov · 10 years ago
  79. 38cec03 egl_dri2: fix double free on drm platforms by Emil Velikov · 10 years ago
  80. ba0bb42 egl_dri2: do not leak dri2_dpy->driver_configs by Emil Velikov · 10 years ago
  81. 1f4bc0c egl: don't exit process on initialization failure by Ilia Mirkin · 10 years ago
  82. 08264e5 egl_dri2: fix EXT_image_dma_buf_import fds by Pekka Paalanen · 10 years ago
  83. e57ad3d dri: Add a new capabilities for drivers that can't share buffers by Giovanni Campagna · 10 years ago
  84. 6ac5adc egl: Remove unused variable dri_driver_path. by Matt Turner · 10 years ago
  85. 5cb1cad egl/dri2: do not leak dri2_dpy->driver_name by Emil Velikov · 10 years ago
  86. 6638c55 egl_dri2: fix wayland_platform when drm_platform is not set by Emil Velikov · 10 years ago
  87. c524f3e egl: Add EGL_CHROMIUM_sync_control extension. by Sarah Sharp · 10 years ago
  88. a3e78ba egl_dri2: cleanup memory leak in dri2_create_context() by Emil Velikov · 10 years ago
  89. 5f280d0 egl_dri: rework dri extension handling by Emil Velikov · 11 years ago
  90. 9b42fd1 dri_interface: Update __DRItexBufferExtensionRec to version 3 by Emil Velikov · 11 years ago
  91. 1786030 egl: Protect use of gbm_dri with ifdef HAVE_DRM_PLATFORM by Ander Conselvan de Oliveira · 10 years ago
  92. 0295953 egl/dri2: don't require libudev to build drm/wayland platforms by Jonathan Gray · 10 years ago
  93. 6d1f83e egl/main: Stop using EGLNative types internally by Chad Versace · 11 years ago
  94. eef68a9 egl/dri2: Dispatch eglCreateImageKHR by display, not driver by Chad Versace · 11 years ago
  95. eadd5e0 egl/dri2: Dispatch eglCreateWaylandBufferFromImageWL by display, not driver by Chad Versace · 11 years ago
  96. f506ef6 egl/dri2: Consolidate eglTerminate by Chad Versace · 11 years ago
  97. 688a0e8 egl/dri2: Dispatch eglPostSubBufferNV by display, not driver by Chad Versace · 11 years ago
  98. 75d398e egl/dri2: Dispatch eglSwapBuffersRegionNOK by display, not driver by Chad Versace · 11 years ago
  99. bc2cbc0 egl/dri2: Dispatch eglCopyBuffers by display, not driver by Chad Versace · 11 years ago
  100. 3fdfbd2 egl/dri2: Dispatch API.QueryBufferAge by display, not driver by Chad Versace · 11 years ago