Skip to content

mesa/program: Take ARB_framebuffers_no_attachments into account in wpos correction

Gert Wollny requested to merge gerddie/mesa:softpipe-fb-noattachment into master

If a drawbuffer is an fbo without an attachment then its 'Height' will be zero, and we have to take its 'DefaultGeometry.Height' into account.

Fixes on softpipe (with the exception of tests that use multisample): dEQP-GLES31.functional.fbo.no_attachments.*

Merge request reports