http://bugs.freedesktop.org/show_bug.cgi?id=21694
--- Comment #7 from Steinar H. Gunderson <[email protected]> 2009-05-12 08:06:03 PST --- (In reply to comment #6) > You can try removing line 1973: > level = MAX2(level - 1, 0); > > but that'll increase the number of failures reported in the piglit texcube > test... How about simply changing it to something like this? level = nearest_mipmap_level(tObj, lambda[i] - 1.0F); That way, you'd get your bias, but you'd still respect the min/max levels. -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. ------------------------------------------------------------------------------ The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your production scanning environment may not be a perfect world - but thanks to Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700 Series Scanner you'll get full speed at 300 dpi even with all image processing features enabled. http://p.sf.net/sfu/kodak-com _______________________________________________ Mesa3d-dev mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mesa3d-dev
