CocoaSpice: disable GPU bliting due to performance issues
On non-Apple Silicon Macs, the bandwidth of a large number of display
updates when the GPU is under load leads to bad tearing. By moving back to
CPU bliting, we are able to reduce the bandwidth at the cost of extra CPU
work.
Fixes #5049