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

2018-03-28 Thread Ilia Mirkin
On Wed, Mar 28, 2018 at 6:35 AM, 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 | 32 > +

[Mesa-dev] [PATCH v3 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 | 32 ++ src/gallium/drivers/nouveau/nvc0/mme/com9097.mme.h | 22 ++