Jarek Syrylak
|
198805b0fa
|
Revert bad merge/rebase
|
2018-07-10 17:22:24 +01:00 |
|
Jarek Syrylak
|
05a019d4ee
|
Merge branch 'master' of https://github.com/Hedges/yuzu
|
2018-07-10 16:39:04 +01:00 |
|
Jarek Syrylak
|
4b22a64d63
|
Compile fixes for Linux and macOS
|
2018-07-10 16:38:24 +01:00 |
|
Jarek Syrylak
|
e652110fda
|
Register all loaded modules with GDBStub
|
2018-07-10 16:38:23 +01:00 |
|
Jarek Syrylak
|
9cb1f759ca
|
Avoid crash in IsValidVirtualAddress()
|
2018-07-10 16:38:16 +01:00 |
|
Jarek Syrylak
|
4a657f5fb6
|
Register module with GDBStub.
|
2018-07-10 16:38:08 +01:00 |
|
Jarek Syrylak
|
20a3fbcc5a
|
Fix handler for libraries query.
|
2018-07-10 16:38:01 +01:00 |
|
Jarek Syrylak
|
490893f119
|
Register NRO module.
|
2018-07-10 16:38:01 +01:00 |
|
Jarek Syrylak
|
430903a1ba
|
Fix splitpath on Windows.
|
2018-07-10 16:38:00 +01:00 |
|
Jarek Syrylak
|
f7e6e204da
|
Some cleanup.
|
2018-07-10 16:38:00 +01:00 |
|
Jarek Syrylak
|
1ffd10ce18
|
Add support for NSO modules.
|
2018-07-10 16:38:00 +01:00 |
|
Jarek Syrylak
|
c2ad530279
|
Initial support for floating point registers (wip).
|
2018-07-10 16:37:46 +01:00 |
|
Jarek Syrylak
|
625558e7b0
|
Reload registers from thread context after they have been changed in GDBStub.
|
2018-07-10 16:37:46 +01:00 |
|
Jarek Syrylak
|
fb8e336e95
|
Tidy up.
|
2018-07-10 16:37:45 +01:00 |
|
Jarek Syrylak
|
68e5f369c1
|
More improvements and diagnostics for GDBStub.
|
2018-07-10 16:37:45 +01:00 |
|
Jarek Syrylak
|
2f465d7572
|
More improvements and diagnostics for GDBStub.
|
2018-07-10 16:37:38 +01:00 |
|
Jarek Syrylak
|
c3ec14616f
|
More improvements and diagnostics for GDBStub.
|
2018-07-10 16:37:38 +01:00 |
|
Jarek Syrylak
|
7e7f94f559
|
More improvements and diagnostics for GDBStub.
|
2018-07-10 16:37:38 +01:00 |
|
Jarek Syrylak
|
6bd605cb61
|
Work towards improving handling of threads in GDBStub.
|
2018-07-10 16:37:37 +01:00 |
|
Jarek Syrylak
|
b412594127
|
Extra diagnostics for multi-threaded breaks.
|
2018-07-10 16:37:37 +01:00 |
|
Jarek Syrylak
|
7f342ce736
|
In step mode only signal trap from current thread, in run mode signal always.
|
2018-07-10 16:37:37 +01:00 |
|
Jarek Syrylak
|
b5e29babc5
|
Looking for a thread by its id should _not_ set it as a current thread!
Returning proper list of threads for better integration with VS debugger.
|
2018-07-10 16:37:37 +01:00 |
|
Jarek Syrylak
|
008a2d35d8
|
Only send traps from GDB's current thread, otherwise we will always be thrown back to main thread when stepping.
|
2018-07-10 16:37:36 +01:00 |
|
Jarek Syrylak
|
f8f0913e2e
|
Tidy up.
|
2018-07-10 16:37:36 +01:00 |
|
Jarek Syrylak
|
fdf73c177b
|
Replaced htonll with swap64.
|
2018-07-10 16:37:36 +01:00 |
|
Jarek Syrylak
|
7212fd5227
|
Applied clang-format.
|
2018-07-10 16:37:35 +01:00 |
|
Jarek Syrylak
|
341517a5f2
|
GDB Stub should work now.
|
2018-07-10 16:37:35 +01:00 |
|
Jarek Syrylak
|
31bc72dd5b
|
Compile fixes for Linux and macOS
|
2018-07-10 11:28:36 +01:00 |
|
Jarek Syrylak
|
bee01b8e6c
|
Register all loaded modules with GDBStub
|
2018-07-10 11:02:34 +01:00 |
|
Jarek Syrylak
|
813fab2046
|
Avoid crash in IsValidVirtualAddress()
|
2018-07-10 10:25:34 +01:00 |
|
Jarek Syrylak
|
2b091f642f
|
Merge branch 'master' of https://github.com/yuzu-emu/yuzu
|
2018-07-10 10:21:50 +01:00 |
|
bunnei
|
aec90ca506
|
Merge pull request #636 from FearlessTobi/add-gitignore
Port #3513 (partly) from Citra: .gitignore: Add CMakeLists.txt.user to Project/editor files
|
2018-07-09 17:09:57 -07:00 |
|
bunnei
|
ef2c955db5
|
Merge pull request #635 from FearlessTobi/port-crashfix
Port #3474 from Citra: Do not crash on unimplemented code in debug build
|
2018-07-09 17:08:25 -07:00 |
|
bunnei
|
dacc89b38b
|
Merge pull request #634 from FearlessTobi/port-viewport-fix
Port #3505 from Citra: Fix QGLWidget viewport resize on macOS
|
2018-07-09 17:07:30 -07:00 |
|
bunnei
|
51a3e93f8e
|
Merge pull request #640 from bunnei/flip-tris-viewport
gl_rasterizer: Flip triangles when regs.viewport_transform[0].scale_y is negative.
|
2018-07-09 14:32:35 -07:00 |
|
bunnei
|
0d51cfe2f5
|
Merge pull request #641 from bunnei/nvhost-ctrl-fix
nvhost_ctrl: Fix NvOsGetConfigU32 for Snipper Clips.
|
2018-07-09 14:32:22 -07:00 |
|
Jarek Syrylak
|
e39769b78a
|
Merge branch 'master' of https://github.com/Hedges/yuzu
|
2018-07-09 09:52:19 +01:00 |
|
bunnei
|
1b3dd30ba8
|
nvhost_ctrl: Fix NvOsGetConfigU32 for Snipper Clips.
|
2018-07-08 17:01:46 -04:00 |
|
bunnei
|
854f474f52
|
gl_rasterizer: Flip triangles when regs.viewport_transform[0].scale_y is negative.
- Fixes a regression with Binding of Isaac.
|
2018-07-08 16:16:24 -04:00 |
|
Jarek Syrylak
|
20f6ac28f9
|
Merge branch 'master' of https://github.com/yuzu-emu/yuzu
|
2018-07-08 11:01:43 +01:00 |
|
bunnei
|
639346bcfb
|
Merge pull request #625 from Subv/imnmx
GPU: Implemented the IMNMX shader instruction.
|
2018-07-07 19:33:50 -07:00 |
|
bunnei
|
d990f2355b
|
Merge pull request #627 from Subv/bc7u
GPU: Implemented the BC7U texture format.
|
2018-07-07 19:33:18 -07:00 |
|
bunnei
|
f89b47fdf7
|
Merge pull request #639 from bunnei/revert-vfs
Revert "Virtual Filesystem (#597)"
|
2018-07-07 19:30:58 -07:00 |
|
bunnei
|
913896cbd9
|
Revert "Virtual Filesystem (#597)"
This reverts commit 77c684c114.
|
2018-07-07 20:24:51 -07:00 |
|
Jarek Syrylak
|
75767354c6
|
Merge branch 'master' of https://github.com/yuzu-emu/yuzu
|
2018-07-07 22:21:35 +01:00 |
|
bunnei
|
3417f46dd5
|
Merge pull request #632 from FearlessTobi/add-discord-link
Port #3466 from Citra: Add link to Discord
|
2018-07-07 07:56:26 -07:00 |
|
Subv
|
4633dd9505
|
GPU: Implemented the BC7U texture format.
Note: Our version of glad exports GL_COMPRESSED_RGBA_BPTC_UNORM as GL_COMPRESSED_RGBA_BPTC_UNORM_ARB, maybe it's time we update it.
|
2018-07-07 09:17:48 -05:00 |
|
fearlessTobi
|
f2c2383c8b
|
Port #3513 (partly) from Citra
|
2018-07-07 14:23:11 +02:00 |
|
fearlessTobi
|
476e0fae4c
|
Port #3474 from Citra
|
2018-07-07 14:17:44 +02:00 |
|
fearlessTobi
|
b8384c0c91
|
Port #3505 from CItra
|
2018-07-07 14:11:49 +02:00 |
|