diff options
author | Bas Nieuwenhuizen <[email protected]> | 2017-02-26 22:26:30 +0100 |
---|---|---|
committer | Bas Nieuwenhuizen <[email protected]> | 2017-02-27 01:33:10 +0100 |
commit | 8ea34a98c06af4e3ce00ea665ee07480bcbd199f (patch) | |
tree | c7dcf7eb53f85beaf26d97687c32582129f30b53 /.gitattributes | |
parent | bb878db7eb94e48476a920d66174a45da2585e19 (diff) |
radv: Only use PKT3_OCCLUSION_QUERY when it doesn't hang.
PKT3_OCCLUSION_QUERY hangs when used in a nested IB. This only
calls it when in a primary command buffer and we change
GetQueryPoolResults to not need it. CmdCopyQueryPoolResults
still needs it so we break that behavior for secondary command buffers.
However, that would hang already and using an unitialized value is
better than a hang.
Signed-off-by: Bas Nieuwenhuizen <[email protected]>
Reviewed-by: Dave Airlie <[email protected]>
Cc: 13.0 17.0 <[email protected]>
Diffstat (limited to '.gitattributes')
0 files changed, 0 insertions, 0 deletions