nv50: fix wrong miptree tile flags taken over from nvc0
authorChristoph Bumiller <e0425955@student.tuwien.ac.at>
Wed, 2 Mar 2011 19:57:29 +0000 (20:57 +0100)
committerChristoph Bumiller <e0425955@student.tuwien.ac.at>
Wed, 2 Mar 2011 19:59:53 +0000 (20:59 +0100)
src/gallium/drivers/nv50/nv50_miptree.c

index a7bd5bcbb6f2af7daa6771bcd233ba64f13088d2..aadffeec36a070d8c3c185df847b11759b87f4f9 100644 (file)
@@ -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)