X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=docs%2Fopengles.html;h=24ad69fe2d8ca8f3ec5a06d1dd1ffcc2882b592a;hb=ef3f00edd8433a0031b6392dfa41c3d30bde7279;hp=6b35ce5f70829527aeecddb9fdf4abffc4144a0d;hpb=b5da52ac581c0f0a6587a489198cd02247b6b931;p=mesa.git diff --git a/docs/opengles.html b/docs/opengles.html index 6b35ce5f708..24ad69fe2d8 100644 --- a/docs/opengles.html +++ b/docs/opengles.html @@ -16,9 +16,9 @@

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.

@@ -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()