summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2022-06-20[Vulkan] Render target resolvingTriang3l
2022-06-20[Vulkan] Use UDiv/UMod by constant tile size + minor transfer cleanupTriang3l
2022-06-20Merge branch 'master' into vulkanTriang3l
2022-06-20[GPU] Separate range arguments for fixed16 RG and RGBA in GetResolveInfoTriang3l
2022-06-20[Vulkan] Don't require an explicit uint64_t cast for SetDeviceObjectNameTriang3l
2022-06-20[Vulkan] Explain why CreateShaderModule takes uint32_t* [ci skip]Triang3l
2022-06-20[GPU] Make resolve EDRAM binding DS 0 and rename itTriang3l
2022-06-19Merge branch 'master' into vulkanTriang3l
2022-06-19[GPU] XeSL resolve shaders + host depth store width fixTriang3l
2022-06-16[XeSL] Metal Shading Language definitionsTriang3l
2022-06-13[Vulkan] Trace dump toolTriang3l
2022-06-12[Vulkan] Fix 1<< uint32_t constantsTriang3l
2022-06-12[GPU] Fix missing xenia-ui dependency in gpu > gpu-shader-compiler (needed fo...Triang3l
2022-06-12Merge branch 'master' into vulkanTriang3l
2022-06-12[GPU] Fix GetActiveTextureHostSwizzle return typeTriang3l
2022-06-09[SPIR-V] Texture fetch instructionsTriang3l
2022-06-09Merge branch 'master' into vulkanTriang3l
2022-06-09[GPU] TextureCache::GetActiveTextureHostSwizzleTriang3l
2022-06-07[GPU] More exact PWL texture/RT gamma conversionTriang3l
2022-06-02[Vulkan] Unsubsample odd-sized 4:2:2 texturesTriang3l
2022-06-02Merge branch 'master' into vulkanTriang3l
2022-06-02[D3D12] Don't decompress unaligned BC textures if supportedTriang3l
2022-06-02[GPU] Fix resolve destination offset and extent calculationTriang3l
2022-06-01[GPU] Explain why a 32x32x4bpp linear texture takes 2 pages, not 1 [ci skip]Triang3l
2022-06-01[GPU] Better explanation for exact texture memory extent calculation [ci skip]Triang3l
2022-05-31[GPU] Primitive reset comment typo correction [ci skip]Triang3l
2022-05-31[D3D12] 128 megatexel limit explanation based on the spec [ci skip]Triang3l
2022-05-31[GPU] Fix tiled texture memory extent calculationTriang3l
2022-05-27[Base] Fix missing include in utf8.cc.Rick Gibbed
2022-05-24[Vulkan] Texture loadingTriang3l
2022-05-24[Vulkan] Fix single-type descriptor pool reuseTriang3l
2022-05-24Merge branch 'master' into vulkanTriang3l
2022-05-24[GPU] FIXME comment for 1bpb/2bpb texture tiled extentTriang3l
2022-05-24[D3D12] Texture load code cleanup and resolution scaling fixesTriang3l
2022-05-24[GPU] Move texture load shader info to commonTriang3l
2022-05-23[Vulkan] Single block-compressed flag for host texture formats, not block sizesTriang3l
2022-05-23[Vulkan] GBGR/BGRG decompressionTriang3l
2022-05-23Merge branch 'master' into vulkanTriang3l
2022-05-23[GPU] Decompress GBGR/BGRG into RGBB, not RGB1Triang3l
2022-05-22[GPU] Signedness in Cr_Y1_Cb_Y0_REP/Y1_Cr_Y0_Cb_REP comment [ci skip]Triang3l
2022-05-22[GPU] _REP explanation in Cr_Y1_Cb_Y0_REP/Y1_Cr_Y0_Cb_REP comment [ci skip]Triang3l
2022-05-22[GPU] Calculate, not store, texture load host X blocks per threadTriang3l
2022-05-22[GPU] 2x1-subsampled texture RGBA8 conversion shaderTriang3l
2022-05-22[D3D12] Pre-swizzle 2x1-subsampled formatsTriang3l
2022-05-22[GPU] Prevent multiple evaluation of XE_TEXTURE_LOAD_TRANSFORM argumentsTriang3l
2022-05-22[GPU] Add k prefix to texture load group size constantsTriang3l
2022-05-22[D3D12] Texture host BPB in LoadModeInfoTriang3l
2022-05-22[GPU] Correct rounding of texture load row sizeTriang3l
2022-05-22[GPU] 128-thread groups in all texture load shadersTriang3l
2022-05-22[Vulkan] Implement ClearCaches and don't do it for pipelinesTriang3l