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-04-27 08:00:43 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
0d078219358b04266206ea1e2622396db7724136
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
HiresTextures: Support loading BC7 (BPTC) from DDS files
2017-08-01 11:59:38 +10:00
NullTexture.cpp
…
NullTexture.h
AbstractTexture: Add missing includes (and remove unnecessary ones)
2017-06-18 23:29:22 -04:00
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
NativeVertexFormat: Drop unused virtual method SetupVertexPointers
2017-07-30 17:43:59 +10:00
VertexManager.h
…
VideoBackend.h
…