diff options
author | Marek Olšák <[email protected]> | 2015-02-01 13:47:01 +0100 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2015-02-04 14:34:13 +0100 |
commit | 658f1d4cfeeea84268715c07f871721df8f1b729 (patch) | |
tree | 27e7471b67267b2c073d3dfb322ea86a35d80d83 /src/gallium/docs | |
parent | b616429ca8ed99f3f891b7b5b362d757856bc5a7 (diff) |
r600g,radeonsi: don't append to streamout buffers that haven't been used yet
The FILLED_SIZE counter is uninitialized at the beginning, so we can't use it.
Instead, use offset = 0, which is what we always do when not appending.
This unexpectedly fixes spec/ARB_texture_multisample/sample-position/*.
Yes, the test does use transform feedback.
Cc: 10.3 10.4 <[email protected]>
Reviewed-by: Glenn Kennard <[email protected]>
Reviewed-by: Michel Dänzer <[email protected]>
Diffstat (limited to 'src/gallium/docs')
0 files changed, 0 insertions, 0 deletions