Skip to content

GLMemPerf is an OpenGL ES 2.0 performance estimation tool that aims to measure the memory bandwidth characteristics of a graphics implementation. It performs a number of blit style renders using different texture formats, sizes, orientations and fragment shaders. The results are given as frames per second numbers. (Note: this repository replaces…

License

Notifications You must be signed in to change notification settings

akallabeth/glmemperf

 
 

Repository files navigation

GLMemPerf
=========

Author: Sami Kyöstilä <sami.kyostila@nokia.com>

This benchmark aims to measure the texture memory bandwidth performance of an
OpenGL ES 2.0 implementation using a number of different texture storage
formats and methods.

See COPYING for license terms.

The program depends on the following libraries:

 - libx11
 - libxext
 - libosso (optional)
 - libEGL
 - libGLESv2

About

GLMemPerf is an OpenGL ES 2.0 performance estimation tool that aims to measure the memory bandwidth characteristics of a graphics implementation. It performs a number of blit style renders using different texture formats, sizes, orientations and fragment shaders. The results are given as frames per second numbers. (Note: this repository replaces…

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 67.5%
  • C 30.1%
  • Python 2.1%
  • Shell 0.3%