[Mesa-dev] [PATCH 2/2] i965: implement MESA_framebuffer_flip_y

Chad Versace chadversary at chromium.org
Tue Jun 12 18:36:53 UTC 2018


On Thu 07 Jun 2018, Jason Ekstrand wrote:
> There are also a pile of places where we look at rb->Name == 0 to determine if
> it's a window-system framebuffer

For the public record, Fritz and I discussed this in person.

I recommend that the patches replace each checking on rb->Name == 0 to
instead check if the framebuffer is in flip mode. In other words,
replace checks on the rb with a check on the fb.


More information about the mesa-dev mailing list