Mesa (master): docs: document yet another viewperf bug

Brian Paul brianp at kemper.freedesktop.org
Wed Apr 11 18:05:27 UTC 2012


Module: Mesa
Branch: master
Commit: 0fd4165261311fb36c98885edb7331df29eec09d
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=0fd4165261311fb36c98885edb7331df29eec09d

Author: Brian Paul <brianp at vmware.com>
Date:   Wed Apr 11 11:53:33 2012 -0600

docs: document yet another viewperf bug

---

 docs/viewperf.html |   15 ++++++++++++++-
 1 files changed, 14 insertions(+), 1 deletions(-)

diff --git a/docs/viewperf.html b/docs/viewperf.html
index bb38527..c294255 100644
--- a/docs/viewperf.html
+++ b/docs/viewperf.html
@@ -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>




More information about the mesa-commit mailing list