https://bugs.freedesktop.org/show_bug.cgi?id=72658
Priority: medium Bug ID: 72658 Keywords: regression CC: jfons...@vmware.com, srol...@vmware.com, za...@vmware.com Assignee: mesa-dev@lists.freedesktop.org Summary: [llvmpipe] piglit copyteximage RECT regression Severity: normal Classification: Unclassified OS: Linux (All) Reporter: v...@freedesktop.org Hardware: x86-64 (AMD64) Status: NEW Version: git Component: Other Product: Mesa mesa: e84a1ab3c400f819408a7ebe01c2325cd59d94d3 (master) $ ./bin/copyteximage RECT -auto Testing GL_TEXTURE_RECTANGLE Texture target = GL_TEXTURE_RECTANGLE, Internal format = GL_RED Illegal sampler view creation without bind flag Texture target = GL_TEXTURE_RECTANGLE, Internal format = GL_RG Illegal sampler view creation without bind flag Texture target = GL_TEXTURE_RECTANGLE, Internal format = GL_RGB8 Illegal sampler view creation without bind flag Texture target = GL_TEXTURE_RECTANGLE, Internal format = GL_RGB16 Illegal sampler view creation without bind flag Texture target = GL_TEXTURE_RECTANGLE, Internal format = GL_RGB16F Illegal sampler view creation without bind flag Intrinsic has incorrect argument type! void (i32*)* @llvm.x86.sse.stmxcsr Intrinsic has incorrect argument type! void (i32*)* @llvm.x86.sse.stmxcsr Intrinsic has incorrect argument type! void (i32*)* @llvm.x86.sse.ldmxcsr Intrinsic has incorrect argument type! void (i32*)* @llvm.x86.sse.ldmxcsr Broken module found, verification continues. 155139059ba588da1161eaa692515cacdead9f4e is the first bad commit commit 155139059ba588da1161eaa692515cacdead9f4e Author: Zack Rusin <za...@vmware.com> Date: Fri Dec 6 01:28:25 2013 -0500 llvmpipe: fix blending with half-float formats The fact that we flush denorms to zero breaks our half-float conversion and blending. This patches enables denorms for blending. It's a little tricky due to the llvm bug that makes it incorrectly reorder the mxcsr intrinsics: http://llvm.org/bugs/show_bug.cgi?id=6393 Signed-off-by: Zack Rusin <za...@vmware.com> Reviewed-by: José Fonseca <jfons...@vmware.com> Reviewed-by: Roland Scheidegger <srol...@vmware.com> Signed-off-by: Zack Rusin <za...@vmware.com> :040000 040000 5564b14ae9b7870ae8f4845f2069878c0752d5bc 84eb2a43a71956a57817e373117c2e2952a058d2 M src bisect run success -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev