draw: disable point/line smoothing for multisample (v2)
authorDave Airlie <airlied@redhat.com>
Tue, 10 Mar 2020 03:51:24 +0000 (13:51 +1000)
committerMarge Bot <eric+marge@anholt.net>
Wed, 6 May 2020 06:20:37 +0000 (06:20 +0000)
commit24cf7a2b36fa784cce9eee4ae8957d3d9dac98c3
tree6d53492724b032bdba42c357fe9379d4c0b495aa
parent4c72bb4a960e7362e7cf4cd6e3159af85c967614
draw: disable point/line smoothing for multisample (v2)

When MSAA is enabled smoothing is ignored

v2: As pointed out by Roland I got this completely wrong,
fix this to work the other way

Reviewed-by: Roland Scheidegger <sroland@vmware.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4122>
src/gallium/auxiliary/draw/draw_pipe_aaline.c
src/gallium/auxiliary/draw/draw_pipe_aapoint.c
src/gallium/auxiliary/draw/draw_pipe_validate.c