summaryrefslogtreecommitdiff
path: root/exa/exa_unaccel.c
AgeCommit message (Expand)AuthorFilesLines
2008-12-26exa: preparing as source and finishing access as mask is a bad ideaMaarten Maathuis1-2/+2
2008-12-03Rework symbol visibility for easier maintenancePaulo Cesar Pereira de Andrade1-1/+1
2008-11-28Make visible symbols required by xorg modules.Paulo Cesar Pereira de Andrade1-1/+1
2008-10-23Wrap AddTraps in exa and damage.Keith Packard1-0/+14
2008-08-08EXA: Make sure damage tracking code is inactive if the driver manages pixmaps.Michel Dänzer1-8/+7
2008-06-06EXA: Fix exaGetPixmapFirstPixel() crash if the driver has a CreatePixmap hook.Michel Dänzer1-1/+3
2008-05-24EXA: Only record damage generated by rendering operations.Michel Dänzer1-1/+4
2007-09-17EXA: Don't crash in ExaCheckPolyArc.Alan Hourihane1-0/+7
2007-09-17EXA: Fixed compiler warnings.Tilman Sauerbeck1-2/+2
2007-09-17EXA: Added missing exaPrepare/FinishAccess calls in ExaCheckPushPixels.Tilman Sauerbeck1-0/+2
2007-09-13Remove the PaintWindow optimization.Eric Anholt1-17/+0
2007-09-07EXA: exa(Shm)PutImage improvements.Michel Dänzer1-5/+5
2007-09-07EXA: exaGetImage improvements.Michel Dänzer1-13/+0
2007-09-07EXA: Remove superfluous manual damage tracking.Michel Dänzer1-1/+0
2007-09-07EXA: RENDER improvements.Michel Dänzer1-1/+28
2007-09-07EXA: Improvements for 1x1 pixmaps.Michel Dänzer1-4/+18
2007-09-07EXA: Migrate out pixmap in exaPrepareAccess.Michel Dänzer1-7/+2
2007-09-07EXA: Add a couple of missing exaPrepare/FinishAccess calls.Dave Airlie1-0/+7
2007-08-25Implement core protocol backing store exclusively in terms of Composite.Adam Jackson1-28/+0
2007-08-18EXA: Fix a couple of logic errors in exaGetPixmapFirstPixel.Fredrik Höglund1-12/+12
2007-07-27exaGetPixmapFirstPixel: avoid framebuffer readbacks if possible.Adam Jackson1-10/+27
2007-04-29EXA: PutImage improvements.Michel Dänzer1-0/+5
2007-04-29EXA: PolyFillRect improvements.Michel Dänzer1-26/+5
2006-12-19EXA: Lots of damage tracking fixes.Michel Dänzer1-31/+9
2006-06-12Track per-drawable damage to minimize UTS and DFS transfers.Michel Dänzer1-5/+49
2006-04-27Improve EXA fallback debugging output to include the locations of pixmaps.Eric Anholt1-23/+41
2006-04-27Add trivial PolySegment acceleration for 0-width horizontal/vertical lines,Eric Anholt1-2/+4
2006-04-18Fix exaGetPixmapFirstPixel to migrate as unaccelerated. Also adds a bit ofEric Anholt1-2/+3
2006-04-01Export exaPrepare/FinishGC to the rest of EXA, and use it in the ImageGlyphEric 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 Anholt1-36/+42
2006-03-31Revert mistaken commit to exa_unaccel.c. Should have been toEric Anholt1-42/+36
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 Anholt1-30/+0
2006-03-14Move migration logic to a new function, exaDoMigration(). This is largely aEric Anholt1-1/+10
2006-03-14Pull code for getting the (0,0) pixel from a pixmap out to a separateEric Anholt1-0/+28
2006-02-02Rearrange and rename EXA code to be a bit more logically organized. AlsoEric Anholt1-1/+1
2005-10-15Add an additional meaning to the "dirty" flag. Now, if !dirty && !area, theEric Anholt1-14/+14
2005-09-21- Change migration-in rule slightly: previously, if your score was lessEric Anholt1-11/+0
2005-09-11Add some optional (disabled) fallback debugging code to the async code, forEric Anholt1-0/+34
2005-09-11Add a pair of hooks, PrepareAccess() and FinishAccess(), which get calledEric Anholt1-49/+73
2005-08-24Bugzilla #4226: Change the pixmap migration strategy for the CopyNtoN case.Eric Anholt1-2/+3
2005-07-04This fixes the close screen mess (crash reported by Thomas). Also hide theZack Rusin1-78/+22
2005-07-01Adding the new acceleration architecture: Exa. It's meant to replace XAA inZack Rusin1-0/+365