Re: [Mesa-dev] [PATCH] panfrost: Add CAPFs for conservative rasterization

2019-05-09 Thread Emil Velikov
On Thu, 9 May 2019 at 13:09, Tomeu Vizoso wrote: > > Just do what everybody else but Nouveau does and return 0.0f. > > This prevents the repeated logging of these messages on startup: > > Unexpected PIPE_CAPF 6 query > Unexpected PIPE_CAPF 7 query > Unexpected PIPE_CAPF 8 query > > Signed-off-by:

Re: [Mesa-dev] [PATCH] panfrost: Add CAPFs for conservative rasterization

2019-05-09 Thread Alyssa Rosenzweig
R-b, nice catch :) ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-dev

[Mesa-dev] [PATCH] panfrost: Add CAPFs for conservative rasterization

2019-05-09 Thread Tomeu Vizoso
Just do what everybody else but Nouveau does and return 0.0f. This prevents the repeated logging of these messages on startup: Unexpected PIPE_CAPF 6 query Unexpected PIPE_CAPF 7 query Unexpected PIPE_CAPF 8 query Signed-off-by: Tomeu Vizoso --- src/gallium/drivers/panfrost/pan_screen.c | 5