1. ee4ac5c nouveau: determine chipset type at startup, instead of every time we use it. by Ben Skeggs · 17 years ago
  2. c744bfd make works ctx switch on nv10. by Matthieu Castet · 17 years ago
  3. 9c03ca8 nouveau: oops, wrong indexing in nv17 regs by Patrice Mandin · 17 years ago
  4. 5534c90 nouveau: read gpu type once by Patrice Mandin · 17 years ago
  5. 05d3ed4 nouveau: only save/restore nv17 regs on nv17,18 hw by Patrice Mandin · 17 years ago
  6. e7ba15a nouveau: add extra pgraph registers by Patrice Mandin · 17 years ago
  7. d4c9f13 nouveau: add some nv10 pgraph defines by Patrice Mandin · 17 years ago
  8. 6d9ef1a nouveau: simplify and fix BIG_ENDIAN flags by Patrice Mandin · 17 years ago
  9. 90ae39d nouveau: nv4c default context by Ben Skeggs · 18 years ago
  10. aa72663 nouveau: always print nsource/nstatus regs on PGRAPH errors by Ben Skeggs · 18 years ago
  11. 7d4e6b1 vblank interrupt fix by Zou Nan hai · 18 years ago
  12. 19ba074 nouveau: fix getparam from 32-bit client on 64-bit kernel by Ben Skeggs · 18 years ago
  13. 4291df6 nouveau: re-add 6150 Go pciid (0x0244) by Ben Skeggs · 18 years ago
  14. a40de93 nouveau: cleanup nv30_graph.c by Jeremy Kolb · 18 years ago
  15. ab72a77 nouveau: Remove write to CTX_SIZE. This gives us proper nv3x PGRAPH switching. by Jeremy Kolb · 18 years ago
  16. bd0418c add missing quadro id by Dave Jones · 18 years ago
  17. 78a4f5c nouveau: Try to get nv35 pgraph switching working. Doesn't quite yet. by Jeremy Kolb · 18 years ago
  18. fdbc34f nouveau: opps nv20 ctx ramin size was wrong by Matthieu Castet · 18 years ago
  19. 06cd155 nouveau: opps restored the wrong channel by Matthieu Castet · 18 years ago
  20. f04347f nouveau: nv20 graph ctx switch. by Matthieu Castet · 18 years ago
  21. cd5f543 nouveau: first step to make graph ctx works by Matthieu Castet · 18 years ago
  22. 4ae64a1 nouveau: add and indent pgraph regs by Matthieu Castet · 18 years ago
  23. 1967aa8 nouveau: Oops, fix the nv04 RAMFC_DMA_FETCH value. by Stephane Marchesin · 18 years ago
  24. 1bad7e0 nouveau : remove useless init : we clear RAMIN before by Matthieu Castet · 18 years ago
  25. 9d3dedd Delay for a usec while spinning waiting for ring buffer space. by Haihao Xiang · 18 years ago
  26. 4297a83 nouveau: get nv30 context switching to work. by Jeremy Kolb · 18 years ago
  27. 8ff0267 radeon: Fix u32 overflows when determining AGP base address in card space. by Michel Dänzer · 18 years ago
  28. a70aedd novueau: try resource 3 if resource 2 is 0 length by Dave Airlie · 18 years ago
  29. deba42e nouveau: fix nv4a context size. by Stephane Marchesin · 18 years ago
  30. d0080d7 nouveau: nv4a context support. by Stephane Marchesin · 18 years ago
  31. 6eaa127 Merge branch 'master' of git+ssh://marcheu@git.freedesktop.org/git/mesa/drm by Stephane Marchesin · 18 years ago
  32. 26bf6d9 nouveau: oops by Ben Skeggs · 18 years ago
  33. 128d87a nouveau: nv43 context stuff by Ben Skeggs · 18 years ago
  34. 1f0f7d7 nouveau: fix a stupid bug from me. by Stephane Marchesin · 18 years ago
  35. faa4612 nouveau: avoid allocating vram that's used as instance memory. by Ben Skeggs · 18 years ago
  36. cd37114 nouveau: map pci resource 2 on >=nv40 by Ben Skeggs · 18 years ago
  37. 31daf66 Revert i915 drm driver name to i915; miniglx doesn't work otherwise by Keith Packard · 18 years ago
  38. 2851c9f Bump i915 minor for ARB_OC ioctl by Wang Zhenyu · 18 years ago
  39. f718034 i915: ARB_Occlusion_query(MMIO ioctl) support. by Zou Nan hai · 18 years ago
  40. 1f1714c nouveau: get c51 doing glxgears without the binary driver's help. by Ben Skeggs · 18 years ago
  41. dbb0d97 nouveau: Use PMC_BOOT_0 to determine which ctx_voodoo to load. by Ben Skeggs · 18 years ago
  42. 528ab8c nouveau: oops, we don't need OS_HAS_MTRR actually. by Stephane Marchesin · 18 years ago
  43. d99c7c2 Merge branch 'master' of git+ssh://marcheu@git.freedesktop.org/git/mesa/drm by Stephane Marchesin · 18 years ago
  44. 025f281 nouveau: Add an mtrr over the whole FB by Stephane Marchesin · 18 years ago
  45. 0f95ddc Merge branch 'master' of git+ssh://matc@git.freedesktop.org/git/mesa/drm/ by Matthieu Castet · 18 years ago
  46. 9d167f1 Add basic pgraph context for nv10. by Matthieu Castet · 18 years ago
  47. f80659b Cleanup the nv04 fifo code a bit. by Stephane Marchesin · 18 years ago
  48. 4fe2858 i915: Fix a DRM_ERROR that should be DRM_DEBUG. by Michel Dänzer · 18 years ago
  49. 91855bb nouveau: oops, forgot to free RAMIN.. by Ben Skeggs · 18 years ago
  50. 861017e nouveau: Hookup nv40_graph_init. by Ben Skeggs · 18 years ago
  51. 41da9fd nouveau: Hook up grctx code for NV4x. by Ben Skeggs · 18 years ago
  52. 0e0d954 nouveau: Add nv40-specific PGRAPH code, not hooked up yet. by Ben Skeggs · 18 years ago
  53. 2c3bc69 nouveau: Only clobber PFIFO if no channels are already alloc'd by Ben Skeggs · 18 years ago
  54. a16a8a4 Add some new via chipsets. by Thomas Hellstrom · 18 years ago
  55. 7859bd6 Leftover from previous commit. by Thomas Hellstrom · 18 years ago
  56. 2980ec2 Allow for non-power-of-two texture pitch alignment. by Thomas Hellstrom · 18 years ago
  57. c38ede0 nouveau: return the *actual* type of memory alloc'd to userspace by Ben Skeggs · 18 years ago
  58. 9e019df nouveau: Alloc cmdbuf for each channel individually by Ben Skeggs · 18 years ago
  59. b7586ab nouveau: save/restore endianness flag on FIFO switch by Ben Skeggs · 18 years ago
  60. 3b47b27 Some via PCI posting flushes. by Thomas Hellstrom · 18 years ago
  61. e5c4a26 Merge branch 'nouveau-1' by Dave Airlie · 18 years ago
  62. 7458909 fixup i915 return values from kernel by Dave Airlie · 18 years ago
  63. 07635f2 fix comment in r128 by Dave Airlie · 18 years ago
  64. c52dea9 fix some sizes in sis_drv.h by Dave Airlie · 18 years ago
  65. 8cc82c5 remove inline from large function by Dave Airlie · 18 years ago
  66. 1365935 make a savage function static from kernel by Dave Airlie · 18 years ago
  67. cb280ad fix missing DRM_ERR from kernel by Dave Airlie · 18 years ago
  68. aefc7a3 Unify radeon offset checking. by Michel Dänzer · 18 years ago
  69. 1a40f33 Port remaining NV4 RAMIN access from the ddx into the drm. by Ben Skeggs · 18 years ago
  70. 30acb90 Merge the pciid work. by Stephane Marchesin · 18 years ago
  71. a97bb85 Unshare drm_drawable.c again for now. by Michel Dänzer · 18 years ago
  72. 80d75cf Use nouveau_mem.c to allocate RAMIN. by Ben Skeggs · 18 years ago
  73. b1a9a76 Wrap access to objects in RAMIN. by Ben Skeggs · 18 years ago
  74. f48a768 For nv10, bit 16 of RAMFC need to be set for 64 bytes fifo context. by Matthieu Castet · 18 years ago
  75. ddcb994 i915_vblank_tasklet: Try harder to avoid tearing. by Michel Dänzer · 18 years ago
  76. 0a364be Merge branch 'nouveau-1' of git+ssh://marcheu@git.freedesktop.org/git/mesa/drm into nouveau-1 by Stephane Marchesin · 18 years ago
  77. adf71cb Don't spam dmesg if PMC_INTSTAT is 0 by Ben Skeggs · 18 years ago
  78. 9ac7a8b Only return FIFO number if the FIFO is marked as in use.. by Ben Skeggs · 18 years ago
  79. e9194dd Check some return vals, fixes a couple of oopses. by Ben Skeggs · 18 years ago
  80. 18bba3f Dump some useful info when a PGRAPH error occurs. by Ben Skeggs · 18 years ago
  81. 5e7f584 Merge branch 'nouveau-1' of git+ssh://marcheu@git.freedesktop.org/git/mesa/drm into nouveau-1 by Stephane Marchesin · 18 years ago
  82. 2fd812f Completely untested NV10/20/30 FIFO context switching changes. by Ben Skeggs · 18 years ago
  83. 7002082 Restructure initialisation a bit. by Ben Skeggs · 18 years ago
  84. 35bf8fb Merge branch 'nouveau-1' of git+ssh://git.freedesktop.org/git/mesa/drm into nouveau-1 by Ben Skeggs · 18 years ago
  85. 9ef4bbc Hack around yet another "X restart borkage without nouveau.ko reload" problem. by Ben Skeggs · 18 years ago
  86. 5a0cdf7 Merge branch 'master' of git+ssh://marcheu@git.freedesktop.org/git/mesa/drm into nouveau-1 by Stephane Marchesin · 18 years ago
  87. 1123ab0 Fix memory detection on TNT2 M64/TNT2 vanta. by Stephane Marchesin · 18 years ago
  88. 584acab Add drm_u64_t typedef on non-linux to fix libdrm build. by Eric Anholt · 18 years ago
  89. f7affda drm: fixup page alignment on SAREA map on ppc64 by Dave Airlie · 18 years ago
  90. 2dd3c03 fixup fifo size so it is page aligned by Dave Airlie · 18 years ago
  91. 5e55594 use a uint64_t for this not a pointer by Dave Airlie · 18 years ago
  92. 1e90b7e Merge branch 'master' into nouveau-1 by Dave Airlie · 18 years ago
  93. 0c34d0f Leave the bottom 64kb of RAMIN untouched. by Ben Skeggs · 18 years ago
  94. 94ab96c nouveau: add compat ioc32 support by Dave Airlie · 18 years ago
  95. 665c838 add powerpc mmio swapper to NV_READ/WRITE macros by Dave Airlie · 18 years ago
  96. 0663980 Add some getparams. by Stephane Marchesin · 18 years ago
  97. 3ea0500 Move the context object creation flag handling to the drm. by Stephane Marchesin · 18 years ago
  98. decacb2 Reserve the new IOCTLs also for *bsd. Bump libdrm version number to 2.2.0 by Thomas Hellstrom · 18 years ago
  99. f6d5fec Last minute changes to support multi-page size buffer offset alignments. by Thomas Hellstrom · 18 years ago
  100. d70347b Merge branch 'master' of git+ssh://git.freedesktop.org/git/mesa/drm by Thomas Hellstrom · 18 years ago