On Wed, 29 Jun 2011 11:56:29 +0200, Gustaw Smolarczyk <wielkie...@gmail.com> 
wrote:
> 2011/6/29 Eric Anholt <e...@anholt.net>:
> > +       if (fabs(test_data[0] - result_data[0]) > epsilon ||
> > +           fabs(test_data[1] - result_data[1]) > epsilon ||
> > +           fabs(test_data[2] - result_data[2]) > epsilon ||
> > +           fabs(test_data[3] - result_data[3]) > epsilon) {
> > +               fprintf(stderr, "ProgramEnvParamter4dvARB failed:\n");
> > +               fprintf(stderr, "Expected: (%f %f %f %f)\n",
> > +                       test_data[0],
> > +                       test_data[1],
> > +                       test_data[2],
> > +                       test_data[3]);
> > +               fprintf(stderr, "Expected: (%f %f %f %f)\n",
> 
> Shouldn't here be something different than "Expected"? Maybe "Found"?
> Same in the other patch.

Thanks!  Fixed.

Attachment: pgpkm2ubkkaSv.pgp
Description: PGP signature

_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to