Re: [Mesa-dev] [PATCH 2/2] i965: Add INTEL_fragment_shader_ordering support.

2018-08-28 Thread Jason Ekstrand
Are there any tests for this? --Jason On Mon, Aug 27, 2018 at 1:54 AM wrote: > From: Kevin Rogovin > > Adds suppport for INTEL_fragment_shader_ordering. We achieve > the fragment ordering by using the same instruction as for > beginInvocationInterlockARB() which is by issuing a mem

[Mesa-dev] [PATCH 2/2] i965: Add INTEL_fragment_shader_ordering support.

2018-08-26 Thread kevin . rogovin
From: Kevin Rogovin Adds suppport for INTEL_fragment_shader_ordering. We achieve the fragment ordering by using the same instruction as for beginInvocationInterlockARB() which is by issuing a memory fence via sendc. Signed-off-by: Kevin Rogovin --- docs/relnotes/18.3.0.html