summaryrefslogtreecommitdiff
path: root/exa/exa_migration.c
AgeCommit message (Expand)AuthorFilesLines
2006-06-19Don't forget to step the rows when verifying the equivalence of fb/sys areas.Eric Anholt1-0/+2
2006-04-28Correct some bugs causing performance issues in the "Smart" scheme.Eric Anholt1-3/+8
2006-04-26Improve the migration debugging output.Eric Anholt1-12/+14
2006-04-25Add an option to verify at the point of migration that pixmaps which aren'tEric Anholt1-0/+43
2006-04-18Add a new migration scheme, called "Smart" for lack of a better name. ThisEric Anholt1-1/+60
2006-03-31Add an option to EXA for the DDX to request that EXA hide the pixmap'sEric Anholt1-4/+7
2006-03-16Change EXA so that exaMoveOutPixmap() retains the framebuffer copy of theEric Anholt1-156/+206
2006-03-15Don't let pinned pixmaps get migrated in when using the "Always" migrationEric Anholt1-0/+3
2006-03-15Add a new migration scheme, "always", which will move pixmaps to theirEric Anholt1-27/+66
2006-03-14Move migration logic to a new function, exaDoMigration(). This is largely aEric Anholt1-16/+75
2006-03-09Rearrange EXA driver structures so that there's a hope of maintaining ABIEric Anholt1-19/+19
2006-02-16Move EXA implementation up to the top level and remove its XFree86Eric Anholt1-4/+2
2006-02-10Remove libcwrapper usage from xorg server modules. The libcwrapper is onlyEric Anholt1-0/+3
2006-02-02Move the frequently-repeated code to get the pixmap that backs a drawableEric Anholt1-16/+2
2006-02-02Rearrange and rename EXA code to be a bit more logically organized. AlsoEric Anholt1-1285/+2
2005-11-06Fix a bug where a system memory pixmap got a wrong address if memcpy()Thomas Hellstrom1-1/+1
2005-10-20EXA: The "optimization" for using a fill operation instead of 1x1 copiesThomas Winischhofer1-3/+3
2005-10-15Add an additional meaning to the "dirty" flag. Now, if !dirty && !area, theEric Anholt1-0/+14
2005-10-12If a window background is a 1x1 pixmap, read the value out and go toEric Anholt1-0/+27
2005-10-10Add missing {Prepare,Finish}Access() wrappers for the tile pixmap in theBenjamin Herrenschmidt1-0/+2
2005-10-02Bugzilla #4616:Eric Anholt1-7/+8
2005-09-30sparse cleanups. s/0/NULL/ and mark a few things static.Adam Jackson1-6/+6
2005-09-28- Use the dirty flag (which should be set correctly all the time,Eric Anholt1-32/+23
2005-09-21- Change migration-in rule slightly: previously, if your score was lessEric Anholt1-30/+40
2005-09-21Add support for hardware accelerating tiled background painting. OneEric Anholt1-55/+91
2005-09-18Break EXA ABI while we still can. Add coordinates to the UploadToScreenEric Anholt1-1/+4
2005-09-17- Don't try to upload 0 byte-per-pixel (PICT_a1) data usingEric Anholt1-16/+53
2005-09-13Bug #594: CAN-2005-2495: Fix exploitable integer overflow in pixmapDaniel Stone1-0/+3
2005-09-11Add a pair of hooks, PrepareAccess() and FinishAccess(), which get calledEric Anholt1-18/+87
2005-08-30Remove existing broken maxX/maxY code for composite (results in infiniteEric Anholt1-1/+28
2005-08-26Add diagnostic messages for exaDriverInit failure cases.Adam Jackson1-3/+13
2005-08-24Bugzilla #4226: Change the pixmap migration strategy for the CopyNtoN case.Eric Anholt1-5/+14
2005-08-24Bugzilla #4090: Introduce getters for pixmap pitch and offset, toEric Anholt1-0/+20
2005-08-24Bugzilla #4089: Fix crashes in !EXA_OFFSCREEN_PIXMAPS case by not trying toEric Anholt1-0/+7
2005-08-14- Fix the exa pixmap offset/pitch alignment to deal with non-POT alignmentEric Anholt1-3/+3
2005-08-06EXA support in the modular build.Chris Lee1-1/+1
2005-07-09Patch from Thomas Winischhofer to kick out all pixmaps to system ram upon aZack Rusin1-3/+12
2005-07-08mark drawable as dirty on copying/painting windowsZack Rusin1-44/+35
2005-07-08heh, oops (thanks Thomas)Zack Rusin1-22/+15
2005-07-07Check vtSema before accelerating primitives and sync in fallbacks only ifZack Rusin1-4/+56
2005-07-04remove the temporary debugging outputZack Rusin1-3/+0
2005-07-04This fixes the close screen mess (crash reported by Thomas). Also hide theZack Rusin1-9/+56
2005-07-03Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings.Daniel Stone1-1/+1
2005-07-01removing all debugging output from the default build :)Zack Rusin1-7/+7
2005-07-01Adding the new acceleration architecture: Exa. It's meant to replace XAA inZack Rusin1-0/+1252