https://bugs.freedesktop.org/show_bug.cgi?id=79783
--- Comment #4 from Ilia Mirkin <imir...@alum.mit.edu> --- (In reply to gregory.hainaut from comment #3) > Unfortunately I don't know if there is any > possibility to dump VS asm code with Nouveau. NV50_PROG_DEBUG=1 (assuming you've built mesa with --enable-debug) should dump the TGSI, nv50 ir (post optimizations and, separately, post-RA), and the actual instruction stream. NV50_PROG_OPTIMIZE=0 will disable all of the nv50 ir optimizations, =1 will enable some of them, =2 will enable most of them (and =3 should be everything). -- 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