=== modified file 'doc/glcompbench.1.in'
@@ -43,6 +43,9 @@
Don't update the screen by swapping the front and
back buffer, use glFinish() instead
.TP
+\fB\-\-backend\fR
+The OpenGL backend to use (supported backends: @backends@)
+.TP
\fB\-d\fR, \fB\-\-debug\fR
Display debug messages
.TP
=== modified file 'doc/wscript_build'
@@ -6,7 +6,8 @@
install_path = '${PREFIX}/share/man/man1',
APPNAME = 'GLCOMPBENCH-GLX',
appname = 'glcompbench-glx',
- appversion = bld.env.GLCOMPBENCH_VERSION
+ appversion = bld.env.GLCOMPBENCH_VERSION,
+ backends = 'glx'
)
if bld.env.BUILD_EGL_GL:
@@ -17,7 +18,8 @@
install_path = '${PREFIX}/share/man/man1',
APPNAME = 'GLCOMPBENCH-EGL-GL',
appname = 'glcompbench-egl-gl',
- appversion = bld.env.GLCOMPBENCH_VERSION
+ appversion = bld.env.GLCOMPBENCH_VERSION,
+ backends = 'egl-gl'
)
if bld.env.BUILD_EGL_ES2:
@@ -28,7 +30,8 @@
install_path = '${PREFIX}/share/man/man1',
APPNAME = 'GLCOMPBENCH-EGL-ES2',
appname = 'glcompbench-egl-es2',
- appversion = bld.env.GLCOMPBENCH_VERSION
+ appversion = bld.env.GLCOMPBENCH_VERSION,
+ backends = 'egl-es2'
)
bld(