1. 0d67356 Proper TTM dereferencing Initial buffer object creation. by Thomas Hellstrom · 18 years ago
  2. 05536a6 Buffer object idle and mapping synchronization. by Thomas Hellstrom · 18 years ago
  3. 480ea65 Checkpoint buffer object IOCTL stub. by Thomas Hellstrom · 18 years ago
  4. e181f59 Add a 64-bit drm unsigned type for 64-bit clean IOCTLS. by Thomas Hellstrom · 18 years ago
  5. 4ddabd1 Merge branch 'master' of git+ssh://git.freedesktop.org/git/mesa/drm into drm-ttm-0-2-branch by Thomas Hellstrom · 18 years ago
  6. 9b984b3 drm: lots of small cleanups and whitespace issues fixed up by Dave Airlie · 18 years ago
  7. 60ddaaf add static function, and remove bad attributions by Dave Airlie · 18 years ago
  8. 3586ecd fix const pointer warnings with file_operations by Dave Airlie · 18 years ago
  9. 205c573 remove local copies of pci domain/bus/slot/num by Dave Airlie · 18 years ago
  10. b4feb2c remove some DRM_ARRAY_SIZE from linux core code by Dave Airlie · 18 years ago
  11. 3a91e1a fixup some of the comments in drm_context.c by Dave Airlie · 18 years ago
  12. 27c72b6 drm: i810_dma.c: fix pointer arithmetic for 64-bit target by Dave Airlie · 18 years ago
  13. 886d3b3 Bugfixes. by Thomas Hellstrom · 18 years ago
  14. 928bdc6 Initialize i915 saved flush flags. by Thomas Hellstrom · 18 years ago
  15. b4b7b99 Remove the ioctl multiplexing, and instead allow for generic by Thomas Hellstrom · 18 years ago
  16. ac26b51 Have TTM create and reference ioctl call return the actual TTM size. by Thomas Hellstrom · 18 years ago
  17. 4fa58aa Add TTM map handle on reference. by Thomas Hellstrom · 18 years ago
  18. 65e7274 ttm create / destroy / ref / unref ioctl. by Thomas Hellstrom · 18 years ago
  19. b99e332 Bug #7595: Avoid u32 overflows in radeon_check_and_fixup_offset(). by Michel Dänzer · 18 years ago
  20. c488e25 More ioctl stubs. Buffer object locking order documentation. by Thomas Hellstrom · 18 years ago
  21. 35c8ce6 ttm and buffer objects ioctl stubs. by Thomas Hellstrom · 18 years ago
  22. 1d3cf10 Module protection map access is moving into mainline kernels. by Thomas Hellstrom · 18 years ago
  23. 4c03030 Checkpoint commit Buffer object code. by Thomas Hellstrom · 18 years ago
  24. ea57099 Fix previous commit: Only fall back to hashed handles by Thomas Hellstrom · 18 years ago
  25. 8fa43d4 Merge branch 'master' of git+ssh://git.freedesktop.org/git/mesa/drm into drm-ttm-0-2-branch by Thomas Hellstrom · 18 years ago
  26. 459b234 Allow multiple addMaps with the same 32-bit map offset. by Thomas Hellstrom · 18 years ago
  27. 8dfe917 Fix hashtab implementation leaking illegal error codes to user space. by Thomas Hellstrom · 18 years ago
  28. e201511 More ttm cleanups. by Thomas Hellstrom · 18 years ago
  29. ca4e34e ttm code cleanup. by Thomas Hellstrom · 18 years ago
  30. a6535c8 Add a fence object class field for future use (For example VSYNC fence objects) by Thomas Hellstrom · 18 years ago
  31. 7058d06 Initial i915 buffer object driver by Thomas Hellstrom · 18 years ago
  32. b81ca5e AGP backends for TTM. by Thomas Hellstrom · 18 years ago
  33. 700bf80 Bring in stripped TTM functionality. by Thomas Hellstrom · 18 years ago
  34. 8d5b7c7 Allow longer sequence lifetimes. by Thomas Hellstrom · 18 years ago
  35. e089de3 i915 fence object driver implementing 2 fence object types: by Thomas Hellstrom · 18 years ago
  36. 6571f74 Remove some accidently included TTM code. by Thomas Hellstrom · 18 years ago
  37. 657bacc Add missing fence type define. Add drm_fence.o to Makefile by Thomas Hellstrom · 18 years ago
  38. 166da93 User / Kernel space fence objects (device-independent part). by Thomas Hellstrom · 18 years ago
  39. 1c787f0 Backwards compatibility code for ttms. by Thomas Hellstrom · 18 years ago
  40. 42c2cfc Generic DRM support base-class support for user-space objects, like by Thomas Hellstrom · 18 years ago
  41. 11f9e40 Avoid using vmalloc for small hash tables. by Thomas Hellstrom · 18 years ago
  42. 0316f93 Remove hash tables on DRM exit. by Thomas Hellstrom · 18 years ago
  43. 4daa024 Avoid kernel oops in some error paths calling drm_lastclose(). by Thomas Hellstrom · 18 years ago
  44. 0d60cd0 remove all TRUE instances as well by Dave Airlie · 18 years ago
  45. 18a48a9 remove all TRUE/FALSE no need for this in the drm, use 0 or 1 by Dave Airlie · 18 years ago
  46. 7a46d41 i965 code and Linux coding style < 0 by Dave Airlie · 18 years ago
  47. 5340a70 cleanup some whitespace issue and move compat code to compat header by Dave Airlie · 18 years ago
  48. df7378d clean up script to create an lk drm directory by Dave Airlie · 18 years ago
  49. 28069ff drm: ati_pcigart cleanup by Dave Airlie · 18 years ago
  50. 48cb9ac Add support for Intel i965G chipsets. by Alan Hourihane · 18 years ago
  51. e524028 drm: whitespace cleanup in new files by Dave Airlie · 18 years ago
  52. 4b3ea90 drm: remove extra whitespace from drm_mm.c by Dave Airlie · 18 years ago
  53. 248d1a3 drm: fixup whitespace and style for Linux kernel import by Dave Airlie · 18 years ago
  54. 35066b5 Revert "Make sure busmastering gets disabled on module unload." by Michel Dänzer · 18 years ago
  55. 645453c Bug #7629: Fix for CHIP_IS_AGP getting 'restored' with non-AGP cards by Michel Dänzer · 18 years ago
  56. 09c901e remove incorrect exit marking on cleanup pci as this is called from other paths by Dave Airlie · 18 years ago
  57. 5cfbd5d switch drm to use Linux mutexes instead of semaphore. by Dave Airlie · 18 years ago
  58. 6677e2a Delete the pre-core DRM code with extreme prejudice. by Adam Jackson · 18 years ago
  59. af7b89d Make sure busmastering gets disabled on module unload. by Adam Jackson · 18 years ago
  60. d5e0f8b Use RADEON_RB3D_DSTCACHE_CTLSTAT instead of RADEON_RB2D_DSTCACHE_CTLSTAT. by Michel Dänzer · 18 years ago
  61. 2a47f6b Make sure CHIP_IS_AGP flag is set when not overriding to PCI mode. by Michel Dänzer · 18 years ago
  62. c91748e When writeback isn't used, actually disable it in the hardware. by Michel Dänzer · 18 years ago
  63. e337ead Implement RADEON_PARAM_SCRATCH_OFFSET getparam. by Michel Dänzer · 18 years ago
  64. 7dea646 Some debug output when the getparam ioctl is called with an unknown parameter. by Michel Dänzer · 18 years ago
  65. b9243ce .cvsignore -> .gitignore by Michel Dänzer · 18 years ago
  66. 126673d Keep hashed user tokens, with the following changes: by Thomas Hellstrom · 18 years ago
  67. a392349 Change drm Map handles to be arbitrary 32-bit hash tokens in the range by Thomas Hellstrom · 18 years ago
  68. c21a7b7 SiS 315 Awareness. by Thomas Hellstrom · 18 years ago
  69. 264f60d Add missing semaphore release. by Thomas Hellstrom · 18 years ago
  70. 56b0733 Disable building static libraries. Bump to 2.0.2 for header updates. by Adam Jackson · 18 years ago
  71. aafedbf Fix compilation problem on 2.6.9 kernels (bug #6211) by Alan Hourihane · 18 years ago
  72. da143d0 Remove spurious debug messages from i915 vblank config paths by Keith Packard · 18 years ago
  73. f8891ef i915: Save vblank pipe configuration to restore on resume by Keith Packard · 18 years ago
  74. 83f256e Add i915 ioctls to configure pipes for vblank interrupt. by Keith Packard · 18 years ago
  75. 58b63ee Fix buffer cleanup on close. Move memory manager reset from final_context by Thomas Hellstrom · 18 years ago
  76. 96f2728 via: Bump version number and date. by Thomas Hellstrom · 18 years ago
  77. 0203eda via: Return the requested size instead of the correct size of the allocated by Thomas Hellstrom · 18 years ago
  78. ca1a776 via: by Thomas Hellstrom · 18 years ago
  79. 6c7faf5 s/list_entry/drm_hash_entry/ for "drm_hash_item"s. by Thomas Hellstrom · 18 years ago
  80. 1a9e5ba Fix drm_remove_magic potential memory leak / corruption. Move drm by Thomas Hellstrom · 18 years ago
  81. 6bacb18 Merge in the drm-sman-branch by Thomas Hellstrom · 18 years ago
  82. 838b03f file via_mm.c was initially added on branch drm-sman-branch. by Thomas Hellstrom · 18 years ago
  83. 7fbfb53 file drm_sman.h was initially added on branch drm-sman-branch. by Thomas Hellstrom · 18 years ago
  84. 09872c9 file sis_mm.c was initially added on branch drm-sman-branch. by Thomas Hellstrom · 18 years ago
  85. 36160c8 file drm_sman.c was initially added on branch drm-sman-branch. by Thomas Hellstrom · 18 years ago
  86. 31a80d3 file drm_hashtab.h was initially added on branch drm-ttm-branch. by Thomas Hellstrom · 18 years ago
  87. f4e6e44 Add support for r200 vertex programs (R200_EMIT_VAP_PVS_CNTL, and new by Roland Scheidegger · 18 years ago
  88. 9e0320a add forgotten register define for previous commit by Roland Scheidegger · 18 years ago
  89. e1b627c Do a tcl state flush before accessing tcl vector space. This fixes some by Roland Scheidegger · 18 years ago
  90. 79e5969 rip out unneeded back compat code by Dave Airlie · 18 years ago
  91. b1a64b8 add consts to radeon microcode. From: tilman by Dave Airlie · 18 years ago
  92. bdd381a Set entry->virtual for sg maps, fixing ATI PCI/PCIE GART support. by Eric Anholt · 18 years ago
  93. dcfcf1a Add the bits for vblank support on FreeBSD, which most importantly avoids by Eric Anholt · 18 years ago
  94. 7ea4a88 Add the workaround that's in the kernel to suppress GCC's warning about by Eric Anholt · 18 years ago
  95. d365f03 fixup GFP_COMP for older kernels and get_page/put_page for newer by Dave Airlie · 19 years ago
  96. 30a5787 Fix from Benh for ppc r300 scratch by Dave Airlie · 19 years ago
  97. 4a49e6c check for __FreeBSD_kernel__ (bug 3810) by Brian Paul · 19 years ago
  98. 1327222 Err, use "ifndef" rather than "if !", to avoid compiler warning. by Eric Anholt · 19 years ago
  99. 2abd1f2 Reorder the DRM_*_AGP enum to match linux's numbers (oops). Fixes i915 by Eric Anholt · 19 years ago
  100. 40b70e3 Use __LP64__ instead of checking the linux-specific BITS_PER_LONG. by Eric Anholt · 19 years ago