mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 13:00:09 +01:00
mesa: remove _mesa_compressed_row_stride() calls
This commit is contained in:
parent
2594168e9f
commit
253e7fee5d
1 changed files with 1 additions and 2 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue