Skip to content

pan/decode: Make mapped memory read-only while decoding

Icecream95 requested to merge icecream95/mesa:decode-ro into master

This will help catch any bugs where descriptors are accidentally modified.


As this branch is not based on !5573 (merged), it will correctly SIGSEGV when midgard1.flags_lo is modified in pandecode_vertex_tiler_postfix_pre.

Merge request reports