1. 79d97bc gbm/dri: Flush after unmap by Thomas Hellstrom · 8 years ago
  2. d9a3ad9 gbm: request correct version of the DRI2_FENCE extension by Lucas Stach · 8 years ago
  3. 4ffa9b2 gbm: automake: remove unused defines by Emil Velikov · 8 years ago
  4. 0c73a3b dri: make use of loader_get_extensions_name(..) helper by Christian Gmeiner · 8 years ago
  5. fb10c89 Revert "dri: make use of dri_get_extensions_name(..) helper" by Emil Velikov · 8 years ago
  6. 1a21d21 dri: make use of dri_get_extensions_name(..) helper by Christian Gmeiner · 8 years ago
  7. 6b309f7 gbm: set up the interop extension for egl/drm by Marek Olšák · 8 years ago
  8. af7abc5 loader: remove loader_get_driver_for_fd() driver_type by Emil Velikov · 8 years ago
  9. 0607c5b gbm: remove superfluous/incorrect udev comment by Emil Velikov · 8 years ago
  10. e9864f9 gbm: add a couple missing includes by Eric Engestrom · 8 years ago
  11. d5342c6 gbm: rename gbm_dri_device::{,loader_}extensions by Emil Velikov · 8 years ago
  12. 2d05ba2 gbm: return appropriate error when queryImage() fails by Nicholas Bishop · 8 years ago
  13. 4bb9efb gbm: remove left-over array by Eric Engestrom · 8 years ago
  14. 9a1eb54 gbm: fix potential NULL deref of mapImage/unmapImage. by Chuanbo Weng · 8 years ago
  15. 74b1969 gbm: wire up fence extension by Rob Clark · 8 years ago
  16. b4e88b5 gbm: add missing R8 and GR88 formats by Rob Clark · 8 years ago
  17. 1743c41 gbm: Correct bo_import documentation (trivial) by Ben Widawsky · 8 years ago
  18. e7c8c85 gbm: Removed unused function. by Ben Widawsky · 8 years ago
  19. 20553e4 mesa: Use AC_HEADER_MAJOR to include correct header for major(). by Matt Turner · 8 years ago
  20. 15d3777 gbm: Fix comments by Gurkirpal Singh · 8 years ago
  21. b293e8b gbm: doc fixes by Eric Engestrom · 8 years ago
  22. 60a27ad Remove wrongly repeated words in comments by Giuseppe Bilotta · 8 years ago
  23. 112e988 Android: move libdrm settings to top-level Android.common.mk by Rob Herring · 8 years ago
  24. 1b64d12 gbm: remove define _DEFAULT_SOURCE by Emil Velikov · 8 years ago
  25. efe4beb gbm: remove define _BSD_SOURCE by Emil Velikov · 8 years ago
  26. 8aeb6d7 gbm: Add map/unmap functions by Rob Herring · 8 years ago
  27. 0a4275b gbm: rename gbm_dri_bo_{map,unmap} to gbm_dri_bo_{map,unmap}_dumb by Rob Herring · 8 years ago
  28. bdfa635 gbm: Add Android build support by Rob Herring · 8 years ago
  29. 64a005e gbm: add Android gallium_dri.so library loading support by Rob Herring · 8 years ago
  30. 7d79eec gbm: split out source file to Makefile.sources by Rob Herring · 8 years ago
  31. 9f3588e automake: drop "EGL_" from HAVE_EGL_PLATFORM_WAYLAND by Emil Velikov · 8 years ago
  32. 1ba203a gbm: add GBM_FORMAT_XBGR8888 format support by Rob Herring · 8 years ago
  33. 750da80 gbm: do not wrap header inclusion in extern "C" by Emil Velikov · 9 years ago
  34. f3d4d10 gbm.h: Add a missing stddef.h include for size_t. by Emmanuel Gil Peyrot · 9 years ago
  35. 4bf151e gbm: convert gbm bo format to fourcc format on dma-buf import by Ray Strode · 9 years ago
  36. 1d8c694 mesa/gbm: Resolve GCC sign-compare warning. by Rhys Kidd · 9 years ago
  37. 0399d7a gbm: do not build intermittent libgbm_dri static library by Emil Velikov · 9 years ago
  38. 404a90b mesa: Enable subdir-objects globally. by Matt Turner · 9 years ago
  39. a0dc6b7 gbm: do not (over)link against libglapi.so by Emil Velikov · 9 years ago
  40. 828f133 gbm: dlopen libglapi so gbm_create_device works by Frank Henigman · 10 years ago
  41. f78b2c4 gbm: Add GBM_BO_USE_LINEAR flag by Flora Cui · 10 years ago
  42. 113d59f gbm: remove gbm_gallium_drm from the loader by Emil Velikov · 10 years ago
  43. 8c6018e gbm: Define _DEFAULT_SOURCE to avoid warning by Kristian Høgsberg · 10 years ago
  44. 9bf2c71 gbm/dri: Fix const confusion by Kristian Høgsberg · 10 years ago
  45. bf37433 gbm: remove support for GCC older than 4.1.0 by Timothy Arceri · 10 years ago
  46. feb741d egl+gbm: Add symbols-check tests to distribution. by Matt Turner · 10 years ago
  47. 631090e dri/kms: Always zero out struct drm_mode_create_dumb by Thierry Reding · 10 years ago
  48. f6432c4 gbm/dri: cleanup memory leak on teardown by Emil Velikov · 10 years ago
  49. 1da4bb5 gbm: Log at least one dlerror() when we fail to open any drivers. by Eric Anholt · 10 years ago
  50. ef81ce9 gbm: Fix a debug log message by Eric Anholt · 10 years ago
  51. 3b176c4 gallium: Add a dumb drm/kms winsys backed swrast provider by Giovanni Campagna · 10 years ago
  52. 8430af5 Add support for swrast to the DRM EGL platform by Giovanni Campagna · 10 years ago
  53. bf12479 gbm: Search LIBGL_DRIVERS_PATH if GBM_DRIVERS_PATH is not set by Dylan Baker · 10 years ago
  54. be5e5b6 gbm: Remove 64x64 restriction from GBM_BO_USE_CURSOR by Michel Dänzer · 10 years ago
  55. 45f9aae Make DRI dependencies and build depend on the target by Jon TURNEY · 10 years ago
  56. 5457caa gbm: cleanup __DRI*extension handling by Emil Velikov · 11 years ago
  57. 49964fa gbm: Set errno on errors by Ander Conselvan de Oliveira · 10 years ago
  58. aa91fe1 gbm/dri: Fix out-of-memory error path in dri_device_create() by Ander Conselvan de Oliveira · 10 years ago
  59. a976113 gbm/build: Add headers to distribution. by Matt Turner · 11 years ago
  60. 11623be automake: don't enable -Wl,--no-undefined on OpenBSD by Jonathan Gray · 11 years ago
  61. 882b46a gbm: Add gbm_bo_get_fd to gbm-symbols-check script by Kristian Høgsberg · 11 years ago
  62. a43d286 gbm: Add import from fd by Kristian Høgsberg · 11 years ago
  63. f54f589 gbm: Add gbm_bo_get_fd() by Kristian Høgsberg · 11 years ago
  64. d681b22 automake: ask the linker to do garbage collection by Emil Velikov · 11 years ago
  65. d187a15 automake: add -Wl,--no-undefined to all libraries by Emil Velikov · 11 years ago
  66. 5503c22 automake: consistently use -no-undefined by Emil Velikov · 11 years ago
  67. cf1c525 gbm: make 'devices' array static by Julien Cristau · 11 years ago
  68. f441632 gbm/dri: Fixed buffer object memory leak in case of failure. by Siavash Eliasi · 11 years ago
  69. 96f324e gbm: export gbm_device_is_format_supported by Marek Chalupa · 11 years ago
  70. 4e229a6 gbm: explicitly set __DRIimageLoaderExtension members by Emil Velikov · 11 years ago
  71. 8b45bc0 gbm: explicitly set __DRIdri2LoaderExtension members by Emil Velikov · 11 years ago
  72. 6fbd00e automake: remove leftover XORG and LIBKMS variables by Emil Velikov · 11 years ago
  73. 5c7f75f gbm: automake: add symbol tests by Emil Velikov · 11 years ago
  74. 10e5ffd gbm: do not export _gbm_mesa_get_device by Emil Velikov · 11 years ago
  75. d00b319 gbm: automake: add VISIBILITY_CFLAGS by Emil Velikov · 11 years ago
  76. 31f50f3 gbm: drop unneeded dependency of libudev by Emil Velikov · 11 years ago
  77. cbecd95 build: Share the all-local rule for linking libraries into the build dir by Kristian Høgsberg · 11 years ago
  78. 10dc994 gbm: Make libgbm.so.1 symlink. by Matt Turner · 11 years ago
  79. fae0dfa gbm: use the loader util lib by Emil Velikov · 11 years ago
  80. 8c2e7fd loader: introduce the loader util lib by Emil Velikov · 11 years ago
  81. 1413a09 egl: break instead of looping after driver is found by Quanxian Wang · 11 years ago
  82. 5455c81 gbm/dri: hide extension loader symbols by Maarten Lankhorst · 11 years ago
  83. b5773ee gbm: enable subdir-objects to prevent automake warnings by Emil Velikov · 11 years ago
  84. 04e3ef0 gbm: Add support for __DRIimage based getBuffers when available by Kristian Høgsberg · 11 years ago
  85. f93533d dri: Pass in the dlsym()ed driver extension to screen creation. by Eric Anholt · 11 years ago
  86. 67caf36 gbm: Add support for the new __driDriverGetExtensions interface. by Eric Anholt · 11 years ago
  87. 1a2a30b gbm-dri: Support importing RGB565 buffers by Kristian Høgsberg · 11 years ago
  88. 6e444a7 gbm: Add support for gbm bos and surfaces using GBM_FORMAT_ARGB2101010 by Kristian Høgsberg · 11 years ago
  89. 360a141 wayland: Don't rely on static variable for identifying wl_drm buffers by Kristian Høgsberg · 11 years ago
  90. f423eba gbm: Link to libwayland-drm if Wayland EGL platform is enabled by Armin K · 11 years ago
  91. 8d29b52 egl: Update to Wayland 1.2 server API by Ander Conselvan de Oliveira · 11 years ago
  92. 6e226ab gbm: Remember to init format on gbm_dri_bo_create. by Daniel van Vugt · 12 years ago
  93. ac2793c Clean up .gitignore files by Matt Turner · 12 years ago
  94. 74d1051 Remove gbm's unused Makefile.template by Matt Turner · 12 years ago
  95. 259fc15 gbm: Use the kms dumb ioctls for cursor instead of libkms by Kristian Høgsberg · 12 years ago
  96. 017c6fb gbm: Reject buffers that are not wl_drm buffers in gbm_bo_import() by Kristian Høgsberg · 12 years ago
  97. 6a7dea9 dri: Rework planar image interface by Jakob Bornecrantz · 12 years ago
  98. 93ebec8 dri: Make query image WIDTH and HEIGHT be version 4 by Jakob Bornecrantz · 12 years ago
  99. 6bb71b8 dri: Remove image write function by Jakob Bornecrantz · 12 years ago
  100. a669a50 gbm: Use libkms to replace DRI cursor images by Jakob Bornecrantz · 12 years ago