Searched +full:mesa +full:- +full:libgbm (Results 1 – 12 of 12) sorted by relevance
/openbmc/openbmc/poky/meta/recipes-graphics/mesa/ |
H A D | mesa.inc | 2 DESCRIPTION = "Mesa is an open-source implementation of the OpenGL specification - \ 4 A variety of device drivers allows Mesa to be used in many different environments \ 6 Mesa is used as part of the overall Direct Rendering Infrastructure and X.org \ 17 SRC_URI = "https://mesa.freedesktop.org/archive/mesa-${PV}.tar.xz \ 18 file://0001-meson-misdetects-64bit-atomics-on-mips-clang.patch \ 19 file://0001-drisw-fix-build-without-dri3.patch \ 20 file://0002-glxext-don-t-try-zink-if-not-enabled-in-mesa.patch \ 21 file://0001-Revert-meson-do-not-pull-in-clc-for-clover.patch \ 22 file://0001-amd-Include-missing-llvm-IR-header-Module.h.patch \ 23 file://0001-freedreno-don-t-encode-build-path-into-binaries.patch\ [all …]
|
/openbmc/openbmc/meta-raspberrypi/conf/machine/include/ |
H A D | rpi-default-providers.inc | 3 PREFERRED_PROVIDER_virtual/kernel ??= "linux-raspberrypi" 4 PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xorg" 5 PREFERRED_PROVIDER_virtual/egl ?= "${@bb.utils.contains("MACHINE_FEATURES", "vc4graphics", "mesa", … 6 …rtual/libgles2 ?= "${@bb.utils.contains("MACHINE_FEATURES", "vc4graphics", "mesa", "userland", d)}" 7 …R_virtual/libgl ?= "${@bb.utils.contains("MACHINE_FEATURES", "vc4graphics", "mesa", "mesa-gl", d)}" 8 PREFERRED_PROVIDER_virtual/mesa ?= "${@bb.utils.contains("MACHINE_FEATURES", "vc4graphics", "mesa",… 9 PREFERRED_PROVIDER_virtual/libgbm ?= "${@bb.utils.contains("MACHINE_FEATURES", "vc4graphics", "mesa… 13 VIRTUAL-RUNTIME_libomxil = "userland" 15 PREFERRED_PROVIDER_u-boot-default-script ??= "rpi-u-boot-scr"
|
/openbmc/openbmc/poky/meta/recipes-graphics/kmscube/ |
H A D | kmscube_git.bb | 6 HOMEPAGE = "https://cgit.freedesktop.org/mesa/kmscube/" 9 DEPENDS = "virtual/libgles3 virtual/libgles2 virtual/egl libdrm virtual/libgbm" 14 SRC_URI = "git://gitlab.freedesktop.org/mesa/kmscube;branch=master;protocol=https \ 29 PACKAGECONFIG[gstreamer] = "-Dgstreamer=enabled,-Dgstreamer=disabled,gstreamer1.0 gstreamer1.0-plug… 31 CFLAGS += "${@bb.utils.contains('DISTRO_FEATURES', 'x11', '', '-DEGL_NO_X11=1', d)}"
|
/openbmc/qemu/tests/lcitool/ |
H A D | mappings.yml | 9 # Due to https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1081535 we 10 # have to disable all packages that depend on libgl1-mesa-dri:mips64el 12 mips64el-deb: 15 mips64el-deb: 18 mips64el-deb: 20 gtk-vnc: 21 mips64el-deb: 23 mesa-libgbm: 24 mips64el-deb: 30 OpenSUSELeap15: python311-base [all …]
|
/openbmc/openbmc/poky/meta/recipes-graphics/waffle/ |
H A D | waffle_1.8.1.bb | 2 DESCRIPTION = "A cross-platform C library that allows one to defer selection \ 6 HOMEPAGE = "https://gitlab.freedesktop.org/mesa/waffle" 7 BUGTRACKER = "https://gitlab.freedesktop.org/mesa/waffle" 8 LICENSE = "BSD-2-Clause" 10 … file://include/waffle-1/waffle.h;endline=24;md5=61dbf8697f61c78645e75a93c585b1bf" 12 SRC_URI = "git://gitlab.freedesktop.org/mesa/waffle.git;protocol=https;branch=maint-1.8 \ 17 inherit meson features_check lib_package bash-completion pkgconfig 21 # This should be overridden per-machine to reflect the capabilities of the GL 23 PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'glx x11-egl', '', d)} \ 25 … ${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'gbm surfaceless-egl', '', d)} \ [all …]
|
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-support/xdg-desktop-portal-wlr/ |
H A D | xdg-desktop-portal-wlr_0.7.0.bb | 1 SUMMARY = "This provides screenshot/screencast xdg-desktop-portal backends for wlroots." 2 HOMEPAGE = "https://github.com/emersion/xdg-desktop-portal-wlr" 8 wayland-native \ 9 wayland-protocols \ 13 virtual/libgbm \ 19 SRC_URI = "git://github.com/emersion/xdg-desktop-portal-wlr.git;protocol=https;branch=master \ 20 file://0001-screencast-Fix-build-with-older-mesa.patch" 28 PACKAGECONFIG[man-pages] = "-Dman-pages=enabled,-Dman-pages=disabled,scdoc-native" 29 PACKAGECONFIG[systemd] = "-Dsystemd=enabled -Dsd-bus-provider=libsystemd,-Dsystemd=disabled" 30 PACKAGECONFIG[basu] = "-Dsd-bus-provider=basu,,basu"
|
/openbmc/qemu/tests/lcitool/projects/ |
H A D | qemu.yml | 1 --- 3 - alsa 4 - bash 5 - bc 6 - bindgen 7 - bison 8 - brlapi 9 - bzip2 10 - bzip2-libs 11 - capstone [all …]
|
/openbmc/qemu/tests/docker/dockerfiles/ |
H A D | centos9.docker | 1 # THIS FILE WAS AUTO-GENERATED 3 # $ lcitool dockerfile --layers all centos-stream-9 qemu 5 # https://gitlab.com/libvirt/libvirt-ci 9 RUN dnf distro-sync -y && \ 10 dnf install 'dnf-command(config-manager)' -y && \ 11 dnf config-manager --set-enabled -y crb && \ 12 dnf install -y epel-release && \ 13 dnf install -y epel-next-release && \ 14 dnf install -y \ 15 SDL2-devel \ [all …]
|
H A D | fedora.docker | 1 # THIS FILE WAS AUTO-GENERATED 3 # $ lcitool dockerfile --layers all fedora-40 qemu 5 # https://gitlab.com/libvirt/libvirt-ci 9 RUN dnf install -y nosync && \ 11 if test -d /usr/lib64\n\ 19 nosync dnf update -y && \ 20 nosync dnf install -y \ 21 SDL2-devel \ 22 SDL2_image-devel \ 23 alsa-lib-devel \ [all …]
|
H A D | fedora-rust-nightly.docker | 1 # THIS FILE WAS AUTO-GENERATED 3 # $ lcitool dockerfile --layers all fedora-40 qemu 5 # https://gitlab.com/libvirt/libvirt-ci 9 RUN dnf install -y nosync && \ 11 if test -d /usr/lib64\n\ 19 nosync dnf update -y && \ 20 nosync dnf install -y \ 21 SDL2-devel \ 22 SDL2_image-devel \ 23 alsa-lib-devel \ [all …]
|
/openbmc/qemu/scripts/coverity-scan/ |
H A D | coverity-scan.docker | 1 # syntax=docker/dockerfile:1.0.0-experimental 16 # run-coverity-scan script. 20 RUN dnf install -y nosync && \ 21 echo -e '#!/bin/sh\n\ 22 if test -d /usr/lib64\n\ 30 nosync dnf update -y && \ 31 nosync dnf install -y \ 32 SDL2-devel \ 33 SDL2_image-devel \ 34 alsa-lib-devel \ [all …]
|
/openbmc/openbmc/poky/meta/recipes-graphics/xorg-xserver/ |
H A D | xserver-xorg.inc | 7 # xf86-*-* packages depend on an X server built with the xfree86 DDX 10 PROVIDES = "virtual/xserver-xf86" 17 XORG_PN = "xorg-server" 18 SRC_URI = "${XORG_MIRROR}/individual/xserver/${XORG_PN}-${PV}.tar.xz" 20 UPSTREAM_CHECK_REGEX = "xorg-server-(?P<pver>\d+(\.(?!99)\d+)+)\.tar" 22 CVE_PRODUCT = "xorg-server x_server" 24 CVE_STATUS[CVE-2011-4613] = "not-applicable-platform: This is specific to Debian's xserver-wrapper.… 25 CVE_STATUS[CVE-2020-25697] = "upstream-wontfix: \ 26 As per upstream, exploiting this flaw is non-trivial and it requires exact \ 31 CVE_STATUS[CVE-2022-3553] = "cpe-incorrect: This is specific to XQuartz, which is the macOS X serve… [all …]
|