1. 7ea4a88 Add the workaround that's in the kernel to suppress GCC's warning about by Eric Anholt · 18 years ago
  2. d365f03 fixup GFP_COMP for older kernels and get_page/put_page for newer by Dave Airlie · 18 years ago
  3. 30a5787 Fix from Benh for ppc r300 scratch by Dave Airlie · 18 years ago
  4. 4a49e6c check for __FreeBSD_kernel__ (bug 3810) by Brian Paul · 18 years ago
  5. 1327222 Err, use "ifndef" rather than "if !", to avoid compiler warning. by Eric Anholt · 18 years ago
  6. 2abd1f2 Reorder the DRM_*_AGP enum to match linux's numbers (oops). Fixes i915 by Eric Anholt · 18 years ago
  7. 40b70e3 Use __LP64__ instead of checking the linux-specific BITS_PER_LONG. by Eric Anholt · 18 years ago
  8. 63c4d02 Revert a change that accidentally went in with whitespace changes from by Eric Anholt · 18 years ago
  9. 6cb366b Compile fixes for FreeBSD. by Eric Anholt · 18 years ago
  10. 299aad0 coverity bugfix from the kernel by Dave Airlie · 18 years ago
  11. 4f53bf3 remove stupid init and exit flags.. by Dave Airlie · 18 years ago
  12. ac5bd25 make add context non master... by Dave Airlie · 18 years ago
  13. 985738f radeon fix up the PCI ids for new memory map like the kernel one.. not by Dave Airlie · 18 years ago
  14. 9c92b55 Bump driver date to reflect airlied's last fix. by Adam Jackson · 19 years ago
  15. 6bb92ab fix issue in mga from kernel by Dave Airlie · 19 years ago
  16. 8c8f937 make some functions static in via driver by Dave Airlie · 19 years ago
  17. 38376c7 Add missing pci ids for new radeons (most but not all are pcie, r420, by Roland Scheidegger · 19 years ago
  18. 14d1219 Avoid walking off the end of the hash table. (Coverity report #465) by Adam Jackson · 19 years ago
  19. ea40d3d Fix bug I reintroduced by Dave Airlie · 19 years ago
  20. ef83597 fix some use before NULL check by Dave Airlie · 19 years ago
  21. 4436ab8 ia64 support for r300_scratch. (not tested) by Aapo Tahkola · 19 years ago
  22. b3fdf9b Add general-purpose packet for manipulating scratch registers (r300) by Aapo Tahkola · 19 years ago
  23. 02f76f4 file xf86mm.c was initially added on branch drm-ttm-branch. by Thomas Hellstrom · 19 years ago
  24. 0f13b3e file xf86mm.h was initially added on branch drm-ttm-branch. by Thomas Hellstrom · 19 years ago
  25. 06e8bd2 Add all radeon pci ids known by ddx, but only r350/rv350 and below (new by Roland Scheidegger · 19 years ago
  26. 9c0634b set dma pages reserved by Dave Airlie · 19 years ago
  27. abd3904 use coherent memory for PCI allocations with COMP flag by Dave Airlie · 19 years ago
  28. 22e41ef Formatting cleanup, dead code removal. Remove N() namespacing macro, by Adam Jackson · 19 years ago
  29. 0a211db experimental PCI DMA fixes use proper Linux interfaces by Dave Airlie · 19 years ago
  30. 4c1c05a missed a piece of benh patch by Dave Airlie · 19 years ago
  31. a256678 make some functions static from the kernel by Dave Airlie · 19 years ago
  32. d75fa64 fix brace placement by Dave Airlie · 19 years ago
  33. b2523e7 always enable and set master on pci device by Dave Airlie · 19 years ago
  34. eb5666b clear i915 interrupts sources on server exit by Dave Airlie · 19 years ago
  35. 7c18b25 add proper checking for bitblt multi by Dave Airlie · 19 years ago
  36. 9fad101 add benh's memory management patch by Dave Airlie · 19 years ago
  37. 08fafc4 fix build wrong function call by Dave Airlie · 19 years ago
  38. 4791dc8 major realigment of DRM CVS with kernel code, makes integration much easier by Dave Airlie · 19 years ago
  39. 585f34c fix card unload by Dave Airlie · 19 years ago
  40. ff9ecc0 Fixup test for memory at end of memory space by Dave Airlie · 19 years ago
  41. 659e9a0 via: Change via_drm.h versioning scheme after lenghty discussion on by Thomas Hellstrom · 19 years ago
  42. 75bf1c2 file i915_ttm.c was initially added on branch drm-ttm-branch. by Thomas Hellstrom · 19 years ago
  43. 292d4a5 Update the hardware breadcrumb in the sarea on irq reception so that by Keith Whitwell · 19 years ago
  44. f99fc2c file drm_mm.c was initially added on branch drm-ttm-branch. by Thomas Hellstrom · 19 years ago
  45. 07e1126 add missing name, desc, date, major, minor and patchlevel entries by Alan Hourihane · 19 years ago
  46. 1f0da9d fix an error message typo Unkown -> Unknown by Alan Hourihane · 19 years ago
  47. f19c9ee other part of revert by Alan Hourihane · 19 years ago
  48. 788750f put back some of Dave's code related to vblank support - accidentally by Alan Hourihane · 19 years ago
  49. 3e8918a file Makefile.am was initially added on branch drm-ttm-branch. by Thomas Hellstrom · 19 years ago
  50. 8a9ecf4 file drm_hashtab.c was initially added on branch drm-ttm-branch. by Thomas Hellstrom · 19 years ago
  51. 270cffb Fix CMDBUFFER path, add heap destroy and flesh out sarea for rotation by Alan Hourihane · 19 years ago
  52. 9a01593 Add support for texture cache flushes (R300_TX_CNTL) by Aapo Tahkola · 19 years ago
  53. 534bfb3 Sync from r300_reg.h from Mesa. by Aapo Tahkola · 19 years ago
  54. e973286 add Intel i945GM support by Alan Hourihane · 19 years ago
  55. d394c9f via: direction bug in get_user_pages call in via_dmablit.c fixed. Bumped by Thomas Hellstrom · 19 years ago
  56. 2e0c281 via: Version via_drm.h Alter the drm_via_dmablit_t IOCTL arg. by Thomas Hellstrom · 19 years ago
  57. a019c10 via: Last commit really required a bump of minor. Fix. by Thomas Hellstrom · 19 years ago
  58. 6610045 via: Combine PCI DMA transfers with stride==width (Idea from Luc by Thomas Hellstrom · 19 years ago
  59. 3f23f9b nothing from VIA or S3 in this by Dave Airlie · 19 years ago
  60. 2a9dbb2 make max minor more rational by Dave Airlie · 19 years ago
  61. 9215097 use drm_cards_limit instead of cards_limit by Dave Airlie · 19 years ago
  62. 781d96c use common read/write routines by Dave Airlie · 19 years ago
  63. 8fef6fe sparse cleanups by Dave Airlie · 19 years ago
  64. bbcba83 The radeon DRM wasn't passing sparse checking in the kernel, this fixes it by Dave Airlie · 19 years ago
  65. dcbcc60 align spacing with kernel by Dave Airlie · 19 years ago
  66. 1ad5dfc whitespace cleanup/aligment with kernel by Dave Airlie · 19 years ago
  67. b2be72c some fixes from linux kernel by Dave Airlie · 19 years ago
  68. fb91c50 complete fix for historic attribution by Dave Airlie · 19 years ago
  69. 1d86c36 complete fix for attribution by Dave Airlie · 19 years ago
  70. 42cd50f Realign via driver with changes in Linux kernel (mainly whitespace) by Dave Airlie · 19 years ago
  71. 26462b9 Initialize sv.drm_dd_minor to "don't care" along with dd_major, to appease by Eric Anholt · 19 years ago
  72. 7f2c7f9 Merge patch from jhb to catch up with FreeBSD-current vgapci master device by Eric Anholt · 19 years ago
  73. 780e90e add radeon card type get param so userspace can avoid walking PCI by Dave Airlie · 19 years ago
  74. b14d15a Add vblank support to i915 DRM.. by Dave Airlie · 19 years ago
  75. 4c98852 step back one reported bugs against that patch by Dave Airlie · 19 years ago
  76. 274fdf4 fix radeon memory mapping from Ben Herrenschmidt by Dave Airlie · 19 years ago
  77. e7b0176 Lindent some via files by Dave Airlie · 19 years ago
  78. 2911eda Remove driver.device_is_agp code duplicated in drm_device_find_capability, by Eric Anholt · 19 years ago
  79. 0b4fdc8 add texrect support for r300 by Dave Airlie · 19 years ago
  80. be16e93 Fix from SuSE for issue with context creation failure by Dave Airlie · 19 years ago
  81. f5a9f27 Add RV410 X700PRO PCI ID Submitted by: Adam K Kirchhoff <adamk@voicenet.com> by Eric Anholt · 19 years ago
  82. 20fcbae Finish the last bits necessary to get the i915 DRM port working on FreeBSD by Eric Anholt · 19 years ago
  83. 422002d FreeBSD PR kern/85479: Restore the enabling of debugging by default by the by Eric Anholt · 19 years ago
  84. 7d735a8 Bump package and DSO numbers to 2.0 to reflect 32/64 ABI change by Adam Jackson · 19 years ago
  85. f28dddb Resync from Xorg head: conditional include of xorg-config.h by Adam Jackson · 19 years ago
  86. ea08b61 Resync from Xorg head (Bug #3815, GNU/kFreeBSD hack) by Adam Jackson · 19 years ago
  87. b318973 Add TODO based on my email from a while ago by Adam Jackson · 19 years ago
  88. 6941b37 Remove redundant #ifdef stanza by Adam Jackson · 19 years ago
  89. 4819897 Error checking for drmStrdup (Tilman Sauerbeck) by Adam Jackson · 19 years ago
  90. 7ede209 fixup xf86drm.c for new headers by Dave Airlie · 19 years ago
  91. 0db8052 Fix from Hugh Dickins for consistent mapping by Dave Airlie · 19 years ago
  92. 645e2d4 fixes from Egbert for 64bit by Dave Airlie · 19 years ago
  93. c6344e8 Assert an MIT copyright on sis_drm.h, since one was lacking and I created by Eric Anholt · 19 years ago
  94. ec0ef9a remove xf86drmCompat.*, unused since about XFree86 4.2. by Adam Jackson · 19 years ago
  95. 1835dff Fix AGP support guessing: Implement the same bridge checking in the MGA by Eric Anholt · 19 years ago
  96. 0472ac5 fix mem leak in HashHash() (bug 5171) by Brian Paul · 19 years ago
  97. a574796 Fixed long standing 64-bit bug in via memory manager. Bumped via date and by Thomas Hellstrom · 19 years ago
  98. c8261e3 Loosen via dmablit alignment checks somewhat. Adapt stride check to maximum by Thomas Hellstrom · 19 years ago
  99. c575b7e Fix compiling and reenable build of i915 driver. by Eric Anholt · 19 years ago
  100. 19c5c56 Fix Savage DRI without ShadowStatus NO by allowing the shadow area to be by Eric Anholt · 19 years ago