summaryrefslogtreecommitdiff
path: root/docs/opengles.html
diff options
context:
space:
mode:
authorChia-I Wu <olv@lunarg.com>2011-06-20 11:14:56 +0900
committerChia-I Wu <olv@lunarg.com>2011-06-20 11:19:16 +0900
commit8eea050f5aed6ad8aeb64105c0e2581f0fd0b10a (patch)
tree53aacc5c8c00ddee477e4676e577545525bce4e2 /docs/opengles.html
parent66c71d150aed5fbecd49cb028332fdcc2c1feb70 (diff)
docs: update EGL for changed configure options
Diffstat (limited to 'docs/opengles.html')
-rw-r--r--docs/opengles.html19
1 files changed, 1 insertions, 18 deletions
diff --git a/docs/opengles.html b/docs/opengles.html
index 742182e76a3..0fee488e1a1 100644
--- a/docs/opengles.html
+++ b/docs/opengles.html
@@ -34,27 +34,10 @@ EGL drivers for your hardware.</p>
<h2>Run the Demos</h2>
-<p>There are some demos in <code>progs/egl/</code>. You can use them to test
-your build. For example,</p>
-
-<pre>
- $ cd progs/egl/eglut
- $ make
- $ cd ../opengles1
- $ make
- $ ./torus_x11
-</pre>
+<p>There are some demos in <code>mesa/demos</code> repository.</p>
<h2>Developers</h2>
-<h3>Internal Libraries</h3>
-
-<table border="1" style="text-align: center;">
- <tr><td>Library Name</td><td>Used By</td><td>Enabled</td><td>OpenGL</td><td>OpenGL ES 1.x</td><td>OpenGL ES 2.x</td></tr>
- <tr><td><code>libmesa.a</td><td>Classic DRI drivers</td><td>y</td><td>y</td><td>--enable-gles1</td><td>--enable-gles2</td></tr>
- <tr><td><code>libmesagallium.a</td><td>Gallium EGL and DRI drivers</td><td>y</td><td>y</td><td>--enable-gles1</td><td>--enable-gles2</td></tr>
-</table>
-
<h3>Dispatch Table</h3>
<p>OpenGL ES has an additional indirection when dispatching fucntions</p>