diff options
author | Andreas Boll <andreas.boll.dev@gmail.com> | 2012-06-25 21:51:53 +0200 |
---|---|---|
committer | Brian Paul <brianp@vmware.com> | 2012-06-25 16:10:01 -0600 |
commit | a5447aab9625b11841870f8d595e79c02666afda (patch) | |
tree | b59d76bee03d2c14a0038e656adf4147edd54e10 /docs/shading.html | |
parent | d52419e0c3b2916609a9707b66195ac41020ebdb (diff) |
docs: add missing target attribute
target is needed for the frame based layout
Signed-off-by: Brian Paul <brianp@vmware.com>
Diffstat (limited to 'docs/shading.html')
-rw-r--r-- | docs/shading.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/shading.html b/docs/shading.html index 371891711d..a9b7cfc4bb 100644 --- a/docs/shading.html +++ b/docs/shading.html @@ -243,7 +243,7 @@ regressions. </p> <p> -The <a href="http://people.freedesktop.org/~nh/piglit/">Piglit</a> project +The <a href="http://people.freedesktop.org/~nh/piglit/" target="_parent">Piglit</a> project has many GLSL tests and the <a href="http://glean.sf.net" target="_parent">Glean</a> glsl1 test tests GLSL features. |