Graphics
Intel® graphics drivers and software, compatibility, troubleshooting, performance, and optimization
22644 Discussions

[bug report] glBlitFramebuffer overwrites MSAA buffer

idata
Employee
2,852 Views

I found this bug on windows 7 with HD 4000. Appears to come with HD 3000 too.

When the gl clear color contains 1 in any channel, the glBlitFramebuffer call seems to overwrite the MSAA buffer, and the next blit becomes black.

I created a small program (code included) to demonstrate it:

https://www.dropbox.com/s/k9zektu811wn406/IntelTest.zip https://www.dropbox.com/s/k9zektu811wn406/IntelTest.zip

Tested with the following clear colors:

1, 1, 1, 1 -> BAD

1, 0, 0, 1 -> BAD

1, 0, 0, 0.98 -> GOOD

1, 1, 1, 0.98 -> GOOD

0.4, 0.58, 0.93, 1 -> GOOD

0 Kudos
1 Reply
Marcos_U_Intel
Employee
2,004 Views

Hello,

 

Here at Intel we truly appreciate your feedback. I will forward your feedback to our software support and engineering group to work on future generations of this software that may implement better features. We cannot provide an estimated time for this to happen, but your feedback for sure is important and will be forwarded to higher levels of support.

Thank you one more time for your interest in our products and how to improve their range of features.

Looking forward to assisting you further.

 

Regards,

Michael

Reply