All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] glean: Disable dithering for clipFlat.
@ 2010-02-10 18:59 Corbin Simpson
  2010-02-10 23:15 ` Brian Paul
  0 siblings, 1 reply; 2+ messages in thread
From: Corbin Simpson @ 2010-02-10 18:59 UTC (permalink / raw)
  To: DRI-Development

>From fe9c18cb5f4417558d40be7372c8bb74b613d470 Mon Sep 17 00:00:00 2001
From: Corbin Simpson <MostAwesomeDude@gmail.com>
Date: Wed, 10 Feb 2010 10:56:56 -0800
Subject: [PATCH] glean: Disable dithering for clipFlat.

Allows r300g to handily pass.
---
 tests/glean/tclipflat.cpp |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

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);
-- 
1.6.6

------------------------------------------------------------------------------
SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
http://p.sf.net/sfu/solaris-dev2dev
--

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] glean: Disable dithering for clipFlat.
  2010-02-10 18:59 [PATCH] glean: Disable dithering for clipFlat Corbin Simpson
@ 2010-02-10 23:15 ` Brian Paul
  0 siblings, 0 replies; 2+ messages in thread
From: Brian Paul @ 2010-02-10 23:15 UTC (permalink / raw)
  To: Corbin Simpson; +Cc: DRI-Development

Corbin Simpson wrote:
>>From fe9c18cb5f4417558d40be7372c8bb74b613d470 Mon Sep 17 00:00:00 2001
> From: Corbin Simpson <MostAwesomeDude@gmail.com>
> Date: Wed, 10 Feb 2010 10:56:56 -0800
> Subject: [PATCH] glean: Disable dithering for clipFlat.
> 
> Allows r300g to handily pass.

Applied upstream to Glean. Thanks.

-Brian


------------------------------------------------------------------------------
SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
http://p.sf.net/sfu/solaris-dev2dev
--

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-02-10 23:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-10 18:59 [PATCH] glean: Disable dithering for clipFlat Corbin Simpson
2010-02-10 23:15 ` Brian Paul

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.