rusticl/mesa: set take_ownership to true in set_constant_buffer_stream

Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/11485
Fixes: 8da8c6c2d8 ("rusticl: use stream uploader for cb0 if prefered")
Reviewed-by: @LingMan
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30215>
This commit is contained in:
Karol Herbst 2024-07-16 18:23:33 +02:00 committed by Marge Bot
parent 17b66799b6
commit 38e15037f4

View file

@ -381,7 +381,7 @@ impl PipeContext {
self.pipe.as_ptr(),
pipe_shader_type::PIPE_SHADER_COMPUTE,
idx,
false,
true,
&cb,
);