From: Brian Paul Date: Wed, 11 Apr 2012 17:53:33 +0000 (-0600) Subject: docs: document yet another viewperf bug X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0fd4165261311fb36c98885edb7331df29eec09d;p=mesa.git docs: document yet another viewperf bug --- diff --git a/docs/viewperf.html b/docs/viewperf.html index bb385273402..c294255acb8 100644 --- a/docs/viewperf.html +++ b/docs/viewperf.html @@ -67,7 +67,7 @@ Subsequent drawing calls become no-ops and the rendering is incorrect. -

sw-02 tests 1, 2, 4

+

sw-02 tests 1, 2, 4, 6

These tests depend on the @@ -81,6 +81,19 @@ be incorrect and the test will fail.

+ +

sw-02 test 6

+ +

+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. +

+ + +

Lightwave-01 test 3