Commit Graph

7017 Commits

Author SHA1 Message Date
Vicki Pfau d8c7e3e3c3 GB/GBA Core: Simplify renderer setup 2020-07-31 18:35:45 -07:00
Vicki Pfau e27963bd29 GB/GBA Video: Move dummy renderer to core 2020-07-31 18:02:29 -07:00
Vicki Pfau 0fdc343689 GB Core: Fix some MINIMAL_CORE differences 2020-07-31 17:36:59 -07:00
Vicki Pfau 1a8657315e 3DS: Fix compilation flags 2020-07-31 17:29:09 -07:00
Vicki Pfau 4807d68482 Qt: Attempt to fix DisplayGL crash 2020-07-31 01:36:55 -07:00
Vicki Pfau 8a9a8859a6 Qt: Display memory cleanup 2020-07-31 01:36:55 -07:00
Adam Higerd 8ee4b3c046 Stack traces: add detection for other calling conventions and stack manipulation 2020-07-30 20:20:51 -07:00
Vicki Pfau be0deefa8b Test: Set encoding framerate properly 2020-07-30 19:11:34 -07:00
Vicki Pfau 9865b7de4c DS: Allow pausing event loop between frames 2020-07-30 19:10:14 -07:00
Vicki Pfau 000b49e45b DS: Backport GBA event changes 2020-07-30 19:10:14 -07:00
Vicki Pfau b9415b9f74 Test: Map in core config opts 2020-07-30 19:10:14 -07:00
Vicki Pfau 5135756ec4 Merge branch 'master' into medusa 2020-07-30 19:09:52 -07:00
Vicki Pfau c62d913e23 DS Core: Backport symbol loading changes from GBA core (fixes #1834) 2020-07-30 19:09:44 -07:00
Vicki Pfau 89de06a610 Test: Add wildcard matching 2020-07-30 19:03:15 -07:00
Vicki Pfau 0c01546102 Test: Avoid tentatively encoding videos 2020-07-30 19:03:15 -07:00
Vicki Pfau b6395e5683 Test: Add xbaseline writing 2020-07-30 19:03:15 -07:00
Vicki Pfau 2a1dc92399 Test: Add way to detect if an xfail test output changes 2020-07-30 19:03:15 -07:00
Vicki Pfau ba932c4547 Test: Refactor out image comparison 2020-07-30 19:03:15 -07:00
Vicki Pfau 874cd47baf Test: Fix out-of-date CInema usage info 2020-07-30 19:03:15 -07:00
Vicki Pfau dd31a88862 Test: Switch baselines from png/mkv to zmbv/avi 2020-07-30 19:03:15 -07:00
Vicki Pfau 57530a32b4 Test: Add rudimentary input playback 2020-07-30 19:03:15 -07:00
Vicki Pfau 18ea9502cd Test: Allow logging to mark messages as repeating 2020-07-30 19:03:15 -07:00
Vicki Pfau f1d90e5f72 Test: Add option to only rebaseline missing tests 2020-07-30 19:03:15 -07:00
Vicki Pfau 9f370be824 Test: Clamp job count 2020-07-30 19:03:15 -07:00
Vicki Pfau ee50cc7656 Test: End test early if a fatal error occurs 2020-07-30 19:03:15 -07:00
Vicki Pfau 3b30aef14b Test: Flush logs if they get too full 2020-07-30 19:03:15 -07:00
Vicki Pfau f7a6533068 Test: Switch from using Python for CInema to C impl 2020-07-30 19:03:15 -07:00
Vicki Pfau 1084f378c1 CMake: Fix ctest not detecting tests at root 2020-07-30 19:03:15 -07:00
Vicki Pfau 287fd86e6a GBA: Allow pausing event loop while CPU is blocked 2020-07-30 18:51:05 -07:00
Vicki Pfau ba2175f5c5 GB: Allow pausing event loop while CPU is blocked 2020-07-30 18:51:05 -07:00
Vicki Pfau 0fd6532b38 Test: Threaded string builder on *nix 2020-07-30 18:51:05 -07:00
Vicki Pfau 6bdae813be Test: Initial threading work in CInema 2020-07-30 18:51:05 -07:00
Vicki Pfau 51c3fca3bf Util: Refactor TLS out of platform-specific APIs 2020-07-30 18:51:05 -07:00
Vicki Pfau 99d7c588e7 Merge branch 'master' into medusa 2020-07-29 21:41:38 -07:00
Vicki Pfau d02e8a2a87 Util: Reset vector size on deinit 2020-07-29 21:36:57 -07:00
Vicki Pfau 2d8c926069 ARM: Add F-block instruction decoding 2020-07-29 21:20:23 -07:00
Vicki Pfau f184b8a315 DS GX: Fix another polygon overflow 2020-07-29 20:53:26 -07:00
Vicki Pfau ec626d723f DS GX: Fix overflow causing a division crash 2020-07-29 20:53:26 -07:00
Vicki Pfau 510a539a50 ARM: You won't believe this one weird trick to make debugging easier! 2020-07-29 20:53:26 -07:00
Vicki Pfau d339dc7570 Core: Fix thread names that were too long 2020-07-29 18:23:23 -07:00
Vicki Pfau c3259da78d ARM: Fix decoder detection of branches with ALU and LDR instrctions 2020-07-29 17:28:57 -07:00
Vicki Pfau 257284d3e2 GBA Video: Fix block masking in mosaic mode 0 2020-07-28 17:45:06 -07:00
Vicki Pfau 4cfc7bcf22 Merge branch 'master' into medusa 2020-07-28 16:20:54 -07:00
Vicki Pfau ec30e1f8ec Test: Fix testToPath breakage 2020-07-28 16:18:55 -07:00
Vicki Pfau 2d8378ae95 DS GX: Fix depth test scaling 2020-07-28 16:03:10 -07:00
Vicki Pfau 5b2d797e6d GBA Video: Fix some undefined behavior in shifts 2020-07-28 15:43:01 -07:00
Vicki Pfau 656c3001ad GBA Video: Fix cache bounds 2020-07-28 15:35:56 -07:00
Vicki Pfau 30268324e8 DS GX: Only recalculate W coordinate if it changes 2020-07-28 14:52:09 -07:00
Vicki Pfau b38cac3be3 Wii: Fix pixelated filtering on interframe blending (fixes #1830) 2020-07-28 01:00:28 -07:00
Vicki Pfau 32e058a0df Third-Party: Disable some warnings in discord-rpc 2020-07-27 23:52:06 -07:00