Skip to content

opengl: Remove code that prints gl platform details

Vlad Zahorodnii requested to merge work/zzag/gl-platform-no-info-output into master

It's printed whenever any opengl context is created, which can flood the logs. On the other hand, this information is also included in the support information, which we often ask in the bug reports.

BUG: 489000

Merge request reports