index
:
yuzu-mainline
master
A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2016-05-15
fixup! Refactor input system
wwylele
2016-05-15
implement circle pad modifier
wwylele
2016-05-15
Refactor input subsystem
wwylele
2016-05-14
AudioCore: Implement time stretcher (#1737)
Maribel
2016-05-14
Memory: Fixed a regression caused by #1695 and #1689.
Subv
2016-05-14
OpenGL: Only update depth uniforms if the depth changed
Jannik Vogel
2016-05-14
OpenGL: value-initialize variables which cause uninitialised access otherwise
Jannik Vogel
2016-05-13
Merge pull request #1689 from Subv/shmem
bunnei
2016-05-13
Use new shader-jit signature for interpreter
Jannik Vogel
2016-05-13
Refactor access to state in shader-jit
Jannik Vogel
2016-05-12
Merge pull request #1695 from Subv/tls_alloc
bunnei
2016-05-12
HLE/Applets: Give each applet its own block of heap memory, and use that when...
Subv
2016-05-12
Kernel: Account for automatically-allocated shared memories in the amount of ...
Subv
2016-05-12
APT: Move the shared font loading and relocation functions to their own subdi...
Subv
2016-05-12
Kernel/SharedMemory: Log an error when Map fails.
Subv
2016-05-12
Kernel: Implemented shared memory permissions.
Subv
2016-05-12
APT: Implement relocating the shared font to its true address.
Subv
2016-05-12
Kernel/Memory: Remove the Shared Memory region from the legacy memory map.
Subv
2016-05-12
Kernel/SharedMemory: Properly implemented shared memory support.
Subv
2016-05-12
Kernel/SVC: Fixed the register order for svcCreateMemoryBlock.
Subv
2016-05-12
OpenGL: Support blend equation
Jannik Vogel
2016-05-12
Microprofile: DPI-aware drawing
MerryMage
2016-05-12
Move program_counter and call_stack from UnitState to interpreter
Jannik Vogel
2016-05-12
Move default_attributes into Pica state
Jannik Vogel
2016-05-11
Merge pull request #1690 from JayFoxRox/tex-type-3
bunnei
2016-05-11
Turn ShaderSetup into struct
Jannik Vogel
2016-05-11
OpenGL: Implement texture type 3
Jannik Vogel
2016-05-11
Rasterizer: Implement texture type 3
Jannik Vogel
2016-05-11
Pica: Add tc0.w to OutputVertex
Jannik Vogel
2016-05-11
Pica: Add texture type to state
Jannik Vogel
2016-05-10
Merge pull request #1621 from JayFoxRox/w-buffer
bunnei
2016-05-10
Merge pull request #1774 from lioncash/warn
bunnei
2016-05-10
gl_rasterizer: Fix compilation for debug builds
Lioncash
2016-05-10
gdbstub: Silence missing prototype warnings
Lioncash
2016-05-10
OpenGL: Implement W-Buffers and fix depth-mapping
Jannik Vogel
2016-05-10
Pica: Implement W-Buffer in SW rasterizer
Jannik Vogel
2016-05-10
Merge pull request #1704 from JayFoxRox/pod-config
linkmauve
2016-05-09
Merge pull request #1771 from lioncash/user
bunnei
2016-05-09
dyncom: Reset the context into user mode correctly
Lioncash
2016-05-09
source: Fix missing logging arguments
Lioncash
2016-05-08
swap: Get rid of pointer casting for swapping structs
Lioncash
2016-05-08
swap: Get rid of undefined behavior in swapf and swapd
Lioncash
2016-05-08
swap: Remove unused methods
Lioncash
2016-05-08
vertex_loader: Correct forward declaration of InputVertex
Lioncash
2016-05-08
vertex_loader: Provide an assertion for ensuring the loader has been setup
Lioncash
2016-05-08
vertex_loader: Add constructors to facilitate immediate and two-step initiali...
Lioncash
2016-05-08
vertex_loader: initialize_num_total_attributes.
Lioncash
2016-05-08
vertex_loader: Use std::array instead of raw C arrays
Lioncash
2016-05-08
vertex_loader: Correct header ordering
Lioncash
2016-05-08
Merge pull request #1766 from Subv/log_cpu
bunnei
[prev]
[next]