This website requires JavaScript.
Explore
Help
Sign In
mirror
/
dolphin
Watch
1
Star
0
Fork
0
You've already forked dolphin
mirror of
https://github.com/dolphin-emu/dolphin.git
synced
2025-02-09 12:40:03 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
dolphin
/
Source
/
Core
/
VideoBackends
/
Null
History
Stenzek
836b9b9acb
Renderer: Move cull mode to a rasterization state object
...
Also moves logic for primitive handling to VideoCommon.
2017-09-11 20:01:45 +10:00
..
CMakeLists.txt
…
FramebufferManager.h
…
Null.vcxproj
…
NullBackend.cpp
…
NullTexture.cpp
…
NullTexture.h
…
PerfQuery.h
…
Render.cpp
…
Render.h
…
ShaderCache.cpp
Renderer: Move cull mode to a rasterization state object
2017-09-11 20:01:45 +10:00
ShaderCache.h
Renderer: Move cull mode to a rasterization state object
2017-09-11 20:01:45 +10:00
TextureCache.h
Video: Clearly separate Texture and EFB Copy formats
2017-08-03 18:35:29 -07:00
VertexManager.cpp
…
VertexManager.h
…
VideoBackend.h
…