Age | Commit message (Expand) | Author |
2006-07-26 | Bug #7629: Fix for CHIP_IS_AGP getting 'restored' with non-AGP cards | Michel Dänzer |
2006-07-19 | Make sure busmastering gets disabled on module unload. | Adam Jackson |
2006-07-19 | Use RADEON_RB3D_DSTCACHE_CTLSTAT instead of RADEON_RB2D_DSTCACHE_CTLSTAT. | Michel Dänzer |
2006-07-19 | Make sure CHIP_IS_AGP flag is set when not overriding to PCI mode. | Michel Dänzer |
2006-07-19 | When writeback isn't used, actually disable it in the hardware. | Michel Dänzer |
2006-07-19 | Implement RADEON_PARAM_SCRATCH_OFFSET getparam. | Michel Dänzer |
2006-07-19 | Some debug output when the getparam ioctl is called with an unknown parameter. | Michel Dänzer |
2006-07-19 | .cvsignore -> .gitignore | Michel Dänzer |
2006-07-11 | Keep hashed user tokens, with the following changes: | Thomas Hellstrom |
2006-07-10 | Change drm Map handles to be arbitrary 32-bit hash tokens in the range | Thomas Hellstrom |
2006-07-05 | SiS 315 Awareness. | Thomas Hellstrom |
2006-06-22 | Remove spurious debug messages from i915 vblank config paths | Keith Packard |
2006-06-21 | i915: Save vblank pipe configuration to restore on resume | Keith Packard |
2006-06-19 | Add i915 ioctls to configure pipes for vblank interrupt. | Keith Packard |
2006-06-19 | Fix buffer cleanup on close. Move memory manager reset from final_context | Thomas Hellstrom |
2006-06-19 | via: Bump version number and date. | Thomas Hellstrom |
2006-06-15 | via: | Thomas Hellstrom |
2006-06-06 | Merge in the drm-sman-branch | Thomas Hellstrom |
2006-05-24 | Add support for r200 vertex programs (R200_EMIT_VAP_PVS_CNTL, and new | Roland Scheidegger |
2006-05-20 | add forgotten register define for previous commit | Roland Scheidegger |
2006-05-20 | Do a tcl state flush before accessing tcl vector space. This fixes some | Roland Scheidegger |
2006-05-18 | add consts to radeon microcode. | Dave Airlie |
2006-04-23 | Fix from Benh for ppc r300 scratch | Dave Airlie |
2006-04-20 | check for __FreeBSD_kernel__ (bug 3810) | Brian Paul |
2006-04-18 | Err, use "ifndef" rather than "if !", to avoid compiler warning. | Eric Anholt |
2006-04-18 | Use __LP64__ instead of checking the linux-specific BITS_PER_LONG. | Eric Anholt |
2006-04-09 | Revert a change that accidentally went in with whitespace changes from | Eric Anholt |
2006-04-08 | Compile fixes for FreeBSD. | Eric Anholt |
2006-04-05 | coverity bugfix from the kernel | Dave Airlie |
2006-03-25 | radeon fix up the PCI ids for new memory map like the kernel one.. not | Dave Airlie |
2006-03-20 | Bump driver date to reflect airlied's last fix. | Adam Jackson |
2006-03-19 | make some functions static in via driver | Dave Airlie |
2006-03-17 | Add missing pci ids for new radeons (most but not all are pcie, r420, | Roland Scheidegger |
2006-03-08 | Fix bug I reintroduced | Dave Airlie |
2006-03-08 | fix some use before NULL check | Dave Airlie |
2006-03-07 | ia64 support for r300_scratch. (not tested) | Aapo Tahkola |
2006-03-06 | Add general-purpose packet for manipulating scratch registers (r300) | Aapo Tahkola |
2006-02-25 | Add all radeon pci ids known by ddx, but only r350/rv350 and below (new | Roland Scheidegger |
2006-02-19 | missed a piece of benh patch | Dave Airlie |
2006-02-18 | fix brace placement | Dave Airlie |
2006-02-18 | clear i915 interrupts sources on server exit | Dave Airlie |
2006-02-18 | add proper checking for bitblt multi | Dave Airlie |
2006-02-18 | add benh's memory management patch | Dave Airlie |
2006-02-18 | major realigment of DRM CVS with kernel code, makes integration much easier | Dave Airlie |
2006-02-17 | via: Change via_drm.h versioning scheme after lenghty discussion on | Thomas Hellstrom |
2006-02-09 | Update the hardware breadcrumb in the sarea on irq reception so that | Keith Whitwell |
2006-01-24 | fix an error message typo Unkown -> Unknown | Alan Hourihane |
2006-01-24 | other part of revert | Alan Hourihane |
2006-01-24 | put back some of Dave's code related to vblank support - accidentally | Alan Hourihane |
2006-01-23 | Fix CMDBUFFER path, add heap destroy and flesh out sarea for rotation | Alan Hourihane |