Skip to content

Commit

Permalink
mesa-lima: fix text rendering in kodi.
Browse files Browse the repository at this point in the history
Signed-off-by: Koen Kooi <koen.kooi@linaro.org>
  • Loading branch information
koenkooi committed Nov 12, 2018
1 parent 158d975 commit d31e61a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
13 changes: 13 additions & 0 deletions recipes-graphics/mesa/files/lima/1.diff
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
diff --git a/src/gallium/drivers/lima/lima_resource.c b/src/gallium/drivers/lima/lima_resource.c
index bcdc20a734..cad4fbbb0d 100644
--- a/src/gallium/drivers/lima/lima_resource.c
+++ b/src/gallium/drivers/lima/lima_resource.c
@@ -137,7 +137,7 @@ _lima_resource_create_with_modifiers(struct pipe_screen *pscreen,
int count)
{
struct lima_screen *screen = lima_screen(pscreen);
- bool should_tile = true;
+ bool should_tile = false;
unsigned width, height;

/* VBOs/PBOs are untiled (and 1 height). */
1 change: 1 addition & 0 deletions recipes-graphics/mesa/mesa-lima_git.bb
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ SRC_URI = "git://gitlab.freedesktop.org/mesa/mesa.git;protocol=https;branch=18.2
file://lima/0045-lima-pp-Fix-some-whitespace-issues-in-disassembler.patch \
file://lima/0046-lima-pp-Fix-disassembler-shift-issue.patch \
file://lima/0047-lima-fix-multi-triangle-index-draw-hang.patch \
file://lima/1.diff \
"

PV = "18.2.4+git${SRCPV}"
Expand Down

0 comments on commit d31e61a

Please sign in to comment.