i965: Use the upload BO for push constants on Gen7.5-Gen8.
[mesa.git] / src / mesa / drivers / dri / i965 / genX_state_upload.c
index f7128ae8960bfc24bada12320843ec03b644bfb1..5fad3b72e2717d5f23862df054cba13beefbf170 100644 (file)
@@ -2597,7 +2597,7 @@ upload_constant_state(struct brw_context *brw,
    brw_batch_emit(brw, GENX(3DSTATE_CONSTANT_VS), pkt) {
       pkt._3DCommandSubOpcode = push_constant_opcodes[stage];
       if (active) {
-#if GEN_GEN >= 9
+#if GEN_GEN >= 8 || GEN_IS_HASWELL
          pkt.ConstantBody.ConstantBuffer2ReadLength =
             stage_state->push_const_size;
          pkt.ConstantBody.PointerToConstantBuffer2 =