asahi: Add render scanout to resource

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19606>
This commit is contained in:
Asahi Lina
2022-11-08 10:35:27 -05:00
committed by Marge Bot
parent 2aac18d7e4
commit fa81da9e2f

View File

@@ -288,6 +288,8 @@ struct agx_resource {
struct sw_displaytarget *dt;
unsigned dt_stride;
struct renderonly_scanout *scanout;
BITSET_DECLARE(data_valid, PIPE_MAX_TEXTURE_LEVELS);
struct ail_layout layout;