commit | dff99ce7d57f6d6d10b2089afacbcdc7660b1423 | [log] [tgz] |
---|---|---|
author | Urja Rannikko <urjaman@gmail.com> | Tue Oct 22 12:05:07 2019 +0000 |
committer | Urja Rannikko <urjaman@gmail.com> | Sat Oct 26 14:38:25 2019 +0000 |
tree | 769530b0bedab1346da69d7b1dadaeed8aab2155 | |
parent | 728a9757006c564d11a550f559ca3a89e496b813 [diff] |
panfrost: allocate bo for occlusion query results This memory needs to still be available after all the drawing is done and forgotten about, so cannot be transient. Also clear the result so that no rendering returns a zero. Signed-off-by: Urja Rannikko <urjaman@gmail.com> Reviewed-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>