summaryrefslogtreecommitdiff
path: root/hw/kdrive/src/kaa.c
AgeCommit message (Expand)AuthorFilesLines
2007-06-29Death to RCS tags.Adam Jackson1-2/+0
2006-04-30Remove NEED_LINEHELPER BC cruft for pre-R6 DDXes.Adam Jackson1-3/+0
2006-02-16Make more extensions optional in build (for kdrive). Fix kdrive build forKeith Packard1-1/+1
2005-12-27Build fixes: XSERVER_LIBS -> KDRIVE_LIBS, config.h -> kdrive-config.hAdam Jackson1-1/+1
2005-08-08Build with modular X.org libraries and headers.kdrive-initial-importKeith Packard1-1/+0
2005-06-09- Replace the syncAccel hook in the kdrive structure with a pair of hooksEric Anholt1-15/+40
2005-02-08hw/kdrive/ati/radeon_composite.c Support linear filteringKeith Packard1-0/+71
2004-08-30Add a set of three hooks for accelerating trapezoids, and use it for theEric Anholt1-1/+3
2004-08-30Rather than initially place pixmaps in framebuffer based on a sizeEric Anholt1-6/+9
2004-07-26Eliminate bogus rate check in fbdevModeSupported. Hmm. Potentially bogusKeith Packard1-0/+2
2004-07-03Add a "dirty" flag to the pixmap private. Clear it when setting up anEric Anholt1-4/+34
2004-06-29Add an offscreen area scoring to improve choosing offscreen areas to kickEric Anholt1-0/+1
2004-06-10- Pass the right pixel mask (all ones) in to PrepareSolid in theEric Anholt1-5/+4
2004-05-20Fix SYNC_ALWAYS (debugging) code to use mach64WaitIdle instead ofKeith Packard1-1/+1
2004-05-20Pin header-only pixmaps in memory.Keith Packard1-2/+15
2004-05-17Make kaaMoveInPixmap public. This will be used by the ATI driver's xvideoEric Anholt1-1/+1
2004-05-14Add new flag, KAA_OFFSCREEN_ALIGN_POT, which tells KAA to align pixmapEric Anholt1-1/+18
2004-05-14Don't let the visible screen get "migrated" offscreen, which manifestsEric Anholt1-1/+1
2004-01-08- Add a new UploadToScratch kaa hook for putting the data for a singleEric Anholt1-2/+10
2003-12-29Merge dri-0-1-branch to trunk. Notable changes:Eric Anholt1-99/+13
2003-11-20- Fix a bug in pitch alignment for offscren pixmaps.Eric Anholt1-2/+2
2003-11-17Recompute winSize/borderSize to fix them when changing redirection.Keith Packard1-4/+4
2003-11-14Accelerated image text code drew glyphs at wrong location when compositingKeith Packard1-2/+2
2003-11-10Must offset composite parameters by drawable coordinates in acceleratedKeith Packard1-0/+9
2003-11-08Fix KAA to work with screen_x/screen_y hacks from COMPOSITE Also addKeith Packard1-26/+75
2003-11-02merge xfixes_2_branch back to HEADKeith Packard1-75/+98
2003-10-19Minor cleanups -- remove a couple of bogus KdCheckSync calls, restructureKeith Packard1-1/+0
2003-10-15Add a memory_base variable and use it.Anders Carlsson1-2/+2
2003-10-15various Split out pixmap allocation debug statements Fix bogus offscreenKeith Packard1-7/+10
2003-10-14Use same assumptions as layergc about what layer kind is approprate forKeith Packard1-131/+213
2003-10-14Check for off-screen pixmap support in KaaDrawableIsOffscreenPixmap. -WallKeith Packard1-17/+9
2003-10-13Use pixmaps instead of drawables in the kaa functions. Have the mga serverAnders Carlsson1-14/+47
2003-10-13Add support for offscreen pixmaps.Anders Carlsson1-4/+184
2003-10-13Add offscreen memory manager and update the servers to reflect the nameAnders Carlsson1-38/+105
2003-09-11Move kdrive common sources to src dirKeith Packard1-0/+3
2003-07-07Update RCS tags, fix keyboard hang on VT switch, fix scroll wheel mice, addKeith Packard1-2/+2
2001-06-29kdrive: dont touch hardware when disabledKeith Packard1-7/+18
2001-06-04Allow for hardware acceleration under RandR with Layer. Hardware/SoftwareKeith Packard1-4/+6
2001-06-03Add mach64 driver to Tiny-XKeith Packard1-37/+36
2001-05-30Fix kaa to not try Copy for pixmap sourcesKeith Packard1-2/+3
2001-05-29Add miext/layer for more complete RandR support in kdrive/XfbdevKeith Packard1-0/+623