mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 00:58:05 +02:00
use i915_miptree_layout when using an i915
This commit is contained in:
parent
f8b2148a2b
commit
4c19f95a39
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue