Module Name: xsrc
Committed By: mrg
Date: Fri Aug 27 01:32:09 UTC 2021
Modified Files:
xsrc/external/mit/xf86-video-amdgpu/include: config.h
Log Message:
sync with generated config.h
turns on HAVE_FBGLYPHS and HAVE_GBM_BO_USE_LINEAR.
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 \
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.11 xsrc/external/mit/xf86-video-amdgpu/include/config.h:1.12
--- xsrc/external/mit/xf86-video-amdgpu/include/config.h:1.11 Tue Aug 24 06:28:25 2021
+++ xsrc/external/mit/xf86-video-amdgpu/include/config.h Fri Aug 27 01:32:09 2021
@@ -13,13 +13,13 @@
#define HAVE_DRI3_H 1
/* Have fbGlyphs API */
-/* #define HAVE_FBGLYPHS 1 */
+#define HAVE_FBGLYPHS 1
/* Have GBM_BO_USE_LINEAR */
-/* #define HAVE_GBM_BO_USE_LINEAR 1 */
+#define HAVE_GBM_BO_USE_LINEAR 1
/* Have glamor_egl_destroy_textured_pixmap API */
-/* #define HAVE_GLAMOR_EGL_DESTROY_TEXTURED_PIXMAP 1 */
+/* #undef HAVE_GLAMOR_EGL_DESTROY_TEXTURED_PIXMAP */
/* Have glamor_finish API */
#undef HAVE_GLAMOR_FINISH