summaryrefslogtreecommitdiff
path: root/exa/exa.h
AgeCommit message (Expand)AuthorFilesLines
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