Skip to content

softpipe/buffer: load only as many components as the the buffer resource type provides

Gert Wollny requested to merge gerddie/mesa:softpipe-fix-buffer-load into master

Otherwise we risk to read past the end of the buffer.

Fixes: afa8707b softpipe: add SSBO/shader atomics support.

CC: @airlied

Merge request reports