i965: Add missing newline to blorp color clear perf_debug message. 83/7383/1
authorKenneth Graunke <kenneth@whitecape.org>
Tue, 9 Jul 2013 17:09:57 +0000 (10:09 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Tue, 9 Jul 2013 17:10:46 +0000 (10:10 -0700)
commit968c57782d3c3ab646cc8605909604246f5f4f90
tree3e280d8a68c85723d4f3be93cb6e49948071749e
parentf0260f4e3d939c93ec6ef3b6b330383fe9944d93
i965: Add missing newline to blorp color clear perf_debug message.

perf_debug() doesn't add a newline for you; without this, all the
INTEL_DEBUG=perf output was jumbled together.

Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
src/mesa/drivers/dri/i965/brw_blorp_clear.cpp