X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=docs%2Fopengles.html;h=24ad69fe2d8ca8f3ec5a06d1dd1ffcc2882b592a;hb=037e36a8aad623b0e16e4d69774dbeb5bcf456d1;hp=0fee488e1a1a10f96c702fb729de8af88ae105ad;hpb=c3b2230b71cb3a00a7f4c0987197d397bada650b;p=mesa.git diff --git a/docs/opengles.html b/docs/opengles.html index 0fee488e1a1..24ad69fe2d8 100644 --- a/docs/opengles.html +++ b/docs/opengles.html @@ -1,16 +1,24 @@ - - -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 +http://www.khronos.org/opengles/.

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

@@ -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.

+