summaryrefslogtreecommitdiff
path: root/exa/exa.h
AgeCommit message (Expand)AuthorFilesLines
2008-04-21EXA: Offscreen memory eviction improvements.Michel Dänzer1-0/+2
2008-03-31EXA: Improve the algorithm used for tracking offscreen pixmap use.Fredrik Höglund1-1/+1
2008-01-14exa: make the prototype for exaGetPixmapFirstPixel() publicBernardo Innocenti1-0/+3
2007-10-03exa: add new flags to denote driver handles all pixmap migration/hidingDave Airlie1-0/+7
2007-10-02exa: increase minor version number for pixmap allocation hooksDave Airlie1-1/+1
2007-10-02exa: add hooks for drivers to take over pixmap allocationDave Airlie1-0/+7
2007-10-02exa: add a pixmap private pointer for drivers to retrieve.Dave Airlie1-0/+3
2007-09-25EXA: Added pitch limitations.Tilman Sauerbeck1-1/+32
2007-05-22EXA: Export ExaOffscreenMarkUsed.Michel Dänzer1-0/+3
2007-05-06Fix documentation for Copy hook -- it can copy memory to the scanoutJesse Barnes1-1/+1
2007-04-04Add an EXA driver callback to determine whether a pixmap isThomas Hellstrom1-1/+18
2007-01-24Bug #7639: Only swap out pixmaps (rather than everything) on VT switch in EXA.Eric Anholt1-3/+3
2006-12-28Export exaMove{In,Out}Pixmap().Eric Anholt1-0/+6
2006-06-26Move EXA_PM_IS_SOLID() to the public API, since drivers will want it frequently.Eric Anholt1-0/+9
2006-03-15Add more doxygen documentation, including notes on WaitMarker() andEric Anholt1-0/+9
2006-03-12Improve doxygen formatting, and attempt to clarify the 1:1 ratio ofEric Anholt1-81/+85
2006-03-10Document the restriction on PrepareAccess() failure, from discussion withEric Anholt1-5/+8
2006-03-09Do a first pass of doxygen documentation of EXA. This removes theEric Anholt1-45/+493
2006-03-09Rearrange EXA driver structures so that there's a hope of maintaining ABIEric Anholt1-24/+17
2006-03-01Add accelerated two directional blt support to EXAJesse Barnes1-1/+1
2006-02-28fix exaInitCard by making it a real functionJesse Barnes1-12/+5
2006-02-16Move EXA implementation up to the top level and remove its XFree86Eric Anholt1-0/+3
2005-10-11Fix a couple of bugs in the offscreen allocator. One mostly harmless wasBenjamin Herrenschmidt1-3/+3
2005-09-18Break EXA ABI while we still can. Add coordinates to the UploadToScreenEric Anholt1-0/+4
2005-09-11Add a pair of hooks, PrepareAccess() and FinishAccess(), which get calledEric Anholt1-0/+21
2005-08-24Bugzilla #4090: Introduce getters for pixmap pitch and offset, toEric Anholt1-1/+5
2005-08-14- Fix the exa pixmap offset/pitch alignment to deal with non-POT alignmentEric Anholt1-2/+2
2005-07-04This fixes the close screen mess (crash reported by Thomas). Also hide theZack Rusin1-4/+0
2005-07-01Missed this. Spotted by Thomas.Zack Rusin1-2/+2
2005-07-01Adding the new acceleration architecture: Exa. It's meant to replace XAA inZack Rusin1-0/+240