summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Initial revisionXORG-STABLEKaleb Keithley2003-11-2591-0/+27196
* - Fix Radeon offscreen pixmap pitch alignment.Eric Anholt2003-11-231-18/+18
* Add RV250 PCI IDs.Eric Anholt2003-11-231-0/+4
* - Fix a bug in pitch alignment for offscren pixmaps.Eric Anholt2003-11-205-40/+112
* - Fix confusion of depth/bitsPerPixel in ati_draw.cEric Anholt2003-11-202-23/+81
* - Add PCI information (device/vendor id, bus location) to KdCardAttr toEric Anholt2003-11-199-4/+918
* Reset available offscreen segment save function pointer. (Not a functionalKeith Packard2003-11-182-0/+2
* Added infrastructure for driver specific usage messages and added vesaSeth W. Klein2003-11-1824-20/+179
* Recompute winSize/borderSize to fix them when changing redirection.Keith Packard2003-11-174-98/+108
* Clear window when Manual Subwindows redirect is destroyedKeith Packard2003-11-171-2/+2
* XFree86 4.3.0.1xf86-4_3_0_1PRE_xf86-4_3_0_1Kaleb Keithley2003-11-14438-37392/+42560
* Initial revisionKaleb Keithley2003-11-14982-0/+479777
* R6.6 is the Xorg base-lineXORG-MAINKaleb Keithley2003-11-14609-0/+262690
* Accelerated image text code drew glyphs at wrong location when compositingKeith Packard2003-11-141-2/+2
* Have the composite extension tell the damage extension about clients whichKeith Packard2003-11-132-7/+7
* Fix Makefile.am's to include header files needed for distcheck. RemoveEric Anholt2003-11-115-8/+21
* Fix KdXv interface to pass drawable down so that bits can be put intoKeith Packard2003-11-104-86/+106
* Must offset composite parameters by drawable coordinates in acceleratedKeith Packard2003-11-101-0/+9
* Avoid ugly shell error when libXdmcp isn't present.Phil Blundell2003-11-081-0/+19
* Fix KAA to work with screen_x/screen_y hacks from COMPOSITE Also addKeith Packard2003-11-081-26/+75
* Ok, Composite extension is semi-working; when no-one asks for redirection,Keith Packard2003-11-075-15/+43
* Fix warnings.Phil Blundell2003-11-071-8/+6
* tslib improvementsMatthew Allum2003-11-067-25/+81
* Replace translucent compositing hacks with PictOpSrc to match eventualKeith Packard2003-11-051-7/+22
* merge xfixes_2_branch back to HEADKeith Packard2003-11-0251-996/+920
* try /dev/misc/apm_bios if /dev/apm_bios doesn't existPhil Blundell2003-10-281-0/+2
* move smi into VESA_SUBDIRSPhil Blundell2003-10-281-3/+2
* Minor cleanups -- remove a couple of bogus KdCheckSync calls, restructureKeith Packard2003-10-192-8/+4
* Discard/reconstruct list of offscreen areas on VT switch so no allocationsxfixes_2_branchpointKeith Packard2003-10-162-3/+3
* Add a memory_base variable and use it.Anders Carlsson2003-10-158-12/+11
* hw/kdrive/*/Makefile.am Libraries in local dir must not use global path orKeith Packard2003-10-159-10/+9
* various Split out pixmap allocation debug statements Fix bogus offscreenKeith Packard2003-10-155-17/+15
* Avoid attempting acceleration on non-screen formats (for now)Keith Packard2003-10-142-7/+15
* Use same assumptions as layergc about what layer kind is approprate forKeith Packard2003-10-145-230/+438
* -Wall fixes. Might have fixed VESA based DPMS code as a resultKeith Packard2003-10-147-144/+169
* Check for off-screen pixmap support in KaaDrawableIsOffscreenPixmap. -WallKeith Packard2003-10-1413-56/+37
* -Wall fixes. Support off-screen pixmapsKeith Packard2003-10-146-106/+126
* -Wall fixes. Add klinux.h to export function declarationsKeith Packard2003-10-146-24/+56
* -Wall fixesKeith Packard2003-10-141-19/+2
* Use pixmaps instead of drawables in the kaa functions. Have the mga serverAnders Carlsson2003-10-133-69/+69
* Add support for offscreen pixmaps.Anders Carlsson2003-10-134-7/+188
* Fix a couple of bugs.Anders Carlsson2003-10-131-3/+13
* Add offscreen memory manager and update the servers to reflect the nameAnders Carlsson2003-10-1312-82/+434
* Remove this for now.Anders Carlsson2003-10-121-100/+0
* Add ATI Rage 128 server.Anders Carlsson2003-10-116-1/+772
* use #if instead of #ifdefKeith Packard2003-10-092-3/+3
* Build smi after vesa.Anders Carlsson2003-10-091-2/+3
* Initialize smi chip on graphics setup. Seems to help some.Keith Packard2003-10-092-2/+3
* Leave iopl set to 3 so vesa module will workKeith Packard2003-10-092-3/+3
* Add xfixes, fix smi driver to use either fbdev or vesa. Add hole mapping toKeith Packard2003-10-0918-22/+2677