Module Name:    xsrc
Committed By:   mrg
Date:           Tue Aug 29 04:58:03 UTC 2017

Modified Files:
        xsrc/external/mit/xf86-video-amdgpu/include: config.h

Log Message:
update for amdgpu 1.3.0


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 xsrc/external/mit/xf86-video-amdgpu/include/config.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-amdgpu/include/config.h
diff -u xsrc/external/mit/xf86-video-amdgpu/include/config.h:1.3 xsrc/external/mit/xf86-video-amdgpu/include/config.h:1.4
--- xsrc/external/mit/xf86-video-amdgpu/include/config.h:1.3	Tue Aug 29 04:43:42 2017
+++ xsrc/external/mit/xf86-video-amdgpu/include/config.h	Tue Aug 29 04:58:03 2017
@@ -21,6 +21,9 @@
 /* Have glamor_egl_destroy_textured_pixmap API */
 /* #define HAVE_GLAMOR_EGL_DESTROY_TEXTURED_PIXMAP 1 */
 
+/* Have glamor_finish API */
+#undef HAVE_GLAMOR_FINISH
+
 /* Have glamor_glyphs_init API */
 /* #undef HAVE_GLAMOR_GLYPHS_INIT */
 
@@ -42,6 +45,9 @@
 /* Define to 1 if you have the <present.h> header file. */
 #define HAVE_PRESENT_H 1
 
+/* Have RegionDuplicate API */
+#define HAVE_REGIONDUPLICATE 1
+
 /* Define to 1 if you have the <stdint.h> header file. */
 #define HAVE_STDINT_H 1
 

Reply via email to