1. d51e1bb libdrm: add drmOpenOnce + drmCloseOnce to libdrm by Dave Airlie · 18 years ago
  2. 7903875 libdrm: add support for server side functionality in libdrm by Dave Airlie · 18 years ago
  3. 584acab Add drm_u64_t typedef on non-linux to fix libdrm build. by Eric Anholt · 18 years ago
  4. 7b6cd95 Fix bug #8839 - a comment by Alan Hourihane · 18 years ago
  5. 4b04c0c Bugzilla Bug #8819 Build fixes for powerpc. Reported by Katerina Barone-Adesi by Thomas Hellstrom · 18 years ago
  6. 56563c2 Minor bugfix, indentation and removal of unnused variables. by Thomas Hellstrom · 18 years ago
  7. decacb2 Reserve the new IOCTLs also for *bsd. Bump libdrm version number to 2.2.0 by Thomas Hellstrom · 18 years ago
  8. f6d5fec Last minute changes to support multi-page size buffer offset alignments. by Thomas Hellstrom · 18 years ago
  9. e09544a New mm function names. Update header. by Thomas Hellstrom · 18 years ago
  10. 47dbfc4 Add improved alignment functionality to the core memory manager. by Thomas Hellstrom · 18 years ago
  11. b4fba16 Add a one-page hole in the file offset space between buffers. by Thomas Hellstrom · 18 years ago
  12. 7ea059a Merge branch 'master' of git+ssh://git.freedesktop.org/git/mesa/drm by Thomas Hellstrom · 18 years ago
  13. 9ed4656 The CPU cache must be flushed _before_ we start modifying the kernel map ptes, by Thomas Hellstrom · 18 years ago
  14. a8909a0 Bug #1746: Set dev_priv_size for the MGA driver. by Tilman Sauerbeck · 18 years ago
  15. 9321592 We apparently need this global cache flush anyway. by Thomas Hellstrom · 18 years ago
  16. 3624e43 Bug #8707, 2.6.19-rc compatibility for memory manager code. by Thomas Hellstrom · 18 years ago
  17. d70347b Merge branch 'master' of git+ssh://git.freedesktop.org/git/mesa/drm by Thomas Hellstrom · 18 years ago
  18. 5de4665 Importing fixes from drm-ttm-0-2-branch by Thomas Hellstrom · 18 years ago
  19. e8ba62d Make sure delayed delete list is empty on lastclose. by Thomas Hellstrom · 18 years ago
  20. e22b04f Merging drm-ttm-0-2-branch by Thomas Hellstrom · 18 years ago
  21. 11aaa35 Remove stray softlink. by Thomas Hellstrom · 18 years ago
  22. e172945 Avoid driver-specific AGP user-populated types, since we don't know what AGP by Thomas Hellstrom · 18 years ago
  23. 25fe4a8 Remove some debugging messages. by Thomas Hellstrom · 18 years ago
  24. c34faf2 Remove max number of locked pages check and call, since by Thomas Hellstrom · 18 years ago
  25. 89b9441 Lindent. by Thomas Hellstrom · 18 years ago
  26. f22f89e Add vma list memory usage to memory accounting. by Thomas Hellstrom · 18 years ago
  27. d515936 Add memory usage accounting to avoid DOS problems. by Thomas Hellstrom · 18 years ago
  28. 5443dbe Implement mm_lock and mm_unlock functions. by Thomas Hellstrom · 18 years ago
  29. db5c671 Remove the memory manager parameter from the put_block function, as this by Thomas Hellstrom · 18 years ago
  30. 5881ce1 Extend generality for more memory types. Fix up init and destruction code. by Thomas Hellstrom · 18 years ago
  31. 561e23a dev->agp_buffer_map is not initialized for AGP DMA on savages bug 8662 by Michael Karcher · 18 years ago
  32. 5b2a60f Change Intel AGP memory type numbers. by Thomas Hellstrom · 18 years ago
  33. 1bab514 remove config.h from build no longer exists kbuild does it by Dave Airlie · 18 years ago
  34. 540c64c Bugfixes. by Thomas Hellstrom · 18 years ago
  35. 10150df Simplify the AGP backend interface somewhat. by Thomas Hellstrom · 18 years ago
  36. 3070389 Compatibility code for 2.6.15-2.6.18. It is ugly but a little comfort is that by Thomas Hellstrom · 18 years ago
  37. f2db76e Big update: by Thomas Hellstrom · 18 years ago
  38. c58574c Use a nopage-based approach to fault in pfns. by Thomas Hellstrom · 18 years ago
  39. a9f57a2 only allow specific type-3 packets to pass the verifier instead of all for r100/r200 as others might be unsafe (r300 already does this), and add checking for these we need but aren't safe. Check the RADEON_CP_INDX_BUFFER packet on both r200 and r300 as it isn't safe neither. by Roland Scheidegger · 18 years ago
  40. cee659a Get rid of all ugly PTE hacks. by Thomas Hellstrom · 18 years ago
  41. c9e3aa9 Bug 6242: [mach64] Use private DMA buffers, part #4. by George Sapountzis · 18 years ago
  42. f3deef7 Bug 6242: [mach64] Use private DMA buffers, part #3. by George Sapountzis · 18 years ago
  43. 25760c3 Bug 6242: [mach64] Use private DMA buffers, part #2. by George Sapountzis · 18 years ago
  44. eea150e Bug 6242: [mach64] Use private DMA buffers, part #1. by George Sapountzis · 18 years ago
  45. d1b31a2 Bug 6209: [mach64] AGP DMA buffers not mapped correctly. by George Sapountzis · 18 years ago
  46. 16be6ba Fix type of second argument to spin_lock_irqsave(). by Michel Dänzer · 18 years ago
  47. f6238cf Fix type of second argument to spin_lock_irqsave(). by Michel Dänzer · 18 years ago
  48. eacedf4 Make the user_token 44-bit for TTMs, and have them occupy a unique file space by Thomas Hellstrom · 18 years ago
  49. a31046b Add a buffer object manager for TTM maps. by Thomas Hellstrom · 18 years ago
  50. d85b994 Allow for 44 bit user-tokens (or drm_file offsets) by Thomas Hellstrom · 18 years ago
  51. 418b81c Add a comment to previos commit. by Thomas Hellstrom · 18 years ago
  52. c6be274 Trap and be verbose about a deadlock that occurs with AIGLX and drivers that by Thomas Hellstrom · 18 years ago
  53. 58a23d1 drm_rmdraw: Declare id and idx as signed so testing for < 0 works as intended. by Felix Kühling · 18 years ago
  54. 3a16e61 Make locked tasklet handling more robust. by Michel Dänzer · 18 years ago
  55. d583899 drm_rmdraw: Declare id and idx as signed so testing for < 0 works as intended. by Felix Kühling · 18 years ago
  56. 8e908ea Bump driver date. by Thomas Hellstrom · 18 years ago
  57. 17a6404 i915: Only schedule vblank tasklet if there are scheduled swaps pending. by Michel Dänzer · 18 years ago
  58. 48367fd i915: Only initialize IRQ fields in postinstall, not the PIPE_SET ioctl. by Michel Dänzer · 18 years ago
  59. 3620a3e i915: Bump minor again to differentiate from vsync changes. by Michel Dänzer · 18 years ago
  60. 390184d i915: Avoid mis-counting vblank interrupts when they're only enabled for pipe A. by Michel Dänzer · 18 years ago
  61. c0bff9f i915: Bump minor for swap scheduling ioctl and secondary vblank support. by Michel Dänzer · 18 years ago
  62. 0a7d9ed i915_vblank_swap: Add support for DRM_VBLANK_NEXTONMISS. by Michel Dänzer · 18 years ago
  63. c47ebd9 Only return EBUSY after we've established we need to schedule a new swap. by Michel Dänzer · 18 years ago
  64. cef0f24 Core vsync: Don't clobber target sequence number when scheduling signal. by Michel Dänzer · 18 years ago
  65. ed82172 Core vsync: Add flag DRM_VBLANK_NEXTONMISS. by Michel Dänzer · 18 years ago
  66. c4c47a7 Fix 'sequence has passed' condition in i915_vblank_swap(). by Michel Dänzer · 18 years ago
  67. f9aa4f5 Add SAREA fileds for determining which pipe to sync window buffer swaps to. by Michel Dänzer · 18 years ago
  68. 316e736 Add definition of DRM_VBLANK_SECONDARY. by Michel Dänzer · 18 years ago
  69. 4a3d270 Make handling of dev_priv->vblank_pipe more robust. by Michel Dänzer · 18 years ago
  70. 1f3493f DRM_I915_VBLANK_SWAP ioctl: Take drm_vblank_seq_type_t instead of pipe number. by Michel Dänzer · 18 years ago
  71. 00531ce Change first valid DRM drawable ID to be 1 instead of 0. by Michel Dänzer · 18 years ago
  72. 7d48760 Add copyright notice. by Michel Dänzer · 18 years ago
  73. da75d59 i915: Add ioctl for scheduling buffer swaps at vertical blanks. by Michel Dänzer · 18 years ago
  74. d7389a9 Locking and memory management fixes. by Michel Dänzer · 18 years ago
  75. ca3a1b5 Drop tasklet locked driver callback when uninstalling IRQ. by Michel Dänzer · 18 years ago
  76. f93e482 Export drm_get_drawable_info symbol from core. by Michel Dänzer · 18 years ago
  77. 67e88e5 Hook up DRM_IOCTL_UPDATE_DRAW ioctl. by Michel Dänzer · 18 years ago
  78. baa26c5 Only reallocate cliprect memory if the number of cliprects changes. by Michel Dänzer · 18 years ago
  79. 9810ec2 Add support for tracking drawable information to core by Michel Dänzer · 18 years ago
  80. a7b8c8d Add support for interrupt triggered driver callback with lock held to DRM core. by Michel Dänzer · 18 years ago
  81. 596d7e9 Add support for secondary vertical blank interrupt to i915 driver. by Michel Dänzer · 18 years ago
  82. 2735f9e Add support for secondary vertical blank interrupt to DRM core. by Michel Dänzer · 18 years ago
  83. ae96e26 Add a new buffer flag. Fix up some comments. by Thomas Hellstrom · 18 years ago
  84. 3802f9a Fix buffer manager takedown error. by Thomas Hellstrom · 18 years ago
  85. 7af93dd i915: Only schedule vblank tasklet if there are scheduled swaps pending. by Michel Dänzer · 18 years ago
  86. 881ba56 i915: Avoid mis-counting vblank interrupts when they're only enabled for pipe A. by Michel Dänzer · 18 years ago
  87. 2627131 i915: Bump minor for swap scheduling ioctl and secondary vblank support. by Michel Dänzer · 18 years ago
  88. 0356fe2 i915_vblank_swap: Add support for DRM_VBLANK_NEXTONMISS. by Michel Dänzer · 18 years ago
  89. 50a0284 Only return EBUSY after we've established we need to schedule a new swap. by Michel Dänzer · 18 years ago
  90. cf6b2c5 Core vsync: Don't clobber target sequence number when scheduling signal. by Michel Dänzer · 18 years ago
  91. 89e323e Core vsync: Add flag DRM_VBLANK_NEXTONMISS. by Michel Dänzer · 18 years ago
  92. 7f09f95 Fix 'sequence has passed' condition in i915_vblank_swap(). by Michel Dänzer · 18 years ago
  93. c2bdb76 Add SAREA fileds for determining which pipe to sync window buffer swaps to. by Michel Dänzer · 18 years ago
  94. 84b38b6 Add definition of DRM_VBLANK_SECONDARY. by Michel Dänzer · 18 years ago
  95. 87c57cb Make handling of dev_priv->vblank_pipe more robust. by Michel Dänzer · 18 years ago
  96. d5a0f10 DRM_I915_VBLANK_SWAP ioctl: Take drm_vblank_seq_type_t instead of pipe number. by Michel Dänzer · 18 years ago
  97. df7551e Change first valid DRM drawable ID to be 1 instead of 0. by Michel Dänzer · 18 years ago
  98. d04751f Add copyright notice. by Michel Dänzer · 18 years ago
  99. 257771f i915: Add ioctl for scheduling buffer swaps at vertical blanks. by Michel Dänzer · 18 years ago
  100. 23d2833 Locking and memory management fixes. by Michel Dänzer · 18 years ago