Logo
Explore Help
Sign In
feedc0de/dolphin
1
0
Fork 0
You've already forked dolphin
forked from dolphin-emu/dolphin
Code Pull Requests Activity
Files
2fdeefb65b776d39cd18ffd638f21d424c40b6f7
dolphin/Source/Core/VideoBackends/CMakeLists.txt

4 lines
82 B
CMake
Raw Normal View History

Merge of GL-AutoChoose. This branch is the final step of fully supporting both OpenGL and OpenGL ES in the same binary. This of course only applies to EGL and won't work for GLX/AGL/WGL since they don't really support GL ES. The changes here actually aren't too terrible, basically change every #ifdef USE_GLES to a runtime check. This adds a DetectMode() function to the EGL context backend. EGL will iterate through each of the configs and check for GL, GLES3_KHR, and GLES2 bits After that it'll change the mode from _DETECT to whichever one is the best supported. After that point we'll just create a context with the mode that was detected
2014-01-18 04:11:59 +00:00
add_subdirectory(OGL)
Put Plugins/ in Core/, rename to VideoBackends
2013-09-10 23:12:54 -04:00
add_subdirectory(Software)
# TODO: Add other backends here!
Copy Permalink
Powered by Gitea Version: 1.24.6 Page: 6809ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API