Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-12-14 | Unify radeon offset checking. | Michel Dänzer | |
Replace r300_check_offset() with generic radeon_check_offset(), which doesn't reject valid offsets when the framebuffer area is at the very end of the card's 32 bit address space. Make radeon_check_and_fixup_offset() use radeon_check_offset() as well. This fixes https://bugs.freedesktop.org/show_bug.cgi?id=7697 . | |||
2006-10-10 | only allow specific type-3 packets to pass the verifier instead of all for ↵ | Roland Scheidegger | |
r100/r200 as others might be unsafe (r300 already does this), and add checking for these we need but aren't safe. Check the RADEON_CP_INDX_BUFFER packet on both r200 and r300 as it isn't safe neither. | |||
2006-04-23 | Fix from Benh for ppc r300 scratch | Dave Airlie | |
2006-04-08 | Compile fixes for FreeBSD. | Eric Anholt | |
2006-03-25 | radeon fix up the PCI ids for new memory map like the kernel one.. not | Dave Airlie | |
perfect but should be very safe... align some other kernel bits i810 align with kernel | |||
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-19 | missed a piece of benh patch | Dave Airlie | |
2006-02-18 | fix brace placement | Dave Airlie | |
2006-02-18 | add proper checking for bitblt multi | Dave Airlie | |
2006-02-18 | major realigment of DRM CVS with kernel code, makes integration much easier | Dave Airlie | |
2006-01-20 | Add support for texture cache flushes (R300_TX_CNTL) | Aapo Tahkola | |
2006-01-20 | Sync from r300_reg.h from Mesa. | Aapo Tahkola | |
2006-01-02 | The radeon DRM wasn't passing sparse checking in the kernel, this fixes it | Dave Airlie | |
by adding a new kernel internal cmd buffer type, that has no userspace members, and passes it around. | |||
2005-12-05 | add texrect support for r300 | Dave Airlie | |
2005-07-28 | Fix issues with buffer aging when more than one dma buffer is discarded in | Eric Anholt | |
a cmdbuf, which could lead to hangs. Submitted by: Aapo Tahkola | |||
2005-07-20 | Add latest r300 support from r300.sf.net CVS. Patch submitted by volodya, | Eric Anholt | |
with BSD fix from jkim and the r300_reg.h license from Nicolai Haehnle. Big thanks to everyone involved! |