|
From: Eric A. <et...@lc...> - 2003-09-24 03:53:33
|
While working on the SiS driver, I've noticed something annoying with glean. When a test that has many combinations fails, it usually quits testing rather than also testing the other combinations. I noticed this in particular on the texEnv test, which failed for seven different cases of env mode and format. It was much easier to see the list of seven, and as I fixed cases see the list shrink, than to notice that I had fixed the GL_REPLACE/GL_LUMINANCE case but not GL_REPLACE/GL_INTENSITY. Attached is a patch for the texEnv test. If you feel this is appropriate, I may end up with patches for other tests, too. -- Eric Anholt et...@lc... http://people.freebsd.org/~anholt/ an...@Fr... |