summaryrefslogtreecommitdiff
path: root/hw/kdrive
AgeCommit message (Expand)AuthorFilesLines
2005-07-06Added hardware support for transformation matrix (zoom, rotation, etc...).Damien Ciabrini2-102/+240
2005-07-06Fix offset alignment code in the offscreen memory allocator to preventDamien Ciabrini1-3/+7
2005-06-30Another Xephyr focus/modifier fixMatthew Allum3-10/+13
2005-06-29Add support for gradients and solid fills to Render.Lars Knoll1-3/+4
2005-06-23Fix issues with focus in and modifiers from host confusing XephrMatthew Allum4-4/+73
2005-06-23redo tslibMatthew Allum1-119/+124
2005-06-13Build fixesDavid Reveman2-2/+6
2005-06-10Axe a few dead fields from the port priv struct and add my name to theEric Anholt3-3/+9
2005-06-09Perform a warnings sweep on hw/kdrive. A number of these were my fault, butEric Anholt21-101/+108
2005-06-09Greatly improve the correctness and performance of the MGA renderEric Anholt4-112/+183
2005-06-09TSLib fixes. Add fullscreen support to ephyrMatthew Allum6-4/+61
2005-06-09- Replace the syncAccel hook in the kdrive structure with a pair of hooksEric Anholt55-1019/+832
2005-02-28Force DPMS normal on screen enableKeith Packard3-0/+556
2005-02-21Move the draw tracing supplies into ati_draw.h, and do some touchups on it.Eric Anholt3-27/+26
2005-02-21Extend the filter support to R200, and do the check for filter settings inEric Anholt1-5/+25
2005-02-11Fri Feb 11 14:28:22 2005 Søren Sandmann <sandmann@redhat.com>Søren Sandmann Pedersen1-5/+6
2005-02-09Add initial evdev frameworkKeith Packard1-0/+299
2005-02-08hw/kdrive/ati/radeon_composite.c Support linear filteringKeith Packard12-58/+174
2005-01-27Add an OUT_RING_REG macro for use with DMA_PACKET0, which is like OUT_RINGEric Anholt6-177/+193
2005-01-27Move the bailing out due to ATIUploadToScreen() being unfinished upEric Anholt1-5/+4
2005-01-27Remove an unused field.Eric Anholt1-1/+0
2005-01-25Fix R100 text by forcing the 3d engine to idle before executing more 3dKeith Packard2-1/+6
2005-01-25Finish converting RB2D_DSTCACHE to RB3D_DSTCACHE. Remove an extra pixelEric Anholt3-57/+53
2005-01-25Add tracing. Hack Radeon cache registers to use 3D addresses. Works on M6Keith Packard4-6/+118
2005-01-25Fix a leak of a region when the driver's CheckComposite fails.Eric Anholt1-0/+1
2005-01-25Silence a warning about uninitialized variable (though it would be).Eric Anholt1-3/+1
2005-01-20Reinitialize offscreen memory before enabling cursor on VT switch-toKeith Packard1-1/+1
2005-01-20Add a set of macros for dealing with the repeated code to wait for a whileEric Anholt3-34/+79
2005-01-20Use RadeonSwitchTo3D() instead of doing the WAIT_UNTIL ourselves (RST3D()Eric Anholt1-9/+9
2005-01-20Add R200 XV support, and make R100 (hopefully) use linear filtering insteadEric Anholt1-39/+88
2005-01-20Make R200 PDMA work -- primary queue sizes are now 9 bits, not 8.Eric Anholt2-5/+25
2005-01-19Prefer 32bpp to 24bpp. Fix 16 color planar mode (!)Keith Packard1-2/+10
2004-12-22Back out the previous day's broken R200 "fix" -- the same number of coordsEric Anholt3-14/+33
2004-12-21Fix r200 render (for real this time?) by setting tex1_comp_cnt right forEric Anholt2-3/+4
2004-12-21Whitespace nit.Eric Anholt1-1/+1
2004-12-06Xephyr on Xorg fixMatthew Allum1-3/+19
2004-12-01Patch from Florian Boor <florian.boor@kernelconcepts.de>:Phil Blundell1-3/+4
2004-11-28Re-read "fix" structure from kernel after mode selection, in case linePhil Blundell1-0/+5
2004-11-24minor Xephyr fixMatthew Allum1-2/+0
2004-11-24XEphyr -parent switch fixesMatthew Allum2-3/+14
2004-11-13Don't leave stale pointers hanging around after ts_close(). (TslibFini):Phil Blundell1-1/+5
2004-11-13New global variable. (KdProcessArgument): Set it to TRUE on -nozap switch.Phil Blundell3-2/+11
2004-11-11Xephyr grab fixMatthew Allum2-20/+25
2004-11-09Xephyr improvementsMatthew Allum4-8/+75
2004-11-08Add support to Xephyr for lower depths than hostsMatthew Allum3-26/+179
2004-10-20Add epson.Phil Blundell1-1/+2
2004-10-20Block SIGIO before disabling input fds. (KdEnableInput): Unblock it afterPhil Blundell1-0/+4
2004-10-20Import Epson 13806 driver from Costas Stylianou:Phil Blundell8-0/+1820
2004-09-20Fix the R200 Render code. Composite and Trapezoids are now supported justEric Anholt3-22/+45
2004-09-19Unbreak the AGP DRI case. That was quite a pile of broken code.Eric Anholt2-51/+54