mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 07:28:11 +02:00
i915g: enable x-tiling for render targets
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch> Reviewed-by: Jakob Bornecrantz <wallbraker@gmail.com> Signed-off-by: Jakob Bornecrantz <wallbraker@gmail.com>
This commit is contained in:
parent
8af684e37e
commit
1a47a25d2c
1 changed files with 0 additions and 4 deletions
|
|
@ -167,10 +167,6 @@ i915_texture_tiling(struct pipe_resource *pt)
|
|||
/* XXX X-tiling might make sense */
|
||||
return I915_TILE_NONE;
|
||||
|
||||
if ((pt->bind & PIPE_BIND_RENDER_TARGET))
|
||||
/* XXX We can't render properly into mipmap'ed textures */
|
||||
return I915_TILE_NONE;
|
||||
|
||||
return I915_TILE_X;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue