summaryrefslogtreecommitdiff
path: root/exa/exa.c
AgeCommit message (Expand)AuthorFilesLines
2011-06-10drvmodel: another bunch of changes.Dave Airlie1-2/+10
2011-05-26damage: start driver side code and flesh it out a bitDave Airlie1-1/+1
2011-04-20holy fuck, can I stop typing already.Dave Airlie1-58/+51
2011-04-14gc/exa/fb move validate gc into gpu opsDave Airlie1-5/+4
2011-04-14imped: add CloseScreenDave Airlie1-3/+3
2011-04-11exa: drop all Window info now we are below impedance layerDave Airlie1-27/+4
2011-04-11exa: migrate glyphs into impedance layerDave Airlie1-5/+5
2011-04-11exa: continue migrating below impedance layer.Dave Airlie1-12/+12
2011-04-08exa: move into gpu layer even furtherimpedanceDave Airlie1-33/+22
2011-04-08exa: move bitmap to region wrappingDave Airlie1-6/+6
2011-04-08exa: drop CopyWindowDave Airlie1-2/+0
2011-04-08exa: start migrating EXA to new GPU APIDave Airlie1-111/+41
2011-02-02exa: Only call driver FinishAccess hook if PrepareAccess hook succeeded.Maarten Maathuis1-1/+2
2010-11-10Replace usage of DamageRegionAppend with DamageDamageRegion to fix reportAfter.Eric Anholt1-2/+1
2010-07-13EXA: Finish access to pixmap if it's prepared at destruction time.Michel Dänzer1-0/+23
2010-06-05Fix exa_priv.h declarations of privatesKeith Packard1-6/+3
2010-06-05Change the devPrivates API to require dixRegisterPrivateKeyKeith Packard1-9/+15
2010-06-05Rename region macros to eliminate screen argumentKeith Packard1-3/+3
2010-05-20EXA: Wrap Glyphs even without Composite acceleration.Michel Dänzer1-1/+4
2010-05-13Replace X-allocation functions with their C89 counterpartsMikhail Gusarov1-4/+4
2010-04-21Merge remote branch 'vignatti/for-keith'Keith Packard1-8/+6
2010-04-21exa: don't need to check for NULL pointer if we already assumed it has a valueTiago Vignatti1-8/+6
2010-04-19unifdef -B -DRENDER to always include RENDER codeKeith Packard1-10/+0
2010-03-21exa: exaFinishAccess: Overrun of static array "pExaScr->access" of size 6 at ...Oliver McFadden1-2/+2
2009-12-29EXA/mixed: Handle results of software fallbacks in DamageReport hook.Michel Dänzer1-6/+0
2009-12-08EXA: ExaDoPrepareAccess return value fixes.Michel Dänzer1-11/+19
2009-12-03Revert "exa: a few small pitch related changes"Maarten Maathuis1-9/+2
2009-11-28exa: a few small pitch related changesMaarten Maathuis1-2/+9
2009-11-28exa: s/PixmapIsOffscreen/PixmapHasGpuCopy and s/pExaPixmap->offscreen/pExaPix...Maarten Maathuis1-15/+15
2009-11-28exa: handle pixmap create/destroy in lower layersMaarten Maathuis1-112/+33
2009-09-26EXA: Try to minimize UploadToScreen calls for mixed pixmaps.Michel Dänzer1-2/+12
2009-09-26EXA: Extend mixed pixmaps scheme to allow driver PrepareAccess hook to fail.Michel Dänzer1-51/+27
2009-08-08exa: more safetyMaarten Maathuis1-1/+1
2009-08-06exa: delay malloc for "mixed"Maarten Maathuis1-1/+11
2009-08-06exa: implement exaMoveInPixmap for "mixed"Maarten Maathuis1-0/+32
2009-08-06exa: A simple 3rd backend implementation.Maarten Maathuis1-9/+33
2009-08-06exa: Split out some classic and driver allocated pixmap code into seperate filesMaarten Maathuis1-288/+38
2009-07-21EXA: Make Prepare/FinishAccess tracking resilient to repeated / nested calls.Michel Dänzer1-51/+46
2009-07-20EXA: Completely eliminate exaDoMigration calls for drivers that manage pixmaps.Michel Dänzer1-11/+16
2009-07-14exa: switch to byte counting functions.Peter Hutterer1-3/+3
2009-06-09exa: driver pixmaps enabled if either CreatePixmap or CreatePixmap2 presentBen Skeggs1-1/+1
2009-05-18EXA: Defragment offscreen memory.Michel Dänzer1-0/+53
2009-04-23exa: add CreatePixmap2 hook for driver pixmaps.Dave Airlie1-4/+7
2009-03-19exa: Accept scratch pixmaps with offscreen memory as such.Maarten Maathuis1-5/+13
2009-03-18exa: round of fb_pitch to the next byteMaarten Maathuis1-2/+2
2009-03-18exa: check if the pixmap is pinned for unsupported AUX indices.Maarten Maathuis1-0/+2
2009-03-13exa: allow exaModifyPixmapHeader to set sys_ptr for EXA_HANDLES_PIXMAPSMaarten Maathuis1-6/+8
2009-03-04exa: fix a serious issue in exaChangeWindowAttributes (and some more related ...Maarten Maathuis1-12/+90
2009-03-04exa: fix unwrapping of ModifyPixmapHeader upon CloseScreen.Maarten Maathuis1-3/+3
2009-03-04exa: increase/rework safety checks in Prepare/FinishAccess.Maarten Maathuis1-16/+65