summaryrefslogtreecommitdiff
path: root/uxa/uxa-priv.h
AgeCommit message (Expand)AuthorFilesLines
2013-07-28uxa: Colocate architecture source files with backend implementation sourcesChris Wilson1-440/+0
2012-09-27Remove the last couple of references to mibstoreChris Wilson1-1/+0
2012-06-05uxa: drop enable disable access hookDave Airlie1-1/+0
2012-05-23intel: add compat header file for conversion fnsDave Airlie1-0/+2
2012-03-23uxa: Remove hook for CompositeRectanglesChris Wilson1-1/+0
2011-12-28uxa: Remove concept of global FB ownership made obsolete by GEM and KMSChris Wilson1-3/+0
2011-12-14uxa/glamor: Enable the rest of the glamor rendering routinesZhigang Gong1-0/+8
2011-11-16uxa/glamor: Introduce additional access modes to wrap glamor accelerationZhigang Gong1-2/+2
2011-11-04uxa: Ensure that alphaMaps are mapped into the CPU for fallbacksChris Wilson1-1/+3
2011-01-24uxa: Only recreate the glyph cache on *generational* updatesChris Wilson1-0/+1
2010-07-09Purge macro NEED_EVENTSFernando Carrijo1-1/+0
2010-06-19uxa: Enable SHM pixmapsChris Wilson1-31/+0
2010-06-07Use the direct dixGevPrivate() API when availableChris Wilson1-2/+5
2010-06-06Adapt to DevPrivate API changesKeith Packard1-0/+5
2010-05-31Disable acceleration if we detect a hardware error.Chris Wilson1-0/+1
2010-05-31uxa: Mega-Glyphs!Chris Wilson1-14/+6
2010-05-28uxa: Make the glyph caches' fixed size explicit.Chris Wilson1-3/+0
2010-05-28uxa: Use a glyph private rather than a hash table.Chris Wilson1-14/+6
2010-05-24uxa: Composite glyphs directly onto dst when possible.Chris Wilson1-0/+14
2010-05-23uxa: Spans! OMG!Chris Wilson1-0/+11
2010-05-12uxa: solid rectsChris Wilson1-0/+8
2009-12-07uxa: Cache solid fills.Chris Wilson1-0/+11
2009-10-06Move to kernel coding style.Eric Anholt1-228/+179
2009-08-25Fix SHM functions to work with server after 1.6.0Keith Packard1-24/+5
2009-07-18Update to xextproto 7.1 support.Peter Hutterer1-1/+30
2009-04-27Remove pre-server-1.5 support.Eric Anholt1-8/+0
2009-04-24Fix UXA to build with Sun compilers (use __func__ instead of __FUNCTION__)Alan Coopersmith1-0/+10
2009-02-26Fix UXA for server 1.4.Eric Anholt1-1/+21
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 Anholt1-1/+6
2009-02-10uxa: hook up the fallback debug to the driver's fallback debug option.Eric Anholt1-5/+2
2009-01-06uxa: handle uxa_prepare_access failureKeith Packard1-3/+3
2008-12-05uxa: Add in EnableDisableFBAccess handling like examodule.c did.Eric Anholt1-1/+4
2008-08-26Change uxa private keys to integer variables.Eamon Walsh1-2/+2
2008-08-05Rename uxa using _ instead of capsKeith Packard1-1/+0
2008-08-05Change PrepareAccess to take access mode rather than indexKeith Packard1-2/+2
2008-08-05Add UXA - the unified memory acceleration architecture.Keith Packard1-0/+444