Skip to content

Instantly share code, notes, and snippets.

@anarsoul
Created September 27, 2019 14:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anarsoul/68ee01dd61c326abf4ae13f62c887555 to your computer and use it in GitHub Desktop.
Save anarsoul/68ee01dd61c326abf4ae13f62c887555 to your computer and use it in GitHub Desktop.
diff --git a/src/gallium/drivers/lima/lima_resource.c b/src/gallium/drivers/lima/lima_resource.c
index e01e60c0465..ffee4a7d428 100644
--- a/src/gallium/drivers/lima/lima_resource.c
+++ b/src/gallium/drivers/lima/lima_resource.c
@@ -177,7 +177,7 @@ _lima_resource_create_with_modifiers(struct pipe_screen *pscreen,
int count)
{
struct lima_screen *screen = lima_screen(pscreen);
- bool should_tile = false;
+ bool should_tile = true;
unsigned width, height;
bool should_align_dimensions;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment