Hello, Some change between commit d59e6f233b02ffe2c36c2fb89ec26c208a421540 and the current head has broken the VTK TestOpacity2 test again:
http://www.vtk.org/Testing/Sites/hythloth.kitware/Linux-gcc33/20070425-0300-Nightly/Results/__Rendering_Testing_Tcl_TestOpacity2-image.html My mesa update log between yesterday (which worked) and today is below. If I back out these changes the test passes. -Brad Updating d59e6f2..3e5eda9 Fast forward Makefile | 19 +- include/GL/xmesa_xf86.h | 2 +- src/glu/sgi/glu.def | 2 +- src/glut/glx/glut_win.c | 6 + src/mesa/drivers/fbdev/glfbdev.c | 14 + src/mesa/drivers/osmesa/osmesa.def | 2 +- src/mesa/drivers/windows/gdi/mesa.def | 37 +- src/mesa/drivers/windows/gdi/wmesa.c | 22 + src/mesa/main/imports.c | 4 +- src/mesa/shader/slang/slang_codegen.c | 4 +- src/mesa/shader/slang/slang_vartable.c | 2 +- src/mesa/swrast/s_aalinetemp.h | 88 +- src/mesa/swrast/s_aatritemp.h | 142 ++-- src/mesa/swrast/s_context.c | 34 +- src/mesa/swrast/s_context.h | 25 +- src/mesa/swrast/s_linetemp.h | 46 +- src/mesa/swrast/s_pointtemp.h | 52 +- src/mesa/swrast/s_tritemp.h | 50 +- src/mesa/swrast/swrast.h | 1 - src/mesa/swrast_setup/ss_context.c | 75 +- windows/VC8/mesa/gdi/gdi.vcproj | 260 +++++ windows/VC8/mesa/glu/glu.vcproj | 1022 +++++++++++++++++++ windows/VC8/mesa/mesa.sln | 43 + windows/VC8/mesa/mesa/mesa.vcproj | 1753 ++++++++++++++++++++++++++++++++ windows/VC8/mesa/osmesa/osmesa.vcproj | 243 +++++ windows/VC8/progs/demos/gears.vcproj | 239 +++++ windows/VC8/progs/glut/glut.vcproj | 449 ++++++++ windows/VC8/progs/progs.sln | 28 + 28 files changed, 4386 insertions(+), 278 deletions(-) ------------------------------------------------------------------------- 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
