summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/Assets
AgeCommit message (Expand)Author
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
2024-01-23VideoCommon: add function to serialize ShaderAsset to jsoniwubcode
2023-12-21VideoCommon: handle asset memory going over reserved limit correctly by error...iwubcode
2023-12-19VideoCommon: when loading a texture asset, set sampler to linear sampler if t...iwubcode
2023-12-17Merge pull request #12382 from iwubcode/shader_asset_default_valueMai
2023-12-12Merge pull request #12240 from iwubcode/material_asset_additional_propertiesMai
2023-12-12VideoCommon: update shader asset to provide a variant default valueiwubcode
2023-12-11CustomAssetLibrary: Remove unused GetAssetSize() functionLioncash
2023-12-11ShaderAsset: Mark ParseShaderProperties() as staticLioncash
2023-12-04VideoCommon: add additional data types (int, int2, float, bool, etc) as prope...iwubcode
2023-11-25CustomAssetLibrary: Remove unnecessary qualifier in LoadInfoLioncash
2023-11-25CustomAssetLibrary: Add virtual destructorLioncash
2023-10-16VideoCommon: use ToLower function in assets when parsing json, for proper loc...iwubcode
2023-10-16VideoCommon: add additional properties to ShaderAsset to support custom shade...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-05VideoCommon: add cubemap as a sampler target for shaders, add cubemap as a va...iwubcode
2023-09-04Merge pull request #12139 from iwubcode/more_shader_texture_propertiesJMC47
2023-09-04Merge pull request #12136 from iwubcode/texture_metadata_structJMC47
2023-09-02VideoCommon: add loading cube maps from DDS files and loading it into our cus...iwubcode
2023-08-26VideoCommon: add additional texture sampler types to ShaderAssetiwubcode
2023-08-24VideoCommon: add TextureData structure that contains the raw texture data, a ...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-16VideoCommon: fix some compiler warnings for CustomAsset. FreeBSD compiler co...iwubcode
2023-07-16VideoCommon: initialize load info variablesiwubcode
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-20VideoCommon: move cached texture asset to 'CustomAsset' common codeiwubcode
2023-06-12VideoCommon: don't treat incorrect aspect ratio or sizes that aren't a multip...iwubcode
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: fix minor issue in C++ templateiwubcode
2023-06-03Merge pull request #11879 from iwubcode/texture_data_load_nolevelsAdmiral H. Curtiss