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