https://github.com/glmark2/glmark2
glmark2 is an OpenGL 2.0 and ES 2.0 benchmark
https://github.com/glmark2/glmark2
benchmark drm gbm gles2 glsl kms linux opengl opengl-es wayland x11
Last synced: 1 day ago
JSON representation
glmark2 is an OpenGL 2.0 and ES 2.0 benchmark
- Host: GitHub
- URL: https://github.com/glmark2/glmark2
- Owner: glmark2
- License: gpl-3.0
- Created: 2014-02-11T17:06:27.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2025-02-21T12:56:19.000Z (3 months ago)
- Last Synced: 2025-04-14T12:58:31.272Z (about 1 month ago)
- Topics: benchmark, drm, gbm, gles2, glsl, kms, linux, opengl, opengl-es, wayland, x11
- Language: C
- Homepage:
- Size: 13.4 MB
- Stars: 459
- Watchers: 26
- Forks: 190
- Open Issues: 63
-
Metadata Files:
- Readme: README
- Changelog: NEWS
- License: COPYING
Awesome Lists containing this project
README
glmark2 is an OpenGL 2.0 and ES 2.0 benchmark.
glmark2 is developed by Alexandros Frantzis and Jesse Barker based on the
original glmark benchmark by Ben Smith.It is licensed under the GPLv3 (see COPYING).
To build glmark2 you need:
* meson (>= 0.47)
* libpng 1.6
* Window system development files for the flavors you want to build
(e.g, X11, Wayland, drm)
* libGL (for desktop GL)
* libEGL and libGLESv2 (for GLESv2)Read the INSTALL file for building/installation instructions,
Read the INSTALL.android file for instructions for Android.