/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/files/ |
H A D | 3008-vo-Makefile.am-exclude-libgl_plugin.patch | 11 In the situation where opengl isn't included in 12 DISTRO_FEATURES. We need to exclude the opengl 29 -libgles2_plugin_la_SOURCES = $(OPENGL_COMMONSOURCES) video_output/opengl/display.c 37 -libgl_plugin_la_SOURCES = $(OPENGL_COMMONSOURCES) video_output/opengl/display.c 45 -libglconv_vaapi_wl_plugin_la_SOURCES = video_output/opengl/converter_vaapi.c \ 46 - video_output/opengl/converter.h \ 62 -libglconv_vdpau_plugin_la_SOURCES = video_output/opengl/converter_vdpau.c \ 63 - video_output/opengl/converter.h hw/vdpau/vlc_vdpau.h
|
H A D | 3009-vo-converter_vaapi-Fix-EGL-macro-undeclared.patch | 16 modules/video_output/opengl/converter_vaapi.c | 27 +++++++++++++++++++ 19 diff --git a/modules/video_output/opengl/converter_vaapi.c b/modules/video_output/opengl/converter_… 21 --- a/modules/video_output/opengl/converter_vaapi.c 22 +++ b/modules/video_output/opengl/converter_vaapi.c
|
H A D | 3004-use-GLESv2-headers-over-GL-headers.patch | 16 modules/video_output/opengl/converter.h | 12 +++--------- 20 diff --git a/modules/video_output/opengl/converter.h b/modules/video_output/opengl/converter.h 22 --- a/modules/video_output/opengl/converter.h 23 +++ b/modules/video_output/opengl/converter.h
|
/openbmc/qemu/ui/ |
H A D | sdl2-gl.c | 68 assert(scon->opengl); in sdl2_gl_update() 85 assert(scon->opengl); in sdl2_gl_switch() 115 assert(scon->opengl); in sdl2_gl_refresh() 127 assert(scon->opengl); in sdl2_gl_redraw() 145 assert(scon->opengl); in sdl2_gl_create_context() 187 assert(scon->opengl); in sdl2_gl_make_context_current() 196 assert(scon->opengl); in sdl2_gl_scanout_disable() 213 assert(scon->opengl); in sdl2_gl_scanout_texture() 233 assert(scon->opengl); in sdl2_gl_scanout_flush()
|
H A D | meson.build | 3 specific_ss.add(when: ['CONFIG_SYSTEM_ONLY'], if_true: opengl) # for the include path 60 system_ss.add(opengl) 61 if opengl.found() 64 opengl_ss.add(when: [opengl], 66 ui_modules += {'opengl' : opengl_ss} 69 if opengl.found() 71 egl_headless_ss.add(when: [opengl, pixman], 102 ), opengl, gbm, pixman, dbus_display1]) 117 gtk_ss.add(when: opengl, if_true: files('gtk-gl-area.c')) 118 gtk_ss.add(when: [x11, opengl], if_true: files('gtk-egl.c')) [all …]
|
H A D | sdl2-2d.c | 38 assert(!scon->opengl); in sdl2_2d_update() 66 assert(!scon->opengl); in sdl2_2d_switch() 131 assert(!scon->opengl); in sdl2_2d_refresh() 138 assert(!scon->opengl); in sdl2_2d_redraw()
|
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/ |
H A D | 2001-configure-setup-for-OE-core-usage.patch | 15 Add new check to opengl. None of the above headers 52 @@ -6737,12 +6740,13 @@ enabled opengl && { check_lib opengl GL/glx.h glXGetProcAddress … 53 check_lib opengl windows.h wglGetProcAddress "-lopengl32 -lgdi32" || 54 check_lib opengl OpenGL/gl3.h glGetError "-Wl,-framework,OpenGL" || 55 … check_lib opengl ES2/gl.h glGetError "-isysroot=${sysroot} -Wl,-framework,OpenGLES" || 56 + check_lib opengl GLES2/gl2.h glGetError "-lGLESv2" || 57 die "ERROR: opengl not found."
|
/openbmc/openbmc/poky/meta/recipes-graphics/glew/ |
H A D | glew_2.2.0.bb | 21 REQUIRED_DISTRO_FEATURES = "opengl" 23 PACKAGECONFIG ?= "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'opengl', 'egl-gles2', d)}" 25 # The opengl and egl-XXX options are exclusive, enable only one. 26 PACKAGECONFIG[opengl] = "SYSTEM='linux',,virtual/libx11 virtual/libgl libglu libxext libxi libxmu,,… 27 …gl' GLEW_NO_GLU='-DGLEW_NO_GLU' LDFLAGS.GL='-lEGL -lGLESv2',,virtual/egl virtual/libgles2,,,opengl"
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/mplayer/ |
H A D | mpv_0.39.0.bb | 40 ${@bb.utils.filter('DISTRO_FEATURES', 'x11 wayland opengl pipewire pulseaudio vulkan', d)} \ 41 ${@bb.utils.contains('DISTRO_FEATURES', 'opengl wayland', 'egl', '', d)} \ 42 ${@bb.utils.contains('DISTRO_FEATURES', 'opengl x11', 'drm gbm', '', d)} \ 47 PACKAGECONFIG[opengl] = "-Dgl=enabled,-Dgl=disabled,virtual/libgl" 66 if "x11" in packageconfig and "opengl" in packageconfig: 76 if "vdpau" in packageconfig and "opengl" in packageconfig and "x11" in packageconfig: 78 if "wayland" in packageconfig and "opengl" in packageconfig:
|
/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)} \ 34 ${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'mesa-driver-i915', '', d)} \ 38 ${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'mesa-driver-crocus', '', d)} \
|
/openbmc/openbmc/poky/meta/recipes-multimedia/gstreamer/ |
H A D | gstreamer1.0-plugins-base_1.24.10.bb | 22 # opengl packageconfig factored out to make it easy for distros 24 PACKAGECONFIG_X11 = "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'opengl glx', '', d)}" 25 PACKAGECONFIG_GL ?= "${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'gles2 egl ${PACKAGECONFIG_X… 35 OPENGL_APIS = 'opengl gles2' 60 PACKAGECONFIG[opengl] = ",,virtual/libgl libglu" 87 if bb.utils.contains('DISTRO_FEATURES', 'opengl', True, False, d):
|
H A D | gstreamer1.0-vaapi_1.24.10.bb | 23 REQUIRED_DISTRO_FEATURES ?= "opengl" 37 PACKAGECONFIG_GL ?= "${@bb.utils.contains('DISTRO_FEATURES', 'x11 opengl', 'glx', \ 38 bb.utils.contains('DISTRO_FEATURES', 'opengl', 'egl', \
|
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/grilo/ |
H A D | grilo-plugins_0.3.16.bb | 18 # gnome-online-accounts requires opengl by default, so lua-factory PACKAGECONFIG relies on opengl b… 20 ${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'lua-factory', '', d)} \
|
/openbmc/openbmc/meta-openembedded/meta-gnome/dynamic-layers/meta-virtualization/recipes-gnome/gnome-boxes/ |
H A D | gnome-boxes_47.0.bb | 8 # reason for opengl: spice-gtk requires opengl 9 REQUIRED_DISTRO_FEATURES += "gobject-introspection-data opengl"
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/jasper/ |
H A D | jasper_4.2.4.bb | 19 PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'opengl x11', 'opengl', '', d)} \ 23 PACKAGECONFIG[opengl] = "-DJAS_ENABLE_OPENGL=ON,-DJAS_ENABLE_OPENGL=OFF,freeglut,"
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libglvnd/ |
H A D | libglvnd_1.7.0.bb | 12 REQUIRED_DISTRO_FEATURES = "opengl" 20 ${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'egl gles1 gles2', '', d)} \ 21 ${@bb.utils.contains('DISTRO_FEATURES', 'opengl x11', 'glx', '', d)} \
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libsdl/ |
H A D | libsdl_1.2.15.bb | 56 ${@bb.utils.contains('DISTRO_FEATURES', 'x11 opengl', 'opengl', '', d)}" 64 PACKAGECONFIG[opengl] = "--enable-video-opengl, --disable-video-opengl, virtual/libgl libglu"
|
/openbmc/openbmc/poky/meta/recipes-sato/webkit/ |
H A D | webkitgtk_2.46.4.bb | 26 REQUIRED_DISTRO_FEATURES = "opengl" 51 ${@bb.utils.contains('DISTRO_FEATURES', 'x11 opengl', 'webgl opengl', '', d)} \ 53 ${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'opengl-or-es', '', d)} \ 66 PACKAGECONFIG[opengl] = "-DENABLE_GRAPHICS_CONTEXT_GL=ON,-DENABLE_GRAPHICS_CONTEXT_GL=OFF,virtual/e… 67 PACKAGECONFIG[opengl-or-es] = "-DUSE_OPENGL_OR_ES=ON,-DUSE_OPENGL_OR_ES=OFF"
|
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/libspelling/ |
H A D | libspelling_0.4.5.bb | 10 # reason: gtk4 requires opengl distro feature 11 REQUIRED_DISTRO_FEATURES = "opengl"
|
/openbmc/qemu/hw/display/ |
H A D | meson.build | 77 if virgl.found() and opengl.found() 79 virtio_gpu_gl_ss.add(when: ['CONFIG_VIRTIO_GPU', virgl, opengl], 100 if virgl.found() and opengl.found() 102 virtio_gpu_pci_gl_ss.add(when: ['CONFIG_VIRTIO_GPU', 'CONFIG_VIRTIO_PCI', virgl, opengl], 124 if virgl.found() and opengl.found() 126 virtio_vga_gl_ss.add(when: ['CONFIG_VIRTIO_VGA', virgl, opengl],
|
/openbmc/openbmc/poky/meta/recipes-graphics/mesa/ |
H A D | mesa-gl.bb | 13 PACKAGECONFIG ??= "opengl gallium ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', 'osmesa', d… 14 PACKAGECONFIG:class-target = "opengl gallium ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', …
|
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/libdc1394/ |
H A D | libdc1394_2.2.7.bb | 10 ${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'virtual/egl', '', d)} \ 11 ${@bb.utils.contains('DISTRO_FEATURES', 'opengl x11', 'libglu', '', d)} \
|
/openbmc/openbmc/poky/meta/recipes-graphics/libsdl2/ |
H A D | libsdl2_2.30.10.bb | 52 # opengl packageconfig factored out to make it easy for distros 53 # and BSP layers to pick either (desktop) opengl, gles2, or no GL 54 PACKAGECONFIG_GL ?= "${@bb.utils.filter('DISTRO_FEATURES', 'opengl', d)}" 75 PACKAGECONFIG[opengl] = "-DSDL_OPENGL=ON,-DSDL_OPENGL=OFF,virtual/egl"
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/webkitgtk/ |
H A D | webkitgtk3_2.44.3.bb | 33 REQUIRED_DISTRO_FEATURES = "${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'opengl', '', d)}" 61 ${@bb.utils.contains('DISTRO_FEATURES', 'x11 opengl', 'webgl opengl', '', d)} \ 63 ${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'opengl-or-es', '', d)} \ 77 PACKAGECONFIG[opengl] = "-DENABLE_GRAPHICS_CONTEXT_GL=ON,-DENABLE_GRAPHICS_CONTEXT_GL=OFF,virtual/e… 78 PACKAGECONFIG[opengl-or-es] = "-DUSE_OPENGL_OR_ES=ON,-DUSE_OPENGL_OR_ES=OFF"
|
/openbmc/openbmc/meta-raspberrypi/dynamic-layers/qt5-layer/recipes-qt/qt5/ |
H A D | qtbase_%.bbappend | 1 PACKAGECONFIG_GL:rpi = "${@bb.utils.contains('DISTRO_FEATURES', 'x11 opengl', 'gl', \ 2 bb.utils.contains('DISTRO_FEATURES', 'opengl', 'eglfs gles2', \
|