i965/vec4: Change vec4_visitor::emit_mcs_fetch() method to allow reuse
authorEduardo Lima Mitev <elima@igalia.com>
Thu, 18 Jun 2015 09:31:54 +0000 (11:31 +0200)
committerJason Ekstrand <jason.ekstrand@intel.com>
Mon, 3 Aug 2015 16:40:50 +0000 (09:40 -0700)
commit72c8d7721feb966cf8530a3ee2642f0b842dc0f8
tree0fe548eb311bfd7004eda2084879cac8732c9d07
parent434481f3155040217c3e5a8da98dab4248435f0e
i965/vec4: Change vec4_visitor::emit_mcs_fetch() method to allow reuse

This patch changes the signature of emit_mcs_fetch() to accept lower level
arguments. The purpose is to reuse it in the upcoming NIR->vec4 pass.

Reviewed-by: Jason Ekstrand <jason.ekstrand@intel.com>
src/mesa/drivers/dri/i965/brw_vec4.h
src/mesa/drivers/dri/i965/brw_vec4_visitor.cpp