I compare the old and new renderpipe here. (Comments & flak to [email protected])
Old renderpipe, no oversampling.
When oversampling with the old renderer, the intersection lines between the boxes aren't properly antialiased:
Old renderpipe, 16 times oversampling.
In the new renderer, this is fixed:
New renderpipe, 16 times oversampling.
Old renderpipe, no oversampling.
Old renderpipe, osa 16.
The difference (with extremely exaggerated contract and brightness).
As the difference shows, there is a considerable difference in brightness. This happens in the lensflare. At this moment, the new render pipe does not do lensflare.
New renderpipe, no oversampling.
New renderpipe, osa 16.
The difference (with extremely exaggerated contract and brightness).
In the new pipeline, no oversampling is treated as if it were osa 1. This causes small shifts in the position at which the pixels are rendered. This is something I will examine in more detail later on.
The spothalos are only visible in places where other objects get rendered. In the current implementation I leave them out completely. I am still examining how to incorporate them nicely into the new render pipeline. Another issue is the gamma correction. Currently, there is no gamma correction.