diff options
author | Michel Dänzer <michel@tungstengraphics.com> | 2007-11-07 18:56:45 +0100 |
---|---|---|
committer | Michel Dänzer <michel@tungstengraphics.com> | 2007-11-07 19:01:24 +0100 |
commit | 9bee1c6912817f65bbb8cf4078f0ad016d9d51cb (patch) | |
tree | 30b350c0947fbeadf7bc52c1ed40a4b8c7f2b7e7 /exa/exa_priv.h | |
parent | e717409bae355df9a617a226f12fbb8c54ae77e5 (diff) |
EXA: Disable problematic optimization of dest pixmap migration by default.
Also add some code comments about these optimizations.
Diffstat (limited to 'exa/exa_priv.h')
-rw-r--r-- | exa/exa_priv.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/exa/exa_priv.h b/exa/exa_priv.h index a69536372..7656a0278 100644 --- a/exa/exa_priv.h +++ b/exa/exa_priv.h @@ -119,6 +119,7 @@ typedef struct { enum ExaMigrationHeuristic migration; Bool checkDirtyCorrectness; unsigned disableFbCount; + Bool optimize_migration; } ExaScreenPrivRec, *ExaScreenPrivPtr; /* |