i965: Remove extra \n at the end of every instruction in INTEL_DEBUG=wm.
authorEric Anholt <eric@anholt.net>
Thu, 18 Nov 2010 03:48:47 +0000 (11:48 +0800)
committerEric Anholt <eric@anholt.net>
Sat, 20 Nov 2010 01:42:07 +0000 (17:42 -0800)
src/mesa/drivers/dri/i965/brw_fs.cpp

index f202385..2b5ad79 100644 (file)
@@ -3346,7 +3346,6 @@ fs_visitor::generate_code()
                      ((uint32_t *)&p->store[i])[0]);
            }
            brw_disasm(stdout, &p->store[i], intel->gen);
-           printf("\n");
         }
       }