Module: Mesa
Branch: main
Commit: 3abbeed74f88f42721a3f76ecd06c0169bb75828
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=3abbeed74f88f42721a3f76ecd06c0169bb75828

Author: Karol Herbst <[email protected]>
Date:   Fri Sep 30 02:29:49 2022 +0200

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 <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20161>

---

 src/gallium/frontends/rusticl/mesa/pipe/screen.rs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/gallium/frontends/rusticl/mesa/pipe/screen.rs 
b/src/gallium/frontends/rusticl/mesa/pipe/screen.rs
index fa1ddd42578..053d423af15 100644
--- a/src/gallium/frontends/rusticl/mesa/pipe/screen.rs
+++ b/src/gallium/frontends/rusticl/mesa/pipe/screen.rs
@@ -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,

Reply via email to