]> git.cworth.org Git - cworth.org/blob - src/exa/i965/emulating_speedups/Disable-all-EXA-migration.patch
Add emulating_speedups post
[cworth.org] / src / exa / i965 / emulating_speedups / Disable-all-EXA-migration.patch
1 From 6f3f98dd72763e1ca03269f677aa2850ec874ee5 Mon Sep 17 00:00:00 2001
2 From: Carl Worth <cworth@cworth.org>
3 Date: Fri, 13 Jul 2007 12:29:23 -0700
4 Subject: [PATCH] Disable all EXA migration
5
6 ---
7  exa/exa_migration.c |    2 ++
8  1 files changed, 2 insertions(+), 0 deletions(-)
9
10 diff --git a/exa/exa_migration.c b/exa/exa_migration.c
11 index 70d8e12..dffb284 100644
12 --- a/exa/exa_migration.c
13 +++ b/exa/exa_migration.c
14 @@ -514,6 +514,8 @@ exaDoMigration (ExaMigrationPtr pixmaps, int npixmaps, Bool can_accel)
15      ExaScreenPriv(pScreen);
16      int i, j;
17  
18 +    return;
19 +
20      /* If this debugging flag is set, check each pixmap for whether it is marked
21       * as clean, and if so, actually check if that's the case.  This should help
22       * catch issues with failing to mark a drawable as dirty.  While it will
23 -- 
24 1.5.2
25