summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon/Src/ControllerInterface/ControllerInterface.cpp
diff options
context:
space:
mode:
authorpierre <pierre@pirsoft.de>2010-06-01 21:05:00 +0000
committerpierre <pierre@pirsoft.de>2010-06-01 21:05:00 +0000
commit714af087bfed09cff991334a56df363ce364f8c3 (patch)
tree00750d0013efc7f96060ac08448e7205d96f929e /Source/Core/InputCommon/Src/ControllerInterface/ControllerInterface.cpp
parentc9564405d94d1eb7cc1c4f94ed5e1ee094ca5241 (diff)
GL: Relax multisampling constraints on visual
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
Diffstat (limited to 'Source/Core/InputCommon/Src/ControllerInterface/ControllerInterface.cpp')
0 files changed, 0 insertions, 0 deletions