Tests
Suites
Latest Results
Search
Register
Login
Popular Tests
Timed Linux Kernel Compilation
SVT-AV1
7-Zip Compression
Stockfish
FFmpeg
x265
Newest Tests
LiteRT
WarpX
Epoch
Valkey
Whisperfile
XNNPACK
Recently Updated Tests
SuperTuxKart
ASTC Encoder
SVT-AV1
Unvanquished
Primesieve
XNNPACK
New & Recently Updated Tests
Recently Updated Suites
Database Test Suite
Machine Learning
Steam
New & Recently Updated Suites
Component Benchmarks
CPUs / Processors
GPUs / Graphics
OpenGL
Disks / Storage
Motherboards
File-Systems
Operating Systems
OpenBenchmarking.org
Corporate / Organization Info
Bug Reports / Feature Requests
Timed Mesa Compilation 1.1.0
pts/build-mesa-1.1.0
- 24 March 2024 -
Update against Mesa 24.0 to fix modern build problems.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.4--> <PhoronixTestSuite> <Downloads> <Package> <URL>https://archive.mesa3d.org/mesa-24.0.3.tar.xz</URL> <MD5>fb1794acf5f714e4835be3bf2ab010fe</MD5> <SHA256>77aec9a2a37b7d3596ea1640b3cc53d0b5d9b3b52abed89de07e3717e91bfdbe</SHA256> <FileName>mesa-24.0.3.tar.xz</FileName> <FileSize>20021264</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh pip3 install --user mako echo "#!/bin/sh cd mesa-24.0.3 ninja -C build echo \$? > ~/test-exit-status" > build-mesa chmod +x build-mesa
interim.sh
#!/bin/sh cd mesa-24.0.3 rm -rf build/ cp -va build-meson build
post.sh
#!/bin/sh rm -rf mesa-24.0.3
pre.sh
#!/bin/sh rm -rf mesa-24.0.3 tar -xf mesa-24.0.3.tar.xz cd mesa-24.0.3 meson --buildtype=release -Dglx=xlib -Dvulkan-drivers= -Dgallium-drivers=swrast -Dplatforms=x11 -Dgallium-omx=disabled -Dllvm=disabled build cp -va build build-meson
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.4--> <PhoronixTestSuite> <SystemMonitor> <Sensor>sys.time</Sensor> </SystemMonitor> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.4--> <PhoronixTestSuite> <TestInformation> <Title>Timed Mesa Compilation</Title> <AppVersion>24.0</AppVersion> <Description>This test profile times how long it takes to compile Mesa with Meson/Ninja. For minimizing build dependencies and avoid versioning conflicts, test this is just the core Mesa build without LLVM or the extra Gallium3D/Mesa drivers enabled.</Description> <ResultScale>Seconds</ResultScale> <Proportion>LIB</Proportion> <SubTitle>Time To Compile</SubTitle> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.1.0</Version> <SupportedPlatforms>Linux, BSD, MacOSX</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>Processor</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>build-utilities, python, meson, glew, xorg-development</ExternalDependencies> <ProjectURL>https://www.mesa3d.org/</ProjectURL> <InternalTags>SMP</InternalTags> <Maintainer>Michael Larabel</Maintainer> <SystemDependencies>xcb/randr.h, X11/Xproto.h, GL/glxproto.h, X11/extensions/Xext.h, X11/extensions/Xrandr.h, X11/Xutil.h, xcb/xfixes.h</SystemDependencies> </TestProfile> </PhoronixTestSuite>