From 1af67195b31f66c725293c916b794fbdb633aec9 Mon Sep 17 00:00:00 2001 From: Chia-I Wu Date: Thu, 21 Jan 2010 15:29:28 +0800 Subject: docs: Update documentation for OpenVG and OpenGL ES. Update the instructions and add references to egl.html. --- docs/opengles.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/opengles.html') diff --git a/docs/opengles.html b/docs/opengles.html index d460bccf6c..8665a9c353 100644 --- a/docs/opengles.html +++ b/docs/opengles.html @@ -13,7 +13,8 @@ More informations about OpenGL ES can be found at http://www.khronos.org/opengles/.

The OpenGL ES state trackers depends on the Gallium architecture and a -working EGL implementation.

+working EGL implementation. Please refer to Mesa EGL +for more information about EGL.

Build the Libraries

@@ -28,7 +29,6 @@ working EGL implementation.

There are some demos in progs/es1/ and progs/es2/. You can use them to test your build. For example,

-  $ export EGL_DRIVER=/usr/local/lib/dri/egl_x11_i915.so # specify the EGL driver
   $ cd progs/es1/xegl
   $ make
   $ ./torus
-- 
cgit v1.2.3