[Mesa-dev] [Bug 72619] [llvmpipe] piglit copyteximage 2D regression

2013-12-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=72619 Vinson Lee changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Mesa-dev] [Bug 72619] [llvmpipe] piglit copyteximage 2D regression

2013-12-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=72619 --- Comment #3 from Vinson Lee --- The bug can be reproduced with llvm 3.2 and newer. -- You are receiving this mail because: You are the assignee for the bug. ___ mesa-dev mailing list mesa-dev@lists

[Mesa-dev] [Bug 72619] [llvmpipe] piglit copyteximage 2D regression

2013-12-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=72619 --- Comment #2 from Roland Scheidegger --- Created attachment 90688 --> https://bugs.freedesktop.org/attachment.cgi?id=90688&action=edit use i8 ptr instead of i32 ptr for load/store of mxcsr Could you try this patch? Still works with llvm 3.1

[Mesa-dev] [Bug 72619] [llvmpipe] piglit copyteximage 2D regression

2013-12-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=72619 --- Comment #1 from Roland Scheidegger --- Hmm works for me, with llvm 3.1 Though looking at the intrinsics code I believe the pointer should be i8 type, not i32. Hence should probably allocate i32 var then cast the pointer to i8* type for stmxcs