summaryrefslogtreecommitdiff
path: root/exa/exa_unaccel.c
AgeCommit message (Expand)AuthorFilesLines
2009-05-15EXA: Take GC client clip type into account for migration.Michel Dänzer1-1/+1
2009-03-04exa: avoid a potential Prepare/FinishAccess inbalance.Maarten Maathuis1-5/+7
2009-02-27exa: fixup aux indices and ensure that the indices are used as they should be.Maarten Maathuis1-7/+7
2009-02-27EXA: Handle separate alpha maps properly in Composite fallback, take two.Michel Dänzer1-1/+24
2009-02-27Revert "EXA: Handle separate alpha maps properly in Composite fallback."Michel Dänzer1-19/+1
2009-02-24EXA: Handle separate alpha maps properly in Composite fallback.Michel Dänzer1-1/+19
2009-02-08exa: All fallbacks should have a GC, remove some code.Maarten Maathuis1-14/+1
2009-02-06exa: don't use fbCopyNtoNMaarten Maathuis1-0/+50
2009-02-06exa: create ExaCheckGetImageMaarten Maathuis1-0/+30
2009-02-06exa: wrap the remainder of exa_unaccel.cMaarten Maathuis1-3/+27
2009-02-06exa: properly wrap GC functionsMaarten Maathuis1-46/+52
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.exa-damagetrackMichel 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