X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;ds=sidebyside;f=docs%2Fopengles.html;h=fc41e6771c132c14835f92774d5246f88f5cc6af;hb=73d9400ad65c1ec0a20c29805a9fc1930687988c;hp=d460bccf6c58ecfc3b95b336f42ee432f83a917f;hpb=d8299af4ab6fe4b334292e3b6e69e4331c05d86f;p=mesa.git diff --git a/docs/opengles.html b/docs/opengles.html index d460bccf6c5..fc41e6771c1 100644 --- a/docs/opengles.html +++ b/docs/opengles.html @@ -10,15 +10,17 @@

The current version of the OpenGL ES state trackers implement OpenGL ES 1.1 and OpenGL ES 2.0. More informations about OpenGL ES can be found at -http://www.khronos.org/opengles/.

+ +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

    -
  1. Run configure with --with-state-trackers=egl_g3d,es and enable the Gallium driver for your hardware.
  2. +
  3. Run configure with --with-state-trackers=egl,es and enable the Gallium driver for your hardware.
  4. Build and install Mesa as usual.
@@ -28,7 +30,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