Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[xsrc/trunk]: xsrc/external/mit/xf86-video-amdgpu/include sync with generated...



details:   https://anonhg.NetBSD.org/xsrc/rev/ee7ac61afbcb
branches:  trunk
changeset: 10801:ee7ac61afbcb
user:      mrg <mrg%NetBSD.org@localhost>
date:      Fri Aug 27 01:32:09 2021 +0000

description:
sync with generated config.h

turns on HAVE_FBGLYPHS and HAVE_GBM_BO_USE_LINEAR.

diffstat:

 external/mit/xf86-video-amdgpu/include/config.h |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 3c2dc8776538 -r ee7ac61afbcb external/mit/xf86-video-amdgpu/include/config.h
--- a/external/mit/xf86-video-amdgpu/include/config.h   Fri Aug 27 01:01:18 2021 +0000
+++ b/external/mit/xf86-video-amdgpu/include/config.h   Fri Aug 27 01:32:09 2021 +0000
@@ -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



Home | Main Index | Thread Index | Old Index