diff options
author | Erik Faye-Lund <[email protected]> | 2019-05-28 13:34:34 +0200 |
---|---|---|
committer | Erik Faye-Lund <[email protected]> | 2019-06-05 23:48:44 +0200 |
commit | 0ee366960c32067b528077c49362c468364d0206 (patch) | |
tree | f46e95dfdf4ccf6271e945db8a3c676ab8d7d712 /docs/relnotes | |
parent | d60dc5d16f2f8947555e08c0745efcdc5dbb1e64 (diff) |
docs: use code instead of tt-tag
The tt-tag has been removed from HTML5, so let's normalize this to
code-tags intead. This just makes things a bit more consistent, as we've
mixed these left and right so far anyway.
Signed-off-by: Erik Faye-Lund <[email protected]>
Reviewed-by: Emil Velikov <[email protected]>
Reviewed-by: Eric Engestrom <[email protected]>
Diffstat (limited to 'docs/relnotes')
-rw-r--r-- | docs/relnotes/7.10.1.html | 4 | ||||
-rw-r--r-- | docs/relnotes/7.9.2.html | 6 | ||||
-rw-r--r-- | docs/relnotes/8.0.html | 2 |
3 files changed, 6 insertions, 6 deletions
diff --git a/docs/relnotes/7.10.1.html b/docs/relnotes/7.10.1.html index 15eae10b807..ffd9b0537e3 100644 --- a/docs/relnotes/7.10.1.html +++ b/docs/relnotes/7.10.1.html @@ -48,8 +48,8 @@ bdbf3ffb2606d6aa8afabb6c6243b91b MesaGLUT-7.10.1.zip <p>This list is likely incomplete.</p> <ul> <li>Fix an off-by-one bug in a vsplit assertion.</li> -<li>Fix incorrect handling of <tt>layout</tt> qualifier -with <tt>in</tt>, <tt>out</tt>, <tt>attribute</tt>, and <tt>varying</tt>.</li> +<li>Fix incorrect handling of <code>layout</code> qualifier +with <code>in</code>, <code>out</code>, <code>attribute</code>, and <code>varying</code>.</li> <li>Fix an i965 shader bug where the negative absolute value was generated instead of the absolute value of a negation.</li> diff --git a/docs/relnotes/7.9.2.html b/docs/relnotes/7.9.2.html index 9b9a095d3c9..f0df4abb6e1 100644 --- a/docs/relnotes/7.9.2.html +++ b/docs/relnotes/7.9.2.html @@ -48,10 +48,10 @@ aacb8f4db997e346db40c6066942140a MesaGLUT-7.9.2.tar.gz <p>This list is likely incomplete.</p> <ul> <li>Fix an off-by-one bug in a vsplit assertion.</li> -<li>Fix incorrect handling of <tt>layout</tt> qualifier -with <tt>in</tt>, <tt>out</tt>, <tt>attribute</tt>, and <tt>varying</tt>.</li> +<li>Fix incorrect handling of <code>layout</code> qualifier +with <code>in</code>, <code>out</code>, <code>attribute</code>, and <code>varying</code>.</li> -<li>Fix an i965 GPU hang in GLSL shaders that contain an unconditional <tt>discard</tt> statement.</li> +<li>Fix an i965 GPU hang in GLSL shaders that contain an unconditional <code>discard</code> statement.</li> <li>Fix an i965 shader bug where the negative absolute value was generated instead of the absolute value of a negation.</li> diff --git a/docs/relnotes/8.0.html b/docs/relnotes/8.0.html index 1959a077651..37d6e6304ef 100644 --- a/docs/relnotes/8.0.html +++ b/docs/relnotes/8.0.html @@ -71,7 +71,7 @@ for DRI hardware acceleration. "ICD" drivers.</li> <li>Removed the linux-fbdev software driver.</li> <li>Removed all remnants of paletted texture support. As required by - desktop OpenGL, <tt>GL_COLOR_INDEX</tt> data can still be uploaded + desktop OpenGL, <code>GL_COLOR_INDEX</code> data can still be uploaded to a color (e.g., RGBA) texture. However, the data cannot be stored internally as color-index.</li> <li>Removed support for GL_APPLE_client_storage extension.</li> |