summaryrefslogtreecommitdiff
path: root/uxa
Commit message (Expand)AuthorAgeFilesLines
* uxa: Fix segfault on source-only picture usage with FallbackDebug.Eric Anholt2009-06-301-0/+5
* UXA: Rasterize trapezoids to system memory, not a pixmapCarl Worth2009-06-091-7/+46
* Remove pre-server-1.5 support.Eric Anholt2009-04-276-127/+0
* Fix UXA to build with Sun compilers (use __func__ instead of __FUNCTION__)Alan Coopersmith2009-04-241-0/+10
* Use CopyArea to load glyphs from per-glyph pixmap to cache pixmapKeith Packard2009-03-131-26/+10
* Fix UXA for server 1.4.Eric Anholt2009-02-266-2/+140
* uxa: Fix composite fallback debug printing of main memory versus bo info.Eric Anholt2009-02-261-1/+1
* uxa: Fix breakage from UXA_FALLBACK conversion from "do {} while (0)" construct.Eric Anholt2009-02-101-1/+1
* uxa: Fix driver against fbDoCopy -> miDoCopy change in the server.Eric Anholt2009-02-102-5/+10
* uxa: Fix failure to --amend in further changes in previous commit.Eric Anholt2009-02-102-9/+3
* uxa: hook up the fallback debug to the driver's fallback debug option.Eric Anholt2009-02-105-8/+48
* UXA: Declare glyph cache picture as component-alpha when necessary.Bernhard Rosenkraenzer2009-01-131-3/+6
* uxa: handle uxa_prepare_access failureKeith Packard2009-01-065-148/+208
* uxa: Correctly prepare/finishaccess of stipple in ValidateGC (and only it)Eric Anholt2008-12-161-3/+10
* uxa: Add in EnableDisableFBAccess handling like examodule.c did.Eric Anholt2008-12-053-2/+27
* uxa: don't call composite routines with no buffer.Dave Airlie2008-12-031-7/+9
* Work around gcc uninitialized variable warningsJesse Barnes2008-09-301-0/+4
* Change uxa private keys to integer variables.Eamon Walsh2008-08-262-4/+4
* [uxa] Remove unused pixmap size limits.Keith Packard2008-08-052-64/+0
* [uxa] Check xalloc returns and deal with failureKeith Packard2008-08-051-0/+6
* Rename uxa using _ instead of capsKeith Packard2008-08-056-413/+243
* Change PrepareAccess to take access mode rather than indexKeith Packard2008-08-056-112/+93
* Don't call sync on prepare_access -- just let the driver deal with it.Keith Packard2008-08-051-3/+0
* Add UXA - the unified memory acceleration architecture.Keith Packard2008-08-058-0/+5048