X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=meta-agl-bsp%2Fvirtualization-layer%2Frecipes-graphics%2Fmesa%2Fmesa%2F0001-virgl-virgl_driinfo.h.in-Disable-by-default-emulated.patch;h=d27696056272e2a8af38b3baecd5b7fb1effaa7d;hb=8918747564a0f224284e7408c14c06a70170fcdd;hp=8bc102c925eaae82f5b27370b0b68c919a10cf30;hpb=95051638dc19a49384ee8f0f9f1b468df49aca54;p=AGL%2Fmeta-agl.git diff --git a/meta-agl-bsp/virtualization-layer/recipes-graphics/mesa/mesa/0001-virgl-virgl_driinfo.h.in-Disable-by-default-emulated.patch b/meta-agl-bsp/virtualization-layer/recipes-graphics/mesa/mesa/0001-virgl-virgl_driinfo.h.in-Disable-by-default-emulated.patch index 8bc102c92..d27696056 100644 --- a/meta-agl-bsp/virtualization-layer/recipes-graphics/mesa/mesa/0001-virgl-virgl_driinfo.h.in-Disable-by-default-emulated.patch +++ b/meta-agl-bsp/virtualization-layer/recipes-graphics/mesa/mesa/0001-virgl-virgl_driinfo.h.in-Disable-by-default-emulated.patch @@ -1,7 +1,8 @@ -From 39dea63ebce2764c683c8c2eddbb10cf07a970c4 Mon Sep 17 00:00:00 2001 +From 737ccb36c0faf275037e5e96a263c89a44886ddd Mon Sep 17 00:00:00 2001 From: Marius Vlad Date: Mon, 19 Dec 2022 11:51:28 +0200 Subject: [PATCH] virgl/virgl_driinfo.h.in: Disable by default emulated BGRA + and swizzling Workaround in place for virtio aarch64 to avoid graphical artefacts when @@ -16,10 +17,10 @@ Signed-off-by: Marius Vlad 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gallium/drivers/virgl/virgl_driinfo.h.in b/src/gallium/drivers/virgl/virgl_driinfo.h.in -index f57e5880965..1c06f932c5c 100644 +index ec688f5..244021e 100644 --- a/src/gallium/drivers/virgl/virgl_driinfo.h.in +++ b/src/gallium/drivers/virgl/virgl_driinfo.h.in -@@ -8,7 +8,7 @@ +@@ -8,8 +8,8 @@ // 5. Implement the tweak in virglrenderer DRI_CONF_SECTION_MISCELLANEOUS DRI_CONF_FORMAT_L8_SRGB_ENABLE_READBACK(false) @@ -28,7 +29,8 @@ index f57e5880965..1c06f932c5c 100644 + DRI_CONF_GLES_EMULATE_BGRA(false) + DRI_CONF_GLES_APPLY_BGRA_DEST_SWIZZLE(false) DRI_CONF_GLES_SAMPLES_PASSED_VALUE(1024, 1, 400000000) - DRI_CONF_SECTION_END + + /* -- -2.35.1 +2.30.2