mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-29 01:30:08 +01:00
warn about broken dxt 3/5
This commit is contained in:
parent
2cd4056fae
commit
ef5b48dea1
1 changed files with 1 additions and 0 deletions
|
|
@ -269,6 +269,7 @@ static void r300SetTexImages(r300ContextPtr rmesa,
|
|||
}
|
||||
else /* DXT3/5, 16 bytes per block */
|
||||
{
|
||||
WARN_ONCE("DXT 3/5 suffers from multitexturing problems!\n");
|
||||
// fprintf(stderr,"DXT 3/5 %d\n", texImage->Width);
|
||||
if ((texImage->Width + 3) < 8)
|
||||
size = texImage->CompressedSize * 2;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue