1. 81e3cdf Merge remote-tracking branch 'aosp/upstream-main' into HEAD by John Stultz · 2 years, 8 months ago
  2. 53ef4b3 nouveau: use drmCloseBufferHandle by Simon Ser · 2 years, 8 months ago
  3. 1d29e1d nouveau: print bo address in the GPU/CPU vm and its size by Karol Herbst · 3 years ago
  4. cfbea78 nouveau: add debug option to sync pushbuffer submissions by Karol Herbst · 3 years, 1 month ago
  5. 91c3eb1 novueau: document debug flags by Karol Herbst · 3 years, 1 month ago
  6. 17a51b0 nouveau: rework debugging so we can also dump into a file by Karol Herbst · 3 years, 1 month ago
  7. c0ae9cf nouveau: make debug features accessible in normal builds by Karol Herbst · 3 years, 1 month ago
  8. 2f04bd2 nouveau: mask push buffer length pushbuf_dump by Karol Herbst · 4 years, 1 month ago
  9. 52fd2a2 nouveau: fix crash in pushbuf_dump with an unmapped bo by Karol Herbst · 4 years, 1 month ago
  10. 52f05d3 meson: use library() instead of shared_library(). by Fang Tan · 3 years, 3 months ago
  11. e1e2e96 [LSC] Add LOCAL_LICENSE_KINDS to external/libdrm by Bob Badour · 3 years, 4 months ago
  12. 6b79ce3 Merge upstream-master into master by Alistair Delva · 3 years, 9 months ago
  13. 5ec177b nouveau: fix compile error with -DDEBUG on newer gcc by Karol Herbst · 4 years, 1 month ago
  14. 5747781 nouveau: convert to new symbols check by Eric Engestrom · 4 years, 8 months ago
  15. fc93365 Revert "Revert "libdrm: remove autotools support"" by Eric Engestrom · 4 years, 8 months ago
  16. 51e3bb5 Revert "libdrm: remove autotools support" by Marek Olšák · 4 years, 8 months ago
  17. f057dc9 libdrm: remove autotools support by Eric Engestrom · 6 years ago
  18. dddeff5 *-symbols-check: let meson figure out how to execute the scripts by Eric Engestrom · 4 years, 8 months ago
  19. 9b1e084 *-symbols-check: use normal shell over bash by Emil Velikov · 5 years ago
  20. 370a9af Merge tag 'libdrm-2.4.97' into aosp-merge-libdrm-2.4.97 by John Stultz · 5 years ago
  21. 99c3540 *-symbols-check: error out when using unset variables by Emil Velikov · 6 years ago
  22. 660643e automake: set NM before running the tests by Emil Velikov · 6 years ago
  23. 4b737cd nouveau: add missing drm_public exports by Eric Engestrom · 6 years ago
  24. 1e3fcc4 autotools: make symbols hidden by default by Lucas De Marchi · 6 years ago
  25. ba80825 meson: make symbols hidden by default by Lucas De Marchi · 6 years ago
  26. d7320bf nouveau: annotate public functions by Lucas De Marchi · 6 years ago
  27. 84f838d Merge remote-tracking branch 'freedesktop/master' into aosp/master by John Stultz · 6 years ago
  28. 0926f0a meson,configure: include config.h automatically by Eric Engestrom · 6 years ago
  29. 5236de6 meson: use pkg-config to detect libatomic_ops by Eric Engestrom · 6 years ago
  30. 4f08bfe *-symbol-check: Don't hard-code nm executable by Heiko Becker · 6 years ago
  31. 9e34ad5 meson: fix libdrm_nouveau pkgconfig include directories by Dylan Baker · 6 years ago
  32. 5f7deb5 Add meson build system by Dylan Baker · 7 years ago
  33. fa32e29 Convert to Android.bp by Dan Willemsen · 7 years ago
  34. c6ebab7 Build libdrm* modules with BOARD_VNDK_VERSION by Jiyong Park · 7 years ago
  35. 03d2e91 android: introduce Android.common.mk to reduce boilerplate by Emil Velikov · 7 years ago
  36. de5b41e android: remove LOCAL_MODULE_TAGS := optional tag by Emil Velikov · 7 years ago
  37. a544677 automake: Don't include Android Makefiles in the release tarball by Andreas Boll · 8 years ago
  38. d342cd3 Android: strip out header files from sources list by Rob Herring · 8 years ago
  39. f208f2a nouveau: clean up nouveau.h, noting deprecated members/functions by Ben Skeggs · 9 years ago
  40. 4291eea nouveau: add support for newer kernel interfaces by Ben Skeggs · 9 years ago
  41. 4c92a9d nouveau: add new interface to create a nouveau_device by Ben Skeggs · 9 years ago
  42. 4a68c56 nouveau: remove nouveau_object_find() by Ben Skeggs · 9 years ago
  43. 4283e3f nouveau: make use of nouveau_drm::fd instead of nouveau_device::fd by Ben Skeggs · 9 years ago
  44. cdf9029 nouveau: stack legacy nouveau_device on top of nouveau_drm by Ben Skeggs · 9 years ago
  45. b845d61 nouveau: introduce object to represent the kernel client by Ben Skeggs · 9 years ago
  46. f6b1b5b nouveau: add interfaces to query information about supported classes by Ben Skeggs · 9 years ago
  47. c00e1a9 nouveau: add interface to call an object's methods by Ben Skeggs · 9 years ago
  48. 343d1ee nouveau: make it possible to init object in pre-allocated memory by Ben Skeggs · 9 years ago
  49. 0996ad0 nouveau: move object functions up, to avoid future foward decls by Ben Skeggs · 9 years ago
  50. 4a3cbf5 nouveau: move more abi16-specific logic into abi16.c by Ben Skeggs · 9 years ago
  51. d1ec093 nouveau: import and install a selection of nvif headers from the kernel by Ben Skeggs · 9 years ago
  52. a9e5880 nouveau: use designated initializers by Emil Velikov · 9 years ago
  53. 203983f nouveau: add asserts to make sure krefs are there by Ilia Mirkin · 9 years ago
  54. a1acffd nouveau: add coherent BO attribute by Alexandre Courbot · 9 years ago
  55. 812e8fe nouveau: restore check that avoids multiple user bos per kernel bo by Ben Skeggs · 9 years ago
  56. 0c8db0a Add missing <strings.h> includes by Greg Hackmann · 9 years ago
  57. 0f8da82 drm: remove drm_public macro by Emil Velikov · 9 years ago
  58. 104c895 drm: remove no longer needed VISIBILITY_CFLAGS by Emil Velikov · 9 years ago
  59. 42465fe drm: rename libdrm{,_macros}.h by Emil Velikov · 9 years ago
  60. 47429af nouveau: add symbols test by Emil Velikov · 9 years ago
  61. 76e9799 nouveau: annotate the private symbols by Emil Velikov · 9 years ago
  62. d9b6a69 autotools: remove ${srcdir} from the includes by Emil Velikov · 9 years ago
  63. ff02121 android: remove LOCAL_COPY_HEADERS* variables by Emil Velikov · 9 years ago
  64. c277cbd android: remove ${srcdir} from the includes by Emil Velikov · 9 years ago
  65. af4379f android: simplify LOCAL_C_INCLUDES by Emil Velikov · 9 years ago
  66. 24ac8cd android: correcly set LOCAL_EXPORT_C_INCLUDE_DIRS by Emil Velikov · 9 years ago
  67. ba5a0b6 nouveau: Do not add most bo's to the global bo list. by Maarten Lankhorst · 9 years ago
  68. 5ea6f1c nouveau: make nouveau importing global buffers completely thread-safe, with tests by Maarten Lankhorst · 9 years ago
  69. 5c1c09e android: remove duplicate libdrm in LOCAL_SHARED_LIBRARIES by Chih-Wei Huang · 9 years ago
  70. 7cb1d6e nouveau: fix unlock nouveau_bo_name_ref() by Jerome Glisse · 9 years ago
  71. 28ee135 nouveau: Remove unused static function. by Thomas Klausner · 10 years ago
  72. c09dcbc fix compile error on 32bit systems by Rob Clark · 10 years ago
  73. c98c54f nouveau: use drm_mmap/drm_munmap wrappers by Emil Velikov · 10 years ago
  74. 268dce4 automake: pick up all files for distribution. by Emil Velikov · 10 years ago
  75. 41bfc07 nouveau: add Android build support by Emil Velikov · 10 years ago
  76. 4255d3d libdrm, freedreno, intel, nouveau, radeon: add Makefile.sources by Emil Velikov · 10 years ago
  77. 56c4857 nouveau: Only export public functions. by Maarten Lankhorst · 10 years ago
  78. 7974b53 amend previous commit to actually compile by Maarten Lankhorst · 10 years ago
  79. b1d4def nouveau: safen up nouveau_device list usage against concurrent access by Maarten Lankhorst · 10 years ago
  80. 482abbf nouveau: prevent undefined behavior in nouveau_pushbuf_reloc with gcc-4.8 by Maarten Lankhorst · 11 years ago
  81. f92d796 nouveau: add a way to override single pushbuffer memory limits by Marcin Slusarz · 11 years ago
  82. 284421a nouveau: return error from pushbuf_validate by Marcin Slusarz · 11 years ago
  83. 481763c nouveau: use @PACKAGE_VERSION@ in libdrm_nouveau.pc by Maarten Lankhorst · 11 years ago
  84. c41b494 nouveau: expose channel engine selection on kepler chipsets by Ben Skeggs · 12 years ago
  85. 9e6f96a libdrm_nouveau.pc: don't include I${includedir}/nouveau by Marcin Slusarz · 11 years ago
  86. 891517f nouveau: disallow pushbuf BOs in multiple memory types by Ben Skeggs · 11 years ago
  87. 13c06cd libdrm/nouveau: add prime handle->bo and bo->handle support. by Dave Airlie · 12 years ago
  88. 9e0026d nouveau: silence some remaining valgrind warnings by Marcin Slusarz · 12 years ago
  89. 5288729 nouveau: fix channel closing by Marcin Slusarz · 12 years ago
  90. 754655c nouveau: expose notifier handle on nvc0 as well by Christoph Bumiller · 12 years ago
  91. d954648 nouveau: remove unnecessary EAGAIN loops by Marcin Slusarz · 12 years ago
  92. 73b9a28 nouveau: init nvc0 channel alloc req structure fully by Ben Skeggs · 12 years ago
  93. 292da61 nouveau: pull in major libdrm rewrite by Ben Skeggs · 13 years ago
  94. 37ccce5 nouveau: Mark nouveau subchannel unbound nouveau_grobj_free by Maarten Lankhorst · 13 years ago
  95. cc088f1 nouveau: free in error path if drmAvailable fails. by Dave Airlie · 13 years ago
  96. 7d83816 nouveau: assert argument cannot have side effects by Marcin Slusarz · 13 years ago
  97. bad5242 nouveau: fix up reloc_emit() to accept NULL target buffer by Ben Skeggs · 13 years ago
  98. 45cfb9c nouveau: split pushbuf macros specific to nv04-nv50 out, and add nvc0 by Ben Skeggs · 13 years ago
  99. ba731e7 nouveau: nvc0 drm has no concept of "notifier block" by Ben Skeggs · 14 years ago
  100. d17681d nouveau: Add implicit pushbuf flush before gpuobj destruction. by Francisco Jerez · 14 years ago