i965: Include codegen time in the INTEL_DEBUG=perf stall detection.
authorEric Anholt <eric@anholt.net>
Fri, 30 Nov 2012 20:55:50 +0000 (12:55 -0800)
committerEric Anholt <eric@anholt.net>
Mon, 3 Dec 2012 21:19:50 +0000 (13:19 -0800)
commitb126228f1247fb0fed686ee3ef2c87461f2fc7a7
treec98509d314e9dfb3bde0f95138a0d6ce4b85250b
parent0f06864ba566eaff5b739a9d0fba5ed7eaadd60b
i965: Include codegen time in the INTEL_DEBUG=perf stall detection.

In the VS case, we were missing the entire compile time in the stall
detection!

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
src/mesa/drivers/dri/i965/brw_fs.cpp
src/mesa/drivers/dri/i965/brw_vec4.cpp