index
:
dolphin
4.0-hotfixes
master
release-prep-2407
release-prep-2409
release-prep-2412
release-prep-2503
release-prep-2503a
release-prep-2506
release-prep-2506a
release-prep-2509
release-prep-2512
release-prep-2603
release-prep-2603a
release-prep-2606
stable
GameCube and Wii emulator
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
Core
/
VideoCommon
/
Assets
/
DirectFilesystemAssetLibrary.cpp
Age
Commit message (
Expand
)
Author
2024-05-31
InputCommon / VideoCommon: update to use new JsonFromFile function
iwubcode
2024-02-12
VideoCommon: make mesh asset data loadable by asset loader
iwubcode
2023-12-19
VideoCommon: when loading a texture asset, set sampler to linear sampler if t...
iwubcode
2023-10-10
VideoCommon: instead of using 'CustomTextureData' directly, use 'TextureData'...
iwubcode
2023-09-21
fmt 10.0.0-10.1.1 compile fixes
get
2023-09-02
VideoCommon: add loading cube maps from DDS files and loading it into our cus...
iwubcode
2023-08-18
Merge pull request #12103 from iwubcode/asset_load_system_time
Admiral H. Curtiss
2023-08-16
VideoCommon: Fix std::filesystem::path encoding conversion
JosJuice
2023-08-15
VideoCommon: asset load time is now stored as a chrono system_clock time, so ...
iwubcode
2023-07-09
VideoCommon: add material asset. A material is similar to other graphics eng...
iwubcode
2023-06-30
VideoCommon: add a pixel shader asset
iwubcode
2023-06-08
VideoCommon: update DirectFilesystemAssetLibrary to not throw exceptions when...
iwubcode
2023-06-08
VideoCommon: add logging for loading texture assets
iwubcode
2023-06-05
VideoCommon: add additional locks around asset access and usage to ensure thr...
iwubcode
2023-06-03
VideoCommon: when loading a PNG with no custom texture data levels already, c...
iwubcode
2023-06-02
VideoCommon: add an asset library that loads directly from the filesystem
iwubcode