summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorJordan Justen <jordan.l.justen@intel.com>2014-04-16 17:19:28 -0700
committerChad Versace <chad.versace@linux.intel.com>2014-04-18 20:18:40 -0700
commit2973b0a265ca244ad6ed8889fef41ac6d4b34834 (patch)
treebb42978a56a04a9fa0c8f9ef567cbdaa6c6ad9ff /man
parenta0a0fdc10806a35c5816d5d3d336a3333da00677 (diff)
waffle: replace GL with OpenGL
This replaced cases of GL with OpenGL in documents, comments and printed strings. Signed-off-by: Jordan Justen <jordan.l.justen@intel.com> Cc: Brian Paul <brianp@vmware.com> Reviewed-by: Chad Versace <chad.versace@linux.intel.com>
Diffstat (limited to 'man')
-rw-r--r--man/waffle.7.xml14
-rw-r--r--man/waffle_get_proc_address.3.xml2
-rw-r--r--man/waffle_is_extension_in_string.3.xml2
3 files changed, 9 insertions, 9 deletions
diff --git a/man/waffle.7.xml b/man/waffle.7.xml
index f983329..078b613 100644
--- a/man/waffle.7.xml
+++ b/man/waffle.7.xml
@@ -3,7 +3,7 @@
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
<!--
- Copyright Intel 2012
+ Copyright Intel 2012 - 2014
This manual page is licensed under the Creative Commons Attribution-ShareAlike 3.0 United States License (CC BY-SA 3.0
US). To view a copy of this license, visit http://creativecommons.org.license/by-sa/3.0/us.
@@ -22,7 +22,7 @@
<refnamediv>
<refname>waffle</refname>
- <refpurpose>a library for selecting GL API and window system at runtime</refpurpose>
+ <refpurpose>a library for selecting an OpenGL API and window system at runtime</refpurpose>
</refnamediv>
<refentryinfo>
@@ -45,7 +45,7 @@ Link with -lwaffle-1.
<title>Description</title>
<para>
- Waffle is a cross-platform library that allows one to defer selection of GL API and of window system until
+ Waffle is a cross-platform library that allows one to defer selection of an OpenGL API and of window system until
runtime. For example, on Linux, Waffle enables an application to select X11/EGL with an OpenGL 3.3 core profile,
Wayland with OpenGL ES2, and other window system / API combinations.
</para>
@@ -54,11 +54,11 @@ Link with -lwaffle-1.
Waffle's immediate goal is to enable
<ulink url="http://cgit.freedesktop.org/piglit/tree/README">Piglit</ulink>,
<ulink url="http://mesa3d.org">Mesa</ulink>'s OpenGL test suite,
- to test multiple GL flavors in a cross-platform way, and to allow each Piglit test to choose its GL API and window
- system at runtime. A future goal is to enable the ability to record,
+ to test multiple OpenGL flavors in a cross-platform way, and to allow each Piglit test to choose its OpenGL API
+ and window system at runtime. A future goal is to enable the ability to record,
with another tool such as <ulink url="http://github.com/apitrace/apitrace#readme">APITrace</ulink>,
- an application's GL calls on one operating system or window system, and then replay that trace on a different
- system.
+ an application's OpenGL calls on one operating system or window system, and then replay that trace on a
+ different system.
</para>
<para>
diff --git a/man/waffle_get_proc_address.3.xml b/man/waffle_get_proc_address.3.xml
index a609894..36b9ea2 100644
--- a/man/waffle_get_proc_address.3.xml
+++ b/man/waffle_get_proc_address.3.xml
@@ -22,7 +22,7 @@
<refnamediv>
<refname>waffle_get_proc_address</refname>
- <refpurpose>Query address of GL functions</refpurpose>
+ <refpurpose>Query address of OpenGL functions</refpurpose>
</refnamediv>
<refentryinfo>
diff --git a/man/waffle_is_extension_in_string.3.xml b/man/waffle_is_extension_in_string.3.xml
index 2328c5a..0aa215a 100644
--- a/man/waffle_is_extension_in_string.3.xml
+++ b/man/waffle_is_extension_in_string.3.xml
@@ -67,7 +67,7 @@
in the format returned by <code>glGetString(GL_EXTENSIONS)</code>.
- Note that this function is not restricted to the GL extension string;
+ Note that this function is not restricted to the OpenGL extension string;
it can also be used on the GLX and EGL extension strings.
</para>