1. d703abf util: Include in Android builds by Tomasz Figa · 10 years ago
  2. 3386e95 egl: setup screen iterator before using it by Tapani Pälli · 10 years ago
  3. 407450e configure: drop --with-egl-driver-dir switch by Emil Velikov · 10 years ago
  4. 4ed23fd egl: extra null checks for get_xcb_screen() return values by Juha-Pekka Heikkila · 10 years ago
  5. 53b614b egl/drm: expose KHR_image_pixmap extension by Andreas Pokorny · 10 years ago
  6. ecc89e4 egl: Restrict multiplication in calloc arguments to use compile-time constants by Carl Worth · 10 years ago
  7. 0b56e23 egl/dri2: use the correct screen index by Marek Olšák · 10 years ago
  8. 1f4bc0c egl: don't exit process on initialization failure by Ilia Mirkin · 10 years ago
  9. 08264e5 egl_dri2: fix EXT_image_dma_buf_import fds by Pekka Paalanen · 10 years ago
  10. 73121a3 android: loader: prefix static libraries with libmesa_* by Emil Velikov · 10 years ago
  11. db064b7 android: egl/dri2: use the installed libdrm headers by Emil Velikov · 10 years ago
  12. dfa6dc5 android: drop HAL_PIXEL_FORMAT_RGBA_{5551,4444} by Emil Velikov · 10 years ago
  13. 792041e android: egl/main: add/enable freedreno by Emil Velikov · 10 years ago
  14. aae453a android: egl/main: resolve radeon linking issues by Paulo Sergio Travaglia · 10 years ago
  15. 825fa28 android: egl/main: fixup the nouveau build by Emil Velikov · 10 years ago
  16. b26017f egl/main: Bring in the Makefile.sources by Emil Velikov · 10 years ago
  17. d308f57 egl: Fix OpenGL ES version checks in _eglParseContextAttribList() by Anuj Phogat · 10 years ago
  18. e57ad3d dri: Add a new capabilities for drivers that can't share buffers by Giovanni Campagna · 10 years ago
  19. 8430af5 Add support for swrast to the DRM EGL platform by Giovanni Campagna · 10 years ago
  20. 6ac5adc egl: Remove unused variable dri_driver_path. by Matt Turner · 10 years ago
  21. 5cb1cad egl/dri2: do not leak dri2_dpy->driver_name by Emil Velikov · 10 years ago
  22. c153b1f egl/dri2/x11: use standard strndup function by Emil Velikov · 10 years ago
  23. 6980cae android, egl: typo dri2_fallback_pixmap_surface -> dri2_fallback_create_pixmap_surface by Adrian Negreanu · 10 years ago
  24. 4dc5545 android, egl: add correct drm include for libmesa_egl_dri2 by Adrian Negreanu · 10 years ago
  25. a49ebfa android: add libloader to libGLES_mesa and libmesa_egl_dri2 by Adrian Negreanu · 10 years ago
  26. 91ff0d4 egl: Check for NULL native_window in eglCreateWindowSurface by Sinclair Yeh · 10 years ago
  27. 0ca0d57 egl/main: Fix eglMakeCurrent when releasing context from current thread. by Beren Minor · 10 years ago
  28. 6638c55 egl_dri2: fix wayland_platform when drm_platform is not set by Emil Velikov · 10 years ago
  29. ff90a87 Fix build for darwin by Jon TURNEY · 10 years ago
  30. c524f3e egl: Add EGL_CHROMIUM_sync_control extension. by Sarah Sharp · 10 years ago
  31. f6e5099 Import eglextchromium.h from Chromium. by Sarah Sharp · 10 years ago
  32. 06842d4 wayland: Move version 2 request to end of interface specification by Kristian Høgsberg · 10 years ago
  33. a3e78ba egl_dri2: cleanup memory leak in dri2_create_context() by Emil Velikov · 10 years ago
  34. ade79b2 egl: Don't attempt to redefine stdint.h types with VS 2010. by José Fonseca · 10 years ago
  35. 5f280d0 egl_dri: rework dri extension handling by Emil Velikov · 11 years ago
  36. 9b42fd1 dri_interface: Update __DRItexBufferExtensionRec to version 3 by Emil Velikov · 10 years ago
  37. 1786030 egl: Protect use of gbm_dri with ifdef HAVE_DRM_PLATFORM by Ander Conselvan de Oliveira · 10 years ago
  38. 63d4661 wayland: Fix the logic in disabling the prime capability by Neil Roberts · 10 years ago
  39. 3f64c3d egl/build: Sort egl sources alphabetically. by Matt Turner · 11 years ago
  40. 5ae2f28 egl/build: Remove unused -DXF86VIDMODE. by Matt Turner · 11 years ago
  41. 5074117 egl/build: Include headers and XML in distribution. by Matt Turner · 11 years ago
  42. 1d4007f egl/build: Drop two unnecessary Makefiles. by Matt Turner · 11 years ago
  43. c973e44 egl/dri2: use drm macros to construct device name by Jonathan Gray · 10 years ago
  44. 0295953 egl/dri2: don't require libudev to build drm/wayland platforms by Jonathan Gray · 10 years ago
  45. 11623be automake: don't enable -Wl,--no-undefined on OpenBSD by Jonathan Gray · 10 years ago
  46. d681b22 automake: ask the linker to do garbage collection by Emil Velikov · 10 years ago
  47. d187a15 automake: add -Wl,--no-undefined to all libraries by Emil Velikov · 10 years ago
  48. 5503c22 automake: consistently use -no-undefined by Emil Velikov · 10 years ago
  49. 468cc86 egl/main: Enable Linux platform extensions by Chad Versace · 11 years ago
  50. 9a40ee1 egl/wayland: Emit EGL_BAD_PARAMETER for eglCreatePlatformPixmapSurface by Chad Versace · 11 years ago
  51. 1787f56 egl/gbm: Emit EGL_BAD_PARAMETER for eglCreatePlatformPixmapSurface by Chad Versace · 11 years ago
  52. 6d1f83e egl/main: Stop using EGLNative types internally by Chad Versace · 11 years ago
  53. cefa06c egl: Add STATIC_ASSERT() macro by Chad Versace · 11 years ago
  54. eef68a9 egl/dri2: Dispatch eglCreateImageKHR by display, not driver by Chad Versace · 11 years ago
  55. 88b9e60 egl/dri2/x11: Don't clobber _EGLDriver::API by Chad Versace · 11 years ago
  56. eadd5e0 egl/dri2: Dispatch eglCreateWaylandBufferFromImageWL by display, not driver by Chad Versace · 11 years ago
  57. f506ef6 egl/dri2: Consolidate eglTerminate by Chad Versace · 11 years ago
  58. 31cd0fe egl/dri2/x11: Set dri2_dpy->own_device by Chad Versace · 11 years ago
  59. 688a0e8 egl/dri2: Dispatch eglPostSubBufferNV by display, not driver by Chad Versace · 11 years ago
  60. 75d398e egl/dri2: Dispatch eglSwapBuffersRegionNOK by display, not driver by Chad Versace · 11 years ago
  61. bc2cbc0 egl/dri2: Dispatch eglCopyBuffers by display, not driver by Chad Versace · 11 years ago
  62. 3fdfbd2 egl/dri2: Dispatch API.QueryBufferAge by display, not driver by Chad Versace · 11 years ago
  63. 958dd80 egl/dri2: Dispatch eglDestroySurface by display, not driver by Chad Versace · 11 years ago
  64. bf20076 egl/dri2: Dispatch eglCreatePbufferSurface by display, not driver by Chad Versace · 11 years ago
  65. bc8b07a egl/dri2: Dispatch eglCreatePixmapSurface by display, not driver by Chad Versace · 11 years ago
  66. 0a0c881 egl/dri2: Dispatch eglCreateWindowSurface by display, not driver by Chad Versace · 11 years ago
  67. d03948a egl/dri2: Dispatch eglSwapBuffersWithDamage by display, not driver by Chad Versace · 11 years ago
  68. ad173bc egl/dri2: Dispatch eglSwapBuffers by display, not driver by Chad Versace · 11 years ago
  69. 8b9298a egl/dri2: Dispatch eglSwapInterval by display, not driver by Chad Versace · 11 years ago
  70. a218765 egl/wl,x11: Call dri2_swap_interval() statically by Chad Versace · 11 years ago
  71. d019cd8 egl/dri2: Put platform func names into proper namespaces by Chad Versace · 11 years ago
  72. 90502b1 egl/dri2: Move dri2_egl_display virtual funcs to vtbl by Chad Versace · 11 years ago
  73. 551d459 Add the EGL_MESA_configless_context extension by Neil Roberts · 10 years ago
  74. 4b17dff eglCreateContext: Remove the check for whether config == 0 by Neil Roberts · 10 years ago
  75. 7b4ccad automake: use install-lib-links.mk across all classic mesa by Emil Velikov · 10 years ago
  76. 9e627cc egl/wayland: explicitly set __DRIimageLoaderExtension members by Emil Velikov · 11 years ago
  77. 4695f64 egl: clarify what _eglInitResource does by Chia-I Wu · 10 years ago
  78. dc97e54 Revert "egl: Unhide functionality in _eglInitContext()" by Chia-I Wu · 10 years ago
  79. 924490a Revert "egl: Unhide functionality in _eglInitSurface()" by Chia-I Wu · 10 years ago
  80. 6c9d689 Prevent zero sized wl_egl_window by Sinclair Yeh · 11 years ago
  81. 6fbd00e automake: remove leftover XORG and LIBKMS variables by Emil Velikov · 10 years ago
  82. d84e0eb wayland-egl: automake: add symbol test by Emil Velikov · 11 years ago
  83. 165eecf egl/dri2/android: free driver_name in dri2_initialize_android error path by Emil Velikov · 11 years ago
  84. 053e095 egl_dri2: remove LIBUDEV_CFLAGS from Makefile.am by Emil Velikov · 11 years ago
  85. 498d10e egl: Unhide functionality in _eglInitSurface() by Juha-Pekka Heikkila · 11 years ago
  86. 1456ed8 egl: Unhide functionality in _eglInitContext() by Juha-Pekka Heikkila · 11 years ago
  87. 1340e24 egl/glx: Remove egl_glx driver by Chad Versace · 11 years ago
  88. cbecd95 build: Share the all-local rule for linking libraries into the build dir by Kristian Høgsberg · 11 years ago
  89. 4556c73 loader: Use dlsym to get our udev symbols instead of explicit linking. by Eric Anholt · 11 years ago
  90. f298720 egl: Use C11 thread abstractions. by José Fonseca · 11 years ago
  91. 8d4357b egl_dri2: use loader util lib by Emil Velikov · 11 years ago
  92. a980024 egl-static: use loader util lib by Emil Velikov · 11 years ago
  93. 8c2e7fd loader: introduce the loader util lib by Emil Velikov · 11 years ago
  94. 8771285 s/Tungsten Graphics/VMware/ by José Fonseca · 11 years ago
  95. f8c5b8a egl_dri2: call dri2_add_configs_for_visuals after extensions set by Tapani Pälli · 11 years ago
  96. 1413a09 egl: break instead of looping after driver is found by Quanxian Wang · 11 years ago
  97. 4ed055b egl/wayland: Return -1 from get_back_bo to indicate error by Kristian Høgsberg · 11 years ago
  98. 0b7058c egl_dri2: Remove the unused swap_interval member of dri2_egl_surface by Neil Roberts · 11 years ago
  99. 992a2db wayland: Add support for eglSwapInterval by Neil Roberts · 11 years ago
  100. 25cc889 wayland: Block for the frame callback in get_back_bo not dri2_swap_buffers by Neil Roberts · 11 years ago