The NetBSD Project

CVS log for pkgsrc/benchmarks/glmark2/distinfo

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / benchmarks / glmark2

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.12 / (download) - annotate - [select for diffs], Wed Jul 26 13:37:35 2023 UTC (4 months, 1 week ago) by abs
Branch: MAIN
CVS Tags: pkgsrc-2023Q3-base, pkgsrc-2023Q3, HEAD
Changes since 1.11: +4 -2 lines
Diff to previous 1.11 (colored)

Work around upstream commit which seems to break usage on at least
NetBSD DRM devices (still worked fine with software rendering)

https://github.com/glmark2/glmark2/commit/ea488e972bbac35084b02d5b24392c26a8f232f2

Instead now if we cannot find a "good" config, we use the best
found with a warning

Also apply https://github.com/glmark2/glmark2/pull/203

Bump pkgrevision

OK'd by MAINTAINER

Revision 1.11 / (download) - annotate - [select for diffs], Tue Jul 25 09:07:34 2023 UTC (4 months, 1 week ago) by abs
Branch: MAIN
Changes since 1.10: +6 -5 lines
Diff to previous 1.10 (colored)

Updated benchmarks/glmark2 to 2023.01

Allows building with python 3.11

(14 day timeout from email to MAINTAINER)

glmark2 2023.01 (20230119)
==========================

* Add gbm-gl/glesv2 flavors for GBM offscreen rendering.
* Add x11-gl-egl flavor that uses EGL under X11.
* Implement SwapInterval 0 for the DRM backend.
* Support multisampled configs in --visual-config.
* Support explicitly specifying the config id in --visual-config.
* Add CPU time and shader compilation time to available results.
* Add --results to specify which kind of results to report.
* Add --results-file to export results to XML or CSV.
* Add --version command-line option.

glmark2 2021.12 (20211223)
==========================

* Fix crash with NVIDIA OpenGL driver.
* Fix issues when running with the Wayland backend under Sway.
* Gracefully handle missing GL features.
* Fix model loading on big-endian systems.
* Support EGL versions < 1.4.
* Fix crash with the DRM backend when we can't become DRM master.

glmark2 2021.02 (20210215)
==========================

* Meson build system support for DRM/X11/Wayland builds.
* Fix precision handling in various fragment shaders.
* Fix spurious failures when using --validate.
* Always draw to the correct, offscreen buffer when using --off-screen.
* Don't prefer framebuffer formats with more than 8 bytes per component.
* Add basic mouse and keyboard support on Wayland.

