1. 6b8accb egl/dri2: implement platform_surfaceless by Haixia Shi · 9 years ago
  2. 932d161 egl: Drop check for driver != NULL. by Eric Anholt · 9 years ago
  3. c3b5afb android: try to load gallium_dri.so directly by Chih-Wei Huang · 9 years ago
  4. d333d30 egl: use EGL 1.5 types without suffixes by Marek Olšák · 9 years ago
  5. 54070a9 egl/dri2: silence uninitialized variable warnings by Brian Paul · 9 years ago
  6. 13fa84e egl/swrast: Enable config extension for swrast by Axel Davy · 9 years ago
  7. cdcfe48 egl/wayland: Implement swrast support by Axel Davy · 9 years ago
  8. 6aaf09b egl/wayland: properly destroy wayland objects by Axel Davy · 9 years ago
  9. a6bfdd7 egl/dri2: Fix codestyle in a comment by Chad Versace · 9 years ago
  10. b0f410a egl/dri2: Check return value of __DRI2fence::create_fence() by Chad Versace · 9 years ago
  11. b5045e2 egl: image_dma_buf_export - use KHR 64-bit type by Dave Airlie · 9 years ago
  12. 290a3eb egl/dri2: implement EGL_KHR_cl_event2 (v2) by Marek Olšák · 9 years ago
  13. a8617cc egl/dri2: implement EGL_KHR_wait_sync by Marek Olšák · 9 years ago
  14. 9a0bda2 egl/dri2: implement EGL_KHR_fence_sync by Marek Olšák · 9 years ago
  15. 396cbab egl/dri: don't expose configs with an accumulation buffer by Marek Olšák · 9 years ago
  16. 8f7338f egl: add initial EGL_MESA_image_dma_buf_export v2.4 by Dave Airlie · 11 years ago
  17. bf0e4d2 egl/drivers: include stdint.h where needed by Emil Velikov · 10 years ago
  18. 63986f9 egl: Soften several HAVE_DRM_PLATFORM to HAVE_LIBDRM by Axel Davy · 10 years ago
  19. 70e8ccc egl: Inform the client API when ancillary buffers may become undefined. by Eric Anholt · 10 years ago
  20. 0b4a688 egl/dri2: Log a warning if no platforms are enabled. by Matt Turner · 10 years ago
  21. 8ed08e6 egl_dri2: add a note about dri2_create_screen by Emil Velikov · 10 years ago
  22. 38cec03 egl_dri2: fix double free on drm platforms by Emil Velikov · 10 years ago
  23. ba0bb42 egl_dri2: do not leak dri2_dpy->driver_configs by Emil Velikov · 10 years ago
  24. 1f4bc0c egl: don't exit process on initialization failure by Ilia Mirkin · 10 years ago
  25. 08264e5 egl_dri2: fix EXT_image_dma_buf_import fds by Pekka Paalanen · 10 years ago
  26. e57ad3d dri: Add a new capabilities for drivers that can't share buffers by Giovanni Campagna · 10 years ago
  27. 6ac5adc egl: Remove unused variable dri_driver_path. by Matt Turner · 10 years ago
  28. 5cb1cad egl/dri2: do not leak dri2_dpy->driver_name by Emil Velikov · 10 years ago
  29. 6638c55 egl_dri2: fix wayland_platform when drm_platform is not set by Emil Velikov · 10 years ago
  30. c524f3e egl: Add EGL_CHROMIUM_sync_control extension. by Sarah Sharp · 10 years ago
  31. a3e78ba egl_dri2: cleanup memory leak in dri2_create_context() by Emil Velikov · 10 years ago
  32. 5f280d0 egl_dri: rework dri extension handling by Emil Velikov · 11 years ago
  33. 9b42fd1 dri_interface: Update __DRItexBufferExtensionRec to version 3 by Emil Velikov · 11 years ago
  34. 1786030 egl: Protect use of gbm_dri with ifdef HAVE_DRM_PLATFORM by Ander Conselvan de Oliveira · 10 years ago
  35. 0295953 egl/dri2: don't require libudev to build drm/wayland platforms by Jonathan Gray · 10 years ago
  36. 6d1f83e egl/main: Stop using EGLNative types internally by Chad Versace · 11 years ago
  37. eef68a9 egl/dri2: Dispatch eglCreateImageKHR by display, not driver by Chad Versace · 11 years ago
  38. eadd5e0 egl/dri2: Dispatch eglCreateWaylandBufferFromImageWL by display, not driver by Chad Versace · 11 years ago
  39. f506ef6 egl/dri2: Consolidate eglTerminate by Chad Versace · 11 years ago
  40. 688a0e8 egl/dri2: Dispatch eglPostSubBufferNV by display, not driver by Chad Versace · 11 years ago
  41. 75d398e egl/dri2: Dispatch eglSwapBuffersRegionNOK by display, not driver by Chad Versace · 11 years ago
  42. bc2cbc0 egl/dri2: Dispatch eglCopyBuffers by display, not driver by Chad Versace · 11 years ago
  43. 3fdfbd2 egl/dri2: Dispatch API.QueryBufferAge by display, not driver by Chad Versace · 11 years ago
  44. 958dd80 egl/dri2: Dispatch eglDestroySurface by display, not driver by Chad Versace · 11 years ago
  45. bf20076 egl/dri2: Dispatch eglCreatePbufferSurface by display, not driver by Chad Versace · 11 years ago
  46. bc8b07a egl/dri2: Dispatch eglCreatePixmapSurface by display, not driver by Chad Versace · 11 years ago
  47. 0a0c881 egl/dri2: Dispatch eglCreateWindowSurface by display, not driver by Chad Versace · 11 years ago
  48. d03948a egl/dri2: Dispatch eglSwapBuffersWithDamage by display, not driver by Chad Versace · 11 years ago
  49. ad173bc egl/dri2: Dispatch eglSwapBuffers by display, not driver by Chad Versace · 11 years ago
  50. 8b9298a egl/dri2: Dispatch eglSwapInterval by display, not driver by Chad Versace · 11 years ago
  51. 90502b1 egl/dri2: Move dri2_egl_display virtual funcs to vtbl by Chad Versace · 11 years ago
  52. 551d459 Add the EGL_MESA_configless_context extension by Neil Roberts · 11 years ago
  53. 1413a09 egl: break instead of looping after driver is found by Quanxian Wang · 11 years ago
  54. a594cec EGL: fix build without libdrm by Samuel Thibault · 11 years ago
  55. f93533d dri: Pass in the dlsym()ed driver extension to screen creation. by Eric Anholt · 11 years ago
  56. a64bb75 egl: Add an optional function call for getting the DRI driver interface. by Eric Anholt · 11 years ago
  57. 44e584a egl_dri2: Remove depth argument from dri2_add_config() by Kristian Høgsberg · 11 years ago
  58. 1d34927 wayland: Only pass wl_drm instance to gbm when using gbm platform by Kristian Høgsberg · 11 years ago
  59. 360a141 wayland: Don't rely on static variable for identifying wl_drm buffers by Kristian Høgsberg · 11 years ago
  60. 8d29b52 egl: Update to Wayland 1.2 server API by Ander Conselvan de Oliveira · 11 years ago
  61. 20de7f9 egl/dri2: support for creating images out of dma buffers by Topi Pohjolainen · 11 years ago
  62. 74cbe6e egl: Drop configs with unknown or invalide __DRI_ATTRIB_RENDER_TYPE by Ian Romanick · 11 years ago
  63. c37c367 dri: Introduce new flags in __DRI_ATTRIB_RENDER_TYPE by Tomasz Lis · 11 years ago
  64. 15e64de wayland: Make eglQueryBufferWL succeed for width and height requests too by Rob Bradford · 11 years ago
  65. d3dfce3 egl/dri2: Fix min/max swap interval of configs by Chad Versace · 11 years ago
  66. 1670737 egl_dri2: Lower __DRI_IMAGE version requirement back to 1 by Kristian Høgsberg · 11 years ago
  67. de315f7 wayland: Add prime fd passing as a buffer sharing mechanism by Kristian Høgsberg · 12 years ago
  68. 68a147e egl: Allow 24-bit visuals for 32-bit RGBA8888 configs by Ian Romanick · 12 years ago
  69. 5048e69 egl/dri: Don't invoke dri2_dpy->flush if it's NULL. by José Fonseca · 12 years ago
  70. 080e91a egl/dri2: Fix memory leak. by Vinson Lee · 12 years ago
  71. 7b7af48 dri2: Create image from texture by Abdiel Janulgue · 12 years ago
  72. d786bf2 egl/dri2: Fix typo in the previous commit by Ian Romanick · 12 years ago
  73. eb09940 egl/dri2: Add plumbing for EGL_OPENGL_ES3_BIT_KHR by Chad Versace · 12 years ago
  74. 5cf8536 egl/dri2: Set error code when dri2CreateContextAttribs fails by Chad Versace · 12 years ago
  75. 7e9bd2b egl: Add support for driconf control of swapinterval. by Eric Anholt · 12 years ago
  76. 6bda027 Use calloc instead of malloc/memset-0 by Matt Turner · 12 years ago
  77. 5067506 Remove useless checks for NULL before freeing by Matt Turner · 12 years ago
  78. 6a7dea9 dri: Rework planar image interface by Jakob Bornecrantz · 12 years ago
  79. b41f36b egl_dri2: Fix segmentation fault by Paulo Alcantara · 12 years ago
  80. dbecb41 egl: Allow OpenGL ES 3.0 as a version by Ian Romanick · 12 years ago
  81. 7b4b4f8 egl_dri2: Add support for EGL_KHR_create_context and EGL_EXT_create_context_robustness by Ian Romanick · 12 years ago
  82. 9d76ad2 egl_dri2: Silence warnings about missing initializers by Ian Romanick · 12 years ago
  83. 3fd79dd egl: Rename ClientVersion to ClientMajorVersion, add ClientMinorVersion by Ian Romanick · 12 years ago
  84. ce55741 egl_dri2: Use createContextAttribs if DRI2 version >= 3 by Ian Romanick · 12 years ago
  85. 38f91f2 egl_dri2: Require DRI2 version 2 by Ian Romanick · 12 years ago
  86. b50703a egl: Replace KHR_surfaceless_* extensions with KHR_surfaceless_context by Ian Romanick · 12 years ago
  87. cb77f5d egl_dri2: Refactor dereference of dri2_ctx_shared by Ian Romanick · 12 years ago
  88. 05413dd egl_dri2: Remove swrast version >= 2 checks by Ian Romanick · 12 years ago
  89. d7522ed wayland: Support EGL_WIDTH and EGL_HEIGHT queries for wl_buffer by Kristian Høgsberg · 12 years ago
  90. e23bfdb wayland: Use existing EGL_TEXTURE_FORMAT for querying wl_buffer texture format by Kristian Høgsberg · 12 years ago
  91. e6a3357 egl: Add EGL_WAYLAND_PLANE_WL attribute by Kristian Høgsberg · 12 years ago
  92. 1aaec8c wayland-drm: Add protocol to create planar buffers by Kristian Høgsberg · 12 years ago
  93. 379eb47 wayland-drm: Pass struct wl_drm_buffer to the driver by Kristian Høgsberg · 12 years ago
  94. 5f5746a egl_dri2: Reorganize the EGLImage constructors to share more code by Kristian Høgsberg · 12 years ago
  95. 9f0f00c egl: Drop _EGL_MAIN entrypoint obfuscation. by Eric Anholt · 13 years ago
  96. 027ce0c Revert "Always build shared glapi" by Matt Turner · 13 years ago
  97. adefee5 Always build shared glapi by Matt Turner · 13 years ago
  98. 58dc1b2 wayland-drm: Drop the non-premul formats, use format codes from drm_fourcc.h by Kristian Høgsberg · 13 years ago
  99. 513d1fe egl_dri2: Put the _eglError call in the case switch case by Kristian Høgsberg · 13 years ago
  100. 670f182 egl_dri2/wayland: handle creating xrgb8888 images by Robert Bragg · 13 years ago