Skip to content

Instantly share code, notes, and snippets.

@anarsoul
Created March 13, 2021 18:25
Show Gist options
  • Save anarsoul/3fabc611d14a91c586e72dc604a06e8e to your computer and use it in GitHub Desktop.
Save anarsoul/3fabc611d14a91c586e72dc604a06e8e to your computer and use it in GitHub Desktop.
diff --git a/src/gallium/drivers/lima/lima_screen.c b/src/gallium/drivers/lima/lima_screen.c
index e3c1effb192..35792e8d06f 100644
--- a/src/gallium/drivers/lima/lima_screen.c
+++ b/src/gallium/drivers/lima/lima_screen.c
@@ -143,7 +143,6 @@ lima_screen_get_param(struct pipe_screen *pscreen, enum pipe_cap param)
return 0;
case PIPE_CAP_PREFER_BLIT_BASED_TEXTURE_TRANSFER:
- case PIPE_CAP_SHAREABLE_SHADERS:
return 0;
case PIPE_CAP_ALPHA_TEST:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment