summaryrefslogtreecommitdiff
path: root/exa/exa_unaccel.c
AgeCommit message (Expand)Author
2009-06-29EXA: Take GC client clip type into account for migration.Michel Dänzer
2009-05-08EXA: Handle separate alpha maps properly in Composite fallback, take two.Michel Dänzer
2009-01-09exa: preparing as source and finishing access as mask is a bad ideaMaarten Maathuis
2008-10-23Wrap AddTraps in exa and damage.Keith Packard
2008-08-08EXA: Make sure damage tracking code is inactive if the driver manages pixmaps.Michel Dänzer
2008-06-06EXA: Fix exaGetPixmapFirstPixel() crash if the driver has a CreatePixmap hook.Michel Dänzer
2008-05-24EXA: Only record damage generated by rendering operations.Michel Dänzer
2007-09-17EXA: Don't crash in ExaCheckPolyArc.Alan Hourihane
2007-09-17EXA: Fixed compiler warnings.Tilman Sauerbeck
2007-09-17EXA: Added missing exaPrepare/FinishAccess calls in ExaCheckPushPixels.Tilman Sauerbeck
2007-09-13Remove the PaintWindow optimization.Eric Anholt
2007-09-07EXA: exa(Shm)PutImage improvements.Michel Dänzer
2007-09-07EXA: exaGetImage improvements.Michel Dänzer
2007-09-07EXA: Remove superfluous manual damage tracking.Michel Dänzer
2007-09-07EXA: RENDER improvements.Michel Dänzer
2007-09-07EXA: Improvements for 1x1 pixmaps.Michel Dänzer
2007-09-07EXA: Migrate out pixmap in exaPrepareAccess.Michel Dänzer
2007-09-07EXA: Add a couple of missing exaPrepare/FinishAccess calls.Dave Airlie
2007-08-25Implement core protocol backing store exclusively in terms of Composite.Adam Jackson
2007-08-18EXA: Fix a couple of logic errors in exaGetPixmapFirstPixel.Fredrik Höglund
2007-07-27exaGetPixmapFirstPixel: avoid framebuffer readbacks if possible.Adam Jackson
2007-04-29EXA: PutImage improvements.Michel Dänzer
2007-04-29EXA: PolyFillRect improvements.Michel Dänzer
2006-12-19EXA: Lots of damage tracking fixes.Michel Dänzer
2006-06-12Track per-drawable damage to minimize UTS and DFS transfers.Michel Dänzer
2006-04-27Improve EXA fallback debugging output to include the locations of pixmaps.Eric Anholt
2006-04-27Add trivial PolySegment acceleration for 0-width horizontal/vertical lines,Eric Anholt
2006-04-18Fix exaGetPixmapFirstPixel to migrate as unaccelerated. Also adds a bit ofEric Anholt
2006-04-01Export exaPrepare/FinishGC to the rest of EXA, and use it in the ImageGlyphEric Anholt
2006-03-31Don't attempt to Prepare/FinishAccess NULL pDrawables. Exposed by newEric Anholt
2006-03-31Add an option to EXA for the DDX to request that EXA hide the pixmap'sEric Anholt
2006-03-31Revert mistaken commit to exa_unaccel.c. Should have been toEric Anholt
2006-03-31Correct a typo in debug-only offscreen validation code. (Wang Zhenyu)Eric Anholt
2006-03-30Remove the exaAsyncPixmapGCOps mostly-unaccelerated ops vector, and alwaysEric Anholt
2006-03-14Move migration logic to a new function, exaDoMigration(). This is largely aEric Anholt
2006-03-14Pull code for getting the (0,0) pixel from a pixmap out to a separateEric Anholt
2006-02-02Rearrange and rename EXA code to be a bit more logically organized. AlsoEric Anholt
2005-10-15Add an additional meaning to the "dirty" flag. Now, if !dirty && !area, theEric Anholt
2005-09-21- Change migration-in rule slightly: previously, if your score was lessEric Anholt
2005-09-11Add some optional (disabled) fallback debugging code to the async code, forEric Anholt
2005-09-11Add a pair of hooks, PrepareAccess() and FinishAccess(), which get calledEric Anholt
2005-08-24Bugzilla #4226: Change the pixmap migration strategy for the CopyNtoN case.Eric Anholt
2005-07-04This fixes the close screen mess (crash reported by Thomas). Also hide theZack Rusin
2005-07-01Adding the new acceleration architecture: Exa. It's meant to replace XAA inZack Rusin