Home
last modified time | relevance | path

Searched full:piglit (Results 1 – 25 of 29) sorted by relevance

12

/OK3568_Linux_fs/external/xserver/test/scripts/
H A Drun-piglit.sh7 # 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 Dxinit-piglit-session.sh3 # .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 Dxvfb-piglit.sh11 export PIGLIT_RESULTS_DIR=$XSERVER_BUILDDIR/test/piglit-results/xvfb
13 exec $XSERVER_DIR/test/scripts/run-piglit.sh
H A Dxephyr-glamor-piglit.sh10 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 Dpiglit_git.bb2 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 D0002-tests-util-piglit-shader.c-do-not-hardcode-build-pat.patch4 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 D0001-Add-a-missing-include-for-htobe32-definition.patch6 Upstream-Status: Submitted [https://gitlab.freedesktop.org/mesa/piglit/-/merge_requests/609]
18 #include "piglit-util-gl.h"
H A D0001-cmake-use-proper-WAYLAND_INCLUDE_DIRS-variable.patch12 Upstream-Status: Submitted [piglit@lists.freedesktop.org]
22 piglit-framework-gl/piglit_wl_framework.c
H A D0001-cmake-install-bash-completions-in-the-right-place.patch27 FILES completions/bash/piglit
/OK3568_Linux_fs/external/xserver/.gitlab-ci/
H A DDockerfile20 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 DConfig.in2 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 Dpiglit.mk3 # piglit
8 PIGLIT_SITE = https://gitlab.freedesktop.org/mesa/piglit.git
H A Dpiglit.hash2 sha256 ec2a80c49f10761980334f1591be54ee6f365165d7ac637270b4ca15a12ad674 piglit-2affee53f3ad7a96f5…
/OK3568_Linux_fs/external/xserver/test/
H A DMakefile.am20 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 Dmeson.build12 test('xvfb-piglit', find_program('scripts/xvfb-piglit.sh'),
19 find_program('scripts/xephyr-glamor-piglit.sh'),
H A DMakefile.in965 @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.yml57 - 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 DConfig.in34 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 D0001-waffle-do-not-make-core-protocol-into-the-library.patch6 None of the consumers (which is just piglit) use it, and
/OK3568_Linux_fs/kernel/Documentation/gpu/
H A Ddrm-uapi.rst88 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 Drelease-notes-4.0.rst189 …``gstreamer1.0-plugins-bad``, ``linux-yocto-dev``, ``kmod``, ``mesa``, ``piglit``, ``qemu``, ``rpm…
581 - piglit: upgrade to latest revision
H A Dmigration-2.2.rst440 - ``packagegroup-core-tools-testapps``: Removed Piglit.
H A Drelease-notes-3.4.rst454 - piglit 1.0+gitrX (d4d9353b7290...) -> 1.0+gitrX (6a4be9e9946d...)
/OK3568_Linux_fs/yocto/poky/meta/conf/distro/include/
H A Ddistro_alias.inc266 DISTRO_PN_ALIAS:pn-piglit = "OE-Core"
H A Dmaintainers.inc567 RECIPE_MAINTAINER:pn-piglit = "Ross Burton <ross.burton@arm.com>"

12