summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/Assets/DirectFilesystemAssetLibrary.cpp
AgeCommit message (Expand)Author
2025-09-16Merge pull request #13895 from iwubcode/update_shader_assetJMC47
2025-08-22VideoCommon: update shader asset to support both vertex and pixel shaders; re...iwubcode
2025-08-20VideoCommon: add TextureAndSamplerAsset, this asset contains both the raw tex...iwubcode
2025-06-06VideoCommon: watch texture pack folder for texture reloads (from dynamic inpu...iwubcode
2025-06-06VideoCommon: rename GameTextureAsset into TextureAsset and make it only conta...iwubcode
2025-06-06VideoCommon: move AssetMap to a types header file, so it can be pulled in wit...iwubcode
2025-06-06VideoCommon: remove 'GetLastAssetWriteTime' and switch to a steady_clock for ...iwubcode
2024-05-31InputCommon / VideoCommon: update to use new JsonFromFile functioniwubcode
2024-02-12VideoCommon: make mesh asset data loadable by asset loaderiwubcode
2023-12-19VideoCommon: when loading a texture asset, set sampler to linear sampler if t...iwubcode
2023-10-10VideoCommon: instead of using 'CustomTextureData' directly, use 'TextureData'...iwubcode
2023-09-21fmt 10.0.0-10.1.1 compile fixesget
2023-09-02VideoCommon: add loading cube maps from DDS files and loading it into our cus...iwubcode
2023-08-18Merge pull request #12103 from iwubcode/asset_load_system_timeAdmiral H. Curtiss
2023-08-16VideoCommon: Fix std::filesystem::path encoding conversionJosJuice
2023-08-15VideoCommon: asset load time is now stored as a chrono system_clock time, so ...iwubcode
2023-07-09VideoCommon: add material asset. A material is similar to other graphics eng...iwubcode
2023-06-30VideoCommon: add a pixel shader assetiwubcode
2023-06-08VideoCommon: update DirectFilesystemAssetLibrary to not throw exceptions when...iwubcode
2023-06-08VideoCommon: add logging for loading texture assetsiwubcode
2023-06-05VideoCommon: add additional locks around asset access and usage to ensure thr...iwubcode
2023-06-03VideoCommon: when loading a PNG with no custom texture data levels already, c...iwubcode
2023-06-02VideoCommon: add an asset library that loads directly from the filesystemiwubcode