summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2003-11-02Fix fill/copyarea of r128 by setting the scissor registers in setup, asxfixes_2_damage_donexfixes_2_branchEric Anholt3-0/+17
2003-10-29Prototype fixes (various) Add GCC warnings (including -Werror. clean upKeith Packard33-219/+352
2003-10-25Was using byteStride before set in computing off_screen_base Also a coupleKeith Packard1-5/+1
2003-10-25Make building (almost) work with automake 1.4 or 1.7. The dist-bzip2 optionKeith Packard9-41/+57
2003-10-25Function pointer initializers in wrong order (oops)Keith Packard2-3/+2
2003-10-24Add function called at CreateScreenResources to get shadow set up on pixmapKeith Packard20-417/+349
2003-10-24Ok, so this change is way bigger than it needed to be, but I couldn't standKeith Packard9-195/+35
2003-10-22Added SYNC_ALWAYS for debugging (sync after each operation)Keith Packard1-0/+13
2003-10-22Don't start pixmaps differing from root format in off-screen memoryKeith Packard1-1/+2
2003-10-22oops. Failed to set window offsets in kaaGetOffscreenPixmapKeith Packard2-13/+12
2003-10-22Build damage infrastructure. Don't build layerKeith Packard24-244/+223
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
2003-10-14Use same assumptions as layergc about what layer kind is approprate forKeith Packard5-230/+438
2003-10-14-Wall fixes. Might have fixed VESA based DPMS code as a resultKeith Packard7-144/+169
2003-10-14Check for off-screen pixmap support in KaaDrawableIsOffscreenPixmap. -WallKeith Packard13-56/+37
2003-10-14-Wall fixes. Support off-screen pixmapsKeith Packard6-106/+126
2003-10-14-Wall fixes. Add klinux.h to export function declarationsKeith Packard6-24/+56
2003-10-14-Wall fixesKeith Packard1-19/+2
2003-10-13Use pixmaps instead of drawables in the kaa functions. Have the mga serverAnders Carlsson3-69/+69
2003-10-13Add support for offscreen pixmaps.Anders Carlsson4-7/+188
2003-10-13Fix a couple of bugs.Anders Carlsson1-3/+13
2003-10-13Add offscreen memory manager and update the servers to reflect the nameAnders Carlsson12-82/+434
2003-10-12Remove this for now.Anders Carlsson1-100/+0
2003-10-11Add ATI Rage 128 server.Anders Carlsson6-1/+772
2003-10-09use #if instead of #ifdefKeith Packard2-3/+3
2003-10-09Build smi after vesa.Anders Carlsson1-2/+3
2003-10-09Initialize smi chip on graphics setup. Seems to help some.Keith Packard2-2/+3
2003-10-09Leave iopl set to 3 so vesa module will workKeith Packard2-3/+3
2003-10-09Add xfixes, fix smi driver to use either fbdev or vesa. Add hole mapping toKeith Packard18-22/+2677
2003-10-09Use either vesa or fbdev, selectable at compile timeKeith Packard4-18/+68
2003-10-05Fix fbdev server to allow accelerated servers on top to use RandR. SwitchKeith Packard8-161/+200
2003-10-04few more fixes for h3600 tsPhil Blundell3-2/+12
2003-10-04configure.ac Makefile.am os/oscolor.c Xext/saver.c Xext/Makefile.amKeith Packard6-44/+9
2003-10-03add --disable-kdrivevesa optionPhil Blundell1-3/+6
2003-10-02Add smi serverKeith Packard7-22/+58
2003-10-01Add XDM cookies. Fix up support for pkgconfig X bitsKeith Packard6-5/+8
2003-09-30Fixed tslib driver to handle VT switchesMatthew Allum1-3/+37
2003-09-30Enable maintainer mode from autogen.sh. Fix vesa build to create libraryKeith Packard1-2/+2
2003-09-30Added --enable-tslib configure optionMatthew Allum2-0/+8
2003-09-29Use other freedesktop.org packages to build the serverKeith Packard6-102/+93
2003-09-24Add beginnings of offscreen memory manager.Anders Carlsson1-0/+100
2003-09-24hw/kdrive/src/kdrive.cKeith Packard2-2/+36
2003-09-22Accelerate server.Anders Carlsson2-8/+91
2003-09-18Add mga server to the build.Anders Carlsson1-1/+2
2003-09-18Add mga serverAnders Carlsson5-0/+637