This website requires JavaScript.
Explore
Help
Sign In
The-Homebrew-Cloud
/
dolphin
Watch
2
Star
0
Fork
0
You've already forked dolphin
mirror of
https://github.com/dolphin-emu/dolphin.git
synced
2025-03-12 06:39:14 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
dolphin
/
Source
/
Plugins
/
Plugin_VideoOGL
History
degasus
4883fa268f
Split VideoBackend::Cleanup from Shutdown.
...
First is called from ogl/d3d thread, second is called from emulation thread (x11...)
2013-02-26 16:42:32 +01:00
..
Src
Split VideoBackend::Cleanup from Shutdown.
2013-02-26 16:42:32 +01:00
CMakeLists.txt
Implement OGL sampler cache. Allows binding a texture multiple times with different parameters. Also possibly gives a very small speed improvement.
2013-02-19 21:18:53 -06:00
Plugin_VideoOGL.vcxproj
Implement OGL sampler cache. Allows binding a texture multiple times with different parameters. Also possibly gives a very small speed improvement.
2013-02-19 21:18:53 -06:00
Plugin_VideoOGL.vcxproj.filters
merge Vertex and PixelShaderCache into ProgramShaderCache
2013-02-13 13:12:19 +01:00