Home
last modified time | relevance | path

Searched +full:sdl2 +full:- +full:image (Results 1 – 15 of 15) sorted by relevance

/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-kivy_2.3.1.bb2 that make use of innovative user interfaces, such as multi-touch apps."
10 # and mali-based OS's. We need to patch the setup file to tell Kivy setup
12 # Also, if using SDL2 as backend, SDL2 needs to be configured with gles
14 file://0001-add-support-for-glesv2.patch \
21 PACKAGES += "${PN}-examples"
22 FILES:${PN}-examples = "/usr/share/kivy-examples"
42 REQUIRED_DISTRO_FEATURES += "opengl gobject-introspection-data"
48 gstreamer1.0-python \
50 libsdl2-ttf \
51 libsdl2-image \
[all …]
/openbmc/qemu/tests/lcitool/
H A Dmappings.yml9 # 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/qemu/tests/lcitool/projects/
H A Dqemu.yml1 ---
3 - alsa
4 - bash
5 - bc
6 - bindgen
7 - bison
8 - brlapi
9 - bzip2
10 - bzip2-libs
11 - capstone
[all …]
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gimp/gegl/
H A Dgegl_0.4.52.bb1 SUMMARY = "GEGL (Generic Graphics Library) is a graph based image processing framework"
2 LICENSE = "GPL-3.0-only"
6 intltool-native \
8 glib-2.0 \
13 json-glib \
16 DEPENDS:append:toolchain-clang = " openmp"
17 DEPENDS:remove:toolchain-clang:riscv32 = "openmp"
18 DEPENDS:remove:toolchain-clang:powerpc = "openmp"
22 inherit features_check gnomebase gobject-introspection vala
31 PACKAGECONFIG ??= "gexiv2 jpeg libpng libraw librsvg pango poppler sdl2"
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libsdl/
H A Dlibsdl2-image_2.8.4.bb1 SUMMARY = "Simple DirectMedia Layer image library v2"
9 SRC_URI = "http://www.libsdl.org/projects/SDL_image/release/SDL2_image-${PV}.tar.gz"
12 S = "${WORKDIR}/SDL2_image-${PV}"
16 # Disable the run-time loading of the libs and bring back the soname dependencies.
17 EXTRA_OECONF += "--disable-jpg-shared --disable-png-shared -disable-tif-shared"
23 rm -f ${S}/acinclude/libtool.m4
24 rm -f ${S}/acinclude/sdl2.m4
25 rm -f ${S}/acinclude/pkg.m4
26 rm -f ${S}/acinclude/lt~obsolete.m4
27 rm -f ${S}/acinclude/ltoptions.m4
[all …]
/openbmc/qemu/tests/vm/
H A Dopenbsd3 # OpenBSD VM image
5 # Copyright 2017-2019 Red Hat Inc.
12 # the COPYING file in the top-level directory.
40 "gettext-tools",
43 "libusb1--",
54 "sdl2",
66 set -e;
67 rm -rf /home/qemu/qemu-test.*
68 cd $(mktemp -d /home/qemu/qemu-test.XXXXXX);
70 tar -xf /dev/rsd1c;
[all …]
H A Dnetbsd3 # NetBSD VM image
5 # Copyright 2017-2019 Red Hat Inc.
12 # the COPYING file in the top-level directory.
25 link = "https://cdn.netbsd.org/pub/NetBSD/NetBSD-9.3/images/NetBSD-9.3-amd64.iso"
30 "git-base",
34 "ninja-build",
40 "gettext-tools",
54 "SDL2",
66 set -e;
67 rm -rf /home/qemu/qemu-test.*
[all …]
/openbmc/qemu/ui/
H A Dsdl2.c31 #include "ui/sdl2.h"
33 #include "sysemu/runstate-action.h"
82 if (!scon->surface) { in sdl2_window_create()
85 assert(!scon->real_window); in sdl2_window_create()
92 if (scon->hidden) { in sdl2_window_create()
96 if (scon->opengl) { in sdl2_window_create()
101 scon->real_window = SDL_CreateWindow("", SDL_WINDOWPOS_UNDEFINED, in sdl2_window_create()
103 surface_width(scon->surface), in sdl2_window_create()
104 surface_height(scon->surface), in sdl2_window_create()
106 if (scon->opengl) { in sdl2_window_create()
[all …]
H A Dtrace-events18 ppm_save(int fd, void *image) "fd=%d image=%p"
20 # gtk-egl.c
21 # gtk-gl-area.c
33 # vnc-auth-sasl.c
34 # vnc-auth-vencrypt.c
35 # vnc-ws.c
40 vnc_key_event_map(bool down, int sym, int keycode, const char *name) "down %d, sym 0x%x -> keycode …
59 …b_update, size_t offset) "VNC client throttle incremental state=%p ioc=%p job-update=%d offset=%zu"
60 …nt job_update, size_t offset) "VNC client throttle forced state=%p ioc=%p job-update=%d offset=%zu"
97 # sdl2-input.c
[all …]
/openbmc/openbmc/poky/meta/conf/distro/include/
H A Ddistro_alias.inc4 # name is the major distribution equivalent to the name used in oe-core
8 # DISTRO_PN_ALIAS:pn-<recipe name> = "Distro1=<pkgname> Distro2=<pkgname>"
12 DISTRO_PN_ALIAS:pn-alsa-state = "OE-Core"
13 DISTRO_PN_ALIAS:pn-alsa-utils-alsaconf = "OE-Core"
14 DISTRO_PN_ALIAS:pn-alsa-utils-scripts = "OE-Core"
15 DISTRO_PN_ALIAS:pn-atk = "Fedora=atk OpenSuSE=atk"
16 DISTRO_PN_ALIAS:pn-avahi-ui = "Ubuntu=avahi-discover Debian=avahi-discover"
17 DISTRO_PN_ALIAS:pn-babeltrace = "OSPDT"
18 DISTRO_PN_ALIAS:pn-babeltrace2 = "OSPDT"
19 DISTRO_PN_ALIAS:pn-bjam = "OpenSuSE=boost-jam Debian=bjam"
[all …]
/openbmc/qemu/qapi/
H A Dui.json1 # -*- Mode: Python -*-
45 # - 'vnc' to modify the VNC server password
46 # - 'spice' to modify the Spice server password
82 # - If Spice is not enabled, DeviceNotFound
86 # .. qmp-example::
88 # -> { "execute": "set_password", "arguments": { "protocol": "vnc",
90 # <- { "return": {} }
100 # - 'vnc' to modify the VNC server expiration
101 # - 'spice' to modify the Spice server expiration
105 # - 'now' to expire the password immediately
[all …]
/openbmc/qemu/
H A Dconfigure14 source_path=$(cd "$(dirname -- "$0")"; pwd)
16 if test "$PWD" -ef "$source_path"
20 MARKER=build/auto-created-by-configure
22 if test -e build
24 if test -f $MARKER
26 rm -rf build
36 echo "your source directory, or try doing an out-of-tree build."
41 # This file is auto-generated by configure to support in-source tree
46 @$(MAKE) -C build -f Makefile $(MAKECMDGOALS)
48 test -e build/auto-created-by-configure ; \
[all …]
H A Dmeson.build10 meson.add_postconf_script(find_program('scripts/symlink-install-tree.py'))
23 config_host = keyval.load(meson.current_build_dir() / 'config-host.mak')
30 tmpdir = meson.current_build_dir() / 'meson-private/temp'
61 have_linux_user = have_linux_user or target.endswith('linux-user')
62 have_bsd_user = have_bsd_user or target.endswith('bsd-user')
63 have_system = have_system or target.endswith('-softmmu')
107 …dgen.version() + ' is unsupported. You can install a new version with "cargo install bindgen-cli"')
114 message('To use Rust you can install a new version with "cargo install bindgen-cli"')
132 # instead. QEMU --enable-modules depends on this because the SystemTap
135 add_global_arguments('-DSTAP_SDT_V2',
[all …]
/openbmc/linux/
H A Dopengrok1.0.log1 2024-12-28 20:07:11.902-0600 FINER t583 IndexDatabase.createAnnotationCache: failed to create annotation: repository {dir='/opengrok/src/openbmc/linux',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} does not allow to create annotation cache for '/opengrok/src/openbmc/linux/drivers/net/ethernet/marvell/mvpp2/mvpp2_prs.c'
2 2024-12-28 20:07:11.913-0600 FINEST t583 Statistics.logIt: Added: '/openbmc/linux/drivers/net/ethernet/marvell/mvpp2/mvpp2_prs.c' (CAnalyzer) (took 116 ms)
3 2024-12-28 20:07:11.899-0600 FINER t593 IndexDatabase.createAnnotationCache: failed to create annotation: repository {dir='/opengrok/src/openbmc/linux',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} does not allow to create annotation cache for '/opengrok/src/openbmc/linux/tools/testing/selftests/powerpc/tm/tm-signa
[all...]
H A Dopengrok0.0.log1 2024-12-28 20:09:05.996-0600 FINEST t1171 PendingFileCompleter.doRename: Moved pending as file: '/opengrok/data/xref/openbmc/linux/drivers/staging/media/av7110/video-continue.rst.gz'
2 2024-12-28 20:09:05.942-0600 FINEST t1149 PendingFileCompleter.doRename: Moved pending as file: '/opengrok/data/xref/openbmc/u-boot/arch/sh/config.mk.gz'
3 2024-12-2
[all...]