[graphite] Use analytic rrect renderer in all path strategies

Device::chooseRenderer avoided selecting the AnalyticRRect renderer for
simple shapes when one of the compute AA strategies was requested. This
was primarily meant for testing the performance of compute path atlas
renderers.

Since the AnalyticRRect renderer is always going to be used for simple
non-MSAA shapes in practice, the existing path strategy behavior is not
particularly useful. The path strategy options now only have an effect
if chooseRenderer did not pick one of the specialized shape renderers.

Change-Id: I0557fcee6bfe5d1e49b8c9378fc98441cd7dec5f
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/838478
Auto-Submit: Arman Uguray <armansito@google.com>
Commit-Queue: Arman Uguray <armansito@google.com>
Reviewed-by: Michael Ludwig <michaelludwig@google.com>
Reviewed-by: Jim Van Verth <jvanverth@google.com>
Commit-Queue: Michael Ludwig <michaelludwig@google.com>
1 file changed