X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=docs%2Fopengles.html;h=926482a5284fd156cc81988b594ecd53d19670e5;hb=cfbde3282d9b881a8cb09dc7a9c2b25b69872e32;hp=24ad69fe2d8ca8f3ec5a06d1dd1ffcc2882b592a;hpb=0691b37732e3b032fbd354537b20090a3ee8e122;p=mesa.git diff --git a/docs/opengles.html b/docs/opengles.html index 24ad69fe2d8..926482a5284 100644 --- a/docs/opengles.html +++ b/docs/opengles.html @@ -8,7 +8,7 @@
-

The Mesa 3D Graphics Library

+ The Mesa 3D Graphics Library
@@ -17,15 +17,15 @@

OpenGL ES

Mesa implements OpenGL ES 1.1 and OpenGL ES 2.0. More information about -OpenGL ES can be found at -http://www.khronos.org/opengles/.

+OpenGL ES can be found at +https://www.khronos.org/opengles/.

OpenGL ES depends on a working EGL implementation. Please refer to Mesa EGL for more information about EGL.

Build the Libraries

    -
  1. Run configure with --enable-gles1 --enable-gles2 and enable the Gallium driver for your hardware.
  2. +
  3. Run meson configure with -D gles1=true -D gles2=true and enable the Gallium driver for your hardware.
  4. Build and install Mesa as usual.
@@ -33,7 +33,7 @@ Alternatively, if XCB-DRI2 is installed on the system, one can use egl_dri2 EGL driver with OpenGL|ES-enabled DRI drivers
    -
  1. Run configure with --enable-gles1 --enable-gles2.
  2. +
  3. Run meson configure with -D gles1=true -D gles2=true.
  4. Build and install Mesa as usual.