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_offscreen.c
Age
Commit message (
Expand
)
Author
2008-04-21
EXA: Offscreen memory eviction improvements.
Michel Dänzer
2008-03-31
EXA: Optimize the eviction scanning loop in exaOffscreenAlloc.
Fredrik Höglund
2008-03-31
EXA: Improve the algorithm used for tracking offscreen pixmap use.
Fredrik Höglund
2007-07-03
ExaOffscreenMarkUsed: Don't crash when there's no offscreen memory.
Dodji Seketeli
2007-04-29
EXA: Fix OffscreenValidate build with DEBUG_OFFSCREEN enabled.
Michel Dänzer
2007-04-29
EXA: Fix exaEnableDisableFBAccess for nested disables and enables.
Michel Dänzer
2007-01-24
Bug #7639: Only swap out pixmaps (rather than everything) on VT switch in EXA.
Eric Anholt
2006-12-19
Merge branch 'master' into exa-damagetrack
Michel Dänzer
2006-06-18
Add options to disable EXA acceleration for Composite/UTS/DFS, and always print
Eric Anholt
2006-06-12
Track per-drawable damage to minimize UTS and DFS transfers.
Michel Dänzer
2006-03-31
Revert mistaken commit to exa_unaccel.c. Should have been to
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-02-16
Move EXA implementation up to the top level and remove its XFree86
Eric Anholt
2006-02-11
<sys/limits.h> -> <limits.h> so we can compile on non-BSD OS'es
Alan Coopersmith
2006-02-10
Remove libcwrapper usage from xorg server modules. The libcwrapper is only
Eric Anholt
2006-02-02
Rearrange and rename EXA code to be a bit more logically organized. Also
Eric Anholt
2005-10-13
Fix stupid mistake in yesterday's allocator commit, would cause exa to
Benjamin Herrenschmidt
2005-10-11
Fix a couple of bugs in the offscreen allocator. One mostly harmless was
Benjamin Herrenschmidt
2005-09-30
sparse cleanups. s/0/NULL/ and mark a few things static.
Adam Jackson
2005-09-21
- Change migration-in rule slightly: previously, if your score was less
Eric Anholt
2005-08-24
Fix a bug where NULL could be dereferenced during the pixmap kick-out
Eric Anholt
2005-08-14
- Fix the exa pixmap offset/pitch alignment to deal with non-POT alignment
Eric Anholt
2005-07-09
Patch from Thomas Winischhofer to kick out all pixmaps to system ram upon a
Zack Rusin
2005-07-01
removing all debugging output from the default build :)
Zack Rusin
2005-07-01
Leave debugging output for only the interested parties.
Zack Rusin
2005-07-01
Adding the new acceleration architecture: Exa. It's meant to replace XAA in
Zack Rusin