rusticl/mesa: create contexts with PIPE_CONTEXT_NO_LOD_BIAS

It's not a thing in OpenCL

Signed-off-by: Karol Herbst <git@karolherbst.de>
Reviewed-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25067>
This commit is contained in:
Karol Herbst
2023-09-05 17:58:19 +02:00
committed by Marge Bot
parent 8d79376957
commit 785d96b040
@@ -103,7 +103,8 @@ impl PipeScreen {
(*self.screen).context_create.unwrap()(
self.screen,
ptr::null_mut(),
0, //PIPE_CONTEXT_COMPUTE_ONLY,
// TODO: PIPE_CONTEXT_COMPUTE_ONLY
PIPE_CONTEXT_NO_LOD_BIAS,
)
},
self,