mesa: remove _mesa_compressed_row_stride() calls

This commit is contained in:
Brian Paul 2009-10-25 17:21:11 -06:00
parent 2594168e9f
commit 253e7fee5d

View file

@ -698,8 +698,7 @@ st_TexImage(GLcontext * ctx,
texImage->Width,
texImage->Height,
texImage->Depth);
dstRowStride =
_mesa_compressed_row_stride(texImage->TexFormat, width);
dstRowStride = _mesa_format_row_stride(texImage->TexFormat, width);
assert(dims != 3);
}
else {