index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2018-10-16
config: Rename use_accurate_framebuffers -> use_accurate_gpu_emulation.
bunnei
2018-10-16
rasterizer_cache: Refactor to support in-order flushing.
bunnei
2018-10-16
gl_rasterizer_cache: Refactor to only call GetRegionEnd on surface creation.
bunnei
2018-10-16
gl_rasterizer_cache: Only flush when use_accurate_framebuffers is enabled.
bunnei
2018-10-16
gl_rasterizer_cache: Separate guest and host surface size managment.
bunnei
2018-10-16
gl_rasterizer_cache: Rename GetGLBytesPerPixel to GetBytesPerPixel.
bunnei
2018-10-16
gl_rasterizer_cache: Remove unused FlushSurface method.
bunnei
2018-10-16
gl_rasterizer: Implement flushing.
bunnei
2018-10-16
gl_rasterizer_cache: Remove usage of Memory::Read/Write functions.
bunnei
2018-10-16
gl_rasterizer_cache: Clamp cached surface size to mapped GPU region size.
bunnei
2018-10-16
memory_manager: Add a method for querying the end of a mapped GPU region.
bunnei
2018-10-16
rasterizer_cache: Reintroduce method for flushing.
bunnei
2018-10-16
gl_rasterizer_cache: Reintroduce code for handling swizzle and flush to guest...
bunnei
2018-10-16
Merge pull request #1443 from DarkLordZach/lower-loader-logs-1
bunnei
2018-10-16
Implement VI ConvertScalingMode (#1475)
David
2018-10-16
Merge pull request #1502 from lioncash/unique
bunnei
2018-10-16
file_sys/registered_cache: Use unique_ptr and regular pointers instead of sha...
Lioncash
2018-10-15
Merge pull request #1473 from lioncash/cmake
bunnei
2018-10-15
Merge pull request #1487 from lioncash/maybe-unused
bunnei
2018-10-15
file_sys/control_metadata: Get rid of magic constants
Lioncash
2018-10-15
Merge pull request #1494 from DarkLordZach/aoc-signature-fixes
bunnei
2018-10-15
Merge pull request #1499 from lioncash/nro
bunnei
2018-10-15
Merge pull request #1500 from DarkLordZach/key-derivation-6.0.0
bunnei
2018-10-15
nso: Return an optional address from LoadModule
Lioncash
2018-10-15
shader_bytecode: Add Control Code enum 0xf
ReinUsesLisp
2018-10-15
gl_shader_decompiler: Fixup style inconsistencies
ReinUsesLisp
2018-10-15
gl_rasterizer: Silence implicit cast warning in glBindBufferRange
ReinUsesLisp
2018-10-15
core_cpu: Make Cpu scheduler instances unique_ptrs instead of shared_ptrs
Lioncash
2018-10-15
core: Make the live Cpu instances unique_ptrs instead of shared_ptrs
Lioncash
2018-10-15
core: Make the exclusive monitor a unique_ptr instead of a shared_ptr
Lioncash
2018-10-15
core: Make CPUBarrier a unique_ptr instead of a shared_ptr
Lioncash
2018-10-14
crypto: Various crypto fixes for quickstart guide
Zach Hilman
2018-10-14
nso: Make LoadModule take a VfsFile by const reference
Lioncash
2018-10-14
nro: Make LoadNro take a VfsFile by const reference
Lioncash
2018-10-14
aoc: Read DLC base title ID from RegisteredCache
Zach Hilman
2018-10-14
Merge pull request #1486 from lioncash/file
bunnei
2018-10-14
Merge pull request #1490 from lioncash/boot
bunnei
2018-10-14
Merge pull request #1488 from Hexagon12/astc-types
bunnei
2018-10-14
Merge pull request #1491 from lioncash/reference
bunnei
2018-10-14
Merge pull request #1480 from FernandoS27/neue-swizzle
bunnei
2018-10-14
Merge pull request #1492 from lioncash/proc
bunnei
2018-10-14
Stop all threads on svcBreak
David Marcec
2018-10-13
aoc: Return size in ListAddOnContent
Zach Hilman
2018-10-13
Shorten the implementation of 3D swizzle to only 3 functions
FernandoS27
2018-10-13
svc: Implement svcGetProcessInfo
Lioncash
2018-10-13
Fix a Crash on Zelda BotW and Splatoon 2, and simplified LoadGLBuffer
FernandoS27
2018-10-13
Propagate depth and depth_block on modules using decoders
FernandoS27
2018-10-13
Remove old Swizzle algorithms and use 3d Swizzle
FernandoS27
2018-10-13
Implement Precise 3D Swizzle
FernandoS27
2018-10-13
Implement Fast 3D Swizzle
FernandoS27
[next]