mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 03:08:05 +02:00
nv50: fix wrong miptree tile flags taken over from nvc0
This commit is contained in:
parent
450aa241bf
commit
040ff18a21
1 changed files with 0 additions and 3 deletions
|
|
@ -158,9 +158,6 @@ nv50_miptree_create(struct pipe_screen *pscreen,
|
|||
case PIPE_FORMAT_Z32_FLOAT_S8X24_USCALED:
|
||||
tile_flags = 0x6000;
|
||||
break;
|
||||
case PIPE_FORMAT_R16G16B16A16_UNORM:
|
||||
tile_flags = 0xe900; /* COMPRESSED */
|
||||
break;
|
||||
default:
|
||||
if ((pt->bind & PIPE_BIND_SCANOUT) &&
|
||||
util_format_get_blocksizebits(pt->format) == 32)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue