mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-31 18:30:09 +01:00
Doesnt apply anymore
This commit is contained in:
parent
41a874f486
commit
f087d60f18
1 changed files with 0 additions and 8 deletions
|
|
@ -348,14 +348,6 @@ static void r300SetTexImages(r300ContextPtr rmesa,
|
|||
(log2Height << R200_FACE_HEIGHT_4_SHIFT));
|
||||
}
|
||||
|
||||
if (!baseImage->IsCompressed) {
|
||||
int vv;
|
||||
vv = (tObj->Image[0][t->base.firstLevel]->Width * 4) % 64;
|
||||
if (vv >= 4 && vv <= 32) {
|
||||
WARN_ONCE("Corrupted texture ahead!\n");
|
||||
}
|
||||
}
|
||||
|
||||
t->size = (((tObj->Image[0][t->base.firstLevel]->Width - 1) << R300_TX_WIDTHMASK_SHIFT)
|
||||
|((tObj->Image[0][t->base.firstLevel]->Height - 1) << R300_TX_HEIGHTMASK_SHIFT));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue