mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 11:48:06 +02:00
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 commit38e15037f4)
This commit is contained in:
parent
d9eed288f6
commit
ca8410e4f6
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -446,7 +446,7 @@ impl PipeContext {
|
|||
self.pipe.as_ptr(),
|
||||
pipe_shader_type::PIPE_SHADER_COMPUTE,
|
||||
idx,
|
||||
false,
|
||||
true,
|
||||
&cb,
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue