svga: Use the correct element size.
Instead of always using the first element's size. This fixes flashing floor on CINEBENCH R10.
This commit is contained in:
@@ -87,7 +87,7 @@ svga_user_buffer_range(struct svga_context *svga,
|
||||
struct svga_buffer *buffer = svga_buffer(vb->buffer);
|
||||
unsigned first, size;
|
||||
unsigned instance_div = ve[i].instance_divisor;
|
||||
unsigned elemSize = util_format_get_blocksize(ve->src_format);
|
||||
unsigned elemSize = util_format_get_blocksize(ve[i].src_format);
|
||||
|
||||
svga->dirty |= SVGA_NEW_VBUFFER;
|
||||
|
||||
|
Reference in New Issue
Block a user