/openbmc/openbmc/poky/meta/recipes-graphics/mesa/files/ |
H A D | 0001-drisw-fix-build-without-dri3.patch | 6 commit 1887368df41 ("glx/sw: check for modifier support in the kopper path") 10 …i686-buildroot-linux-gnu/bin/ld: src/glx/libglx.a.p/drisw_glx.c.o: in function `driswCreateScreenD… 17 Fixes: 1887368df41 ("glx/sw: check for modifier support in the kopper path") 23 src/glx/drisw_glx.c | 4 ++++ 26 diff --git a/src/glx/drisw_glx.c b/src/glx/drisw_glx.c 28 --- a/src/glx/drisw_glx.c 29 +++ b/src/glx/drisw_glx.c
|
H A D | 0002-glxext-don-t-try-zink-if-not-enabled-in-mesa.patch | 6 Commit 7d9ea77b459 ("glx: add automatic zink fallback loading between hw and sw drivers") 15 Fixes: 7d9ea77b459 ("glx: add automatic zink fallback loading between hw and sw drivers") 21 src/glx/glxext.c | 2 ++ 24 diff --git a/src/glx/glxext.c b/src/glx/glxext.c 26 --- a/src/glx/glxext.c 27 +++ b/src/glx/glxext.c
|
/openbmc/openbmc/poky/meta/recipes-graphics/libva/ |
H A D | libva_2.22.0.bb | 4 ${@bb.utils.contains('DISTRO_FEATURES', 'x11 opengl', 'glx', '', d)} \ 8 PACKAGES =+ "${PN}-x11 ${PN}-glx ${PN}-wayland" 11 RDEPENDS:${PN}-glx =+ "${PN}-x11" 14 FILES:${PN}-glx =+ "${libdir}/libva-glx*${SOLIBS}"
|
H A D | libva.inc | 32 PACKAGECONFIG[glx] = "-Dwith_glx=yes,-Dwith_glx=no,virtual/mesa"
|
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-graphics/cogl/ |
H A D | cogl-1.0.inc | 41 PACKAGECONFIG[glx] = "--enable-gl --enable-glx,--disable-gl --disable-glx,${EDEPENDS_GL} ${EDEPENDS… 62 ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'glx egl-x11', '', d)} \
|
/openbmc/openbmc/poky/meta/recipes-multimedia/gstreamer/ |
H A D | gstreamer1.0-vaapi_1.24.10.bb | 34 # and BSP layers to pick either glx, egl, or no GL. By default, 37 PACKAGECONFIG_GL ?= "${@bb.utils.contains('DISTRO_FEATURES', 'x11 opengl', 'glx', \ 48 PACKAGECONFIG[glx] = "-Dglx=enabled,-Dglx=disabled,virtual/libgl"
|
H A D | gstreamer1.0-plugins-base_1.24.10.bb | 24 PACKAGECONFIG_X11 = "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'opengl glx', '', d)}" 36 OPENGL_PLATFORMS = 'egl glx' 65 PACKAGECONFIG[glx] = ",,virtual/libgl"
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libglvnd/ |
H A D | libglvnd_1.7.0.bb | 21 ${@bb.utils.contains('DISTRO_FEATURES', 'opengl x11', 'glx', '', d)} \ 25 PACKAGECONFIG[glx] = "-Dglx=enabled,-Dglx=disabled,libx11 libxext xorgproto"
|
/openbmc/openbmc/poky/meta/recipes-graphics/xwayland/ |
H A D | xwayland_24.1.4.bb | 22 OPENGL_PKGCONFIGS = "glx glamor dri3" 28 PACKAGECONFIG[glx] = "-Dglx=true,-Dglx=false,virtual/libgl virtual/libx11"
|
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-graphics/clutter/ |
H A D | clutter-1.0.inc | 33 PACKAGECONFIG[glx] = ",,${EDEPENDS_X11} ${EDEPENDS_GLX}" 42 ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'glx x11', '', d)}"
|
/openbmc/openbmc/poky/meta/recipes-graphics/waffle/ |
H A D | waffle_1.8.1.bb | 23 PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'glx x11-egl', '', d)} \ 32 PACKAGECONFIG[glx] = "-Dglx=enabled,-Dglx=disabled,virtual/${MLPREFIX}libgl libx11"
|
/openbmc/openbmc/poky/meta/recipes-graphics/xorg-xserver/ |
H A D | xserver-xorg.inc | 66 ${PN}-extension-glx \ 101 FILES:${PN}-extension-glx = "${libdir}/xorg/modules/extensions/libglx.so" 123 OPENGL_PKGCONFIGS = "dri glx glamor dri3" 134 PACKAGECONFIG[glx] = "-Dglx=true,-Dglx=false,virtual/libgl virtual/libx11"
|
/openbmc/openbmc/meta-raspberrypi/recipes-graphics/xorg-xserver/ |
H A D | xserver-xorg_%.bbappend | 1 OPENGL_PKGCONFIGS:rpi = "dri glx ${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', 'dri3 glam…
|
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/mutter/ |
H A D | mutter_47.4.bb | 40 ${@bb.utils.contains('DISTRO_FEATURES', 'opengl x11', 'opengl glx', '', d)} \ 54 PACKAGECONFIG[glx] = "-Dglx=true, -Dglx=false"
|
/openbmc/openbmc/poky/meta/recipes-graphics/piglit/ |
H A D | piglit_git.bb | 41 ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11 glx', '', d)} \ 45 PACKAGECONFIG[glx] = "-DPIGLIT_BUILD_GLX_TESTS=ON,-DPIGLIT_BUILD_GLX_TESTS=OFF"
|
/openbmc/openbmc/poky/meta/conf/machine/include/x86/ |
H A D | x86-base.inc | 29 ${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'xserver-xorg-extension-glx', '', d)} \
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/xorg-driver/ |
H A D | xf86-video-ati_22.0.0.bb | 24 xserver-xorg-extension-glx \
|
/openbmc/openbmc/poky/meta/conf/machine/include/ |
H A D | qemu.inc | 9 …ls.contains('DISTRO_FEATURES', 'opengl', 'mesa-driver-swrast xserver-xorg-extension-glx', '', d)} \
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/xscreensaver/files/ |
H A D | 0002-build-Do-not-build-po-files.patch | 26 -SUBDIRS = utils jwxyz hacks/images hacks hacks/glx hacks/fonts \
|
/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/ |
H A D | parselogs-ignores-common.txt | 28 Failed to load module "glx"
|
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/ |
H A D | 2001-configure-setup-for-OE-core-usage.patch | 52 @@ -6737,12 +6740,13 @@ enabled opengl && { check_lib opengl GL/glx.h glXGetProcAddress …
|
/openbmc/linux/drivers/iommu/amd/ |
H A D | iommu.c | 1570 if (domain->glx == 2) in free_gcr3_table() 1572 else if (domain->glx == 1) in free_gcr3_table() 1575 BUG_ON(domain->glx != 0); in free_gcr3_table() 1615 u64 glx = domain->glx; in set_dte_entry() local 1619 pte_root |= (glx & DTE_GLX_MASK) << DTE_GLX_SHIFT; in set_dte_entry() 2541 domain->glx = levels; in domain_enable_v2() 2718 pte = __get_gcr3_pte(domain->gcr3_tbl, domain->glx, pasid, true); in __set_gcr3() 2734 pte = __get_gcr3_pte(domain->gcr3_tbl, domain->glx, pasid, false); in __clear_gcr3()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/tigervnc/ |
H A D | tigervnc_1.14.1.bb | 65 --disable-glx --disable-dri --disable-dri2 \
|
/openbmc/openbmc/meta-raspberrypi/conf/machine/include/ |
H A D | rpi-base.inc | 13 ${@bb.utils.contains("MACHINE_FEATURES", "vc4graphics", "xserver-xorg-extension-glx", "", d)} \
|
/openbmc/openbmc/poky/documentation/migration-guides/ |
H A D | release-notes-4.0.15.rst | 49 - gstreamer1.0-plugins-base: enable glx/opengl support
|