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:
Karol Herbst 2022-09-30 02:29:49 +02:00 committed by Marge Bot
parent ced9d5d635
commit 3abbeed74f

View file

@ -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,