summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix fill/copyarea of r128 by setting the scissor registers in setup, asxfixes_2_damage_donexfixes_2_branchEric Anholt2003-11-023-0/+17
* Prototype fixes (various) Add GCC warnings (including -Werror. clean upKeith Packard2003-10-2933-219/+352
* Was using byteStride before set in computing off_screen_base Also a coupleKeith Packard2003-10-251-5/+1
* Make building (almost) work with automake 1.4 or 1.7. The dist-bzip2 optionKeith Packard2003-10-259-41/+57
* Function pointer initializers in wrong order (oops)Keith Packard2003-10-252-3/+2
* Add function called at CreateScreenResources to get shadow set up on pixmapKeith Packard2003-10-2420-417/+349
* Ok, so this change is way bigger than it needed to be, but I couldn't standKeith Packard2003-10-249-195/+35
* Added SYNC_ALWAYS for debugging (sync after each operation)Keith Packard2003-10-221-0/+13
* Don't start pixmaps differing from root format in off-screen memoryKeith Packard2003-10-221-1/+2
* oops. Failed to set window offsets in kaaGetOffscreenPixmapKeith Packard2003-10-222-13/+12
* Build damage infrastructure. Don't build layerKeith Packard2003-10-2224-244/+223
* 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
* Use either vesa or fbdev, selectable at compile timeKeith Packard2003-10-094-18/+68
* Fix fbdev server to allow accelerated servers on top to use RandR. SwitchKeith Packard2003-10-058-161/+200
* few more fixes for h3600 tsPhil Blundell2003-10-043-2/+12
* configure.ac Makefile.am os/oscolor.c Xext/saver.c Xext/Makefile.amKeith Packard2003-10-046-44/+9
* add --disable-kdrivevesa optionPhil Blundell2003-10-031-3/+6
* Add smi serverKeith Packard2003-10-027-22/+58
* Add XDM cookies. Fix up support for pkgconfig X bitsKeith Packard2003-10-016-5/+8
* Fixed tslib driver to handle VT switchesMatthew Allum2003-09-301-3/+37
* Enable maintainer mode from autogen.sh. Fix vesa build to create libraryKeith Packard2003-09-301-2/+2
* Added --enable-tslib configure optionMatthew Allum2003-09-302-0/+8
* Use other freedesktop.org packages to build the serverKeith Packard2003-09-296-102/+93
* Add beginnings of offscreen memory manager.Anders Carlsson2003-09-241-0/+100
* hw/kdrive/src/kdrive.cKeith Packard2003-09-242-2/+36
* Accelerate server.Anders Carlsson2003-09-222-8/+91
* Add mga server to the build.Anders Carlsson2003-09-181-1/+2
* Add mga serverAnders Carlsson2003-09-185-0/+637