The 8x limit is due to the maximum number of MSAA samples in current GPUs.
Because our algorithm uses the stencil buffer to route fragments to subpixels, it is limited by the resolution of the stencil buffer and can capture at most 254 fragments per pixel with a 8-bit stencil buffer.
Another limitation is that our implementation is incompatible with hardware multisample antialiasing.