summaryrefslogtreecommitdiff
path: root/tests/texturing/gen-teximage.c
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2009-05-15 15:36:02 -0700
committerEric Anholt <eric@anholt.net>2009-05-15 15:40:50 -0700
commiteb1c6aad0861a39a0a4b7596c434f828209006cf (patch)
tree6a6668ab0698b1174e7b95d2fdf1f7fee0c70420 /tests/texturing/gen-teximage.c
parentd5c3408cd0c8273d04b8d5baa1086496aa97a82a (diff)
gen-compressed-teximage: New test for SGIS_generate_mipmap vs EXT_tc_s3tc
This catches a bug in Mesa's FBO completeness testing that tripped up the Intel HW mipmap generation in Regnum Online. Bug #21654
Diffstat (limited to 'tests/texturing/gen-teximage.c')
-rw-r--r--tests/texturing/gen-teximage.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/texturing/gen-teximage.c b/tests/texturing/gen-teximage.c
index 0f950f0f4..ff15bb981 100644
--- a/tests/texturing/gen-teximage.c
+++ b/tests/texturing/gen-teximage.c
@@ -148,7 +148,7 @@ static void display()
display_mipmaps(0, SIZE);
/* Enable GENERATE_MIPMAP and set the first (and thus all) levels to
- * blue.
+ * red.
*/
glTexParameteri(GL_TEXTURE_2D, GL_GENERATE_MIPMAP, GL_TRUE);
fill_level(0, red);