hogsy / jaded

A repository for raising any tickets relating to Jaded, the Community Patched Jade Engine. There is no code here.
https://oldtimes-software.com/jaded/
1 stars 0 forks source link

MSAA doesn't currently work with all GPUs #13

Closed hogsy closed 10 months ago

hogsy commented 1 year ago

This is a weird/annoying one, but while my Intel Arc reports it supports MSAA, when we actually attempt to create the GL context with MSAA it fails. As a fallback, we should attempt to create the MSAA enabled buffers after the context is created instead - this will generally be a first good step to perhaps looking to modernize some of the renderer setup too.

hogsy commented 10 months ago

I don't have an Intel Arc any more, so I've got no way of reproducing the issue for now. That said, I've got a hunch it was a weird driver bug. Will raise this again if we stumble into it again.