i965/vs: Simplify emit_scratch_write() prototype.
authorEric Anholt <eric@anholt.net>
Tue, 16 Oct 2012 00:42:43 +0000 (17:42 -0700)
committerEric Anholt <eric@anholt.net>
Wed, 17 Oct 2012 19:23:59 +0000 (12:23 -0700)
commit9499f7984e7393f5acf214f126481695a774e8e7
tree780baf0fc06b3dfda6a578a16e8fe60e9decc049
parent914d8f9f84a3539758716d676d59a1fee4cc559f
i965/vs: Simplify emit_scratch_write() prototype.

Both callers used (effectively) inst->dst as the argument, so just reference
it.

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