Skip to content

gl/context: disable timer queries for ARM Mali-G52

Performing a timer query with a default framebuffer that is incomplete (from using a surfaceless context) will produce GL errors. Disable the timer query on this platform to avoid the errors.

Merge request reports