1. 3917f85 i915: Add support for 965GME/GLE chip. by Wang Zhenyu · 17 years ago
  2. b0c8d88 Update a bunch of FreeBSD port code. by Jung-uk Kim · 17 years ago
  3. fdc293d reformatting, clean-ups by Brian · 17 years ago
  4. ccd7b6e Clean-ups and reformatting. by Brian · 17 years ago
  5. 056c2f2 drm: move context handling code to use linux idr by Dave Airlie · 17 years ago
  6. f646747 drm: convert drawable handling to use Linux idr by Dave Airlie · 17 years ago
  7. 2bb7703 drm: spinlock initializer cleanup by Thomas Gleixner · 17 years ago
  8. 8e083c5 drm: make sure the drawable code doesn't call malloc(0). by Michel Dänzer · 17 years ago
  9. ad02c53 radeon: add other IGP chipsets by Dave Airlie · 17 years ago
  10. 58b2ed7 Revert "drm/ttm: cleanup mm_ioctl ioctls to be separate ioctls." by Dave Airlie · 17 years ago
  11. 375f3f2 Revert "drm/ttm: cleanup most of fence ioctl split out" by Dave Airlie · 17 years ago
  12. ce58e53 whitespace fixups from kernel by Dave Airlie · 17 years ago
  13. adee6f5 ati_pcigart: cut to 80 chars by Dave Airlie · 17 years ago
  14. 3dfc140 drm/ttm: cleanup most of fence ioctl split out by Dave Airlie · 17 years ago
  15. 3fdef0d drm/ttm: cleanup mm_ioctl ioctls to be separate ioctls. by Dave Airlie · 17 years ago
  16. 7b48f00 drm: cleanup use of Linux list handling macros by Dave Airlie · 17 years ago
  17. ea98d7e nouveau: don't build the module by default by Stephane Marchesin · 17 years ago
  18. ca725bb r300: Added my comments into r300_reg.h. by Oliver McFadden · 17 years ago
  19. c6ff0ca r300: Synchronized R300 register defines file. by Oliver McFadden · 17 years ago
  20. e9b604e nouveau : nv10 graph move clipping value to per channel init by Matthieu Castet · 17 years ago
  21. 5d62393 nouveau : nv10 graph clipping values were forgoten in ddx to drm commit by Matthieu Castet · 17 years ago
  22. e4d163d Allow vblank interrupts to remain disabled across VT switch. by Keith Packard · 17 years ago
  23. e0056c7 r300: Synchronized R300 register defines file. by Oliver McFadden · 17 years ago
  24. a02b045 r300: Synchronized R300 register defines file. by Oliver McFadden · 17 years ago
  25. 5978411 nouveau : fix fifo context size for nv10 by Matthieu Castet · 17 years ago
  26. 963ed99 libdrm: fix typo on ttm fence interface by Dave Airlie · 17 years ago
  27. c4e2cae s/OJBECTS/OBJECTS/ by Brian · 17 years ago
  28. 4e858f8 r300: Synchronize the register file from Mesa. by Oliver McFadden · 17 years ago
  29. 87ec1fe r300: Use the defined names for known registers. by Oliver McFadden · 17 years ago
  30. c9cd2c7 drm: remove unused define DRM_HAS_TTM by Dave Airlie · 17 years ago
  31. cf7c90f Fix buffer object list freeing. by Thomas Hellstrom · 17 years ago
  32. f06ad82 Fix userspace ABI breakage from 3c384a9ad5f964709a237cfe035ea5d6df2da5fa. by Michel Dänzer · 17 years ago
  33. ca1cd32 radeon: Don't mess up page flipping when a file descriptor is closed. by Michel Dänzer · 17 years ago
  34. feb6803 move i915 to new drm_wait_on function by Dave Airlie · 17 years ago
  35. 6e860d0 drm: add new drm_wait_on function to replace macro by Dave Airlie · 17 years ago
  36. e9b3acd remove register usage by Dave Airlie · 17 years ago
  37. 9f9c190 remove DRM_GETSAREA and replace with drm_getsarea function by Dave Airlie · 17 years ago
  38. e889342 Revert "bug 7092 : add pci ids for mach64 in Dell poweredge 4200" by George Sapountzis · 17 years ago
  39. 3a2c9f4 linux: minor indent. by George Sapountzis · 17 years ago
  40. 942d9be freebsd: remove stray apperance of IN_MODULE. by George Sapountzis · 17 years ago
  41. b69b426 libdrm: remove HAVE_XORG_CONFIG_H and XFree86LOADER ifdef's. by George Sapountzis · 17 years ago
  42. 2a6f555 update create_lk_drm.sh script by Dave Airlie · 17 years ago
  43. afc029e whitespace cleanup by Dave Airlie · 17 years ago
  44. e5c1f1c remove some whitespace violation by Dave Airlie · 17 years ago
  45. 4b72759 drm: nopfn warning on 64-bit by Dave Airlie · 17 years ago
  46. 71d44cd drm/ttm: allow drm_buffer_object_create to be used in-kernel by Jesse Barnes · 17 years ago
  47. 3c384a9 Add new buffer object type for kernel allocations that don't initially have a user mapping. by Jesse Barnes · 18 years ago
  48. 5c8561a More detailed instructions, tips. by Brian · 17 years ago
  49. 61477d6 nouveau: fix wacky pci id by Stephane Marchesin · 17 years ago
  50. af3ffcd Initialize rwlock using rwlock_init to appease lockdep validator. by Kristian Høgsberg · 18 years ago
  51. a8a8108 Avoid a fence timeout problem when a signal is pending. by Thomas Hellstrom · 18 years ago
  52. 1ce9c09 Fix via compile error (Reported by Benno Schulenberg.) by Thomas Hellstrom · 18 years ago
  53. 2df2c70 Simplify the ttm backend interface and the agp ttm backend. by Thomas Hellstrom · 18 years ago
  54. 5a96d59 Don't always free up memory space when we unpin buffers. by Thomas Hellstrom · 18 years ago
  55. 5432cc4 Fix buffer object reference problems. (Reported by Dave Airlie). by Thomas Hellstrom · 18 years ago
  56. e805ca9 via: Make sure we flush write-combining using a follow-up read. by Thomas Hellstrom · 18 years ago
  57. e91ceff Add a code comment. by Thomas Hellstrom · 18 years ago
  58. e6e4946 Require the hardware lock for buffer creation by Thomas Hellstrom · 18 years ago
  59. 9b7211d nouveau: nv10 per channel init from ddx by Matthieu Castet · 18 years ago
  60. 059b5d9 rs480: Renamed some unknown registers. See dri-devel list. by Oliver McFadden · 18 years ago
  61. 2d7f9f5 nouveau: NV46 support by Ben Skeggs · 18 years ago
  62. 29f8fe8 radeon: bump version for IGPGART support by Dave Airlie · 18 years ago
  63. a70f8e0 radeon: add support for reverse engineered xpress200m by Dave Airlie · 18 years ago
  64. b25558b fixup install target, not sure what I was smokin... by Dave Airlie · 18 years ago
  65. 46257c5 i915: use breadcrumb macro everywhere by Dave Airlie · 18 years ago
  66. 78034c0 nouveau: make a note about a bit that breaks some cards by Ben Skeggs · 18 years ago
  67. 38f5240 nouveau: Power up all card units by default on startup. by Ben Skeggs · 18 years ago
  68. 9c79371 add an install target to the drm modules makefile by Dave Airlie · 18 years ago
  69. c496827 Fix user object reference when caller is not object creator. by Thomas Hellstrom · 18 years ago
  70. 38d18ac Add a fence flush event to each fence-signaled check when lazy-waiting by Thomas Hellstrom · 18 years ago
  71. 139e4bb Make sure we ack irqs before we read a breadcrumb so that by Thomas Hellstrom · 18 years ago
  72. 7743af9 Evicted no-move buffers can get lost if they end up in another by Thomas Hellstrom · 18 years ago
  73. d85e243 Fix an oops when trying to clean a not yet initialized memory type. by Thomas Hellstrom · 18 years ago
  74. 72d457f Make sure CMA (Can't map aperture) pages are mapped uncached. by Thomas Hellstrom · 18 years ago
  75. 5395a92 r300: Synchronize the register header file again. by Oliver McFadden · 18 years ago
  76. cbbdbd5 nouveau: fix usage of PGRAPH_CTX_CONTROL on nv20+ by Matthieu Castet · 18 years ago
  77. 25cedcf nouveau : nv10 ctx switch fix restoring NV10_PGRAPH_CTX_SWITCH1 now works by Matthieu Castet · 18 years ago
  78. 223061e nouveau : set the correct PGRAPH_CTX_CONTROL register by Matthieu Castet · 18 years ago
  79. ddb1715 Merge branch 'crestline-qa', adding support for the 965GM chipset. by Eric Anholt · 18 years ago
  80. cd4c821 Merge branch 'origin' by Eric Anholt · 18 years ago
  81. 3f70518 drm/bo: avoid oops if the memory manager for this type isn't initialised by Dave Airlie · 18 years ago
  82. bdabc8f nouveau: fix nv04 context switches. by Stephane Marchesin · 18 years ago
  83. 81b811d drm/i915: set the bo up at firstopen time not after DMA init by Dave Airlie · 18 years ago
  84. 72a1190 drm/ttm: make sure dev_mapping is set-up for the first opener of the drm by Dave Airlie · 18 years ago
  85. 406a894 Merge git://proxy01.pd.intel.com:9419/git/mesa/drm into crestline by Nian Wu · 18 years ago
  86. 674cefd nouveau: move card initialisation into the drm by Ben Skeggs · 18 years ago
  87. ddc87d3 Merge git://proxy01.pd.intel.com:9419/git/mesa/drm into crestline by Nian Wu · 18 years ago
  88. 5d69640 Catch up to new interrupt API, and retire FreeBSD 4.x support here. by Eric Anholt · 18 years ago
  89. 5ad43f4 vm: cleanup drm_vm.c along lines of cleanups queued for kernel by Dave Airlie · 18 years ago
  90. e7cd5a1 Merge git://proxy01.pd.intel.com:9419/git/mesa/drm into crestline by Nian Wu · 18 years ago
  91. 4988fa4 nouveau: rework nouveau_fifo_alloc() so the drm can create internal FIFOs by Ben Skeggs · 18 years ago
  92. 8d918b0 cleanup more whitespace from ttm merge by Dave Airlie · 18 years ago
  93. 3979550 drm: remove second spinlock init for tasklet lock by Dave Airlie · 18 years ago
  94. 2bb9de9 nouveau: remove unused cruft by Ben Skeggs · 18 years ago
  95. 0467ad4 Merge git://proxy01.pd.intel.com:9419/git/mesa/drm into crestline by Nian Wu · 18 years ago
  96. e222254 nouveau: support multiple channels per client (breaks drm interface) by Ben Skeggs · 18 years ago
  97. fe4cc50 Merge git://proxy01.pd.intel.com:9419/git/mesa/drm into crestline by Nian Wu · 18 years ago
  98. 209870a rename badly named define by Dave Airlie · 18 years ago
  99. ef71b62 remove i830 reference by Alan Hourihane · 18 years ago
  100. cbe31d0 Remove old i830 kernel driver. by Alan Hourihane · 18 years ago