xf86-video-mach64: Branch 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Mon Apr 26 16:29:34 UTC 2021


 src/atimach64render.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 7c0dc184bb6f8d17ebc5bd67cee5a637d3a82ac4
Author: George Matsumura <gmmatsumura01 at bvsd.org>
Date:   Sun Oct 6 17:43:24 2019 +0000

    Fix debugging traces
    
    Without this change, the compiler emits an error about pPict being undefined when fallback messages are turned on.

diff --git a/src/atimach64render.c b/src/atimach64render.c
index 39d0c5b..08c7cc9 100644
--- a/src/atimach64render.c
+++ b/src/atimach64render.c
@@ -701,8 +701,8 @@ Mach64PrepareComposite
             break;
     }
     if (i == MACH64_NR_TEX_FORMATS)
-        MACH64_FALLBACK(("Unsupported picture format 0x%x\n",
-                        (int)pPict->format));
+        MACH64_FALLBACK(("Unsupported dst format 0x%x\n",
+                        (int)pDstPicture->format));
     dstFormat = Mach64TexFormats[i].dstFormat;
 
     m3d->dp_pix_width = SetBits(dstFormat, DP_DST_PIX_WIDTH) |


More information about the xorg-commit mailing list