Module: Mesa
Branch: main
Commit: 7c59e754817f191dd6f3862ab036fc7fb55051a4
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=7c59e754817f191dd6f3862ab036fc7fb55051a4

Author: Asahi Lina <[email protected]>
Date:   Tue Nov  8 10:06:23 2022 -0500

asahi: Add renderonly to device

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19606>

---

 src/asahi/lib/agx_device.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/asahi/lib/agx_device.h b/src/asahi/lib/agx_device.h
index 2baca344c9d..c537d1cace3 100644
--- a/src/asahi/lib/agx_device.h
+++ b/src/asahi/lib/agx_device.h
@@ -56,6 +56,7 @@ struct agx_device {
 #else
    int fd;
 #endif
+   struct renderonly *ro;
 
    pthread_mutex_t bo_map_lock;
    struct util_sparse_array bo_map;

Reply via email to