summaryrefslogtreecommitdiff
path: root/exa/exa_offscreen.c
AgeCommit message (Expand)AuthorFilesLines
2007-07-03ExaOffscreenMarkUsed: Don't crash when there's no offscreen memory.Dodji Seketeli1-1/+1
2007-04-29EXA: Fix OffscreenValidate build with DEBUG_OFFSCREEN enabled.Michel Dänzer1-1/+1
2007-04-29EXA: Fix exaEnableDisableFBAccess for nested disables and enables.Michel Dänzer1-2/+4
2007-01-24Bug #7639: Only swap out pixmaps (rather than everything) on VT switch in EXA.Eric Anholt1-10/+60
2006-12-19Merge branch 'master' into exa-damagetrackMichel Dänzer1-5/+0
2006-06-18Add options to disable EXA acceleration for Composite/UTS/DFS, and always printEric Anholt1-5/+0
2006-06-12Track per-drawable damage to minimize UTS and DFS transfers.Michel Dänzer1-0/+1
2006-03-31Revert mistaken commit to exa_unaccel.c. Should have been toEric Anholt1-1/+1
2006-03-09Do a first pass of doxygen documentation of EXA. This removes theEric Anholt1-0/+49
2006-03-09Rearrange EXA driver structures so that there's a hope of maintaining ABIEric Anholt1-18/+18
2006-02-16Move EXA implementation up to the top level and remove its XFree86Eric Anholt1-6/+1
2006-02-11<sys/limits.h> -> <limits.h> so we can compile on non-BSD OS'esAlan Coopersmith1-1/+1
2006-02-10Remove libcwrapper usage from xorg server modules. The libcwrapper is onlyEric Anholt1-1/+5
2006-02-02Rearrange and rename EXA code to be a bit more logically organized. AlsoEric Anholt1-1/+1
2005-10-13Fix stupid mistake in yesterday's allocator commit, would cause exa toBenjamin Herrenschmidt1-1/+2
2005-10-11Fix a couple of bugs in the offscreen allocator. One mostly harmless wasBenjamin Herrenschmidt1-16/+18
2005-09-30sparse cleanups. s/0/NULL/ and mark a few things static.Adam Jackson1-4/+4
2005-09-21- Change migration-in rule slightly: previously, if your score was lessEric Anholt1-2/+3
2005-08-24Fix a bug where NULL could be dereferenced during the pixmap kick-outEric Anholt1-3/+3
2005-08-14- Fix the exa pixmap offset/pitch alignment to deal with non-POT alignmentEric Anholt1-1/+2
2005-07-09Patch from Thomas Winischhofer to kick out all pixmaps to system ram upon aZack Rusin1-0/+20
2005-07-01removing all debugging output from the default build :)Zack Rusin1-0/+2
2005-07-01Leave debugging output for only the interested parties.Zack Rusin1-1/+1
2005-07-01Adding the new acceleration architecture: Exa. It's meant to replace XAA inZack Rusin1-0/+374