kyamagu / skia-python

Python binding to Skia Graphics Library
https://kyamagu.github.io/skia-python/
BSD 3-Clause "New" or "Revised" License
237 stars 42 forks source link

Make GL version setting specific to Mac OS only #267

Open HinTak opened 1 week ago

HinTak commented 1 week ago

Refining earlier change (#214). It turns out that Xvfb's GL behavior on Linux differ depending on whether there is actual graphic hardware or entirely headless. The Apple GL settings works on Xvfb on my computer (AMD Radeon R5 Graphics), but fails in github headless CI.

Fixes #266