summaryrefslogtreecommitdiff
path: root/uxa
AgeCommit message (Expand)AuthorFilesLines
2009-08-25Fix SHM functions to work with server after 1.6.0Keith Packard2-27/+15
2009-07-22uxa: Tell the driver when we're just going to immediately map the pixmap.Eric Anholt2-1/+12
2009-07-22uxa: Skip fill of temporary alpha picture that just gets copied over.Eric Anholt1-18/+21
2009-07-18Update to xextproto 7.1 support.Peter Hutterer1-1/+30
2009-07-17accessing a pixmap if prepare_access fails is verboten.Owain Ainsworth1-3/+4
2009-06-30uxa: Fix segfault on source-only picture usage with FallbackDebug.Eric Anholt1-0/+5
2009-06-09UXA: Rasterize trapezoids to system memory, not a pixmapCarl Worth1-7/+46
2009-04-27Remove pre-server-1.5 support.Eric Anholt6-127/+0
2009-04-24Fix UXA to build with Sun compilers (use __func__ instead of __FUNCTION__)Alan Coopersmith1-0/+10
2009-03-13Use CopyArea to load glyphs from per-glyph pixmap to cache pixmapKeith Packard1-26/+10
2009-02-26Fix UXA for server 1.4.Eric Anholt6-2/+140
2009-02-26uxa: Fix composite fallback debug printing of main memory versus bo info.Eric Anholt1-1/+1
2009-02-10uxa: Fix breakage from UXA_FALLBACK conversion from "do {} while (0)" construct.Eric Anholt1-1/+1
2009-02-10uxa: Fix driver against fbDoCopy -> miDoCopy change in the server.Eric Anholt2-5/+10
2009-02-10uxa: Fix failure to --amend in further changes in previous commit.Eric Anholt2-9/+3
2009-02-10uxa: hook up the fallback debug to the driver's fallback debug option.Eric Anholt5-8/+48
2009-01-13UXA: Declare glyph cache picture as component-alpha when necessary.Bernhard Rosenkraenzer1-3/+6
2009-01-06uxa: handle uxa_prepare_access failureKeith Packard5-148/+208
2008-12-16uxa: Correctly prepare/finishaccess of stipple in ValidateGC (and only it)Eric Anholt1-3/+10
2008-12-05uxa: Add in EnableDisableFBAccess handling like examodule.c did.Eric Anholt3-2/+27
2008-12-03uxa: don't call composite routines with no buffer.Dave Airlie1-7/+9
2008-09-30Work around gcc uninitialized variable warningsJesse Barnes1-0/+4
2008-08-26Change uxa private keys to integer variables.Eamon Walsh2-4/+4
2008-08-05[uxa] Remove unused pixmap size limits.Keith Packard2-64/+0
2008-08-05[uxa] Check xalloc returns and deal with failureKeith Packard1-0/+6
2008-08-05Rename uxa using _ instead of capsKeith Packard6-413/+243
2008-08-05Change PrepareAccess to take access mode rather than indexKeith Packard6-112/+93
2008-08-05Don't call sync on prepare_access -- just let the driver deal with it.Keith Packard1-3/+0
2008-08-05Add UXA - the unified memory acceleration architecture.Keith Packard8-0/+5048