| /OK3568_Linux_fs/external/xserver/test/scripts/ |
| H A D | run-piglit.sh | 7 # Exit as a "skip" so make check works even without piglit. 12 echo "PIGLIT_DIR must be set to the directory of the piglit repository." 13 # Exit as a "skip" so make check works even without piglit. 18 echo "PIGLIT_RESULTS_DIR must be set to where to output piglit results." 42 $XSERVER_DIR/test/scripts/xinit-piglit-session.sh \ 46 # Write out piglit-summaries. 49 $PIGLIT_DIR/piglit summary console -s $PIGLIT_RESULTS_DIR > $SHORT_SUMMARY 50 $PIGLIT_DIR/piglit summary console $PIGLIT_RESULTS_DIR > $LONG_SUMMARY 55 # Parse the piglit summary to decide on our exit status. 69 $PIGLIT_DIR/piglit summary html \ [all …]
|
| H A D | xinit-piglit-session.sh | 3 # .xinitrc replacement to run piglit and exit. 5 # Note that piglit will run many processes against the server, so 11 echo "PIGLIT_DIR must be set to the directory of the piglit repository." 35 exec ./piglit run xts-render $PIGLIT_ARGS $PIGLIT_RESULTS_DIR
|
| H A D | xvfb-piglit.sh | 11 export PIGLIT_RESULTS_DIR=$XSERVER_BUILDDIR/test/piglit-results/xvfb 13 exec $XSERVER_DIR/test/scripts/run-piglit.sh
|
| H A D | xephyr-glamor-piglit.sh | 10 export PIGLIT_RESULTS_DIR=$XSERVER_BUILDDIR/test/piglit-results/xephyr-glamor 20 $XSERVER_DIR/test/scripts/run-piglit.sh \
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/piglit/ |
| H A D | piglit_git.bb | 2 DESCRIPTION = "Piglit is an open-source test suite for OpenGL and OpenCL \ 4 HOMEPAGE = "https://gitlab.freedesktop.org/mesa/piglit" 5 BUGTRACKER = "https://gitlab.freedesktop.org/mesa/piglit/-/issues" 9 SRC_URI = "git://gitlab.freedesktop.org/mesa/piglit.git;protocol=https;branch=main \ 13 file://0002-tests-util-piglit-shader.c-do-not-hardcode-build-pat.patch \ 48 sed -i -e "/^#.*include <GL\/freeglut_ext.h>$/d" ${S}/src/piglit/glut_wrap.h 49 sed -i -e "/^#.*include.*<GL\/glut.h>$/d" ${S}/src/piglit/glut_wrap.h 53 # Forcibly strip because Piglit is *huge* 65 # As nothing builds against Piglit we don't need to have anything in the
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/piglit/piglit/ |
| H A D | 0002-tests-util-piglit-shader.c-do-not-hardcode-build-pat.patch | 4 Subject: [PATCH 2/2] tests/util/piglit-shader.c: do not hardcode build path 12 tests/util/piglit-shader.c | 2 +- 15 diff --git a/tests/util/piglit-shader.c b/tests/util/piglit-shader.c 17 --- a/tests/util/piglit-shader.c 18 +++ b/tests/util/piglit-shader.c
|
| H A D | 0001-Add-a-missing-include-for-htobe32-definition.patch | 6 Upstream-Status: Submitted [https://gitlab.freedesktop.org/mesa/piglit/-/merge_requests/609] 18 #include "piglit-util-gl.h"
|
| H A D | 0001-cmake-use-proper-WAYLAND_INCLUDE_DIRS-variable.patch | 12 Upstream-Status: Submitted [piglit@lists.freedesktop.org] 22 piglit-framework-gl/piglit_wl_framework.c
|
| H A D | 0001-cmake-install-bash-completions-in-the-right-place.patch | 27 FILES completions/bash/piglit
|
| /OK3568_Linux_fs/external/xserver/.gitlab-ci/ |
| H A D | Dockerfile | 20 git clone https://gitlab.freedesktop.org/mesa/piglit.git && cd piglit && \ 28 cd .. && rm -rf piglit/.git xts/.git && \ 29 echo '[xts]' > piglit/piglit.conf && echo 'path=/root/xts' >> piglit/piglit.conf && \
|
| /OK3568_Linux_fs/buildroot/package/piglit/ |
| H A D | Config.in | 2 bool "piglit" 29 Piglit is an open-source test suite for OpenGL 32 https://piglit.freedesktop.org 34 comment "piglit needs glibc or musl"
|
| H A D | piglit.mk | 3 # piglit 8 PIGLIT_SITE = https://gitlab.freedesktop.org/mesa/piglit.git
|
| H A D | piglit.hash | 2 sha256 ec2a80c49f10761980334f1591be54ee6f365165d7ac637270b4ca15a12ad674 piglit-2affee53f3ad7a96f5…
|
| /OK3568_Linux_fs/external/xserver/test/ |
| H A D | Makefile.am | 20 XVFB_TESTS = scripts/xvfb-piglit.sh 23 XEPHYR_GLAMOR_TESTS = scripts/xephyr-glamor-piglit.sh 187 scripts/xvfb-piglit.sh \ 188 scripts/xephyr-glamor-piglit.sh \ 189 scripts/xinit-piglit-session.sh \ 190 scripts/run-piglit.sh \
|
| H A D | meson.build | 12 test('xvfb-piglit', find_program('scripts/xvfb-piglit.sh'), 19 find_program('scripts/xephyr-glamor-piglit.sh'),
|
| H A D | Makefile.in | 965 @ENABLE_UNIT_TESTS_TRUE@@XVFB_TRUE@XVFB_TESTS = scripts/xvfb-piglit.sh 966 …STS_TRUE@@GLAMOR_TRUE@@XEPHYR_TRUE@@XVFB_TRUE@XEPHYR_GLAMOR_TESTS = scripts/xephyr-glamor-piglit.sh 999 scripts/xvfb-piglit.sh \ 1000 scripts/xephyr-glamor-piglit.sh \ 1001 scripts/xinit-piglit-session.sh \ 1002 scripts/run-piglit.sh \ 1750 scripts/xvfb-piglit.sh.log: scripts/xvfb-piglit.sh 1751 @p='scripts/xvfb-piglit.sh'; \ 1752 b='scripts/xvfb-piglit.sh'; \ 1757 scripts/xephyr-glamor-piglit.sh.log: scripts/xephyr-glamor-piglit.sh [all …]
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | .gitlab-ci.yml | 57 - build/test/piglit-results/ 81 export PIGLIT_DIR=/root/piglit XTEST_DIR=/root/xts 86 cat test/piglit-results/xvfb/long-summary || : 92 PIGLIT_DIR: /root/piglit 103 cat build/test/piglit-results/xvfb/long-summary || :
|
| /OK3568_Linux_fs/buildroot/package/waffle/ |
| H A D | Config.in | 34 Waffle's immediate goal is to enable Piglit [1] to test 36 each Piglit test to choose its OpenGL API and window system 44 [1] http://piglit.freedesktop.org
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/waffle/waffle/ |
| H A D | 0001-waffle-do-not-make-core-protocol-into-the-library.patch | 6 None of the consumers (which is just piglit) use it, and
|
| /OK3568_Linux_fs/kernel/Documentation/gpu/ |
| H A D | drm-uapi.rst | 88 userspace project. For e.g. mesa this means piglit testcases and review on the 404 In this example, instead of build the igt_runner, Piglit is used
|
| /OK3568_Linux_fs/yocto/poky/documentation/migration-guides/ |
| H A D | release-notes-4.0.rst | 189 …``gstreamer1.0-plugins-bad``, ``linux-yocto-dev``, ``kmod``, ``mesa``, ``piglit``, ``qemu``, ``rpm… 581 - piglit: upgrade to latest revision
|
| H A D | migration-2.2.rst | 440 - ``packagegroup-core-tools-testapps``: Removed Piglit.
|
| H A D | release-notes-3.4.rst | 454 - piglit 1.0+gitrX (d4d9353b7290...) -> 1.0+gitrX (6a4be9e9946d...)
|
| /OK3568_Linux_fs/yocto/poky/meta/conf/distro/include/ |
| H A D | distro_alias.inc | 266 DISTRO_PN_ALIAS:pn-piglit = "OE-Core"
|
| H A D | maintainers.inc | 567 RECIPE_MAINTAINER:pn-piglit = "Ross Burton <ross.burton@arm.com>"
|