summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2003-12-01file radeon_sarea.h was initially added on branch dri-0-1-branch.Eric Anholt0-0/+0
2003-12-01file radeon_common.h was initially added on branch dri-0-1-branch.Eric Anholt0-0/+0
2003-12-01file r128_sarea.h was initially added on branch dri-0-1-branch.Eric Anholt0-0/+0
2003-12-01file r128_common.h was initially added on branch dri-0-1-branch.Eric Anholt0-0/+0
2003-12-01file ati_sarea.h was initially added on branch dri-0-1-branch.Eric Anholt0-0/+0
2003-12-01file ati_dri.c was initially added on branch dri-0-1-branch.Eric Anholt0-0/+0
2003-12-01file ati_dri.h was initially added on branch dri-0-1-branch.Eric Anholt0-0/+0
2003-12-01file ati_dripriv.h was initially added on branch dri-0-1-branch.Eric Anholt0-0/+0
2003-12-01file ati_draw.h was initially added on branch dri-0-1-branch.Eric Anholt0-0/+0
2003-12-01file ati_drawtmp.h was initially added on branch dri-0-1-branch.Eric Anholt0-0/+0
2003-12-01Add support for setting the video mode.dri-0-1-branchpointAnders Carlsson1-3/+79
2003-12-01Call KdShadowUnset before fbdevSetShadow.Phil Blundell1-0/+2
2003-12-01- Add fbdev mode-setting backend to Xati. It and vesa are compiled in whenEric Anholt7-69/+250
2003-12-01Add more RV250 PCI IDs.Eric Anholt1-0/+4
2003-12-01Remove sys/io.h inclusion from some files that didn't need it, and changeEric Anholt3-3/+1
2003-11-25Add new Radeon 9200 PCI IDs.Eric Anholt1-0/+3
2003-11-25XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folksxf86-4_3_99_16Kaleb Keithley705-26603/+30330
2003-11-25Initial revisionXORG-STABLEKaleb Keithley91-0/+27196
2003-11-23- Fix Radeon offscreen pixmap pitch alignment.Eric Anholt1-18/+18
2003-11-23Add RV250 PCI IDs.Eric Anholt1-0/+4
2003-11-20- Fix a bug in pitch alignment for offscren pixmaps.Eric Anholt5-40/+112
2003-11-20- Fix confusion of depth/bitsPerPixel in ati_draw.cEric Anholt2-23/+81
2003-11-19- Add PCI information (device/vendor id, bus location) to KdCardAttr toEric Anholt9-4/+918
2003-11-18Reset available offscreen segment save function pointer. (Not a functionalKeith Packard2-0/+2
2003-11-18Added infrastructure for driver specific usage messages and added vesaSeth W. Klein24-20/+179
2003-11-17Recompute winSize/borderSize to fix them when changing redirection.Keith Packard4-98/+108
2003-11-17Clear window when Manual Subwindows redirect is destroyedKeith Packard1-2/+2
2003-11-14XFree86 4.3.0.1xf86-4_3_0_1PRE_xf86-4_3_0_1Kaleb Keithley438-37392/+42560
2003-11-14Initial revisionKaleb Keithley982-0/+479777
2003-11-14R6.6 is the Xorg base-lineXORG-MAINKaleb Keithley609-0/+262690
2003-11-14Accelerated image text code drew glyphs at wrong location when compositingKeith Packard1-2/+2
2003-11-13Have the composite extension tell the damage extension about clients whichKeith Packard2-7/+7
2003-11-11Fix Makefile.am's to include header files needed for distcheck. RemoveEric Anholt5-8/+21
2003-11-10Fix KdXv interface to pass drawable down so that bits can be put intoKeith Packard4-86/+106
2003-11-10Must offset composite parameters by drawable coordinates in acceleratedKeith Packard1-0/+9
2003-11-08Avoid ugly shell error when libXdmcp isn't present.Phil Blundell1-0/+19
2003-11-08Fix KAA to work with screen_x/screen_y hacks from COMPOSITE Also addKeith Packard1-26/+75
2003-11-07Ok, Composite extension is semi-working; when no-one asks for redirection,Keith Packard5-15/+43
2003-11-07Fix warnings.Phil Blundell1-8/+6
2003-11-06tslib improvementsMatthew Allum7-25/+81
2003-11-05Replace translucent compositing hacks with PictOpSrc to match eventualKeith Packard1-7/+22
2003-11-02merge xfixes_2_branch back to HEADKeith Packard51-996/+920
2003-10-28try /dev/misc/apm_bios if /dev/apm_bios doesn't existPhil Blundell1-0/+2
2003-10-28move smi into VESA_SUBDIRSPhil Blundell1-3/+2
2003-10-19Minor cleanups -- remove a couple of bogus KdCheckSync calls, restructureKeith Packard2-8/+4
2003-10-16Discard/reconstruct list of offscreen areas on VT switch so no allocationsxfixes_2_branchpointKeith Packard2-3/+3
2003-10-15Add a memory_base variable and use it.Anders Carlsson8-12/+11
2003-10-15hw/kdrive/*/Makefile.am Libraries in local dir must not use global path orKeith Packard9-10/+9
2003-10-15various Split out pixmap allocation debug statements Fix bogus offscreenKeith Packard5-17/+15
2003-10-14Avoid attempting acceleration on non-screen formats (for now)Keith Packard2-7/+15