fix GL_ARB_spirv_extensions name
[mesa.git] / docs / viewperf.html
index 6b63b94d8526b010eb08dbc380db1182b3227613..0eb51a5662074204f2feb98e9d3b85bcb2bd4b80 100644 (file)
@@ -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>
 
@@ -329,6 +329,13 @@ array initializer statement, but it neglects to specify
 <code>#version 120</code> at the top of the shader code.
 So, the shader does not compile and all that's rendered is plain white polygons.
 </p>
+<p>
+Also, the test tries to create a very large 3D texture that may exceed
+the device driver's limit.
+When this happens, the glTexImage3D call fails and all that's rendered is
+a white box.
+</p>
+
 
 <h3>showcase-01</h3>