Module Name: xsrc
Committed By: macallan
Date: Fri Dec 27 00:57:53 UTC 2024
Modified Files:
xsrc/external/mit/xf86-video-ngle/dist/src: ngle.h
Log Message:
this should have went in with the last summit_accel.c commit..
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 xsrc/external/mit/xf86-video-ngle/dist/src/ngle.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-ngle/dist/src/ngle.h
diff -u xsrc/external/mit/xf86-video-ngle/dist/src/ngle.h:1.3 xsrc/external/mit/xf86-video-ngle/dist/src/ngle.h:1.4
--- xsrc/external/mit/xf86-video-ngle/dist/src/ngle.h:1.3 Sat Dec 7 10:48:38 2024
+++ xsrc/external/mit/xf86-video-ngle/dist/src/ngle.h Fri Dec 27 00:57:53 2024
@@ -68,6 +68,7 @@ typedef struct {
#define HW_FB 0
#define HW_FILL 1
#define HW_BLIT 2
+#define HW_BINC 3
} NGLERec, *NGLEPtr;
#define NGLEPTR(p) ((NGLEPtr)((p)->driverPrivate))