From: Keith Whitwell Date: Tue, 1 Nov 2005 12:22:48 +0000 (+0000) Subject: Make colors match the fp tests (really) X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=da70bc6baa3801be7d0210adcbac500d50a2204c;p=mesa.git Make colors match the fp tests (really) --- diff --git a/progs/vp/vp-tris.c b/progs/vp/vp-tris.c index 09733b669fc..04f5e0e1525 100644 --- a/progs/vp/vp-tris.c +++ b/progs/vp/vp-tris.c @@ -159,9 +159,9 @@ static void Display( void ) ASSIGN_3V(v[0].v.color, 0,0,1); ASSIGN_3V(v[0].v.pos, 0.9, -0.9, 0.0); - ASSIGN_3V(v[2].v.color, 1,0,0); + ASSIGN_3V(v[1].v.color, 1,0,0); ASSIGN_3V(v[1].v.pos, 0.9, 0.9, 0.0); - ASSIGN_3V(v[1].v.color, 0,1,0); + ASSIGN_3V(v[2].v.color, 0,1,0); ASSIGN_3V(v[2].v.pos, -0.9, 0, 0.0); subdiv(&v[0], &v[1], &v[2], nr_steps);