Re: [Mesa-dev] [PATCH v4 4/4] nvc0: add conservative rasterization support

2018-04-07 Thread Ilia Mirkin
Reviewed-by: Ilia Mirkin On Wed, Mar 28, 2018 at 3:22 PM, Rhys Perry wrote: > Subpixel precision bias, dilation and the post-snap mode are supported on > GM200 and newer. The pre-snap mode is supported for triangle primitives on > GP100. > --- > src/gallium/drivers/nouveau/nvc0/mme/com9097.mme

[Mesa-dev] [PATCH v4 4/4] nvc0: add conservative rasterization support

2018-03-28 Thread Rhys Perry
Subpixel precision bias, dilation and the post-snap mode are supported on GM200 and newer. The pre-snap mode is supported for triangle primitives on GP100. --- src/gallium/drivers/nouveau/nvc0/mme/com9097.mme | 30 ++ src/gallium/drivers/nouveau/nvc0/mme/com9097.mme.h | 21 ++