Files
mesa/src
Pierre-Eric Pelloux-Prayer 7c2a9e8d2a radeonsi: fix refcount with memobj
The existing refcounting code is correct, unless si_texture_from_winsys_buffer
fails in which case we get a refcount error.

The error code path will use si_texture_reference(&tex, NULL), which
will drop a reference to the memobj buffer, but none was taken yet.

Reviewed-by: Ganesh Belgur Ramachandra <ganesh.belgurramachandra@amd.com>
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/36228>
2025-07-21 19:22:40 +00:00
..
2025-07-21 14:19:58 +00:00
2025-07-21 12:11:42 +00:00
2025-07-15 12:37:10 +00:00
2025-07-07 21:18:29 +00:00
2025-07-21 11:42:18 +00:00