i965: Define FIRST_SPILL_MRF and FIRST_PULL_LOAD_MRF only once and in one place
authorIago Toral Quiroga <itoral@igalia.com>
Tue, 22 Sep 2015 11:14:52 +0000 (13:14 +0200)
committerIago Toral Quiroga <itoral@igalia.com>
Thu, 8 Oct 2015 09:28:16 +0000 (11:28 +0200)
commit3141906fa36839e9276cb65033857c85b39376e5
tree5a2b37ccb9992d45439df644dea57ba73e0c1639
parent36e82b137d4a77f24de0fc722c80e445b6e3375c
i965: Define FIRST_SPILL_MRF and FIRST_PULL_LOAD_MRF only once and in one place

That should make tracking where we do spills and pull loads a bit easier.

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