CVS commit: xsrc/external/mit/xf86-video-vmware/dist/src

2023-03-01 Thread matthew green
Module Name:xsrc
Committed By:   mrg
Date:   Thu Mar  2 05:45:10 UTC 2023

Modified Files:
xsrc/external/mit/xf86-video-vmware/dist/src: common_compat.h

Log Message:
fix idempotent check define as noticed by LLVM.


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 \
xsrc/external/mit/xf86-video-vmware/dist/src/common_compat.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: xsrc/external/mit/xf86-video-vmware/dist/src/common_compat.h
diff -u xsrc/external/mit/xf86-video-vmware/dist/src/common_compat.h:1.1.1.1 xsrc/external/mit/xf86-video-vmware/dist/src/common_compat.h:1.2
--- xsrc/external/mit/xf86-video-vmware/dist/src/common_compat.h:1.1.1.1	Sun Feb 26 19:47:06 2023
+++ xsrc/external/mit/xf86-video-vmware/dist/src/common_compat.h	Thu Mar  2 05:45:10 2023
@@ -1,5 +1,5 @@
 #ifndef _COMMON_COMPAT_H_
-#define _COMMOM_COMPAT_H_
+#define _COMMON_COMPAT_H_
 
 #if (GET_ABI_MAJOR(ABI_VIDEODRV_VERSION) >= 18)
 #define CONST_ABI_18_0 const



CVS commit: xsrc/external/mit/xf86-video-vmware/dist/src

2023-03-01 Thread matthew green
Module Name:xsrc
Committed By:   mrg
Date:   Thu Mar  2 05:45:10 UTC 2023

Modified Files:
xsrc/external/mit/xf86-video-vmware/dist/src: common_compat.h

Log Message:
fix idempotent check define as noticed by LLVM.


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 \
xsrc/external/mit/xf86-video-vmware/dist/src/common_compat.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: xsrc/external/mit/xf86-video-vmware/dist/src

2023-02-26 Thread matthew green
Module Name:xsrc
Committed By:   mrg
Date:   Sun Feb 26 20:09:54 UTC 2023

Modified Files:
xsrc/external/mit/xf86-video-vmware/dist/src: vmwarevideo.c

Log Message:
work around a local change that enables drivers to work.

see 'const' commented in xorg-server/dist/hw/xfree86/common/xf86xv.h.
maybe we can clean this up properly now most drivers are updated.


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.6 -r1.2 \
xsrc/external/mit/xf86-video-vmware/dist/src/vmwarevideo.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: xsrc/external/mit/xf86-video-vmware/dist/src

2023-02-26 Thread matthew green
Module Name:xsrc
Committed By:   mrg
Date:   Sun Feb 26 20:09:54 UTC 2023

Modified Files:
xsrc/external/mit/xf86-video-vmware/dist/src: vmwarevideo.c

Log Message:
work around a local change that enables drivers to work.

see 'const' commented in xorg-server/dist/hw/xfree86/common/xf86xv.h.
maybe we can clean this up properly now most drivers are updated.


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.6 -r1.2 \
xsrc/external/mit/xf86-video-vmware/dist/src/vmwarevideo.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: xsrc/external/mit/xf86-video-vmware/dist/src/vmwarevideo.c
diff -u xsrc/external/mit/xf86-video-vmware/dist/src/vmwarevideo.c:1.1.1.6 xsrc/external/mit/xf86-video-vmware/dist/src/vmwarevideo.c:1.2
--- xsrc/external/mit/xf86-video-vmware/dist/src/vmwarevideo.c:1.1.1.6	Sun Feb 26 19:47:06 2023
+++ xsrc/external/mit/xf86-video-vmware/dist/src/vmwarevideo.c	Sun Feb 26 20:09:54 2023
@@ -54,7 +54,8 @@
 #endif
 
 static CONST_ABI_16_0 char xv_adapt_name[] = "VMWare Overlay Video Engine";
-static CONST_ABI_16_0 char xv_image_name[] = "XV_IMAGE";
+/* XXXMRG see xorg-server/dist/hw/xfree86/common/xf86xv.h */
+static /*CONST_ABI_16_0*/ char xv_image_name[] = "XV_IMAGE";
 
 #define HAVE_FILLKEYHELPERDRAWABLE \
 ((GET_ABI_MAJOR(ABI_VIDEODRV_VERSION) >= 2) ||  \