diff mbox

glean: Disable dithering for clipFlat.

Message ID e7bd23c31002101059v191bb533kf0d5c06c609584c4@mail.gmail.com (mailing list archive)
State Not Applicable
Headers show

Commit Message

Corbin Simpson Feb. 10, 2010, 6:59 p.m. UTC
None
diff mbox

Patch

diff --git a/tests/glean/tclipflat.cpp b/tests/glean/tclipflat.cpp
index a2798c0..fe47825 100644
--- a/tests/glean/tclipflat.cpp
+++ b/tests/glean/tclipflat.cpp
@@ -188,6 +188,8 @@  ClipFlatResult::ClipFlatResult()
 void
 ClipFlatTest::setup(void)
 {
+   glDisable(GL_DITHER);
+
    glMatrixMode(GL_PROJECTION);
    glLoadIdentity();
    glOrtho(-1.25, 1.25, -1.25, 1.25, -1, 1);