This website requires JavaScript.
Explore
Help
Register
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
2026-02-04 10:19:13 -06:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
13ca98923b53db37d51f2f7ac16fd7411187e7da
dolphin
/
Source
/
Core
/
VideoBackends
/
Null
History
Stenzek
f4b848949c
TextureCache: Support compressed textures and pass pitch/size to upload
...
This also removes an extra copy of the image for custom textures.
2017-04-29 00:14:23 +10:00
..
CMakeLists.txt
CMakeLists: Normalize whitespace
2017-03-01 14:53:23 -05:00
FramebufferManager.h
…
Null.vcxproj
…
NullBackend.cpp
TextureCache: Support compressed textures and pass pitch/size to upload
2017-04-29 00:14:23 +10: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
TextureCache: Support compressed textures and pass pitch/size to upload
2017-04-29 00:14:23 +10:00
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
…