Age | Commit message (Expand) | Author | Files | Lines |
2005-02-28 | Force DPMS normal on screen enable | Keith Packard | 3 | -0/+556 |
2005-02-21 | Move the draw tracing supplies into ati_draw.h, and do some touchups on it. | Eric Anholt | 3 | -27/+26 |
2005-02-21 | Extend the filter support to R200, and do the check for filter settings in | Eric Anholt | 1 | -5/+25 |
2005-02-11 | Fri Feb 11 14:28:22 2005 Søren Sandmann <sandmann@redhat.com> | Søren Sandmann Pedersen | 1 | -5/+6 |
2005-02-09 | Add initial evdev framework | Keith Packard | 1 | -0/+299 |
2005-02-08 | hw/kdrive/ati/radeon_composite.c Support linear filtering | Keith Packard | 12 | -58/+174 |
2005-01-27 | Add an OUT_RING_REG macro for use with DMA_PACKET0, which is like OUT_RING | Eric Anholt | 6 | -177/+193 |
2005-01-27 | Move the bailing out due to ATIUploadToScreen() being unfinished up | Eric Anholt | 1 | -5/+4 |
2005-01-27 | Remove an unused field. | Eric Anholt | 1 | -1/+0 |
2005-01-25 | Fix R100 text by forcing the 3d engine to idle before executing more 3d | Keith Packard | 2 | -1/+6 |
2005-01-25 | Finish converting RB2D_DSTCACHE to RB3D_DSTCACHE. Remove an extra pixel | Eric Anholt | 3 | -57/+53 |
2005-01-25 | Add tracing. Hack Radeon cache registers to use 3D addresses. Works on M6 | Keith Packard | 4 | -6/+118 |
2005-01-25 | Fix a leak of a region when the driver's CheckComposite fails. | Eric Anholt | 1 | -0/+1 |
2005-01-25 | Silence a warning about uninitialized variable (though it would be). | Eric Anholt | 1 | -3/+1 |
2005-01-20 | Reinitialize offscreen memory before enabling cursor on VT switch-to | Keith Packard | 1 | -1/+1 |
2005-01-20 | Add a set of macros for dealing with the repeated code to wait for a while | Eric Anholt | 3 | -34/+79 |
2005-01-20 | Use RadeonSwitchTo3D() instead of doing the WAIT_UNTIL ourselves (RST3D() | Eric Anholt | 1 | -9/+9 |
2005-01-20 | Add R200 XV support, and make R100 (hopefully) use linear filtering instead | Eric Anholt | 1 | -39/+88 |
2005-01-20 | Make R200 PDMA work -- primary queue sizes are now 9 bits, not 8. | Eric Anholt | 2 | -5/+25 |
2005-01-19 | Prefer 32bpp to 24bpp. Fix 16 color planar mode (!) | Keith Packard | 1 | -2/+10 |
2004-12-22 | Back out the previous day's broken R200 "fix" -- the same number of coords | Eric Anholt | 3 | -14/+33 |
2004-12-21 | Fix r200 render (for real this time?) by setting tex1_comp_cnt right for | Eric Anholt | 2 | -3/+4 |
2004-12-21 | Whitespace nit. | Eric Anholt | 1 | -1/+1 |
2004-12-06 | Xephyr on Xorg fix | Matthew Allum | 1 | -3/+19 |
2004-12-01 | Patch from Florian Boor <florian.boor@kernelconcepts.de>: | Phil Blundell | 1 | -3/+4 |
2004-11-28 | Re-read "fix" structure from kernel after mode selection, in case line | Phil Blundell | 1 | -0/+5 |
2004-11-24 | minor Xephyr fix | Matthew Allum | 1 | -2/+0 |
2004-11-24 | XEphyr -parent switch fixes | Matthew Allum | 2 | -3/+14 |
2004-11-13 | Don't leave stale pointers hanging around after ts_close(). (TslibFini): | Phil Blundell | 1 | -1/+5 |
2004-11-13 | New global variable. (KdProcessArgument): Set it to TRUE on -nozap switch. | Phil Blundell | 3 | -2/+11 |
2004-11-11 | Xephyr grab fix | Matthew Allum | 2 | -20/+25 |
2004-11-09 | Xephyr improvements | Matthew Allum | 4 | -8/+75 |
2004-11-08 | Add support to Xephyr for lower depths than hosts | Matthew Allum | 3 | -26/+179 |
2004-10-20 | Add epson. | Phil Blundell | 1 | -1/+2 |
2004-10-20 | Block SIGIO before disabling input fds. (KdEnableInput): Unblock it after | Phil Blundell | 1 | -0/+4 |
2004-10-20 | Import Epson 13806 driver from Costas Stylianou: | Phil Blundell | 8 | -0/+1820 |
2004-09-20 | Fix the R200 Render code. Composite and Trapezoids are now supported just | Eric Anholt | 3 | -22/+45 |
2004-09-19 | Unbreak the AGP DRI case. That was quite a pile of broken code. | Eric Anholt | 2 | -51/+54 |
2004-09-14 | Only set screen parameters if resolution has changed from current values. | Phil Blundell | 1 | -2/+6 |
2004-09-14 | Add proper PCI/AGP detection, based on Mike Harris's code for Radeon, but | Eric Anholt | 2 | -19/+22 |
2004-09-12 | - Fix a segfault on VT switch with DRI. Still dies due to cursor allocation | Eric Anholt | 1 | -9/+18 |
2004-09-12 | Fix a bad argument missed in the previous commit for ATIDRIDMA* functions. | Eric Anholt | 1 | -1/+1 |
2004-09-12 | Move the RegisterBlockAndWakeupHandlers to before DRI initialization. The | Eric Anholt | 1 | -3/+3 |
2004-09-12 | Reset the CCE/CP on engine reset, and make the ATIDRIDMA functions take a | Eric Anholt | 3 | -12/+32 |
2004-09-12 | Add missing kaa.h include for kaaInitTrapOffsets. | Eric Anholt | 1 | -0/+1 |
2004-09-12 | Fix handling of is_agp. is_agp is whether the card is actually AGP, while | Eric Anholt | 1 | -8/+8 |
2004-09-12 | Improve error handling, especially in the DRI case. Do some FatalErrors | Eric Anholt | 3 | -11/+21 |
2004-09-11 | - Add disabled WIP trapezoid code for R128 and R100. The R128 rendering is | Eric Anholt | 7 | -330/+391 |
2004-09-11 | - Don't require Imrecise mode for Trapezoid acceleration. It looks like we | Eric Anholt | 2 | -1/+34 |
2004-09-08 | cursor fixes | Matthew Allum | 2 | -11/+9 |