i965: Add a brw_load_register_reg64 helper.
authorKenneth Graunke <kenneth@whitecape.org>
Thu, 5 May 2016 05:52:52 +0000 (22:52 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Mon, 9 May 2016 22:00:01 +0000 (15:00 -0700)
commitfdb6c1887f7b61ef49fb89e0b0928f65b2edf29b
treee51ac72b01333975bee71a317c14712388dac88a
parent4c71c8a74ad29bd84ca16803672ad1e9e30e2fff
i965: Add a brw_load_register_reg64 helper.

It appears that we can't do this in a single command (like we do for
MI_LOAD_REGISTER_IMM) - the Skylake simulator gets rather grumpy about
the command length if I try to combine them.  No matter.

Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
src/mesa/drivers/dri/i965/brw_context.h
src/mesa/drivers/dri/i965/intel_batchbuffer.c