summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-02-18[GPU/WGF] Bind EDRAM to resolve dumping via ByteAddressBufferHEADmasterTriang3l
2026-02-18[GPU/D3D12] Remove now-unused typed shared memory descriptorsTriang3l
2026-02-17[GPU/WGF] Use ByteAddressBuffer in precompiled shadersTriang3l
2026-01-20[GPU/D3D12] Convert gamma-as-linear red to gamma in transfers to stencilTriang3l
2026-01-19[GPU/D3D12] Add forgotten gamma conversion format checkTriang3l
2026-01-18[GPU] 8-bit PWL gamma RT as linear 16-bit UNorm on the hostTriang3l
2026-01-15[GPU] Change "bpe" to "bpb" (bytes per block) in commentsTriang3l
2026-01-15[GPU] Change "element" name back to "block" in texture addressingTriang3l
2026-01-14[D3D12] Include recent D3D12 headers from the Microsoft GitHubTriang3l
2026-01-14[GPU] Change texture address local X offsetting back to additionTriang3l
2026-01-13[GPU] Use XOR to flip X texel group in all load/resolve shadersTriang3l
2026-01-13[GPU] XeResolveLocalXAddressXor comment typo correctionTriang3l
2026-01-13[GPU] Simplify local X offsetting with resolution scalingTriang3l
2026-01-13[GPU] Rename AddressTiled in TiledAddress in shadersTriang3l
2026-01-13[GPU] Add macro tile size constants to texture addressing headersTriang3l
2026-01-06[GPU] Remove now-unused texture_conversion.cc/hTriang3l
2026-01-06[GPU] Document tiled texture address bitsTriang3l
2026-01-04[Vulkan] Recompile internal shaders with Vulkan SDK 1.4.335.0Triang3l
2026-01-04[Build] Replace spirv-remap with spirv-opt --canonicalize-idsTriang3l
2025-12-14[Vulkan] Clamp device API version to one Xenia was tested onTriang3l
2025-12-14[D3D12/Vulkan] Simplify host GPU fence managementTriang3l
2025-08-20[Base/Memory] Fix VirtualQuery length parameterguccigang420
2025-08-20[GPU] Change texture load cbuffer to push constantsTriang3l
2025-08-19[GPU/UI] XeSL readability improvements + float suffixTriang3l
2025-08-19[Build] Locate FXC among Windows SDK architectures and versionsTriang3l
2025-08-15[Vulkan] Fix VulkanInstance::Create return valuesTriang3l
2025-08-14[Vulkan] Refactoring and fixes for VulkanProvider and related areasTriang3l
2025-08-06[GPU] Cleanup definitions of some registersTriang3l
2025-07-30[CPU/HIR] Fixed MulHi in value.cc for Linux systemsguccigang420
2024-05-25[Vulkan] Shader memory export (#145)Triang3l
2024-05-18[GPU] Fix gamma ramp writing after RegisterFile API change (#2262)Triang3l
2024-05-16[SPIR-V] Use a helper class for most if/else branchingTriang3l
2024-05-12[GPU] Check memexport stream constant upper bits in range gatheringTriang3l
2024-05-12[Base/GPU] Cleanup float comparisons and NaN and -0 in clampingTriang3l
2024-05-12[Base] Relax the system clock difference allowance in the testTriang3l
2024-05-12[GPU] Remove register reinterpret_casts + WAIT_REG_MEM volatilityTriang3l
2024-05-12[Base] Add aliasing-safe xe::memory::ReinterpretTriang3l
2024-05-05[Vulkan] Non-seamless cube map filteringTriang3l
2024-05-04[Vulkan] Optional functionality usage improvementsTriang3l
2024-05-04[Vulkan] Update headers to 1.3.278Triang3l
2024-05-02[GPU] Declare unused register fields explicitlyTriang3l
2023-09-14[VFS] Fixed invalid month decoding in decode_fat_timestampGliniak
2023-09-14[Testing] Added test project for vfsGliniak
2023-07-27[CPU] Added constant propagation pass for: OPCODE_AND_NOTGliniak
2023-07-27[Base] Add missing #include <cstdint> to utf8.ccAdriano Martins
2023-06-09[NET] NetDll___WSAFDIsSet: Fixed incorrect endianness of fd_countGliniak
2023-06-09[Base] Filter out relative directories on linuxRoy Stewart
2023-06-09[Base] Set the path for posix file infoRoy Stewart
2023-06-09[XAM] Implemented XamGetCurrentTitleIdAdrian
2023-06-09[XAM] xeXamContentCreate - Disposition cleanupGliniak