This website requires JavaScript.
Explore
Help
Register
Sign In
jprdonnelly
/
dolphin
Watch
1
Star
0
Fork
0
You've already forked dolphin
mirror of
https://github.com/dolphin-emu/dolphin.git
synced
2026-03-19 01:01:56 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
2b8abddadfa2cbb788921e40be71fe3b86779b66
dolphin
/
Source
/
Core
/
VideoBackends
/
Null
History
Jules Blok
0a2b58c896
OGL: Remove support for NV_depth_buffer_float.
...
We can't clamp the depth values to the 24-bit range while this extension is active.
2017-03-14 01:02:13 +01:00
..
CMakeLists.txt
CMakeLists: Normalize whitespace
2017-03-01 14:53:23 -05:00
FramebufferManager.h
FramebufferManagerBase: Return a std::pair from GetTargetSize
2017-02-03 15:27:53 -05:00
Null.vcxproj
…
NullBackend.cpp
OGL: Remove support for NV_depth_buffer_float.
2017-03-14 01:02:13 +01:00
PerfQuery.h
…
Render.cpp
VideoCommon: Move some common initialization logic to RenderBase
2017-03-04 16:42:16 +10:00
Render.h
VideoBackends: Move max texture size to VideoConfig
2017-03-10 00:04:13 +10:00
ShaderCache.cpp
…
ShaderCache.h
…
TextureCache.h
…
VertexManager.cpp
VertexManagerBase: Make CreateNativeVertexFormat return a unique_ptr
2017-02-18 03:16:24 -05:00
VertexManager.h
VertexManagerBase: Make CreateNativeVertexFormat return a unique_ptr
2017-02-18 03:16:24 -05:00
VideoBackend.h
…