Files
mesa/src
Mike Blumenkrantz b3133e250e gallium: add pipe_context::resource_release to eliminate buffer refcounting
refcounting uses atomics, which are a significant source of CPU overhead
in many applications. by adding a method to inform the driver that
the frontend has released ownership of a buffer, all other refcounting
for the buffer can be eliminated

see MR for more details

Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/36296>
2025-09-09 20:47:38 +00:00
..
2025-09-03 11:47:00 +00:00
2025-09-07 22:25:58 +02:00
2025-09-08 23:03:13 +00:00
2025-09-09 13:34:05 +00:00
2025-08-06 20:35:26 +00:00