mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 04:48:08 +02:00
asahi: Add renderonly to device
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19606>
This commit is contained in:
parent
69ee201733
commit
7c59e75481
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue