Brad King wrote: > Hello, > > It seems that Mesa changes between 2007-06-07 and 2007-06-08 have broken > the VTK depth peeling test again: > > http://www.vtk.org/Testing/Sites/hythloth.kitware/Linux-gcc33/20070608-0300-Nightly/Results/__Rendering_Testing_Cxx_TestOpacity.html > http://www.vtk.org/Testing/Sites/hythloth.kitware/Linux-gcc33/20070608-0300-Nightly/Results/__Rendering_Testing_Tcl_TestOpacity2-image.html > > Let me know if you need more information.
Ian's commit on the 8th caused this http://gitweb.freedesktop.org/?p=mesa/mesa.git;a=commit;h=84d1b24647c0719551e8bcd5fa4601fbd3b1d555 I've checked in a temporary work-around. Ian, I'm not too crazy about all the calls to _mesa_update_texture_compare_function() that take place in _swrast_exec_fragment_program(). I think the logic could be added to _mesa_update_texture() in texstate.c. Also, while your fix is correct in terms of what the GL_ARB_f_p spec says, it breaks the GLSL shadow2D(), etc functions. I need to consider this for a bit... -Brian ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Mesa3d-dev mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mesa3d-dev
