Commit Graph

  • 15f61a1a10 [x64] Fix vector mask issue and add missing tests Herman S. 2025-10-14 14:49:56 +09:00
  • 435ea98a5a [Testing] Make sure tests clean up shm resources on exit Herman S. 2025-11-25 13:17:30 +09:00
  • 532418eed4 [Tests] Fix broken xenia-cpu tests Herman S. 2025-10-25 17:45:49 +09:00
  • 63d06a6083 [Testing] Ensure memory is fully initialized for stwcx test Herman S. 2025-10-19 18:33:15 +09:00
  • d6a4493d5b [Testing] Add more instruction tests Herman S. 2025-10-19 15:32:12 +09:00
  • 2bb7c8dbf5 [Testing] Fix tests to use opcode mnemonics Herman S. 2025-10-19 15:13:57 +09:00
  • ab182d4044 [Testing] Fix vsel128 and vnor128 tests Herman S. 2025-10-19 14:30:14 +09:00
  • 24c671bf63 [Testing/binutils] Fix VMX128 instruction definitions Herman S. 2025-10-19 14:29:22 +09:00
  • 1b25574986 [Testing] Add a lot more missing instruction tests Herman S. 2025-10-19 13:42:59 +09:00
  • 9e9b733dfb [Testing] binutils to support older instructions used in 360 Herman S. 2025-10-19 11:45:11 +09:00
  • 4832bb485f [Testing] Add some lvx* tests Herman S. 2025-10-18 11:32:13 +09:00
  • 32b0e2c323 [Testing] Add missing control instruction tests Herman S. 2025-10-14 23:59:52 +09:00
  • 72f81b56c7 [Testing] Add missing ALU instruction tests Herman S. 2025-10-14 22:06:49 +09:00
  • 4a954506c6 [Testing] Add vpkpx tests Herman S. 2025-10-14 21:48:01 +09:00
  • c0d1723469 [Testing] Add vlogefp tests Herman S. 2025-10-14 21:00:10 +09:00
  • b6af8ed545 [Testing] Add more tests for logic, conversion and fp instructions Herman S. 2025-10-14 20:24:59 +09:00
  • 910157f6e0 [Testing] add more arithmetic instruction tests Herman S. 2025-10-14 19:59:11 +09:00
  • 4c7d152fee [Testing] Add missing avg and min/max tests Herman S. 2025-10-14 16:18:50 +09:00
  • 3461f2578b [Testing] add missing saturate arithmetic tests Herman S. 2025-10-14 16:03:30 +09:00
  • f455b0b3c8 [Testing] add missing integer and rotation tests Herman S. 2025-10-14 15:14:38 +09:00
  • 09a15fbedc [Testing] Get tests running (dirty hack for linux) Herman S. 2025-10-14 14:19:12 +09:00
  • 14c2814654 [CPU] Fixed bug in VECTOR_SHL_V128 implementation Gliniak 2026-02-11 22:25:16 +01:00
  • 8f5da619f9 [Kernel] Replaced Yield in XAudioGetVoiceCategoryVolumeChangeMask with NanoSleep Gliniak 2026-01-31 21:05:05 +01:00
  • 56cff3a09a [APP] Include title information in Win32 exception dialog Adrian 2026-02-07 23:46:39 +00:00
  • ef65c6761b [XAM] Cleanup user settings header to reduce including issues Adrian 2026-02-04 23:40:23 +00:00
  • 1a9613705d Rework max anisotropy override to sampler creation (D3D12/Vulkan) goldislead 2026-02-06 00:02:37 -08:00
  • 60ffc2e83f [CI] Remove unneeded python-setup Margen67 2026-02-02 00:17:37 -08:00
  • 4dd0842087 [Kernel] Fixed incorrect amount of propagated notifications on boot Gliniak 2026-01-30 23:49:54 +01:00
  • 7e1506ff23 [Kernel] XThread: Added mutex to set_name. Gliniak 2026-01-31 18:32:52 +01:00
  • 78d700af41 [XAM/USER] - Add missing broadcast to XamUserWriteProfileSettings The-Little-Wolf 2026-01-16 15:19:46 -08:00
  • a8fe4666ad [XEX] - log outputs The-Little-Wolf 2026-01-09 17:15:58 -08:00
  • 38ccc71afa [XboxKrnl/Threading] - implement KeInitializeTimerEx The-Little-Wolf 2025-08-08 09:29:36 -07:00
  • e3c4b5aef5 refactor xenia-build printing functionality and add color to the outputs Roy Stewart 2025-12-19 08:22:55 -05:00
  • 603355ae5b [XAM] Fixed enumeration of achievements once again Gliniak 2026-01-27 22:15:34 +01:00
  • 2ba82072fc [Kernel] Added stub for: NtCancelIoFile Gliniak 2026-01-29 19:45:39 +01:00
  • ac6fd65385 [GPU] Add anisotropic filtering override Stayd 2026-01-15 17:12:49 -07:00
  • a74fe21f76 [CPU] Disable context promotion only for vertex type Gliniak 2026-01-25 20:30:48 +01:00
  • 67d80958c9 [XThread] Remove 10ms delay in thread start Gliniak 2026-01-25 17:41:35 +01:00
  • c7f61342d7 [GPU/D3D12] Convert gamma-as-linear red to gamma in transfers to stencil Triang3l 2026-01-20 12:53:20 +03:00
  • 263e91b014 [XAM] Fixed XamUserCreateAchievementEnumerator starting index usage Adrian 2026-01-20 01:30:41 +00:00
  • 0a19234b4e [GPU/D3D12] Add forgotten gamma conversion format check Triang3l 2026-01-19 21:08:15 +03:00
  • cec9ca0ef2 [GPU] 8-bit PWL gamma RT as linear 16-bit UNorm on the host Triang3l 2026-01-17 18:09:42 +03:00
  • f2fabfdf04 [GPU] Change "bpe" to "bpb" (bytes per block) in comments Triang3l 2026-01-15 20:48:26 +03:00
  • 88f95a8bd6 [GPU] Change "element" name back to "block" in texture addressing Triang3l 2026-01-15 11:56:45 +03:00
  • c4e1242fa2 [D3D12] Include recent D3D12 headers from the Microsoft GitHub Triang3l 2026-01-14 23:05:08 +03:00
  • 9535e610b0 [GPU] Change texture address local X offsetting back to addition Triang3l 2026-01-14 00:15:08 +03:00
  • 6db6192170 [GPU] Use XOR to flip X texel group in all load/resolve shaders Triang3l 2026-01-13 23:37:01 +03:00
  • 7db772bfeb [GPU] XeResolveLocalXAddressXor comment typo correction Triang3l 2026-01-13 23:22:30 +03:00
  • 0f23f05683 [GPU] Simplify local X offsetting with resolution scaling Triang3l 2026-01-13 23:14:15 +03:00
  • 76c531bff2 [GPU] Rename AddressTiled in TiledAddress in shaders Triang3l 2026-01-13 21:20:26 +03:00
  • 80a9af4277 [GPU] Add macro tile size constants to texture addressing headers Triang3l 2026-01-13 21:18:25 +03:00
  • 81656a9729 [XAM] Fixed issue with error code being returned for local session Gliniak 2026-01-08 22:47:52 +01:00
  • 4b6ac45650 [VFS/Posix] Fix Rename to properly handle guest paths Herman S. 2026-01-10 23:16:32 +09:00
  • dce4d38c0a [XAM] Fixed crash related to incorrect buffer size in UserPlaylist enum Gliniak 2026-01-07 20:10:27 +01:00
  • 4b73839bf1 [XAM] Added std::optional to SPA getters Adrian 2026-01-04 16:44:51 +00:00
  • ea8ae81bfd [GPU] Remove now-unused texture_conversion.cc/h Triang3l 2026-01-06 17:59:20 +03:00
  • 28b69c21be [GPU] Document tiled texture address bits Triang3l 2026-01-06 17:47:19 +03:00
  • beb52110e3 [Memory] Use randomized values for scribble_heap instead of hardcoded one Gliniak 2026-01-03 23:53:45 +01:00
  • 2e61df76f0 [XAM/USER] - Implement XamUserIsParentalControlled The-Little-Wolf 2025-12-16 16:31:01 -08:00
  • ccd5c50c74 [XAM] Count empty path as exit request in XamLoaderGetLaunchData NicknineTheEagle 2026-01-04 02:37:23 +03:00
  • b723d6e7c2 [UI] Free image data from stbi_load Adrian 2026-01-04 16:12:01 +00:00
  • b8b33ecabf [VFS] XContent: Added support for SVOD normal layout with multiple files Gliniak 2026-01-03 22:20:44 +01:00
  • cbbaae8ead [Vulkan] Recompile internal shaders with Vulkan SDK 1.4.335.0 Triang3l 2026-01-04 17:01:26 +03:00
  • ca34a022a5 [Build] Replace spirv-remap with spirv-opt --canonicalize-ids Triang3l 2026-01-04 16:53:52 +03:00
  • 53c0178766 [NET] Implemented XNetRandom Adrian 2025-12-25 00:49:09 +00:00
  • fcebdfb255 [GPU] Fix scaled resolve tracking for blocks outside write range Herman S. 2025-12-28 00:54:06 +09:00
  • f8fb490ef8 [APP] Disable toggle fullscreen double click while rendering dialogs Adrian 2025-12-24 21:31:35 +00:00
  • c42aeacf25 [Vulkan] Ensure entire scaled range fits within the buffer. Gliniak 2025-12-25 14:40:33 +01:00
  • 594e8b8cdd [XAM] Add null terminator in UserData for WSTRING Adrian 2025-12-17 19:55:15 +00:00
  • 01aec51278 [XAM] Fixed invalid xuid being returned when only online XUID is requested Gliniak 2025-12-24 22:12:01 +01:00
  • 547226fc0b [XMA] Cleanup in XmaDecoder::WriteRegister Gliniak 2025-12-23 23:28:13 +01:00
  • ac66db337b [XAM] Fixed size used in read_u16string_and_swap Adrian 2025-12-17 19:52:49 +00:00
  • e786d5c8c3 [XAM] Fixed potantial crash while upserting setting related to missing SPA Gliniak 2025-12-22 18:47:34 +01:00
  • 169fea978a [XAM/XLIVE] - Set proper returns when offline The-Little-Wolf 2025-12-17 16:53:45 -08:00
  • 492fa7c632 use concepts instead of SFINAE oltolm 2025-11-21 00:00:03 +01:00
  • d78bc3a789 [UI]: fix ASAN errors oltolm 2025-12-17 19:24:33 +01:00
  • 925c59790f [XAM] Cleanup parsing gamer tile key Adrian 2025-12-17 16:11:56 +00:00
  • a89513864c [XAM/CONTENT] - Implement XamContentRegisterChangeCallback The-Little-Wolf 2025-12-14 19:00:44 -08:00
  • dfa1b3fae1 [Vulkan] Clamp device API version to one Xenia was tested on Triang3l 2025-12-14 22:53:32 +03:00
  • fe1fd36137 [D3D12/Vulkan] Simplify host GPU fence management Triang3l 2025-12-14 21:10:06 +03:00
  • 4cbcae5b64 [Vulkan] Properly scale rectangle coordinates Herman S. 2025-12-09 13:40:09 +09:00
  • 2b77c4c08a [D3D12] Simplify Intel Arc GPU checking yippeeeyay 2025-12-07 02:37:44 -05:00
  • 32889f51be Use fetch_contant_word3 for exponent bias Herman S 2025-12-06 22:12:03 +09:00
  • 0af253e230 [XMA] Separate error status into status and set fields Gliniak 2025-12-05 22:29:09 +01:00
  • 038b11a537 [GPU] Removed nvapi Gliniak 2025-12-05 21:54:06 +01:00
  • f85f4c3ca1 [Kernel] Fixed Xbox Live disconnected error code Adrian 2025-12-04 20:13:15 +00:00
  • 1d410f0e76 [APP] Don't delete Zar extraction folder on failure if empty Adrian 2025-11-23 23:13:53 +00:00
  • 90a7cc4fee [GPU] Changed default readback_resolve to none Gliniak 2025-12-04 20:12:34 +01:00
  • 4494e40c71 [XMA] Added multiple versions of XMA decoders Gliniak 2025-12-02 22:33:02 +01:00
  • e588a772d4 [XBDM] Implement DmQueryTitleMemoryStatistics Anton Dorozhkin 2025-11-29 18:01:29 +07:00
  • 78e753ef52 [GPU] Added config option to enable/disable invalid memory uploads Gliniak 2025-11-30 13:10:53 +01:00
  • dd29365970 [APU] Switched to New XMA decoder as default Gliniak 2025-12-01 23:57:53 +01:00
  • dfa70b3677 [Kernel] Change _vsnprintf overflow behavior. Anton Dorozhkin 2025-11-30 13:40:34 +07:00
  • 016797d19c [Emulator] Return error when device initialization fails Gliniak 2025-12-01 18:36:12 +01:00
  • e2c33686cc [GPU] Double-buffer readback_resolve. Herman S. 2025-10-31 21:20:37 +09:00
  • 93adb2bb95 [Config] Gracefully handle type mismatches in cvars. Herman S. 2025-11-06 09:42:28 +09:00
  • 70e44ab6ec [APP] Added config option to disable fullscreen mode on mouse double-click Gliniak 2025-11-29 23:02:54 +01:00
  • ce5100cbf3 [Build] Hack to support VS 2026 preview in the build Herman S. 2025-11-29 14:27:01 +09:00
  • f2554eb742 [GPU] Fix variable shadowing for SV_SampleIndex semantic name Herman S. 2025-11-29 17:09:21 +09:00
  • 10bfc92d9a [XAM] Stubbed XMPCreateUserPlaylistEnumerator Adrian 2025-11-28 14:35:36 +00:00