i965/vec4/skl+: Use ld2dms_w instead of ld2dms
authorNeil Roberts <neil@linux.intel.com>
Wed, 9 Sep 2015 14:59:36 +0000 (15:59 +0100)
committerNeil Roberts <neil@linux.intel.com>
Thu, 5 Nov 2015 09:33:16 +0000 (10:33 +0100)
commit4ef27745c8ed5153464db22950a90d74d2ef4435
tree7a523de338cd8081b6214aaeb4f8d1c292728c24
parente386fb0dee40d0f2342b43b6750b64c8174463a9
i965/vec4/skl+: Use ld2dms_w instead of ld2dms

In order to support 16x MSAA, skl+ has a wider version of ld2dms that
takes two parameters for the MCS data. The MCS data in the response
still fits in a single register so we just need to ensure we copy both
values rather than just the lower one.

Acked-by: Ben Widawsky <ben@bwidawsk.net>
src/mesa/drivers/dri/i965/brw_vec4.cpp
src/mesa/drivers/dri/i965/brw_vec4_generator.cpp
src/mesa/drivers/dri/i965/brw_vec4_visitor.cpp