docs: document yet another viewperf bug
authorBrian Paul <brianp@vmware.com>
Wed, 11 Apr 2012 17:53:33 +0000 (11:53 -0600)
committerBrian Paul <brianp@vmware.com>
Wed, 11 Apr 2012 18:02:11 +0000 (12:02 -0600)
docs/viewperf.html

index bb385273402c330f6e154fd03e05b3519ed41ca3..c294255acb866bf6622ed27da2a57f13fdc89e1a 100644 (file)
@@ -67,7 +67,7 @@ Subsequent drawing calls become no-ops and the rendering is incorrect.
 
 
 
-<h2>sw-02 tests 1, 2, 4</h2>
+<h2>sw-02 tests 1, 2, 4, 6</h2>
 
 <p>
 These tests depend on the
@@ -81,6 +81,19 @@ be incorrect and the test will fail.
 </p>
 
 
+
+<h2>sw-02 test 6</h2>
+
+<p>
+The lines drawn in this test appear in a random color.
+That's because texture mapping is enabled when the lines are drawn, but no
+texture image is defined (glTexImage2D() is called with pixels=NULL).
+Since GL says the contents of the texture image are undefined in that
+situation, we get a random color.
+</p>
+
+
+
 <h2>Lightwave-01 test 3</h2>
 
 <p>