mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-04 04:56:34 +02:00
714af087bf
All visuals with parameter GLX_SAMPLE_BUFFERS_ARB = 0 have GLX_SAMPLES_ARB = 0, so the old code would only ever choose visuals with GLX_SAMPLE_BUFFERS_ARB>=1 and GLX_SAMPLES_ARB>=1. Some drivers do not export any multisampling capable visuals, so dolphin fails to find a matching visual and falls back to the single buffered visual(which does not work for some yet unknown reason). Fixes issue #2647. git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5565 8ced0084-cf51-0410-be5f-012b33b47a6e |
||
---|---|---|
.. | ||
InputPluginCommon | ||
Plugin_DSP_HLE | ||
Plugin_DSP_LLE | ||
Plugin_GCPad | ||
Plugin_GCPadNew | ||
Plugin_nJoy_SDL | ||
Plugin_VideoDX9 | ||
Plugin_VideoOGL | ||
Plugin_VideoSoftware | ||
Plugin_Wiimote | ||
Plugin_WiimoteNew |