summaryrefslogtreecommitdiff
path: root/exa/exa_unaccel.c
AgeCommit message (Expand)AuthorFilesLines
2011-06-30Fix UTF-8 encodingMatěj Cepl1-1/+1
2011-06-20EXA: fix typoRob Clark1-1/+1
2011-04-22Add RegionInitBoxes(), and fix some buggy callers of RegionInit().Søren Sandmann Pedersen1-4/+3
2011-01-05Add subWindowMode parameter to SourceValidateVille Syrjälä1-2/+3
2010-12-22EXA: Fix crash with fill using 1x1 tile of depth < 8 (bug #24703).Michel Dänzer1-0/+2
2010-06-05Rename region macros to eliminate screen argumentKeith Packard1-28/+28
2010-05-20EXA: Wrap Glyphs even without Composite acceleration.Michel Dänzer1-0/+22
2010-04-26Exa screen private has SavedSourceValidate, not SourceValidateKeith Packard1-1/+1
2010-04-26exa: avoid calling non existent SourceValidate callbackJerome Glisse1-3/+5
2010-04-26Revert "exa: avoid calling non existent SourceValidate callback"Keith Packard1-5/+3
2010-04-26exa: avoid calling non existent SourceValidate callbackJerome Glisse1-3/+5
2010-04-19unifdef -B -DRENDER to always include RENDER codeKeith Packard1-10/+0
2009-12-29EXA: Restrict the regions that need to be migrated for composite fallback for...Thomas Hellstrom1-41/+190
2009-12-29EXA: Limit src prepareAccess regions for a number of unaccelerated operations.Thomas Hellstrom1-27/+75
2009-12-29EXA: Use relevant source region to minimize migration on CopyWindow fallbacks.Michel Dänzer1-2/+12
2009-12-29EXA: Fix bugs in exaGetImage / ExaCheckGetImage migration.Thomas Hellstrom1-1/+1
2009-12-04EXA: Use correct coordinate system for calculating Composite fallback region.Michel Dänzer1-1/+3
2009-11-28exa: handle pixmap create/destroy in lower layersMaarten Maathuis1-35/+38
2009-09-26EXA: Extend mixed pixmaps scheme to allow driver PrepareAccess hook to fail.Michel Dänzer1-22/+30
2009-08-04EXA: Simplify exaGetPixmapFirstPixel using GetImage.Michel Dänzer1-45/+24
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