Commit graph

  • 9d5298b38d APT: Implement relocating the shared font to its true address. Subv 2016-04-17 21:12:37 -05:00
  • 9005cda664 APT: Implement relocating the shared font to its true address. Subv 2016-04-17 21:12:37 -05:00
  • 75bb1e322a Kernel/Memory: Remove the Shared Memory region from the legacy memory map. Subv 2016-04-17 21:10:17 -05:00
  • f72bd57212 Kernel/Memory: Remove the Shared Memory region from the legacy memory map. Subv 2016-04-17 21:10:17 -05:00
  • 5e39c5f6a5 Kernel/SharedMemory: Properly implemented shared memory support. Subv 2016-04-17 21:07:52 -05:00
  • 1bd0cf542f Kernel/SharedMemory: Properly implemented shared memory support. Subv 2016-04-17 21:07:52 -05:00
  • 92f55aff1c Kernel/SVC: Fixed the register order for svcCreateMemoryBlock. Subv 2016-04-17 13:36:15 -05:00
  • 42a50da76b Kernel/SVC: Fixed the register order for svcCreateMemoryBlock. Subv 2016-04-17 13:36:15 -05:00
  • 4a50a267f5 Merge pull request #1783 from JayFoxRox/cleanup-shadersetup bunnei 2016-05-12 19:32:44 -04:00
  • d474d117f6 Merge pull request #1783 from JayFoxRox/cleanup-shadersetup bunnei 2016-05-12 19:32:44 -04:00
  • f80db5278e OpenGL: Support blend equation Jannik Vogel 2016-05-12 22:57:15 +02:00
  • 5864cb7e00 OpenGL: Support blend equation Jannik Vogel 2016-05-12 22:57:15 +02:00
  • c968b5d014 Microprofile: DPI-aware drawing MerryMage 2016-05-12 21:49:02 +01:00
  • 9b4187974b Microprofile: DPI-aware drawing MerryMage 2016-05-12 21:49:02 +01:00
  • ae5cec8040 Move program_counter and call_stack from UnitState to interpreter Jannik Vogel 2016-05-12 10:25:38 +02:00
  • 7e756faaba Move program_counter and call_stack from UnitState to interpreter Jannik Vogel 2016-05-12 10:25:38 +02:00
  • 6db8a8fb39 Move default_attributes into Pica state Jannik Vogel 2016-05-12 10:06:35 +02:00
  • 6c6d99ca51 Move default_attributes into Pica state Jannik Vogel 2016-05-12 10:06:35 +02:00
  • abad1b59c5 Merge pull request #1690 from JayFoxRox/tex-type-3 bunnei 2016-05-11 21:47:08 -04:00
  • f6eb62d062 Merge pull request #1690 from JayFoxRox/tex-type-3 bunnei 2016-05-11 21:47:08 -04:00
  • cc44212253 Merge pull request #1780 from JayFoxRox/shadersetup-class bunnei 2016-05-11 21:37:47 -04:00
  • 996f14f757 Merge pull request #1780 from JayFoxRox/shadersetup-class bunnei 2016-05-11 21:37:47 -04:00
  • 631bae020f Turn ShaderSetup into struct Jannik Vogel 2016-03-30 02:45:18 +02:00
  • ae7a82fa1c Turn ShaderSetup into struct Jannik Vogel 2016-03-30 02:45:18 +02:00
  • e07857080c OpenGL: Implement texture type 3 Jannik Vogel 2016-04-19 00:53:42 +02:00
  • 5a7306d6df OpenGL: Implement texture type 3 Jannik Vogel 2016-04-19 00:53:42 +02:00
  • 03dba17816 Rasterizer: Implement texture type 3 Jannik Vogel 2016-04-19 00:53:28 +02:00
  • 4311297eb1 Rasterizer: Implement texture type 3 Jannik Vogel 2016-04-19 00:53:28 +02:00
  • 1fe9ac4c45 Pica: Add tc0.w to OutputVertex Jannik Vogel 2016-04-18 10:51:13 +02:00
  • 2f8e8e1455 Pica: Add tc0.w to OutputVertex Jannik Vogel 2016-04-18 10:51:13 +02:00
  • 22df1fdc1e Pica: Add texture type to state Jannik Vogel 2016-04-18 10:44:30 +02:00
  • 9cfebb9334 Pica: Add texture type to state Jannik Vogel 2016-04-18 10:44:30 +02:00
  • 88c2a427ac Merge pull request #1621 from JayFoxRox/w-buffer bunnei 2016-05-10 23:00:40 -04:00
  • 86ecbdfa4d Merge pull request #1621 from JayFoxRox/w-buffer bunnei 2016-05-10 23:00:40 -04:00
  • 053add1b26 Merge pull request #1774 from lioncash/warn bunnei 2016-05-10 12:14:41 -04:00
  • feecc76333 Merge pull request #1774 from lioncash/warn bunnei 2016-05-10 12:14:41 -04:00
  • 68ed1cdccc Merge pull request #1773 from lioncash/debug-build Mat M 2016-05-10 09:52:05 -04:00
  • 1ec1325117 Merge pull request #1773 from lioncash/debug-build Mat M 2016-05-10 09:52:05 -04:00
  • 3e1e2007b9 gl_rasterizer: Fix compilation for debug builds Lioncash 2016-05-10 09:04:56 -04:00
  • 75e5d0a6a0 gl_rasterizer: Fix compilation for debug builds Lioncash 2016-05-10 09:04:56 -04:00
  • 26b0cdf01d gdbstub: Silence missing prototype warnings Lioncash 2016-05-10 09:17:07 -04:00
  • 0a52e1f587 gdbstub: Silence missing prototype warnings Lioncash 2016-05-10 09:17:07 -04:00
  • 9c80e7dc38 OpenGL: Implement W-Buffers and fix depth-mapping Jannik Vogel 2016-03-30 19:27:04 +02:00
  • fc9cc21024 OpenGL: Implement W-Buffers and fix depth-mapping Jannik Vogel 2016-03-30 19:27:04 +02:00
  • 3126ec23d6 Pica: Implement W-Buffer in SW rasterizer Jannik Vogel 2016-03-20 01:53:49 +01:00
  • 4c98113b57 Pica: Implement W-Buffer in SW rasterizer Jannik Vogel 2016-03-20 01:53:49 +01:00
  • 268315ea2b Merge pull request #1704 from JayFoxRox/pod-config linkmauve 2016-05-10 01:16:53 +01:00
  • 006fe5fc0f Merge pull request #1704 from JayFoxRox/pod-config linkmauve 2016-05-10 01:16:53 +01:00
  • f962670da3 Merge pull request #1771 from lioncash/user bunnei 2016-05-09 18:54:09 -04:00
  • 976bacf5f7 Merge pull request #1771 from lioncash/user bunnei 2016-05-09 18:54:09 -04:00
  • 6c54bbf535 dyncom: Reset the context into user mode correctly Lioncash 2016-05-09 16:28:03 -04:00
  • 0f941d0245 dyncom: Reset the context into user mode correctly Lioncash 2016-05-09 16:28:03 -04:00
  • 894757b15a Merge pull request #1770 from lioncash/format bunnei 2016-05-09 10:37:15 -04:00
  • 21b040bd8c Merge pull request #1770 from lioncash/format bunnei 2016-05-09 10:37:15 -04:00
  • 0dff30a742 source: Fix missing logging arguments Lioncash 2016-05-09 09:41:00 -04:00
  • da2400a601 source: Fix missing logging arguments Lioncash 2016-05-09 09:41:00 -04:00
  • 846d536c97 Merge pull request #1768 from lioncash/swap bunnei 2016-05-09 09:04:15 -04:00
  • 3c3831906b Merge pull request #1768 from lioncash/swap bunnei 2016-05-09 09:04:15 -04:00
  • c7fd08b159 swap: Get rid of pointer casting for swapping structs Lioncash 2016-05-08 23:33:46 -04:00
  • d5b983a8c0 swap: Get rid of pointer casting for swapping structs Lioncash 2016-05-08 23:33:46 -04:00
  • f1d727abfb swap: Get rid of undefined behavior in swapf and swapd Lioncash 2016-05-08 23:21:44 -04:00
  • 47ca79ba4b swap: Get rid of undefined behavior in swapf and swapd Lioncash 2016-05-08 23:21:44 -04:00
  • 26dabace31 swap: Remove unused methods Lioncash 2016-05-08 23:11:59 -04:00
  • aef4630102 swap: Remove unused methods Lioncash 2016-05-08 23:11:59 -04:00
  • 12d046e185 vertex_loader: Correct forward declaration of InputVertex Lioncash 2016-05-08 23:04:42 -04:00
  • 6d5f2a3cff vertex_loader: Correct forward declaration of InputVertex Lioncash 2016-05-08 23:04:42 -04:00
  • 2d9e082cca vertex_loader: Provide an assertion for ensuring the loader has been setup Lioncash 2016-04-29 11:27:15 -04:00
  • 5587383eb7 vertex_loader: Provide an assertion for ensuring the loader has been setup Lioncash 2016-04-29 11:27:15 -04:00
  • 14eab63906 vertex_loader: Add constructors to facilitate immediate and two-step initialization Lioncash 2016-04-29 11:23:40 -04:00
  • 1357724cd9 vertex_loader: Add constructors to facilitate immediate and two-step initialization Lioncash 2016-04-29 11:23:40 -04:00
  • 7e5de3e7be vertex_loader: initialize_num_total_attributes. Lioncash 2016-04-29 11:16:52 -04:00
  • 769f4a7018 vertex_loader: initialize_num_total_attributes. Lioncash 2016-04-29 11:16:52 -04:00
  • 9452d8f06e vertex_loader: Use std::array instead of raw C arrays Lioncash 2016-04-29 11:06:03 -04:00
  • 8ea5e7dfb5 vertex_loader: Use std::array instead of raw C arrays Lioncash 2016-04-29 11:06:03 -04:00
  • 5a389ce320 vertex_loader: Correct header ordering Lioncash 2016-04-29 10:57:06 -04:00
  • a286b61f75 vertex_loader: Correct header ordering Lioncash 2016-04-29 10:57:06 -04:00
  • 9b7bde02af Merge pull request #1766 from Subv/log_cpu bunnei 2016-05-08 15:03:08 -04:00
  • 282a2ad539 Merge pull request #1766 from Subv/log_cpu bunnei 2016-05-08 15:03:08 -04:00
  • ade5cd59ff Merge pull request #1718 from alex-laties/fixup-type-conversions bunnei 2016-05-07 17:24:16 -04:00
  • 6abc6003f5 Merge pull request #1718 from alex-laties/fixup-type-conversions bunnei 2016-05-07 17:24:16 -04:00
  • aa4427e490 Merge pull request #1761 from Subv/applets_fb bunnei 2016-05-07 17:21:48 -04:00
  • 8e9b33a34a Merge pull request #1761 from Subv/applets_fb bunnei 2016-05-07 17:21:48 -04:00
  • 68edf2783a fixup simple type conversions where possible Alexander Laties 2016-04-25 16:10:03 -04:00
  • 0a31e373f1 fixup simple type conversions where possible Alexander Laties 2016-04-25 16:10:03 -04:00
  • bfee7941e3 Kernel/Threading: Warn when a thread can be scheduled in the Syscore (Core 1). Subv 2016-04-17 14:01:40 -05:00
  • 5b7f86708c Kernel/Threading: Warn when a thread can be scheduled in the Syscore (Core 1). Subv 2016-04-17 14:01:40 -05:00
  • d9baef11f2 Kernel/Threads: Dynamically allocate the TLS region for threads in the BASE region of the linear heap. Subv 2016-04-19 17:12:48 -05:00
  • d192fb066d Kernel/Threads: Dynamically allocate the TLS region for threads in the BASE region of the linear heap. Subv 2016-04-19 17:12:48 -05:00
  • 4d43661da7 Merge pull request #1736 from MerryMage/sdl2-sink bunnei 2016-05-07 11:08:13 -04:00
  • c549c36076 Merge pull request #1736 from MerryMage/sdl2-sink bunnei 2016-05-07 11:08:13 -04:00
  • 0ae7542a1c HLE/Applets: Use the correct size for the framebuffer SharedMemory in the swkbd and MiiSelector applets. Subv 2016-05-05 12:36:07 -05:00
  • 6970b7d3d5 HLE/Applets: Use the correct size for the framebuffer SharedMemory in the swkbd and MiiSelector applets. Subv 2016-05-05 12:36:07 -05:00
  • 0fe512caeb AudioCore: SDL2 Sink MerryMage 2016-04-27 10:57:29 +01:00
  • 920d2cf41d AudioCore: SDL2 Sink MerryMage 2016-04-27 10:57:29 +01:00
  • 83db10cd55 citra_qt: Replace 'Pica Framebuffer Debugger' with 'Pica Surface Viewer' Jannik Vogel 2016-04-09 18:23:15 +02:00
  • 7d7849d71a citra_qt: Replace 'Pica Framebuffer Debugger' with 'Pica Surface Viewer' Jannik Vogel 2016-04-09 18:23:15 +02:00
  • 1fa590d9ff HLE: Fix recent DSP change for Visual Studio. bunnei 2016-05-07 00:54:31 -04:00
  • 1a6cd7eb4b HLE: Fix recent DSP change for Visual Studio. bunnei 2016-05-07 00:54:31 -04:00
  • a7567785e8 Merge pull request #1544 from linkmauve/move-glad-init bunnei 2016-05-07 00:33:06 -04:00
  • 8043a35cf9 Merge pull request #1544 from linkmauve/move-glad-init bunnei 2016-05-07 00:33:06 -04:00