summaryrefslogtreecommitdiff
path: root/hw/kdrive/src/koffscreen.c
AgeCommit message (Expand)AuthorFilesLines
2005-12-27Build fixes: XSERVER_LIBS -> KDRIVE_LIBS, config.h -> kdrive-config.hAdam Jackson1-1/+1
2005-07-06Fix offset alignment code in the offscreen memory allocator to preventDamien Ciabrini1-3/+7
2004-06-29Add an offscreen area scoring to improve choosing offscreen areas to kickEric Anholt1-21/+63
2004-05-20Pin header-only pixmaps in memory.Keith Packard1-7/+11
2004-01-03Actually align the offset of allocated offscreen areas.Eric Anholt1-1/+5
2003-11-18Reset available offscreen segment save function pointer. (Not a functionalKeith Packard1-0/+1
2003-11-17Recompute winSize/borderSize to fix them when changing redirection.Keith Packard1-80/+76
2003-11-10Fix KdXv interface to pass drawable down so that bits can be put intoKeith Packard1-64/+82
2003-11-02merge xfixes_2_branch back to HEADKeith Packard1-4/+3
2003-10-19Minor cleanups -- remove a couple of bogus KdCheckSync calls, restructureKeith Packard1-7/+4
2003-10-16Discard/reconstruct list of offscreen areas on VT switch so no allocationsxfixes_2_branchpointKeith Packard1-2/+2
2003-10-14Use same assumptions as layergc about what layer kind is approprate forKeith Packard1-89/+190
2003-10-14Check for off-screen pixmap support in KaaDrawableIsOffscreenPixmap. -WallKeith Packard1-0/+3
2003-10-13Add support for offscreen pixmaps.Anders Carlsson1-2/+0
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 Carlsson1-0/+200
2003-10-12Remove this for now.Anders Carlsson1-100/+0
2003-09-24Add beginnings of offscreen memory manager.Anders Carlsson1-0/+100