- May 17, 2016
-
-
Jannik Vogel authored
-
- May 13, 2016
-
-
bunnei authored
Kernel: Implemented shared memory.
-
Tony Wasserka authored
gitmodules: citra-emu/soundtouch → citra-emu/ext-soundtouch
-
MerryMage authored
-
bunnei authored
Kernel/Threads: Dynamically allocate the TLS region for threads.
-
Subv authored
HLE/Applets: Give each applet its own block of heap memory, and use that when creating the framebuffer shared memory block.
-
Subv authored
Kernel: Account for automatically-allocated shared memories in the amount of used linear heap memory.
-
Subv authored
APT: Move the shared font loading and relocation functions to their own subdirectory services/apt/bcfnt.
-
Subv authored
-
Subv authored
-
Subv authored
-
Subv authored
-
Subv authored
Applications can request the kernel to allocate a piece of the linear heap for them when creating a shared memory object. Shared memory areas are now properly mapped into the target processes when calling svcMapMemoryBlock. Removed the APT Shared Font hack as it is no longer needed.
-
Subv authored
R0 is used as the last parameter instead of R4.
-
- May 12, 2016
-
-
bunnei authored
Cleanup ShaderSetup (Part 1)
-
Jannik Vogel authored
-
Jannik Vogel authored
-
bunnei authored
Pica: Implement texture type 3 (Projection2D)
-
bunnei authored
Turn ShaderSetup into a class
-
- May 11, 2016
-
-
Jannik Vogel authored
-
Jannik Vogel authored
-
Jannik Vogel authored
-
Jannik Vogel authored
-
Jannik Vogel authored
-
bunnei authored
Implement W-buffer and fix depth-mapping
-
- May 10, 2016
-
-
bunnei authored
gdbstub: Silence missing prototype warnings
-
Mat M authored
gl_rasterizer: Fix compilation for debug builds
-
Lioncash authored
-
Lioncash authored
-
Jannik Vogel authored
-
Jannik Vogel authored
-
linkmauve authored
Pica: PicaShaderConfig is TC and cleared before use
-
- May 09, 2016
-
-
bunnei authored
dyncom: Reset the context into user mode correctly
-
Lioncash authored
The other mode was system mode.
-
bunnei authored
source: Fix missing logging arguments
-
Lioncash authored
Silences two warnings on OSX.
-
bunnei authored
Swap: Minor changes
-
Lioncash authored
These shouldn't haphazardly convert types
-
Lioncash authored
This isn't well-defined in C++.
-
Lioncash authored
Also gets rid of pointer data variants as this prevents the use of the regular swapping routines as unary predicates in std lib functions. They also cast to stricter alignment types, which is undefined behavior.
-