swr/rast: SIMD16 FE - fix PA_STATE_OP::Reset()
authorTim Rowley <timothy.o.rowley@intel.com>
Fri, 12 May 2017 17:57:46 +0000 (12:57 -0500)
committerTim Rowley <timothy.o.rowley@intel.com>
Tue, 30 May 2017 22:21:12 +0000 (17:21 -0500)
Fixes instanced GS.

Reviewed-by: Bruce Cherniak <bruce.cherniak@intel.com>
src/gallium/drivers/swr/rasterizer/core/pa.h

index 7c390564a415948c5dcae756762e7bc24284e605..020399d39b9967c5d8b2cd327f88bbc9115749d3 100644 (file)
@@ -325,6 +325,9 @@ struct PA_STATE_OPT : public PA_STATE
 
 #endif
         this->pfnPaFunc = this->pfnPaFuncReset;
+#if ENABLE_AVX512_SIMD16
+        this->pfnPaFunc_simd16 = this->pfnPaFuncReset_simd16;
+#endif
         this->numPrimsComplete = 0;
         this->numSimdPrims = 0;
         this->cur = 0;