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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user