summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2009-05-12 14:38:50 -0600
committerBrian Paul <brianp@vmware.com>2009-05-12 14:38:50 -0600
commitc33251d2f534c8bba37e8c7db4d812b4d3e3a39c (patch)
treeea7cc46b3011360d27e67988a5c29859fe249b71
parent3af90234de56c368e3dcaf6082535657a0fe1439 (diff)
docs: OpenGL ES information
-rw-r--r--docs/es.html63
1 files changed, 63 insertions, 0 deletions
diff --git a/docs/es.html b/docs/es.html
new file mode 100644
index 0000000000..148689a2fa
--- /dev/null
+++ b/docs/es.html
@@ -0,0 +1,63 @@
+<HTML>
+
+<TITLE>OpenGL ES Support</TITLE>
+
+<link rel="stylesheet" type="text/css" href="mesa.css"></head>
+
+<BODY>
+
+<H1>Introduction</H1>
+
+<p>
+Mesa 7.6 includes implementations of OpenGL ES 1.1 and OpenGL ES 2.0.
+</p>
+
+<p>
+Basically, the OpenGL ES 1.1 and 2.0 libraries are subset of Mesa.
+Any driver (Gallium or legacy Mesa drivers) that works with Mesa should
+work with the ES 1.1 and 2.0 libraries.
+</p>
+
+<p>
+<EM>DISCLAIMER</EM>: The OpenGL ES code and support may be a little rough
+at this point.
+Contributions to the libraries are welcome.
+</p>
+
+
+<h1>OpenGL ES 1.1</h1>
+
+<p>
+The OpenGL ES 1.1 header files are found in <code>include/GLES/</code>
+</p>
+
+<p>
+The OpenGL ES 1.1 (common profile) library name is
+<code>libGLESv1_CM.so.1.1.0</code>
+</p>
+
+
+<h1>OpenGL ES 2.0</h1>
+
+<p>
+The OpenGL ES 2.0 header files are found in <code>include/GLES2/</code>
+</p>
+
+<p>
+The OpenGL ES 2.0 library name is libGLESv2.so.2.0.0
+</p>
+
+
+<h1>EGL</h1>
+
+<p>
+The EGL header files are found in <code>include/EGL/</code>
+</p>
+
+<p>
+The EGL library name is libEGL.so.1.0
+</p>
+
+
+</BODY>
+</HTML>