1. 0a0c881 egl/dri2: Dispatch eglCreateWindowSurface by display, not driver by Chad Versace · 11 years ago
  2. d03948a egl/dri2: Dispatch eglSwapBuffersWithDamage by display, not driver by Chad Versace · 11 years ago
  3. ad173bc egl/dri2: Dispatch eglSwapBuffers by display, not driver by Chad Versace · 11 years ago
  4. 8b9298a egl/dri2: Dispatch eglSwapInterval by display, not driver by Chad Versace · 11 years ago
  5. a218765 egl/wl,x11: Call dri2_swap_interval() statically by Chad Versace · 11 years ago
  6. d019cd8 egl/dri2: Put platform func names into proper namespaces by Chad Versace · 11 years ago
  7. 90502b1 egl/dri2: Move dri2_egl_display virtual funcs to vtbl by Chad Versace · 11 years ago
  8. 551d459 Add the EGL_MESA_configless_context extension by Neil Roberts · 11 years ago
  9. 9e627cc egl/wayland: explicitly set __DRIimageLoaderExtension members by Emil Velikov · 11 years ago
  10. 6fbd00e automake: remove leftover XORG and LIBKMS variables by Emil Velikov · 11 years ago
  11. 165eecf egl/dri2/android: free driver_name in dri2_initialize_android error path by Emil Velikov · 11 years ago
  12. 053e095 egl_dri2: remove LIBUDEV_CFLAGS from Makefile.am by Emil Velikov · 11 years ago
  13. 8d4357b egl_dri2: use loader util lib by Emil Velikov · 11 years ago
  14. 8c2e7fd loader: introduce the loader util lib by Emil Velikov · 11 years ago
  15. f8c5b8a egl_dri2: call dri2_add_configs_for_visuals after extensions set by Tapani Pälli · 11 years ago
  16. 1413a09 egl: break instead of looping after driver is found by Quanxian Wang · 11 years ago
  17. 4ed055b egl/wayland: Return -1 from get_back_bo to indicate error by Kristian Høgsberg · 11 years ago
  18. 0b7058c egl_dri2: Remove the unused swap_interval member of dri2_egl_surface by Neil Roberts · 11 years ago
  19. 992a2db wayland: Add support for eglSwapInterval by Neil Roberts · 11 years ago
  20. 25cc889 wayland: Block for the frame callback in get_back_bo not dri2_swap_buffers by Neil Roberts · 11 years ago
  21. 5cddb1c wayland: Add an extension to create wl_buffers from EGLImages by Neil Roberts · 11 years ago
  22. bce64c6 egl/wayland: Damage INT32_MAX x INT32_MAX region for eglSwapBuffers by Kristian Høgsberg · 11 years ago
  23. afcce46 Enable throttling in SwapBuffers by Axel Davy · 11 years ago
  24. 33eb5ea egl/wayland: Send commit after flushing the driver context by Kristian Høgsberg · 11 years ago
  25. 402bf6e egl/wayland: Flush the wl_display at the end of SwapBuffers by Axel Davy · 11 years ago
  26. a057b83 egl: add HAVE_LIBDRM define, fix EGL X11 platform by Tapani Pälli · 11 years ago
  27. 68bb26be wayland: Use __DRIimage based getBuffers implementation when available by Kristian Høgsberg · 11 years ago
  28. 04e3ef0 gbm: Add support for __DRIimage based getBuffers when available by Kristian Høgsberg · 11 years ago
  29. a594cec EGL: fix build without libdrm by Samuel Thibault · 11 years ago
  30. f93533d dri: Pass in the dlsym()ed driver extension to screen creation. by Eric Anholt · 11 years ago
  31. a64bb75 egl: Add an optional function call for getting the DRI driver interface. by Eric Anholt · 11 years ago
  32. df479cf egl_dri2: Set NativeVisualID to the matching GBM config for the gbm platform by Kristian Høgsberg · 11 years ago
  33. 44e584a egl_dri2: Remove depth argument from dri2_add_config() by Kristian Høgsberg · 11 years ago
  34. e3d0a0e egl_dri2: Match X11 visuals using rgba masks instead of depth by Kristian Høgsberg · 11 years ago
  35. 2efc97d egl-wayland: Add support for RGB565 pixel format for Wayland clients by Singh, Satyeshwar · 11 years ago
  36. 1d34927 wayland: Only pass wl_drm instance to gbm when using gbm platform by Kristian Høgsberg · 11 years ago
  37. 360a141 wayland: Don't rely on static variable for identifying wl_drm buffers by Kristian Høgsberg · 11 years ago
  38. 2c2e64e egl: Do not export private symbols by Chad Versace · 11 years ago
  39. 8d29b52 egl: Update to Wayland 1.2 server API by Ander Conselvan de Oliveira · 11 years ago
  40. 20de7f9 egl/dri2: support for creating images out of dma buffers by Topi Pohjolainen · 12 years ago
  41. eed0a80 egl: Restore "bogus" DRI2 invalidate event code. by Eric Anholt · 11 years ago
  42. 74cbe6e egl: Drop configs with unknown or invalide __DRI_ATTRIB_RENDER_TYPE by Ian Romanick · 11 years ago
  43. c37c367 dri: Introduce new flags in __DRI_ATTRIB_RENDER_TYPE by Tomasz Lis · 11 years ago
  44. 712269d wayland: Handle global_remove event as well by Kristian Høgsberg · 11 years ago
  45. 3998cfa mesa: remove outdated version lines in comments by Rico Schüller · 11 years ago
  46. 2878f46 egl/android: Fix error condition for EGL_ANDROID_image_native_buffer by Chad Versace · 11 years ago
  47. f8c3242 egl/wayland: Implement EGL_EXT_swap_buffers_with_damage by Robert Bragg · 13 years ago
  48. 15e64de wayland: Make eglQueryBufferWL succeed for width and height requests too by Rob Bradford · 11 years ago
  49. d3dfce3 egl/dri2: Fix min/max swap interval of configs by Chad Versace · 11 years ago
  50. f730c21 egl/dri2: NULL check value returned by dri2_create_surface by Ian Romanick · 11 years ago
  51. 3998f8c egl/x11: Fix initialisation of swap_interval by Ralf Jung · 11 years ago
  52. 1670737 egl_dri2: Lower __DRI_IMAGE version requirement back to 1 by Kristian Høgsberg · 12 years ago
  53. de315f7 wayland: Add prime fd passing as a buffer sharing mechanism by Kristian Høgsberg · 12 years ago
  54. 664fe6d wayland: allocate a __DRIimage for the color buffer by Kristian Høgsberg · 12 years ago
  55. 112ccfa egl/wayland: Don't block on EGL_DEFAULT_DISPAY under wayland by Kristian Høgsberg · 12 years ago
  56. 68a147e egl: Allow 24-bit visuals for 32-bit RGBA8888 configs by Ian Romanick · 12 years ago
  57. 1fe0073 egl-wayland: Make sure we allocate a back buffer even if nothing was rendered by Kristian Høgsberg · 12 years ago
  58. 5048e69 egl/dri: Don't invoke dri2_dpy->flush if it's NULL. by José Fonseca · 12 years ago
  59. 080e91a egl/dri2: Fix memory leak. by Vinson Lee · 12 years ago
  60. 7b7af48 dri2: Create image from texture by Abdiel Janulgue · 12 years ago
  61. 4070295 android: use gralloc_drm_get_gem_handle api by Tapani Pälli · 12 years ago
  62. d786bf2 egl/dri2: Fix typo in the previous commit by Ian Romanick · 12 years ago
  63. eb09940 egl/dri2: Add plumbing for EGL_OPENGL_ES3_BIT_KHR by Chad Versace · 12 years ago
  64. 6d4d4b0 egl/wayland: Implement EGL_EXT_buffer_age by Kristian Høgsberg · 12 years ago
  65. 90804e8 egl/wayland: Pull color buffers from dri2_surf->color_buffers pool by Kristian Høgsberg · 12 years ago
  66. 4e42e56 egl/gbm: Implement EGL_EXT_buffer_age by Kristian Høgsberg · 12 years ago
  67. 48ac6d7 egl/wayland: Remove kooky flush code by Kristian Høgsberg · 12 years ago
  68. b433e31 egl/wayland: Remove confusing comment about front buffer rendering by Kristian Høgsberg · 12 years ago
  69. b5160a1 egl_dri2: Remove unused struct dri2_egl_buffer from header file by Kristian Høgsberg · 12 years ago
  70. 800ed95 wayland: Don't cancel a roundtrip when any event is received by Jonas Ådahl · 12 years ago
  71. bfe28b8 egl/android: Fix build for Jelly Bean (v2) by Chad Versace · 12 years ago
  72. 60a11e2 egl/wayland: Dispatch the event queue before get_buffers by Ander Conselvan de Oliveira · 12 years ago
  73. 89ba436 egl/wayland: Add invalidate back in eglSwapBuffers() by Kristian Høgsberg · 12 years ago
  74. ca3ed3e egl/wayland: Don't invalidate drawable on swap buffers by Ander Conselvan de Oliveira · 12 years ago
  75. 5cf8536 egl/dri2: Set error code when dri2CreateContextAttribs fails by Chad Versace · 12 years ago
  76. a3b6b2d wayland: Destroy frame callback when destroying surface by Jonas Ådahl · 12 years ago
  77. f425189 egl_dri2/x11: Fix eglPostSubBufferNV() by Fredrik Höglund · 12 years ago
  78. e20a0f1 wayland: Drop support for ill-defined, unused wl_egl_pixmap by Kristian Høgsberg · 12 years ago
  79. 0229e3a egl/wayland: Update to Wayland 0.99 API by Kristian Høgsberg · 12 years ago
  80. 1e7776c egl: Remove bogus invalidate code. by Eric Anholt · 12 years ago
  81. 7e9bd2b egl: Add support for driconf control of swapinterval. by Eric Anholt · 12 years ago
  82. da3f7c1 egl: Quit checking for a bug in old xcb when we require new xcb. by Eric Anholt · 12 years ago
  83. b477384 egl: Drop xcb ifdefs by just requiring a version from this year. by Eric Anholt · 12 years ago
  84. b49cd84 egl: Unifdef dri_interface.h defines. by Eric Anholt · 12 years ago
  85. 31c7d4e egl: Cleanly cast EGLNative* pointers to X11 types. by Eric Anholt · 12 years ago
  86. 0a523a8 SwapBuffersRegionNOK: invert rectangles on y axis by Robert Bragg · 12 years ago
  87. 6bda027 Use calloc instead of malloc/memset-0 by Matt Turner · 12 years ago
  88. 5067506 Remove useless checks for NULL before freeing by Matt Turner · 12 years ago
  89. 6a7dea9 dri: Rework planar image interface by Jakob Bornecrantz · 12 years ago
  90. d58ca43 android: do not expose single buffered eglconfigs by Tapani Pälli · 12 years ago
  91. 29d394b android: fix liblog API changes by Tapani Pälli · 12 years ago
  92. a669a50 gbm: Use libkms to replace DRI cursor images by Jakob Bornecrantz · 12 years ago
  93. b41f36b egl_dri2: Fix segmentation fault by Paulo Alcantara · 12 years ago
  94. dbecb41 egl: Allow OpenGL ES 3.0 as a version by Ian Romanick · 12 years ago
  95. 7b4b4f8 egl_dri2: Add support for EGL_KHR_create_context and EGL_EXT_create_context_robustness by Ian Romanick · 12 years ago
  96. 9d76ad2 egl_dri2: Silence warnings about missing initializers by Ian Romanick · 12 years ago
  97. 3fd79dd egl: Rename ClientVersion to ClientMajorVersion, add ClientMinorVersion by Ian Romanick · 12 years ago
  98. ce55741 egl_dri2: Use createContextAttribs if DRI2 version >= 3 by Ian Romanick · 12 years ago
  99. 38f91f2 egl_dri2: Require DRI2 version 2 by Ian Romanick · 12 years ago
  100. b50703a egl: Replace KHR_surfaceless_* extensions with KHR_surfaceless_context by Ian Romanick · 12 years ago