Skip to content
Snippets Groups Projects
Commit 53484dc6 authored by Ella Stanforth's avatar Ella Stanforth Committed by Marge Bot
Browse files

v3d: Fix fbfetch with discards.


We can't do earlyz_with_discard when using fbfetch as we can have TLB reads
that occur before the discard. This can result in implicit Z writes which make
the setmsf instruction emitted as a result of the discard invalid.

Fixes: 332b3135 ("v3d: enable framebuffer fetch")

Reviewed-by: default avatarJose Maria Casanova Crespo <jmcasanova@igalia.com>
Reviewed-by: default avatarIago Toral Quiroga <itoral@igalia.com>
Part-of: <!34151>
parent ab63b92b
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment