summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/i915/i915_screen.h
diff options
context:
space:
mode:
authorJakob Bornecrantz <wallbraker@gmail.com>2011-02-20 12:52:55 +0100
committerJakob Bornecrantz <wallbraker@gmail.com>2011-02-21 23:42:53 +0000
commit27b49e91c982638497f7a92f7d611c29dd9cad18 (patch)
tree1a6873999a52de89721716260a1e07cd45df69ef /src/gallium/drivers/i915/i915_screen.h
parentfe6800a1bbd2f22fc3b3921765491d9ba179c4ff (diff)
i915g: Move debug fields to screen
Diffstat (limited to 'src/gallium/drivers/i915/i915_screen.h')
-rw-r--r--src/gallium/drivers/i915/i915_screen.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gallium/drivers/i915/i915_screen.h b/src/gallium/drivers/i915/i915_screen.h
index bb4d255a3b..e76e33ad42 100644
--- a/src/gallium/drivers/i915/i915_screen.h
+++ b/src/gallium/drivers/i915/i915_screen.h
@@ -45,6 +45,10 @@ struct i915_screen
struct i915_winsys *iws;
boolean is_i945;
+
+ struct {
+ boolean tiling;
+ } debug;
};