1. a9e5880 nouveau: use designated initializers by Emil Velikov · 9 years ago
  2. 203983f nouveau: add asserts to make sure krefs are there by Ilia Mirkin · 9 years ago
  3. a1acffd nouveau: add coherent BO attribute by Alexandre Courbot · 9 years ago
  4. 812e8fe nouveau: restore check that avoids multiple user bos per kernel bo by Ben Skeggs · 9 years ago
  5. 0c8db0a Add missing <strings.h> includes by Greg Hackmann · 9 years ago
  6. 0f8da82 drm: remove drm_public macro by Emil Velikov · 9 years ago
  7. 104c895 drm: remove no longer needed VISIBILITY_CFLAGS by Emil Velikov · 9 years ago
  8. 42465fe drm: rename libdrm{,_macros}.h by Emil Velikov · 9 years ago
  9. 47429af nouveau: add symbols test by Emil Velikov · 9 years ago
  10. 76e9799 nouveau: annotate the private symbols by Emil Velikov · 9 years ago
  11. d9b6a69 autotools: remove ${srcdir} from the includes by Emil Velikov · 9 years ago
  12. ff02121 android: remove LOCAL_COPY_HEADERS* variables by Emil Velikov · 9 years ago
  13. c277cbd android: remove ${srcdir} from the includes by Emil Velikov · 9 years ago
  14. af4379f android: simplify LOCAL_C_INCLUDES by Emil Velikov · 9 years ago
  15. 24ac8cd android: correcly set LOCAL_EXPORT_C_INCLUDE_DIRS by Emil Velikov · 9 years ago
  16. ba5a0b6 nouveau: Do not add most bo's to the global bo list. by Maarten Lankhorst · 10 years ago
  17. 5ea6f1c nouveau: make nouveau importing global buffers completely thread-safe, with tests by Maarten Lankhorst · 10 years ago
  18. 5c1c09e android: remove duplicate libdrm in LOCAL_SHARED_LIBRARIES by Chih-Wei Huang · 10 years ago
  19. 7cb1d6e nouveau: fix unlock nouveau_bo_name_ref() by Jerome Glisse · 10 years ago
  20. 28ee135 nouveau: Remove unused static function. by Thomas Klausner · 10 years ago
  21. c09dcbc fix compile error on 32bit systems by Rob Clark · 10 years ago
  22. c98c54f nouveau: use drm_mmap/drm_munmap wrappers by Emil Velikov · 10 years ago
  23. 268dce4 automake: pick up all files for distribution. by Emil Velikov · 10 years ago
  24. 41bfc07 nouveau: add Android build support by Emil Velikov · 10 years ago
  25. 4255d3d libdrm, freedreno, intel, nouveau, radeon: add Makefile.sources by Emil Velikov · 10 years ago
  26. 56c4857 nouveau: Only export public functions. by Maarten Lankhorst · 10 years ago
  27. 7974b53 amend previous commit to actually compile by Maarten Lankhorst · 10 years ago
  28. b1d4def nouveau: safen up nouveau_device list usage against concurrent access by Maarten Lankhorst · 10 years ago
  29. 482abbf nouveau: prevent undefined behavior in nouveau_pushbuf_reloc with gcc-4.8 by Maarten Lankhorst · 11 years ago
  30. f92d796 nouveau: add a way to override single pushbuffer memory limits by Marcin Slusarz · 12 years ago
  31. 284421a nouveau: return error from pushbuf_validate by Marcin Slusarz · 12 years ago
  32. 481763c nouveau: use @PACKAGE_VERSION@ in libdrm_nouveau.pc by Maarten Lankhorst · 12 years ago
  33. c41b494 nouveau: expose channel engine selection on kepler chipsets by Ben Skeggs · 12 years ago
  34. 9e6f96a libdrm_nouveau.pc: don't include I${includedir}/nouveau by Marcin Slusarz · 12 years ago
  35. 891517f nouveau: disallow pushbuf BOs in multiple memory types by Ben Skeggs · 12 years ago
  36. 13c06cd libdrm/nouveau: add prime handle->bo and bo->handle support. by Dave Airlie · 12 years ago
  37. 9e0026d nouveau: silence some remaining valgrind warnings by Marcin Slusarz · 12 years ago
  38. 5288729 nouveau: fix channel closing by Marcin Slusarz · 12 years ago
  39. 754655c nouveau: expose notifier handle on nvc0 as well by Christoph Bumiller · 12 years ago
  40. d954648 nouveau: remove unnecessary EAGAIN loops by Marcin Slusarz · 12 years ago
  41. 73b9a28 nouveau: init nvc0 channel alloc req structure fully by Ben Skeggs · 12 years ago
  42. 292da61 nouveau: pull in major libdrm rewrite by Ben Skeggs · 13 years ago
  43. 37ccce5 nouveau: Mark nouveau subchannel unbound nouveau_grobj_free by Maarten Lankhorst · 13 years ago
  44. cc088f1 nouveau: free in error path if drmAvailable fails. by Dave Airlie · 13 years ago
  45. 7d83816 nouveau: assert argument cannot have side effects by Marcin Slusarz · 13 years ago
  46. bad5242 nouveau: fix up reloc_emit() to accept NULL target buffer by Ben Skeggs · 14 years ago
  47. 45cfb9c nouveau: split pushbuf macros specific to nv04-nv50 out, and add nvc0 by Ben Skeggs · 14 years ago
  48. ba731e7 nouveau: nvc0 drm has no concept of "notifier block" by Ben Skeggs · 14 years ago
  49. d17681d nouveau: Add implicit pushbuf flush before gpuobj destruction. by Francisco Jerez · 14 years ago
  50. d0a4f2e nouveau: Avoid unnecessary call to CPU_FINI. by Francisco Jerez · 14 years ago
  51. 09b1062 nouveau: Let the user choose the push buffer size. by Francisco Jerez · 14 years ago
  52. 1b9187c nouveau: Define buffer object usage flags. by Francisco Jerez · 14 years ago
  53. 81fa7a9 nouveau: fix drm version check some more by Ben Skeggs · 14 years ago
  54. d1cec6d nouveau: fix thinko in drm version check by Ben Skeggs · 14 years ago
  55. b61e81a nouveau: accept both 0.0.16 and 1.x.x by Ben Skeggs · 14 years ago
  56. 204c76c nouveau: stop shipping nouveau_class.h by Ben Skeggs · 14 years ago
  57. c1c8bbf nouveau: fix annoying compiler warning by Ben Skeggs · 14 years ago
  58. df32c30 nouveau: fix segfault in nouveau_bo_new_tile() failure path by Ben Skeggs · 14 years ago
  59. a247fca nouveau: remove unused field from nouveau_bo by Ben Skeggs · 15 years ago
  60. 5671282 nouveau: Regenerate nouveau_class.h. by Francisco Jerez · 14 years ago
  61. 976e779 Install headers to $(includedir)/libdrm by Julien Cristau · 15 years ago
  62. e73af7f libdrm_nouveau requires libdrm by Julien Cristau · 15 years ago
  63. df7157f nouveau: Fix up the stride of NV20TCL_LIGHT_BACK_*. by Francisco Jerez · 14 years ago
  64. 04fd387 nouveau: Small lighting related addition to nouveau_class.h. by Francisco Jerez · 15 years ago
  65. 581cafb nouveau: Update nouveau_class.h. by Francisco Jerez · 15 years ago
  66. cdc788d nouveau: make sure initial kalloc for user bo ends up in the right place by Maarten Maathuis · 15 years ago
  67. c27ce86 nouveau: Update nouveau_class.h. by Francisco Jerez · 15 years ago
  68. 3130f94 nv30: update for 8 texture units by Patrice Mandin · 15 years ago
  69. bdcd129 nv30: update for front/back stencil inversion by Patrice Mandin · 15 years ago
  70. b496c63 nouveau: interface changes for 0.0.16 DRM by Luca Barbieri · 15 years ago
  71. 53e261c nouveau: Regenerate nouveau_class.h. by Francisco Jerez · 15 years ago
  72. 55ba98f nouveau: add nouveau_resource_destroy by Marcin Slusarz · 15 years ago
  73. 7b32812 nouveau: fail channel creation if pushbuf init fails by Ben Skeggs · 15 years ago
  74. 3d3d87f nouveau: disable flush_notify on channel_free by Marcin Slusarz · 15 years ago
  75. a03dcc2 nouveau: fix memory leak in nouveau_channel_free by Marcin Slusarz · 15 years ago
  76. 5963c02 nouveau: Update nouveau_class.h. by Francisco Jerez · 15 years ago
  77. c5c503b nouveau: add BEGIN_RING_NI by Marcin Slusarz · 15 years ago
  78. cd2e4ba nouveau: Unreference pushbuf objects on channel destruction. by Younes Manton · 15 years ago
  79. cb1caaa nouveau: Update some object definitions from renouveau.xml. by Francisco Jerez · 15 years ago
  80. 5fd00dd nouveau: Update nouveau_class.h with new renouveau.xml definitions. by Marcin Kościelnicki · 15 years ago
  81. f1660c2 nouveau: remove delayed kernel bo creation by Ben Skeggs · 15 years ago
  82. edc77dd nouveau: Use drmIoctl so we restart ioctl on EINTR or EAGAIN by Ben Skeggs · 15 years ago
  83. 7c82527 nouveau: move reloc code down, nothing to see here by Ben Skeggs · 15 years ago
  84. 10ce0ec Merge remote branch 'origin/master' into libdrm by Kristian Høgsberg · 15 years ago
  85. 4f57abf Move libdrm/ up one level by Kristian Høgsberg · 15 years ago