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>
(cherry picked from commit 38e15037f4)
This commit is contained in:
Karol Herbst 2024-07-16 18:23:33 +02:00 committed by Eric Engestrom
parent d9eed288f6
commit ca8410e4f6
2 changed files with 2 additions and 2 deletions

View file

@ -164,7 +164,7 @@
"description": "rusticl/mesa: set take_ownership to true in set_constant_buffer_stream",
"nominated": true,
"nomination_type": 1,
"resolution": 0,
"resolution": 1,
"main_sha": null,
"because_sha": "8da8c6c2d8bf9b9b04ee030df68d7d44146fc877",
"notes": null

View file

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