commit | 865b9ddae4874186182e529b5fd154ab04a61f79 | [log] [tgz] |
---|---|---|
author | Gert Wollny <gert.wollny@collabora.com> | Mon May 13 14:02:24 2019 +0200 |
committer | Gert Wollny <gw.fossdev@gmail.com> | Tue May 14 06:49:43 2019 +0000 |
tree | ccb2c32cd2907790742312a7b1d61e2627d2e0dc | |
parent | 10502730948f6b725a608eeab0651b39d7d98be1 [diff] |
softpipe/buffer: load only as many components as the the buffer resource type provides Otherwise we risk to read past the end of the buffer. In addition, change the loop counters to unsigned to be consistent with the types. Fixes: afa8707ba93a7d226a76319acda2a8dd89524db7 softpipe: add SSBO/shader atomics support. Signed-off-by: Gert Wollny <gert.wollny@collabora.com> Reviewed-by: Dave Airlie <airlied@redhat.com>