aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAlexandros Frantzis <alf82@freemail.gr>2010-07-15 12:59:22 +0300
committerAlexandros Frantzis <alf82@freemail.gr>2010-07-15 12:59:22 +0300
commit3fa63f8c510bd6fb747387f8dda319cc2e81e508 (patch)
tree1f584810c4e5876f2ba29ed7d0b77a42cc051e3a /doc
parent247d945f4331b3909f1e17939e31dc770a1bdcd1 (diff)
downloadglmark2-3fa63f8c510bd6fb747387f8dda319cc2e81e508.tar.gz
Add man pages for glmark2 and glmark2-es2
Diffstat (limited to 'doc')
-rw-r--r--doc/glmark2-es2.115
-rw-r--r--doc/glmark2.115
-rw-r--r--doc/wscript_build7
3 files changed, 37 insertions, 0 deletions
diff --git a/doc/glmark2-es2.1 b/doc/glmark2-es2.1
new file mode 100644
index 0000000..253b5e3
--- /dev/null
+++ b/doc/glmark2-es2.1
@@ -0,0 +1,15 @@
+.TH GLMARK2-ES2 1 "2010-07-15"
+.SH NAME
+glmark2(-es2) \- OpenGL (ES) 2.0 benchmark
+.SH SYNOPSIS
+.B glmark2
+.br
+.B glmark2-es2
+.SH DESCRIPTION
+\fBglmark2(-es2)\fP is a benchmark for OpenGL (ES) 2.0. It only uses the subset of
+the OpenGL 2.0 API that is compatible with OpenGL ES 2.0.
+.SH AUTHOR
+glmark2 was written by Alexandros Frantzis based on the original glmark by Ben Smith.
+.PP
+This manual page was written by Alexandros Frantzis <alexandros.frantzis@linaro.org>,
+for the Debian project (and may be used by others).
diff --git a/doc/glmark2.1 b/doc/glmark2.1
new file mode 100644
index 0000000..4cf44b5
--- /dev/null
+++ b/doc/glmark2.1
@@ -0,0 +1,15 @@
+.TH GLMARK2 1 "2010-07-15"
+.SH NAME
+glmark2(-es2) \- OpenGL (ES) 2.0 benchmark
+.SH SYNOPSIS
+.B glmark2
+.br
+.B glmark2-es2
+.SH DESCRIPTION
+\fBglmark2(-es2)\fP is a benchmark for OpenGL (ES) 2.0. It only uses the subset of
+the OpenGL 2.0 API that is compatible with OpenGL ES 2.0.
+.SH AUTHOR
+glmark2 was written by Alexandros Frantzis based on the original glmark by Ben Smith.
+.PP
+This manual page was written by Alexandros Frantzis <alexandros.frantzis@linaro.org>,
+for the Debian project (and may be used by others).
diff --git a/doc/wscript_build b/doc/wscript_build
new file mode 100644
index 0000000..3f490d3
--- /dev/null
+++ b/doc/wscript_build
@@ -0,0 +1,7 @@
+if bld.env.USE_GL:
+ bld.install_files('${PREFIX}/share/man/man1',
+ bld.path.ant_glob('glmark2.1'))
+
+if bld.env.USE_GLESv2:
+ bld.install_files('${PREFIX}/share/man/man1',
+ bld.path.ant_glob('glmark2-es2.1'))