1. 65b90fb Don't use DRM_BO_FLAG_NO_MOVE in bufmgr fake. It's a ttm flag. by Owain G. Ainsworth · 16 years ago
  2. 13ff0e5 Remove drmModeReplaceFb after it was removed from the kernel. by Owain G. Ainsworth · 16 years ago
  3. ac8b330 nv50: ack nsource to prevent continuous protection fault irqs by Ben Skeggs · 16 years ago
  4. badc634 libdrm: add autoconf check for clock_gettime by Jesse Barnes · 16 years ago
  5. ca37077 libdrm: only check for vblank timeout if we caught EINTR by Jesse Barnes · 16 years ago
  6. f4f76a6 libdrm: add timeout handling to drmWaitVBlank by Jesse Barnes · 16 years ago
  7. a8c5480 Remove executable from modeprint test dir by Jesse Barnes · 16 years ago
  8. 58d557c [FreeBSD] Fix build on FreeBSD after modesetting import. by Robert Noland · 16 years ago
  9. b48bd3a radeon: only write irq regs if irq is enabled by Dave Airlie · 16 years ago
  10. dfd7fda intel: Rename plane[AB]* back to pipe[AB]*. by Eric Anholt · 16 years ago
  11. 28771e0 intel: Remove linux build of i915 DRM, as it's unmaintained and a user trap. by Eric Anholt · 16 years ago
  12. d221e00 intel: Sync GEM ioctl comments for easier diffing against the kernel. by Eric Anholt · 16 years ago
  13. 0243c9f modetest: Print more stuff. Prettier. by Kristian Høgsberg · 16 years ago
  14. 06ab2f6 libdrm: Fix modetest/modeprint to use automake stuff. by Eric Anholt · 16 years ago
  15. 18f091d intel: Cache tiling/swizzle state in user mode. Reset tiling on reuse. by Keith Packard · 16 years ago
  16. 40334c6 intel: Debug output %u vs uint64_t warning fix by Keith Packard · 16 years ago
  17. bd14b2c intel: return error status from drm_intel_gem_bo_map by Keith Packard · 16 years ago
  18. b13f4e1 intel: Dump out memory usage information when the kernel fails to pin by Keith Packard · 16 years ago
  19. 731cd55 libdrm: add mode setting files by Jesse Barnes · 16 years ago
  20. c86d431 intel: don't skip set_domain on mapping of shared buffers. by Eric Anholt · 16 years ago
  21. cebbd2e intel: don't let named buffers into the BO cache. by Eric Anholt · 16 years ago
  22. 7823168 intel: Remove the mapped flag, which is adequately covered by bo_gem->virtual. by Eric Anholt · 16 years ago
  23. 9583c09 Revert "Merge branch 'modesetting-gem'" by Jesse Barnes · 16 years ago
  24. c34539e Bump version to 2.4.3 to reflect addition of mode setting header by Jesse Barnes · 16 years ago
  25. b718b93 Update .gitignore with new modetest program by Jesse Barnes · 16 years ago
  26. 6656db1 Merge branch 'modesetting-gem' by Jesse Barnes · 16 years ago
  27. c99566f libdrm: bump to 2.4 for lib version by Dave Airlie · 16 years ago
  28. 12e68f8 Merge branch 'master' into modesetting-gem by Jesse Barnes · 16 years ago
  29. d5d5aca Merge branch 'master' into modesetting-gem by Jesse Barnes · 16 years ago
  30. b0d93c7 Bump version to 2.4.2 to signal new libdrm_intel functions. by Eric Anholt · 16 years ago
  31. 6fb1ad7 intel: Add a function for setting (GTT,GTT) domain, for use by UXA. by Eric Anholt · 16 years ago
  32. 7e4e0fb nv50: support NV94 chipset by Ben Skeggs · 16 years ago
  33. 52232ad nv50: update context-related tables for original 8800GTS by Ben Skeggs · 16 years ago
  34. 10c3e1a Merge branch 'master' into modesetting-gem by Jesse Barnes · 16 years ago
  35. 2e2fd6c DRM: make drm_map_type match upstream kernel by Jesse Barnes · 16 years ago
  36. 5923831 DRM: make drm_map_type match kernel by Jesse Barnes · 16 years ago
  37. c029ed2 Unbreak drm build. by Stephane Marchesin · 16 years ago
  38. c67a83d Merge branch 'modesetting-gem' of ssh://git.freedesktop.org/git/mesa/drm into modesetting-gem by Jesse Barnes · 16 years ago
  39. 60c1e3a libdrm_intel: fix merge error by Jesse Barnes · 16 years ago
  40. 8f5d8ba Update modetest by Jesse Barnes · 16 years ago
  41. e98eda9 Revert "gem: protect idr_pre with the spinlock" by Jerome Glisse · 16 years ago
  42. f46aba4 gem: protect idr_pre with the spinlock by Jerome Glisse · 16 years ago
  43. 7270731 radeon: protect cs ioctl atomic part with a mutex by Jerome Glisse · 16 years ago
  44. c0ba14f libdrm-radeon: add print callback to cs & small fixes by Jerome Glisse · 16 years ago
  45. 5ae79e7 libdrm-radeon: unref return current BO ptr to reflect BO destruction by Jerome Glisse · 16 years ago
  46. 1f66021 drm/bo: fix stupid lock imbalance by Dave Airlie · 16 years ago
  47. 080a456 libdrm-radeon: unreference buffer once cs stream is submited or on cs clean by Jerome Glisse · 16 years ago
  48. bfbecc5 libdrm-radeon: new tracker tools by Jerome Glisse · 16 years ago
  49. 965b4d6 Merge branch 'master' into modesetting-gem by Jesse Barnes · 16 years ago
  50. 7e27b3b libdrm_intel: fix warnings on 64 bit by Jesse Barnes · 16 years ago
  51. 276c07d libdrm: add support for i915 GTT mapping ioctl by Jesse Barnes · 16 years ago
  52. 9a4cb7e mode: Minor reodering and renaming by Jakob Bornecrantz · 16 years ago
  53. 17789a4 mode: Reorder the ioctls and numbering by Jakob Bornecrantz · 16 years ago
  54. ea849d7 mode: Unify userspace API to uint_t by Jakob Bornecrantz · 16 years ago
  55. 1ead45c mode: Remove hotplug support from ioctl interface by Jakob Bornecrantz · 16 years ago
  56. 13948c6 mode: Unify types for ids and strings by Jakob Bornecrantz · 16 years ago
  57. a745791 radeon+libdrm-radeon: change relocation informations by Jerome Glisse · 16 years ago
  58. 6d59bad Merge branch 'modesetting-gem' of ssh://git.freedesktop.org/git/mesa/drm into modesetting-gem by Jerome Glisse · 16 years ago
  59. 72997fb libdrm-radeon: be verbose on bo failure and cleanup cs a bit by Jerome Glisse · 16 years ago
  60. 15464f5 radeon: add gart useable size to report to userspace by Dave Airlie · 16 years ago
  61. 532c63c radeon: upgrade atom headers by Dave Airlie · 16 years ago
  62. 213a71f radeon: fix fence race condition hopefully by Dave Airlie · 16 years ago
  63. 195cc0d drm/radeon: add dpms connector functions by Dave Airlie · 16 years ago
  64. 327631c radeon: avivo cursors are across the full surface. by Dave Airlie · 16 years ago
  65. b1cf463 modesetting: set the crtc x,y after the mode base change by Dave Airlie · 16 years ago
  66. 241a9b6 drm/radeon: add uncached allocator to drm ttm code. by Dave Airlie · 16 years ago
  67. 994f240 radeon: fix ring tail overflow issue since alignment by Dave Airlie · 16 years ago
  68. 758376e radeon: disable HDP read cache for now by Dave Airlie · 16 years ago
  69. 08ef5b5 radeon: force all ring writes to 16-dword alignment. by Dave Airlie · 16 years ago
  70. 31b0c4c radeon: fixup vram visible calculation to take a/c pinned objects for now by Dave Airlie · 16 years ago
  71. 7abb841 radeon: add more packet3 relocations handling by Jerome Glisse · 16 years ago
  72. 751d024 libdrm-radeon: update libdrm-radeon to match current CS relocation structures by Jerome Glisse · 16 years ago
  73. 930c0e7 intel: Restart on interrupt of bo_wait_rendering instead of complaining. by Eric Anholt · 16 years ago
  74. 273cc1a radeon: lib radeon add bo & cs gem backend by Jerome Glisse · 16 years ago
  75. 2d82254 radeon: libdrm_radeon add handle to debug string by Jerome Glisse · 16 years ago
  76. ddfb12b Merge branch 'modesetting-gem' of ssh://git.freedesktop.org/git/mesa/drm into modesetting-gem by Jerome Glisse · 16 years ago
  77. 68fcb77 radeon: make build again by Dave Airlie · 16 years ago
  78. b710844 radeon: fix ROP values for the paint ROP by Dave Airlie · 16 years ago
  79. 0e1df62 radeon: add mtrr support for VRAM aperture. by Dave Airlie · 16 years ago
  80. 2b9a7d5 radeon: disable AGP for certain chips if not specified until we figure it out by Dave Airlie · 16 years ago
  81. d3aa052 radeon: disable debugging message by Dave Airlie · 16 years ago
  82. 28c9eb7 radeon: commit ring after emitting the buffer discards by Dave Airlie · 16 years ago
  83. c153a86 radeon: add more HDMI bits by Dave Airlie · 16 years ago
  84. 49551f8 radeon: set dma bufs bo type to a kernel type by Dave Airlie · 16 years ago
  85. cdddff8 radeon: enable DVI-D + HDMI connectors. by Dave Airlie · 16 years ago
  86. e829d5b radeon: setup isync cntl properly by Dave Airlie · 16 years ago
  87. 13d9acd radeon: add more debugging by Dave Airlie · 16 years ago
  88. 31b8a64 radeon: overhaul ring interactions by Dave Airlie · 16 years ago
  89. ce2cd14 radeon: fix race in sysfs by Dave Airlie · 16 years ago
  90. 4ef8ace radeon: add proc debugging for interrupts/ring by Dave Airlie · 16 years ago
  91. be3dac9 radeon: only enable dynclks if asked for by Dave Airlie · 16 years ago
  92. 31f8d42 radeon: add wait rendering API by Dave Airlie · 16 years ago
  93. fc25c81 radeon: rs480 fixes for bus mastering by Dave Airlie · 16 years ago
  94. 4ccec67 radeon: remove unused gem indirect ioctl by Dave Airlie · 16 years ago
  95. f5e6dbe radeon: fix some warnings by Dave Airlie · 16 years ago
  96. e57072b radeon: fix free after refcount by Dave Airlie · 16 years ago
  97. 6000fa6 radeon: CS2 make it all work with new relocs style by Dave Airlie · 16 years ago
  98. 35f0805 radeon: don't copy to user the cs ids by Dave Airlie · 16 years ago
  99. 8b29254 radeon: make new CS2 command submission interface port older interface to this by Dave Airlie · 16 years ago
  100. 563e7e5 radeon/drm: fixup ref counting in on fb objs by Dave Airlie · 16 years ago