Home
last modified time | relevance | path

Searched refs:pixman (Results 1 – 25 of 57) sorted by relevance

123

/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/
H A Dpixman_0.42.2.bb6 HOMEPAGE = "http://www.pixman.org"
16 UPSTREAM_CHECK_REGEX = "pixman-(?P<pver>\d+\.(\d*[02468])+(\.\d+)+)"
22 file://pixman/pixman-matrix.c;endline=21;md5=4a018dff3e4e25302724c88ff95c2456 \
23 … file://pixman/pixman-arm-neon-asm.h;endline=24;md5=9a9cc1e51abbf1da58f4d9528ec9d49b \
30 # ld: pixman/libpixman-mmx.a(pixman-mmx.c.o):
/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/pixman/
H A D0001-ARM-qemu-related-workarounds-in-cpu-features-detecti.patch10 This was ported from meta-oe's patch [1]. The original pixman patch is found
13 [1] http://cgit.openembedded.org/meta-openembedded/tree/meta-oe/recipes-graphics/xorg-lib/pixman-0.…
14 [2] http://lists.freedesktop.org/archives/pixman/2011-January/000906.html
20 pixman/pixman-arm.c | 82 ++++++++++++++++++++++++++++++++++++++++----------
23 diff --git a/pixman/pixman-arm.c b/pixman/pixman-arm.c
25 --- a/pixman/pixman-arm.c
26 +++ b/pixman/pixman-arm.c
/openbmc/qemu/ui/
H A Dmeson.build1 system_ss.add(pixman)
2 specific_ss.add(when: ['CONFIG_SYSTEM_ONLY'], if_true: pixman) # for the include path
17 'qemu-pixman.c',
49 system_ss.add_all(when: [vnc, pixman], if_true: vnc_ss)
63 opengl_ss.add(gbm, pixman)
71 egl_headless_ss.add(when: [opengl, pixman],
102 ), opengl, gbm, pixman, dbus_display1])
112 gtk_ss.add(gtk, vte, pixman, files('gtk.c'))
128 sdl_ss.add(sdl, sdl_image, pixman, glib, files(
140 spice_core_ss.add(spice, pixman, files(
[all …]
/openbmc/qemu/hw/display/
H A Dmeson.build55 pixman, spice])
66 system_ss.add(when: 'CONFIG_ATI_VGA', if_true: [files('ati.c', 'ati_2d.c', 'ati_dbg.c'), pixman])
72 if_true: [files('virtio-gpu-base.c', 'virtio-gpu.c'), pixman])
84 if_true: [files('virtio-gpu-gl.c', 'virtio-gpu-virgl.c'), pixman, virgl])
91 if_true: [files('virtio-gpu-rutabaga.c'), pixman])
99 if_true: [files('virtio-gpu-pci.c'), pixman])
107 if_true: [files('virtio-gpu-pci-gl.c'), pixman])
113 if_true: [files('virtio-gpu-pci-rutabaga.c'), pixman])
121 if_true: [files('virtio-vga.c'), pixman])
131 if_true: [files('virtio-vga-gl.c'), pixman])
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/xserver-xorg-cvt/
H A Dxserver-xorg-cvt-native_1.20.10.bb6 DEPENDS += "pixman-native xorgproto-native libxrandr-native"
29 CFLAGS="${CFLAGS} -DXORG_VERSION_CURRENT=1 $incpaths `pkg-config --cflags pixman-1`"
30 LDFLAGS="${LDFLAGS} -lm `pkg-config --libs pixman-1`"
/openbmc/openbmc/poky/meta/recipes-graphics/wayland/
H A Dweston-init.bb19 PACKAGECONFIG:append:qemuriscv64 = " use-pixman"
20 PACKAGECONFIG:append:qemuppc64 = " use-pixman"
24 PACKAGECONFIG[use-pixman] = ",,"
69 if [ "${@bb.utils.contains('PACKAGECONFIG', 'use-pixman', 'yes', 'no', d)}" = "yes" ]; then
70 sed -i -e "/^\[core\]/a use-pixman=true" ${D}${sysconfdir}/xdg/weston/weston.ini
/openbmc/qemu/tests/lcitool/projects/
H A Dqemu-minimal.yml21 - pixman
H A Dqemu.yml88 - pixman
/openbmc/qemu/contrib/vhost-user-gpu/
H A Dmeson.build3 dependencies: [qemuutil, pixman, gbm, virgl, vhost_user, opengl],
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/xrdp/
H A Dxrdp_0.9.19.bb9 DEPENDS = "openssl virtual/libx11 libxfixes libxrandr libpam nasm-native imlib2 pixman libsm"
42 --enable-pixman --enable-painter --enable-vsock \
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/fbida/files/
H A D0001-fbida-Include-missing-sys-types.h.patch30 #include <pixman.h>
/openbmc/openbmc/poky/meta/recipes-devtools/qemu/
H A Dqemu_8.2.1.bb5 DEPENDS += "glib-2.0 zlib pixman"
H A Dqemu-system-native_8.2.1.bb8 DEPENDS += "glib-2.0-native zlib-native pixman-native qemu-native"
/openbmc/qemu/audio/
H A Dmeson.build33 module_ss.add(when: [gio, pixman],
/openbmc/qemu/.gitlab-ci.d/cirrus/
H A Dmacos-14.vars14 …p libssh libtasn1 libusb llvm lzo make meson mtools ncurses nettle ninja pixman pkg-config python3…
H A Dmacos-13.vars14 …p libssh libtasn1 libusb llvm lzo make meson mtools ncurses nettle ninja pixman pkg-config python3…
H A Dfreebsd-13.vars14 …erver libssh libtasn1 llvm lzo2 meson mtools ncurses nettle ninja opencv pixman pkgconf png py311-…
/openbmc/qemu/chardev/
H A Dmeson.build41 module_ss.add(when: [brlapi], if_true: [files('baum.c'), pixman])
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/neatvnc/
H A Dneatvnc_0.8.0.bb13 DEPENDS = "libdrm pixman aml zlib"
/openbmc/openbmc/poky/meta/recipes-graphics/xorg-driver/
H A Dxf86-video-intel_git.bb20 DEPENDS += "virtual/libx11 drm libpciaccess pixman cairo libpng libxcb libxcomposite libxdamage lib…
/openbmc/qemu/include/ui/
H A Dqemu-pixman.h75 uint32_t qemu_pixman_to_drm_format(pixman_format_code_t pixman);
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/spice/
H A Dspice-gtk_0.42.bb33 pixman \
H A Dspice_git.bb28 DEPENDS = "spice-protocol jpeg pixman alsa-lib glib-2.0 gdk-pixbuf lz4 orc python3-pyparsing-native…
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/fbida/
H A Dfbida_git.bb10 DEPENDS = "virtual/libiconv jpeg fontconfig freetype libexif libdrm pixman udev libinput cairo"
/openbmc/openbmc/poky/meta/recipes-graphics/xwayland/
H A Dxwayland_23.2.5.bb20 DEPENDS += "xorgproto xtrans pixman libxkbfile libxfont2 wayland wayland-native wayland-protocols l…

123