On Saturday, April 04, 2015 04:28:49 PM Jordan Justen wrote:
> On 2015-04-04 01:23:28, Kenneth Graunke wrote:
> > This allows SIMD16 mode to work for a lot more programs. Texturing is
> > also more efficient in SIMD16 mode than SIMD8. Several messages don't
> > actually exist in SIMD8 mode, so we
On 2015-04-04 01:23:28, Kenneth Graunke wrote:
> This allows SIMD16 mode to work for a lot more programs. Texturing is
> also more efficient in SIMD16 mode than SIMD8. Several messages don't
> actually exist in SIMD8 mode, so we did SIMD16 messages and threw away
> half of the data. Now we compu
This allows SIMD16 mode to work for a lot more programs. Texturing is
also more efficient in SIMD16 mode than SIMD8. Several messages don't
actually exist in SIMD8 mode, so we did SIMD16 messages and threw away
half of the data. Now we compute real data in both halves.
Also, the SIMD16 "sample"