This is a well known (OPENGL Red Book) brute force method of anti-aliasing an image. Aliasing occurs because the image space is undersampled, so the simplest form of anti-aliasing is to oversample the image—render the image at many times the desired size and resize using an averaging algorithm. Here, the image is oversampled in place by perturbing the view frustum and accumulating into a deep image buffer.