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-08 20:39:08 -06:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
93e5f5846089a3ab5fe0b1809ea5ba375f5e898c
dolphin
/
Source
/
Core
/
VideoCommon
/
Resources
History
iwubcode
aa1605e95a
Merge pull request
#14228
from iwubcode/clear_compiler_work_resource_mgr
...
VideoCommon: clear all compiler work when resource manager shuts down
2025-12-27 13:09:21 -06:00
..
CustomResourceManager.cpp
VideoCommon: clear all compiler work when resource manager shuts down
2025-12-24 01:51:55 -06:00
CustomResourceManager.h
VideoCommon: move resource state processing to the resource base class
2025-11-23 11:08:50 -06:00
InvalidTextures.cpp
VideoCommon: add some helper functions for resource logic that generates invalid textures for when a texture isn't provided for a custom asset
2025-11-23 11:04:24 -06:00
InvalidTextures.h
VideoCommon: add some helper functions for resource logic that generates invalid textures for when a texture isn't provided for a custom asset
2025-11-23 11:04:24 -06:00
MaterialResource.cpp
VideoCommon: update resource manager with a material/shader/and texture(+sampler) resource to show the complexities that warrant the resource manager system
2025-11-23 11:08:50 -06:00
MaterialResource.h
VideoCommon: update resource manager with a material/shader/and texture(+sampler) resource to show the complexities that warrant the resource manager system
2025-11-23 11:08:50 -06:00
Resource.cpp
VideoCommon: move resource state processing to the resource base class
2025-11-23 11:08:50 -06:00
Resource.h
VideoCommon: move resource state processing to the resource base class
2025-11-23 11:08:50 -06:00
ShaderResource.cpp
VideoCommon: Fix ShaderResource init order warning
2025-12-26 23:15:17 +01:00
ShaderResource.h
VideoCommon: update resource manager with a material/shader/and texture(+sampler) resource to show the complexities that warrant the resource manager system
2025-11-23 11:08:50 -06:00
TextureAndSamplerResource.cpp
VideoCommon: update resource manager with a material/shader/and texture(+sampler) resource to show the complexities that warrant the resource manager system
2025-11-23 11:08:50 -06:00
TextureAndSamplerResource.h
VideoCommon: update resource manager with a material/shader/and texture(+sampler) resource to show the complexities that warrant the resource manager system
2025-11-23 11:08:50 -06:00
TextureDataResource.cpp
…
TextureDataResource.h
…
TexturePool.cpp
…
TexturePool.h
…