Re: [Mesa-dev] [PATCH] gallium: add API for setting window rectangles

2016-06-13 Thread Nicolai Hähnle
On 11.06.2016 21:14, Ilia Mirkin wrote: Window rectangles apply to all framebuffer operations, either in inclusive or exclusive mode. They may also be specified as part of a blit operation. In exclusive mode, any fragment inside any of the specified rectangles will be discarded. In inclusive mo

[Mesa-dev] [PATCH] gallium: add API for setting window rectangles

2016-06-11 Thread Ilia Mirkin
Window rectangles apply to all framebuffer operations, either in inclusive or exclusive mode. They may also be specified as part of a blit operation. In exclusive mode, any fragment inside any of the specified rectangles will be discarded. In inclusive mode, any fragment outside every rectangle w