X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=docs%2Fopengles.html;h=926482a5284fd156cc81988b594ecd53d19670e5;hb=b06471b77d5c35e04499c7ac27fce8c21bbadd2d;hp=0fee488e1a1a10f96c702fb729de8af88ae105ad;hpb=8eea050f5aed6ad8aeb64105c0e2581f0fd0b10a;p=mesa.git diff --git a/docs/opengles.html b/docs/opengles.html index 0fee488e1a1..926482a5284 100644 --- a/docs/opengles.html +++ b/docs/opengles.html @@ -1,23 +1,31 @@ - - -OpenGL ES + + + + + OpenGL ES + + + - +
+ The Mesa 3D Graphics Library +
- + +

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.
@@ -25,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.
@@ -40,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()
@@ -57,5 +65,6 @@ EGL drivers for your hardware.

Other than the last case, OpenGL ES uses APIspec.xml to generate functions to check and/or converts the arguments.

+