• Login
  • Register
  • Dolphin Forums
  • Home
  • FAQ
  • Download
  • Wiki
  • Code


Dolphin, the GameCube and Wii emulator - Forums › Dolphin Emulator Discussion and Support › Support v
« Previous 1 ... 437 438 439 440 441 ... 1192 Next »

Which OpenGL extensions does dolphin use?
View New Posts | View Today's Posts

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Thread Modes
Which OpenGL extensions does dolphin use?
11-24-2015, 02:28 AM
#1
ulikmadik
Unregistered
 
I'm on linux using recent opensource radeon drivers, which only support up to OpenGL 4.1 proper, however, there are many extensions already implemented for 4.2 and upwards. Normally I could override the GL version with an env. variable and blacklist the unavailable extensions with another, for example :

MESA_GL_VERSION_OVERRIDE=4.2 MESA_GLSL_VERSION_OVERRIDE=420 MESA_EXTENSION_OVERRIDE=-GL_ARB_shader_image_load_store dolphin-emu

But dolphin still spits a shader compilation error at me complaining about GL_ARB_shader_image_load_store, so before I go overriding all available extension one by one, without overriding the GL version, I'd like to know which extensions exactly dolphin requests to avoid unnecessary time spending..
Reply
11-24-2015, 03:14 AM
#2
degasus Offline
Developer
**********
Developers (Some Administrators and Super Moderators)
Posts: 1,828
Threads: 10
Joined: May 2012
https://github.com/dolphin-emu/dolphin/blob/master/Source/Core/VideoBackends/OGL/Render.cpp#L428
Find
Reply
11-24-2015, 03:41 AM
#3
ulikmadik
Unregistered
 
Thank you. Turns out the GL_ARB_shader_image_load_store wasn't being disabled due to a bug in MESA, nothing to do with the emulator. Adding specific extensions to a GL 4.1 context worked as it should. This one is solved.
Reply
« Next Oldest | Next Newest »


  • View a Printable Version
  • Subscribe to this thread
Forum Jump:


Users browsing this thread: 1 Guest(s)



Powered By MyBB | Theme by Fragma

Linear Mode
Threaded Mode