1. 370a9af Merge tag 'libdrm-2.4.97' into aosp-merge-libdrm-2.4.97 by John Stultz · 5 years ago
  2. 99c3540 *-symbols-check: error out when using unset variables by Emil Velikov · 6 years ago
  3. 660643e automake: set NM before running the tests by Emil Velikov · 6 years ago
  4. 4b737cd nouveau: add missing drm_public exports by Eric Engestrom · 6 years ago
  5. 1e3fcc4 autotools: make symbols hidden by default by Lucas De Marchi · 6 years ago
  6. ba80825 meson: make symbols hidden by default by Lucas De Marchi · 6 years ago
  7. d7320bf nouveau: annotate public functions by Lucas De Marchi · 6 years ago
  8. 84f838d Merge remote-tracking branch 'freedesktop/master' into aosp/master by John Stultz · 6 years ago
  9. 0926f0a meson,configure: include config.h automatically by Eric Engestrom · 6 years ago
  10. 5236de6 meson: use pkg-config to detect libatomic_ops by Eric Engestrom · 6 years ago
  11. 4f08bfe *-symbol-check: Don't hard-code nm executable by Heiko Becker · 6 years ago
  12. 9e34ad5 meson: fix libdrm_nouveau pkgconfig include directories by Dylan Baker · 6 years ago
  13. 5f7deb5 Add meson build system by Dylan Baker · 7 years ago
  14. fa32e29 Convert to Android.bp by Dan Willemsen · 7 years ago
  15. c6ebab7 Build libdrm* modules with BOARD_VNDK_VERSION by Jiyong Park · 7 years ago
  16. 03d2e91 android: introduce Android.common.mk to reduce boilerplate by Emil Velikov · 7 years ago
  17. de5b41e android: remove LOCAL_MODULE_TAGS := optional tag by Emil Velikov · 7 years ago
  18. a544677 automake: Don't include Android Makefiles in the release tarball by Andreas Boll · 8 years ago
  19. d342cd3 Android: strip out header files from sources list by Rob Herring · 8 years ago
  20. f208f2a nouveau: clean up nouveau.h, noting deprecated members/functions by Ben Skeggs · 9 years ago
  21. 4291eea nouveau: add support for newer kernel interfaces by Ben Skeggs · 9 years ago
  22. 4c92a9d nouveau: add new interface to create a nouveau_device by Ben Skeggs · 9 years ago
  23. 4a68c56 nouveau: remove nouveau_object_find() by Ben Skeggs · 9 years ago
  24. 4283e3f nouveau: make use of nouveau_drm::fd instead of nouveau_device::fd by Ben Skeggs · 9 years ago
  25. cdf9029 nouveau: stack legacy nouveau_device on top of nouveau_drm by Ben Skeggs · 9 years ago
  26. b845d61 nouveau: introduce object to represent the kernel client by Ben Skeggs · 9 years ago
  27. f6b1b5b nouveau: add interfaces to query information about supported classes by Ben Skeggs · 9 years ago
  28. c00e1a9 nouveau: add interface to call an object's methods by Ben Skeggs · 9 years ago
  29. 343d1ee nouveau: make it possible to init object in pre-allocated memory by Ben Skeggs · 9 years ago
  30. 0996ad0 nouveau: move object functions up, to avoid future foward decls by Ben Skeggs · 9 years ago
  31. 4a3cbf5 nouveau: move more abi16-specific logic into abi16.c by Ben Skeggs · 9 years ago
  32. d1ec093 nouveau: import and install a selection of nvif headers from the kernel by Ben Skeggs · 9 years ago
  33. a9e5880 nouveau: use designated initializers by Emil Velikov · 9 years ago
  34. 203983f nouveau: add asserts to make sure krefs are there by Ilia Mirkin · 9 years ago
  35. a1acffd nouveau: add coherent BO attribute by Alexandre Courbot · 9 years ago
  36. 812e8fe nouveau: restore check that avoids multiple user bos per kernel bo by Ben Skeggs · 9 years ago
  37. 0c8db0a Add missing <strings.h> includes by Greg Hackmann · 9 years ago
  38. 0f8da82 drm: remove drm_public macro by Emil Velikov · 9 years ago
  39. 104c895 drm: remove no longer needed VISIBILITY_CFLAGS by Emil Velikov · 9 years ago
  40. 42465fe drm: rename libdrm{,_macros}.h by Emil Velikov · 9 years ago
  41. 47429af nouveau: add symbols test by Emil Velikov · 9 years ago
  42. 76e9799 nouveau: annotate the private symbols by Emil Velikov · 9 years ago
  43. d9b6a69 autotools: remove ${srcdir} from the includes by Emil Velikov · 9 years ago
  44. ff02121 android: remove LOCAL_COPY_HEADERS* variables by Emil Velikov · 9 years ago
  45. c277cbd android: remove ${srcdir} from the includes by Emil Velikov · 9 years ago
  46. af4379f android: simplify LOCAL_C_INCLUDES by Emil Velikov · 9 years ago
  47. 24ac8cd android: correcly set LOCAL_EXPORT_C_INCLUDE_DIRS by Emil Velikov · 9 years ago
  48. ba5a0b6 nouveau: Do not add most bo's to the global bo list. by Maarten Lankhorst · 9 years ago
  49. 5ea6f1c nouveau: make nouveau importing global buffers completely thread-safe, with tests by Maarten Lankhorst · 9 years ago
  50. 5c1c09e android: remove duplicate libdrm in LOCAL_SHARED_LIBRARIES by Chih-Wei Huang · 9 years ago
  51. 7cb1d6e nouveau: fix unlock nouveau_bo_name_ref() by Jerome Glisse · 9 years ago
  52. 28ee135 nouveau: Remove unused static function. by Thomas Klausner · 10 years ago
  53. c09dcbc fix compile error on 32bit systems by Rob Clark · 10 years ago
  54. c98c54f nouveau: use drm_mmap/drm_munmap wrappers by Emil Velikov · 10 years ago
  55. 268dce4 automake: pick up all files for distribution. by Emil Velikov · 10 years ago
  56. 41bfc07 nouveau: add Android build support by Emil Velikov · 10 years ago
  57. 4255d3d libdrm, freedreno, intel, nouveau, radeon: add Makefile.sources by Emil Velikov · 10 years ago
  58. 56c4857 nouveau: Only export public functions. by Maarten Lankhorst · 10 years ago
  59. 7974b53 amend previous commit to actually compile by Maarten Lankhorst · 10 years ago
  60. b1d4def nouveau: safen up nouveau_device list usage against concurrent access by Maarten Lankhorst · 10 years ago
  61. 482abbf nouveau: prevent undefined behavior in nouveau_pushbuf_reloc with gcc-4.8 by Maarten Lankhorst · 11 years ago
  62. f92d796 nouveau: add a way to override single pushbuffer memory limits by Marcin Slusarz · 11 years ago
  63. 284421a nouveau: return error from pushbuf_validate by Marcin Slusarz · 11 years ago
  64. 481763c nouveau: use @PACKAGE_VERSION@ in libdrm_nouveau.pc by Maarten Lankhorst · 11 years ago
  65. c41b494 nouveau: expose channel engine selection on kepler chipsets by Ben Skeggs · 12 years ago
  66. 9e6f96a libdrm_nouveau.pc: don't include I${includedir}/nouveau by Marcin Slusarz · 11 years ago
  67. 891517f nouveau: disallow pushbuf BOs in multiple memory types by Ben Skeggs · 11 years ago
  68. 13c06cd libdrm/nouveau: add prime handle->bo and bo->handle support. by Dave Airlie · 12 years ago
  69. 9e0026d nouveau: silence some remaining valgrind warnings by Marcin Slusarz · 12 years ago
  70. 5288729 nouveau: fix channel closing by Marcin Slusarz · 12 years ago
  71. 754655c nouveau: expose notifier handle on nvc0 as well by Christoph Bumiller · 12 years ago
  72. d954648 nouveau: remove unnecessary EAGAIN loops by Marcin Slusarz · 12 years ago
  73. 73b9a28 nouveau: init nvc0 channel alloc req structure fully by Ben Skeggs · 12 years ago
  74. 292da61 nouveau: pull in major libdrm rewrite by Ben Skeggs · 12 years ago
  75. 37ccce5 nouveau: Mark nouveau subchannel unbound nouveau_grobj_free by Maarten Lankhorst · 13 years ago
  76. cc088f1 nouveau: free in error path if drmAvailable fails. by Dave Airlie · 13 years ago
  77. 7d83816 nouveau: assert argument cannot have side effects by Marcin Slusarz · 13 years ago
  78. bad5242 nouveau: fix up reloc_emit() to accept NULL target buffer by Ben Skeggs · 13 years ago
  79. 45cfb9c nouveau: split pushbuf macros specific to nv04-nv50 out, and add nvc0 by Ben Skeggs · 13 years ago
  80. ba731e7 nouveau: nvc0 drm has no concept of "notifier block" by Ben Skeggs · 13 years ago
  81. d17681d nouveau: Add implicit pushbuf flush before gpuobj destruction. by Francisco Jerez · 14 years ago
  82. d0a4f2e nouveau: Avoid unnecessary call to CPU_FINI. by Francisco Jerez · 14 years ago
  83. 09b1062 nouveau: Let the user choose the push buffer size. by Francisco Jerez · 14 years ago
  84. 1b9187c nouveau: Define buffer object usage flags. by Francisco Jerez · 14 years ago
  85. 81fa7a9 nouveau: fix drm version check some more by Ben Skeggs · 14 years ago
  86. d1cec6d nouveau: fix thinko in drm version check by Ben Skeggs · 14 years ago
  87. b61e81a nouveau: accept both 0.0.16 and 1.x.x by Ben Skeggs · 14 years ago
  88. 204c76c nouveau: stop shipping nouveau_class.h by Ben Skeggs · 14 years ago
  89. c1c8bbf nouveau: fix annoying compiler warning by Ben Skeggs · 14 years ago
  90. df32c30 nouveau: fix segfault in nouveau_bo_new_tile() failure path by Ben Skeggs · 14 years ago
  91. a247fca nouveau: remove unused field from nouveau_bo by Ben Skeggs · 14 years ago
  92. 5671282 nouveau: Regenerate nouveau_class.h. by Francisco Jerez · 14 years ago
  93. 976e779 Install headers to $(includedir)/libdrm by Julien Cristau · 14 years ago
  94. e73af7f libdrm_nouveau requires libdrm by Julien Cristau · 14 years ago
  95. df7157f nouveau: Fix up the stride of NV20TCL_LIGHT_BACK_*. by Francisco Jerez · 14 years ago
  96. 04fd387 nouveau: Small lighting related addition to nouveau_class.h. by Francisco Jerez · 14 years ago
  97. 581cafb nouveau: Update nouveau_class.h. by Francisco Jerez · 14 years ago
  98. cdc788d nouveau: make sure initial kalloc for user bo ends up in the right place by Maarten Maathuis · 14 years ago
  99. c27ce86 nouveau: Update nouveau_class.h. by Francisco Jerez · 14 years ago
  100. 3130f94 nv30: update for 8 texture units by Patrice Mandin · 14 years ago