mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-06-07 14:48:17 +02:00
radeon: fix compressed tex subimage unpack parameter
This commit is contained in:
parent
b0e8ac8fd2
commit
f069bc4a8e
1 changed files with 1 additions and 1 deletions
|
|
@ -714,7 +714,7 @@ void radeonCompressedTexSubImage2D(GLcontext * ctx, GLenum target,
|
|||
struct gl_texture_image *texImage)
|
||||
{
|
||||
radeon_texsubimage(ctx, 2, level, xoffset, yoffset, 0, width, height, 1,
|
||||
format, 0, data, 0, texObj, texImage, 1);
|
||||
format, 0, data, &ctx->Unpack, texObj, texImage, 1);
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue