mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-03 15:50:17 +01:00
rusticl: no compute only
This might be a good optimization, but we should figure first what drivers should be able to disable and what not first. Signed-off-by: Karol Herbst <kherbst@redhat.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20161>
This commit is contained in:
parent
ced9d5d635
commit
3abbeed74f
1 changed files with 1 additions and 1 deletions
|
|
@ -95,7 +95,7 @@ impl PipeScreen {
|
|||
(*self.screen).context_create.unwrap()(
|
||||
self.screen,
|
||||
ptr::null_mut(),
|
||||
PIPE_CONTEXT_COMPUTE_ONLY,
|
||||
0, //PIPE_CONTEXT_COMPUTE_ONLY,
|
||||
)
|
||||
},
|
||||
self,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue