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