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