From ec986241f317222b0d0638095a124edb2e6cb46b Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Wed, 23 May 2018 12:47:33 +0100 Subject: [PATCH] docs: drop unnecessary out-of-frame target I'm guessing an earlier version of the website used to have the page contents in , but this isn't the case anymore so just drop the unnecessary `target="_main"` :) Signed-off-by: Eric Engestrom Reviewed-by: Ian Romanick --- docs/viewperf.html | 21 +++++++++------------ 1 file changed, 9 insertions(+), 12 deletions(-) diff --git a/docs/viewperf.html b/docs/viewperf.html index 0eb51a56620..ed89ee2cfea 100644 --- a/docs/viewperf.html +++ b/docs/viewperf.html @@ -18,8 +18,8 @@

This page lists known issues with -SPEC Viewperf 11 -and SPEC Viewperf 12 +SPEC Viewperf 11 +and SPEC Viewperf 12 when running on Mesa-based drivers.

@@ -66,13 +66,10 @@ either in Viewperf or the Mesa driver.

These tests use features of the - -GL_NV_fragment_program2 and - -GL_NV_vertex_program3 extensions without checking if the driver supports -them. +GL_NV_fragment_program2 +and +GL_NV_vertex_program3 +extensions without checking if the driver supports them.

When Mesa tries to compile the vertex/fragment programs it generates errors @@ -86,8 +83,8 @@ Subsequent drawing calls become no-ops and the rendering is incorrect.

These tests depend on the -GL_NV_primitive_restart extension. +GL_NV_primitive_restart +extension.

@@ -124,7 +121,7 @@ never specified.

A trace captured with -API trace +API trace shows this sequences of calls like this:

-- 
2.30.2