radeon_memory_visualizer icon indicating copy to clipboard operation
radeon_memory_visualizer copied to clipboard

[FR] Add a way to append vendor specific properties to resource

Open werman opened this issue 3 years ago • 0 comments
trafficstars

I'm looking into implementing RMV support in Mesa for Turnip driver (open-source VK driver for Adreno GPUs). (In fact, I already made a prototype which works)

However, resources beside vendor agnostic properties - have a few radeon-specific ones, e.g.: RmtResourceDescriptionPipeline::is_ngg, RmtResourceDescriptionImage::tiling_type, and so on.

On the other hand we'd want to have our own properties specific to our GPU - It would be great if there could be a way to dynamically add properties.

werman avatar Jul 05 '22 16:07 werman