From: Brian Date: Mon, 1 Oct 2007 21:39:15 +0000 (-0600) Subject: use i915_miptree_layout when using an i915 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4c19f95a3997be7ca27c314952478790a63aeeb7;p=mesa.git use i915_miptree_layout when using an i915 --- diff --git a/src/mesa/pipe/i915simple/i915_context.c b/src/mesa/pipe/i915simple/i915_context.c index b27ab48a501..5d97eed247e 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;