diff options
author | Brian <brian.paul@tungstengraphics.com> | 2007-10-01 15:39:15 -0600 |
---|---|---|
committer | Brian <brian.paul@tungstengraphics.com> | 2007-10-01 15:39:15 -0600 |
commit | 4c19f95a3997be7ca27c314952478790a63aeeb7 (patch) | |
tree | 9c1db3594773449fa38bfbdded37f11474590efa /src | |
parent | f8b2148a2b0c28ea5970be275f1bd678aa32094d (diff) |
use i915_miptree_layout when using an i915
Diffstat (limited to 'src')
-rw-r--r-- | src/mesa/pipe/i915simple/i915_context.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/pipe/i915simple/i915_context.c b/src/mesa/pipe/i915simple/i915_context.c index b27ab48a50..5d97eed247 100644 --- a/src/mesa/pipe/i915simple/i915_context.c +++ b/src/mesa/pipe/i915simple/i915_context.c @@ -311,7 +311,7 @@ struct pipe_context *i915_create( struct pipe_winsys *pipe_winsys, if (i915->flags.is_i945) i915->pipe.mipmap_tree_layout = i945_miptree_layout; else - i915->pipe.mipmap_tree_layout = i945_miptree_layout; + i915->pipe.mipmap_tree_layout = i915_miptree_layout; i915->dirty = ~0; |