Skip to content

util/queue: add a global data pointer for the queue object

Mike Blumenkrantz requested to merge zmike/mesa:queue-global into main

this better enables object-specific (e.g., context) queues where the owner of the queue will always be needed and various pointers will be passed in for tasks

Merge request reports