diff options
author | Eric Engestrom <[email protected]> | 2017-02-09 02:10:17 +0000 |
---|---|---|
committer | Eric Engestrom <[email protected]> | 2017-02-09 11:28:15 +0000 |
commit | 30cf9ffb595b0fb7aeb2867d704ae9016b29fca2 (patch) | |
tree | 55ed8a1fd075c7b30763ede659eb38dcf4220e91 /docs/viewperf.html | |
parent | 2b0fe3cff7c8620b19a9fe316e290c21258759ad (diff) |
docs: https all the links \o/
Most of them already redirected to https anyway, so we might as well
avoid the redirection and the security implications by linking directly
to the right protocol.
Signed-off-by: Eric Engestrom <[email protected]>
Reviewed-by: Brian Paul <[email protected]>
Diffstat (limited to 'docs/viewperf.html')
-rw-r--r-- | docs/viewperf.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/viewperf.html b/docs/viewperf.html index a60a44f3613..0eb51a56620 100644 --- a/docs/viewperf.html +++ b/docs/viewperf.html @@ -18,7 +18,7 @@ <p> This page lists known issues with -<a href="http://www.spec.org/gwpg/gpc.static/vp11info.html" target="_main">SPEC Viewperf 11</a> +<a href="https://www.spec.org/gwpg/gpc.static/vp11info.html" target="_main">SPEC Viewperf 11</a> and <a href="https://www.spec.org/gwpg/gpc.static/vp12info.html" target="_main">SPEC Viewperf 12</a> when running on Mesa-based drivers. </p> @@ -66,10 +66,10 @@ either in Viewperf or the Mesa driver. <p> These tests use features of the -<a href="http://www.opengl.org/registry/specs/NV/fragment_program2.txt" +<a href="https://www.opengl.org/registry/specs/NV/fragment_program2.txt" target="_main"> GL_NV_fragment_program2</a> and -<a href="http://www.opengl.org/registry/specs/NV/vertex_program3.txt" +<a href="https://www.opengl.org/registry/specs/NV/vertex_program3.txt" target="_main"> GL_NV_vertex_program3</a> extensions without checking if the driver supports them. @@ -86,7 +86,7 @@ Subsequent drawing calls become no-ops and the rendering is incorrect. <p> These tests depend on the -<a href="http://www.opengl.org/registry/specs/NV/primitive_restart.txt" +<a href="https://www.opengl.org/registry/specs/NV/primitive_restart.txt" target="_main">GL_NV_primitive_restart</a> extension. </p> |