- May 13, 2016
-
-
Jannik Vogel authored
-
Jannik Vogel authored
-
bunnei authored
Kernel/Threads: Dynamically allocate the TLS region for threads.
-
- 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.
-
- May 08, 2016
-
-
bunnei authored
Kernel/Threading: Warn when a thread can be scheduled in the Syscore (Core 1)
-
- May 07, 2016
-
-
bunnei authored
fixup simple type conversions where possible
-
bunnei authored
HLE/Applets: Use the correct size for the framebuffer SharedMemory
-
Alexander Laties authored
-
Subv authored
We do not currently implement any cores other than the AppCore (Core 0).
-
Subv authored
Kernel/Threads: Dynamically allocate the TLS region for threads in the BASE region of the linear heap. Each thread gets a 0x200-byte area from the 0x1000-sized page, when all 8 thread slots in a single page are used up, the kernel allocates a new page to hold another 8 entries. This is consistent with what the real kernel does.
-
bunnei authored
AudioCore: SDL2 Sink
-
Subv authored
HLE/Applets: Use the correct size for the framebuffer SharedMemory in the swkbd and MiiSelector applets.
-
MerryMage authored
-
bunnei authored
-
bunnei authored
Move glad initialisation to the frontend
-