summaryrefslogtreecommitdiff
path: root/exa
AgeCommit message (Expand)AuthorFilesLines
2007-02-14Add missing dirty marking in a couple of fallback cases in the exaGlyphs path.Eric Anholt2-3/+15
2007-02-14Mark sync when UploadToScreen succeeds in exaGlyphs().Eric Anholt1-3/+5
2007-01-24Bug #7639: Only swap out pixmaps (rather than everything) on VT switch in EXA.Eric Anholt4-14/+67
2006-12-28Switch the default migration heuristic for EXA to "always".Eric Anholt1-1/+1
2006-12-28Export exaMove{In,Out}Pixmap().Eric Anholt2-6/+6
2006-12-19EXA: Lots of damage tracking fixes.Michel Dänzer5-126/+138
2006-12-19exaGlyphs: mark dirty for software path also.George Sapountzis1-3/+3
2006-12-19Merge branch 'master' into exa-damagetrackMichel Dänzer7-65/+169
2006-12-19exaCopyNtoN: Fix usage of 'dx' and 'dy' instead of 'reverse' and 'upsidedown'.Michel Dänzer1-2/+3
2006-12-19EXA: Compare backing pixmaps instead of drawables against driver limits.Michel Dänzer2-27/+32
2006-12-19EXA: Disable SHM pixmaps.Eric Anholt1-0/+11
2006-10-15exaDrawableDirty: Fix initialization of BoxRec.Michel Dänzer1-1/+2
2006-08-12Call exaTryComponentAlphaHelper() for solid src also.George Sapountzis1-17/+76
2006-07-21exa: only disable cw when COMPOSITE is builtDaniel Stone1-0/+2
2006-07-18get rid of XFree86LOADER, XFree86Server, XFree86Module, and IN_MODULEDaniel Stone1-1/+1
2006-07-03Fix bugs in support for new repeatTypes in XAA and EXA.Eric Anholt1-1/+4
2006-06-30Bug 7145: fix build with gcc 2.95 & other c89 compilersJens Granseuer1-1/+4
2006-06-26Move EXA_PM_IS_SOLID() to the public API, since drivers will want it frequently.Eric Anholt2-8/+9
2006-06-24Bug #6911: Check return value of exaGetPixelFromRGBA().George Fufutos1-2/+6
2006-06-24Bug #6818: Avoid infinite loop in exaLog2() with negative arguments.Michel Dänzer1-1/+1
2006-06-19Don't forget to step the rows when verifying the equivalence of fb/sys areas.Eric Anholt1-0/+2
2006-06-18Add options to disable EXA acceleration for Composite/UTS/DFS, and always printEric Anholt2-5/+20
2006-06-12Track per-drawable damage to minimize UTS and DFS transfers.Michel Dänzer7-133/+341
2006-05-02Fix Solaris build with Sun compilers to work when exa is built beforeAlan Coopersmith1-0/+4
2006-04-30Remove NEED_LINEHELPER BC cruft for pre-R6 DDXes.Adam Jackson1-3/+0
2006-04-28Add Polylines and PolyPoint acceleration as well. This is primarily toEric Anholt1-3/+95
2006-04-28Correct some bugs causing performance issues in the "Smart" scheme.Eric Anholt1-3/+8
2006-04-27Improve EXA fallback debugging output to include the locations of pixmaps.Eric Anholt4-31/+56
2006-04-27Add trivial PolySegment acceleration for 0-width horizontal/vertical lines,Eric Anholt2-3/+53
2006-04-27In drawing glyphs, shortcut our way to exaComposite instead of goingEric Anholt1-59/+56
2006-04-26Add a helper for the Component Alpha Over case, which breaks the operationEric Anholt1-13/+62
2006-04-26Improve the migration debugging output.Eric Anholt1-12/+14
2006-04-26Fix a bug in the intersection computation that could concievably causeEric Anholt1-1/+4
2006-04-25Bug #4668: Check if the lists of glyphs don't have any intersecting glyphs,Eric Anholt1-1/+94
2006-04-25Add an option to verify at the point of migration that pixmaps which aren'tEric Anholt2-0/+44
2006-04-25Don't forget to mark the drawable as dirty in exaPutImage(). FixesEric Anholt1-0/+1
2006-04-18Add a new migration scheme, called "Smart" for lack of a better name. ThisEric Anholt3-3/+63
2006-04-18Fix exaGetPixmapFirstPixel to migrate as unaccelerated. Also adds a bit ofEric Anholt1-2/+3
2006-04-17Wrap a couple more SDK headers in if XORG, as per Dave Airlie's commit onDonnie Berkholz1-0/+2
2006-04-01Clean up warnings and a debug printf.Eric Anholt1-1/+0
2006-04-01Pull out fb's tile handling during fbValidateGC so we can do the necessaryEric Anholt1-1/+55
2006-04-01Export exaPrepare/FinishGC to the rest of EXA, and use it in the ImageGlyphEric Anholt3-4/+13
2006-04-01Use fb's depth-to-planemask computation, which doesn't suffer from gettingEric Anholt1-2/+2
2006-03-31Don't attempt to Prepare/FinishAccess NULL pDrawables. Exposed by newEric Anholt1-4/+6
2006-03-31Add an option to EXA for the DDX to request that EXA hide the pixmap'sEric Anholt6-54/+151
2006-03-31Revert mistaken commit to exa_unaccel.c. Should have been toEric Anholt2-43/+37
2006-03-31Correct a typo in debug-only offscreen validation code. (Wang Zhenyu)Eric Anholt1-36/+42
2006-03-30Remove the exaAsyncPixmapGCOps mostly-unaccelerated ops vector, and alwaysEric Anholt3-49/+4
2006-03-30Don't do an extra fallback path for CopyWindow while swappedOut, sinceEric Anholt1-7/+0
2006-03-30Bug #2986: Add PutImage acceleration for the ZPixmap, planeMask ~=Eric Anholt1-2/+99