X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=docs%2Fopengles.html;h=2872b248a41b19bd55d22c22980e75624042986b;hb=21d9b78289fadc09c0dc5cf82eef9e798a99b196;hp=d02482589e9fe1cdaadd73b51740346b45d07262;hpb=ecd5c7ceb8e4c8841b2708e5ab7efa145583f8c2;p=mesa.git diff --git a/docs/opengles.html b/docs/opengles.html index d02482589e9..2872b248a41 100644 --- a/docs/opengles.html +++ b/docs/opengles.html @@ -7,11 +7,18 @@ +
+

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.

@@ -41,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()
@@ -58,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.

+