index
:
xorg-server.git
debian-unstable
xorg7.5+xs1.6
forcked debian package
Julien Viard de Galbert
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
exa
/
exa.h
Age
Commit message (
Expand
)
Author
2009-05-08
EXA: Handle separate alpha maps properly in Composite fallback, take two.
Michel Dänzer
2008-10-21
exa: Add exaDrawableIsOffscreen() to the driver API.
Adam Jackson
2008-08-26
exa: some minor cleanup
Maarten Maathuis
2008-08-26
exa: move destination damage for internal calls to a special function
Maarten Maathuis
2008-04-21
EXA: Offscreen memory eviction improvements.
Michel Dänzer
2008-03-31
EXA: Improve the algorithm used for tracking offscreen pixmap use.
Fredrik Höglund
2008-01-14
exa: make the prototype for exaGetPixmapFirstPixel() public
Bernardo Innocenti
2007-10-03
exa: add new flags to denote driver handles all pixmap migration/hiding
Dave Airlie
2007-10-02
exa: increase minor version number for pixmap allocation hooks
Dave Airlie
2007-10-02
exa: add hooks for drivers to take over pixmap allocation
Dave Airlie
2007-10-02
exa: add a pixmap private pointer for drivers to retrieve.
Dave Airlie
2007-09-25
EXA: Added pitch limitations.
Tilman Sauerbeck
2007-05-22
EXA: Export ExaOffscreenMarkUsed.
Michel Dänzer
2007-05-06
Fix documentation for Copy hook -- it can copy memory to the scanout
Jesse Barnes
2007-04-04
Add an EXA driver callback to determine whether a pixmap is
Thomas Hellstrom
2007-01-24
Bug #7639: Only swap out pixmaps (rather than everything) on VT switch in EXA.
Eric Anholt
2006-12-28
Export exaMove{In,Out}Pixmap().
Eric Anholt
2006-06-26
Move EXA_PM_IS_SOLID() to the public API, since drivers will want it frequently.
Eric Anholt
2006-03-15
Add more doxygen documentation, including notes on WaitMarker() and
Eric Anholt
2006-03-12
Improve doxygen formatting, and attempt to clarify the 1:1 ratio of
Eric Anholt
2006-03-10
Document the restriction on PrepareAccess() failure, from discussion with
Eric Anholt
2006-03-09
Do a first pass of doxygen documentation of EXA. This removes the
Eric Anholt
2006-03-09
Rearrange EXA driver structures so that there's a hope of maintaining ABI
Eric Anholt
2006-03-01
Add accelerated two directional blt support to EXA
Jesse Barnes
2006-02-28
fix exaInitCard by making it a real function
Jesse Barnes
2006-02-16
Move EXA implementation up to the top level and remove its XFree86
Eric Anholt
2005-10-11
Fix a couple of bugs in the offscreen allocator. One mostly harmless was
Benjamin Herrenschmidt
2005-09-18
Break EXA ABI while we still can. Add coordinates to the UploadToScreen
Eric Anholt
2005-09-11
Add a pair of hooks, PrepareAccess() and FinishAccess(), which get called
Eric Anholt
2005-08-24
Bugzilla #4090: Introduce getters for pixmap pitch and offset, to
Eric Anholt
2005-08-14
- Fix the exa pixmap offset/pitch alignment to deal with non-POT alignment
Eric Anholt
2005-07-04
This fixes the close screen mess (crash reported by Thomas). Also hide the
Zack Rusin
2005-07-01
Missed this. Spotted by Thomas.
Zack Rusin
2005-07-01
Adding the new acceleration architecture: Exa. It's meant to replace XAA in
Zack Rusin