summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/Assets
AgeCommit message (Expand)Author
2026-04-17Improve usage of std::move and const references parametersMartino Fontana
2026-01-25Remove unused importsMartino Fontana
2026-01-17Fix various typos and spelling mistakesSintendo
2025-12-29ShaderAsset: Fix shadowed variableJoshua Vandaƫle
2025-12-22Merge pull request #14043 from iwubcode/custom_resourceJMC47
2025-12-22Merge pull request #14151 from iwubcode/material_asset_booleanJMC47
2025-11-23VideoCommon: add custom includer to custom shaders, this will allow us to shi...iwubcode
2025-11-23VideoCommon: separate the concept of a 'resource' from an 'asset'. A resourc...iwubcode
2025-11-21VideoCommon: update ShaderAsset to use a vector of properties, this way we en...iwubcode
2025-11-21VideoCommon: update ShaderAsset to remove requirement of the code name being ...iwubcode
2025-11-20VideoCommon: fix MaterialAsset so that boolean parameters are written to memo...iwubcode
2025-11-06Common: Remove the string parameters from the HookableEvent interface.Jordan Woyak
2025-11-02Common: Make HookableEvent use non-static data.Jordan Woyak
2025-10-29MaterialAsset: Fix shadowed fieldJoshua Vandaƫle
2025-09-16Merge pull request #13895 from iwubcode/update_shader_assetJMC47
2025-09-16Merge pull request #13889 from iwubcode/texture_and_sampler_assetJMC47
2025-08-23VideoCommon: update material asset to support render state properties, suppor...iwubcode
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: remove 'GetByteSizeInMemory()' from custom asset, it is not need...iwubcode
2025-06-06VideoCommon: avoid race conditions with asset load/unload by moving the lock ...iwubcode
2025-06-06VideoCommon: rename m_bytes_loaded in asset library to bytes_loadediwubcode
2025-06-06VideoCommon: update CustomAsset's load time to be before the load occurs (thi...iwubcode
2025-06-06VideoCommon: watch texture pack folder for texture reloads (from dynamic inpu...iwubcode
2025-06-06VideoCommon: add resource manager and new asset loader; the resource manager...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
2025-06-06VideoCommon: change asset loading to return the number of bytes loaded instea...iwubcode
2025-06-06VideoCommon: add 'Unload' functionality to CustomAssetiwubcode
2025-06-06VideoCommon: add a handle to custom asset, this is an id that is only relevan...iwubcode
2025-06-06Core / VideoCommon: Remove original custom asset loaderiwubcode
2025-05-03Common and VideoCommon: Change texture data from std::vector to Common::Uniqu...Jordan Woyak
2025-04-30WorkQueueThread: Cleanups. Implement in terms of WaitableSPSCQueue. Add singl...Jordan Woyak
2025-03-09VideoCommon: Move backend_info out of VideoConfig struct.Jordan Woyak
2024-12-15Modernize `std::any_of` with rangesmitaclaw
2024-12-15Modernize `std::all_of` with rangesmitaclaw
2024-06-29VideoCommon: add ability to serialize a texture asset metadata to jsoniwubcode
2024-06-29VideoCommon: set individual texture asset filter/wrap values when loading fro...iwubcode
2024-06-29VideoCommon: update texture asset to properly set near sampler state valueiwubcode
2024-05-31InputCommon / VideoCommon: update to use new JsonFromFile functioniwubcode
2024-05-23Refactored Achievement Badges into Texture LayersLillyJadeKatrin
2024-02-16Merge pull request #12457 from iwubcode/asset_memory_limitMai
2024-02-12VideoCommon: make mesh asset data loadable by asset loaderiwubcode
2024-02-11VideoCommon: add functionality to prepare for a mesh asset that is loaded fro...iwubcode
2024-01-26Merge pull request #12532 from lioncash/jsonAdmiral H. Curtiss
2024-01-26Merge pull request #12443 from iwubcode/custom_pipeline_action_material_cubemapMai
2024-01-24ShaderAsset: Emplace value instances when possible in ToJson()Lioncash
2024-01-23VideoCommon: add function to serialize MaterialAsset to jsoniwubcode
2024-01-23VideoCommon: add a method to calculate a default value for ShaderAsset and an...iwubcode