Intel GPU works as long as it is compatible.
Already answered.
Intel GPU works as long as it is compatible.
Already answered.
From your glxinfo, it seems only your OpenGL âcoreâ profile is 4.2, however we are using the OpenGL ânon-coreâ profile which is reported as 3.0 by your glxinfo. Afaik there is no reason for this, except bad configuration or driver.
Itâs also not compatible with the GLSL ES 3.10 shaders we are usingâŚwell i guess we could use GLSL 4.20 shaders instead, however it would definitely bump GL requirements of kronos, which is not a good thingâŚ
Thatâs why i always say intel gpu support on linux is trashâŚ
Ok, i googled this ivy bridge stuff, it seems this OpenGL4.2 support in ivy bridge is very hacky and not even implemented in the windows drivers, honestly i have neither the knowledge nor the interest to mess with the GL renderer for crappy drivers, and is that even worth it ? Whatâs your cpu actually ?
I have an Intel HD 530 graphic card, where can I find a compatibility graphic cards list? Thanks.
Google is your friend : https://www.intel.fr/content/www/fr/fr/support/products/88345/graphics-drivers/graphics-for-6th-generation-intel-processors/intel-hd-graphics-530.html .
Compatible OpenGL4.4, doesnât seem to be a crappy hack on a driver, most likely it is compatible.
FX 8350, 8GB DDR3, Zotac GTX 950 OC. I even used the 1.4.5 pure interpreter, and it performs about the same. I havenât used the Libretro core yet. I have the bios at the system folder, but it reports that itâs missing when looking at the core information.
Thatâs definitely unrelated to the interpreter then, no reason for âcachedâ and ânon-cachedâ interpreters to show different performances on a 4Ghz cpu.
I donât know whatâs your issue, what i know though is that the libretro kronos port doesnât run at a stable 60 fps, which is perfectly fine and normal, sometimes itâs below, sometimes itâs above, because itâs rendering in an âasynchronous wayâ (= itâs not rendering 1 frame for every cycle where retroarch expects 1 frame, sometimes itâs 2, sometimes itâs 0)