From 5c07135b7bd23ce0beae67cfd8a71ac63f543859 Mon Sep 17 00:00:00 2001 From: Mika Kuoppala Date: Thu, 13 Aug 2015 15:51:16 +0300 Subject: tools/null_state/gen9: Send all components in VF state Fix commit 59cdc16b1a6f069f944ff17851a59edf8f72d45d Author: Arun Siluvery Date: Fri Jul 31 16:27:07 2015 +0100 tools/null_state/gen9: Send atleast one valid component in VF state to honor the Reviewed-by, send all four components as noted by Ben in his review. Cc: Ben Widawsky Cc: Arun Siluvery Signed-off-by: Mika Kuoppala --- tools/null_state_gen/intel_renderstate_gen9.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/null_state_gen') diff --git a/tools/null_state_gen/intel_renderstate_gen9.c b/tools/null_state_gen/intel_renderstate_gen9.c index b3766eab..37bc6756 100644 --- a/tools/null_state_gen/intel_renderstate_gen9.c +++ b/tools/null_state_gen/intel_renderstate_gen9.c @@ -442,7 +442,7 @@ int gen9_setup_null_render_state(struct intel_batchbuffer *batch) gen8_emit_vertex_elements(batch); OUT_BATCH(GEN9_3DSTATE_COMPONENT_PACKING | 3); - OUT_BATCH(1); + OUT_BATCH(0xf); OUT_BATCH(0); OUT_BATCH(0); OUT_BATCH(0); -- cgit v1.2.3