Revision 1.10 / (download) - annotate - [select for diffs], Tue Oct 26 10:02:52 2021 UTC (2 years, 1 month ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2023Q2-base, pkgsrc-2023Q2, pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3, pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1, pkgsrc-2021Q4-base, pkgsrc-2021Q4
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 (colored)

benchmarks: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Revision 1.9 / (download) - annotate - [select for diffs], Thu Oct 7 13:18:30 2021 UTC (2 years, 1 month ago) by nia
Branch: MAIN
Changes since 1.8: +1 -2 lines
Diff to previous 1.8 (colored)

benchmarks: Remove SHA1 hashes for distfiles

Revision 1.8 / (download) - annotate - [select for diffs], Tue Sep 29 16:17:56 2020 UTC (3 years, 2 months ago) by prlw1
Branch: MAIN
CVS Tags: pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2, pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4
Changes since 1.7: +5 -5 lines
Diff to previous 1.7 (colored)

Update glmark2 to 2020.04

No longer requires python 2.7

glmark2 2020.04 (20200428)
==========================

* Port Wayland flavor to xdg-shell window management.
* Support recent Android SDK/NDK versions.
* Add support for Windows via WGL and ANGLE-EGL.
* Support Raspberry Pi's dispmanx.
* Use glad for GL headers and dynamic GL library loading.
* Add --data-path command-line option to set data path at runtime.
* Add 'nframes' scene option to limit the number of rendered frames.
* Add F-Droid/fastlane metadata.

Revision 1.7 / (download) - annotate - [select for diffs], Sun Dec 22 22:21:58 2019 UTC (3 years, 11 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2020Q3-base, pkgsrc-2020Q3, pkgsrc-2020Q2-base, pkgsrc-2020Q2, pkgsrc-2020Q1-base, pkgsrc-2020Q1, pkgsrc-2019Q4-base, pkgsrc-2019Q4
Changes since 1.6: +2 -1 lines
Diff to previous 1.6 (colored)

When using -dM -E to detect the C++ compiler, force C++ mode. Otherwise
-std=c++11 will break with clang.

Revision 1.6 / (download) - annotate - [select for diffs], Sat Jun 2 13:16:42 2018 UTC (5 years, 6 months ago) by prlw1
Branch: MAIN
CVS Tags: pkgsrc-2019Q3-base, pkgsrc-2019Q3, pkgsrc-2019Q2-base, pkgsrc-2019Q2, pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3, pkgsrc-2018Q2-base, pkgsrc-2018Q2
Changes since 1.5: +5 -5 lines
Diff to previous 1.5 (colored)

Update glmark2 to 2017.07

Fixes use of auto_ptr.

glmark2 2017.07 (20170728)
==========================

* Use monotonic clock for benchmark timings.
* Use udev to find the best node path to use in the DRM backend.
* Don't rebuild common source needlessly.
* Build in C++14 mode.

Revision 1.5 / (download) - annotate - [select for diffs], Fri Jan 22 15:26:25 2016 UTC (7 years, 10 months ago) by prlw1
Branch: MAIN
CVS Tags: pkgsrc-2018Q1-base, pkgsrc-2018Q1, pkgsrc-2017Q4-base, pkgsrc-2017Q4, pkgsrc-2017Q3-base, pkgsrc-2017Q3, pkgsrc-2017Q2-base, pkgsrc-2017Q2, pkgsrc-2017Q1-base, pkgsrc-2017Q1, pkgsrc-2016Q4-base, pkgsrc-2016Q4, pkgsrc-2016Q3-base, pkgsrc-2016Q3, pkgsrc-2016Q2-base, pkgsrc-2016Q2, pkgsrc-2016Q1-base, pkgsrc-2016Q1
Changes since 1.4: +5 -8 lines
Diff to previous 1.4 (colored)

Update glmark2 to git acac90b257

- Build: Allow disabling the -Werror compiler flag
- Build: Allow user defined CXXFLAGS to override all built-in flags
- Build: Exclude git repository files from dist tarball
- Fix clang build errors
- NativeStateMir: Update for newest Mir client API

Revision 1.4 / (download) - annotate - [select for diffs], Tue Nov 3 00:25:50 2015 UTC (8 years, 1 month ago) by agc
Branch: MAIN
CVS Tags: pkgsrc-2015Q4-base, pkgsrc-2015Q4
Changes since 1.3: +2 -1 lines
Diff to previous 1.3 (colored)

Add SHA512 digests for distfiles for benchmarks category

Problems found with existing distfile for superpi:
	distfiles/super_pi-20030927/super_pi.tar.gz
No changes were made to the superpi/distinfo file.

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
distfiles/eagle-lin32-7.4.0.run

Revision 1.3 / (download) - annotate - [select for diffs], Sun Mar 8 23:25:39 2015 UTC (8 years, 8 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2015Q3-base, pkgsrc-2015Q3, pkgsrc-2015Q2-base, pkgsrc-2015Q2, pkgsrc-2015Q1-base, pkgsrc-2015Q1
Changes since 1.2: +4 -1 lines
Diff to previous 1.2 (colored)

Fix warnings to build with default clang flags.

Revision 1.2 / (download) - annotate - [select for diffs], Sat Mar 7 14:27:15 2015 UTC (8 years, 8 months ago) by tnn
Branch: MAIN
Changes since 1.1: +4 -4 lines
Diff to previous 1.1 (colored)

convert to USE_GITHUB

Revision 1.1 / (download) - annotate - [select for diffs], Sat Feb 28 23:09:27 2015 UTC (8 years, 9 months ago) by prlw1
Branch: MAIN

Add glmark2-2014.03

glmark2 is an OpenGL 2.0 and ES 2.0 benchmark.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>