Re: [Mesa-dev] [PATCH] i965: Do not store SRC after 0 on component control.

2017-08-23 Thread Anuj Phogat
On Wed, Aug 23, 2017 at 2:59 PM, Rafael Antognolli wrote: > The PRM SKL-Vol 2b-05.16 says: > >"Within a VERTEX_ELEMENT_STATE structure, if a Component Control >field is set to something other than VFCOMP_STORE_SRC, no >higher-numbered Component Control fields may be set to >VFCOMP_

Re: [Mesa-dev] [PATCH] i965: Do not store SRC after 0 on component control.

2017-08-23 Thread Jason Ekstrand
Assuming Jenkins is happy with it (both Vulkan and GL), Reviewed-by: Jason Ekstrand On Wed, Aug 23, 2017 at 2:59 PM, Rafael Antognolli < rafael.antogno...@intel.com> wrote: > The PRM SKL-Vol 2b-05.16 says: > >"Within a VERTEX_ELEMENT_STATE structure, if a Component Control >field is set

[Mesa-dev] [PATCH] i965: Do not store SRC after 0 on component control.

2017-08-23 Thread Rafael Antognolli
The PRM SKL-Vol 2b-05.16 says: "Within a VERTEX_ELEMENT_STATE structure, if a Component Control field is set to something other than VFCOMP_STORE_SRC, no higher-numbered Component Control fields may be set to VFCOMP_STORE_SRC. In other words, only trailing components can be set to s