On Monday, April 24, 2017 3:19:31 PM PDT Rafael Antognolli wrote:
[snip]
> +   brw_batch_emit(brw, GENX(3DSTATE_CC_STATE_POINTERS), ptr) {
> +      ptr.ColorCalcStatePointer = brw->cc.state_offset;
> +#if GEN_GEN != 7
> +      ptr.ColorCalcStatePointerValid = true;
> +#endif
> +   }
> +}

Ah, tricky...genxml on gen7/7.5 has the valid bit marked as "mbo", so it
just fill it in for you automatically.  Neat.

Reviewed-by: Kenneth Graunke <kenn...@whitecape.org>

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to