X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=docs%2Fopengles.html;h=926482a5284fd156cc81988b594ecd53d19670e5;hb=a887ad7c84e14fdad7907037a39e9fee9d504bf3;hp=6b35ce5f70829527aeecddb9fdf4abffc4144a0d;hpb=b5da52ac581c0f0a6587a489198cd02247b6b931;p=mesa.git diff --git a/docs/opengles.html b/docs/opengles.html index 6b35ce5f708..926482a5284 100644 --- a/docs/opengles.html +++ b/docs/opengles.html @@ -8,7 +8,7 @@
-

The Mesa 3D Graphics Library

+ The Mesa 3D Graphics Library
@@ -16,16 +16,16 @@

OpenGL ES

-

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

+

Mesa implements OpenGL ES 1.1 and OpenGL ES 2.0. More information about +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.
@@ -48,7 +48,7 @@ EGL drivers for your hardware.

Dispatch Table

-

OpenGL ES has an additional indirection when dispatching fucntions

+

OpenGL ES has an additional indirection when dispatching functions

   Mesa:       glFoo() --> _mesa_Foo()