From: Brian Paul Date: Thu, 21 Jan 2010 15:13:32 +0000 (-0700) Subject: docs: added target attribute to external URLs X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=aeff9f9725daffe06514f31d7005fd6d3f6b6550;p=mesa.git docs: added target attribute to external URLs --- diff --git a/docs/egl.html b/docs/egl.html index ccc233fca98..9bbce83d4b0 100644 --- a/docs/egl.html +++ b/docs/egl.html @@ -10,7 +10,8 @@

The current version of EGL in Mesa implements EGL 1.4. More information about EGL can be found at -http://www.khronos.org/egl/.

+ +http://www.khronos.org/egl/.

The Mesa's implementation of EGL uses a driver architecture. The main library (libEGL) is window system neutral. It provides the EGL diff --git a/docs/opengles.html b/docs/opengles.html index 8665a9c353e..a871e85d0b7 100644 --- a/docs/opengles.html +++ b/docs/opengles.html @@ -10,7 +10,8 @@

The current version of the OpenGL ES state trackers implement OpenGL ES 1.1 and OpenGL ES 2.0. More informations about OpenGL ES can be found at -http://www.khronos.org/opengles/.

+ +http://www.khronos.org/opengles/.

The OpenGL ES state trackers depends on the Gallium architecture and a working EGL implementation. Please refer to Mesa EGL