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-04-25
GPU: Move the Maxwell3D macro uploading code to the inside of the Maxwell3D p...
Subv
2018-04-25
GPU: Corrected the upper bound of the PFIFO method ids in the command processor.
Subv
2018-04-25
video-core: Move logging macros over to new fmt-capable ones
Lioncash
2018-04-24
Merge pull request #388 from bunnei/refactor-rasterizer-cache
bunnei
2018-04-24
renderer_opengl: Use correct byte order for framebuffer pixel format ABGR8.
bunnei
2018-04-24
gl_rasterizer_cache: Use CHAR_BIT for bpp conversions instead of 8.
bunnei
2018-04-24
gl_rasterizer_cache: Use GPU PAGE_BITS/SIZE, not CPU.
bunnei
2018-04-24
gl_rasterizer_cache: Use new logger.
bunnei
2018-04-24
gl_rasterizer_cache: Add a function for finding framebuffer GPU address.
bunnei
2018-04-24
gl_rasterizer_cache: Handle compressed texture sizes.
bunnei
2018-04-24
gl_rasterizer_cache: Update to be based on GPU addresses, not CPU addresses.
bunnei
2018-04-24
loader: Move old logging macros over to new fmt-capable ones
Lioncash
2018-04-24
memory_manager: Add implement CpuToGpuAddress.
bunnei
2018-04-24
memory_manager: Make GpuToCpuAddress return an optional.
bunnei
2018-04-24
memory_manager: Use GPUVAdddr, not PAddr, for GPU addresses.
bunnei
2018-04-24
Merge pull request #386 from Subv/gpu_query
bunnei
2018-04-24
Merge pull request #392 from lioncash/log
bunnei
2018-04-24
service: Move logging macros over to new fmt-compatible ones
Lioncash
2018-04-24
vi: Move logging macros over to new fmt-compatible ones
Lioncash
2018-04-24
time: Move logging macros over to new fmt-compatible ones
Lioncash
2018-04-24
ssl: Move logging macros over to new fmt-compatible ones
Lioncash
2018-04-24
spl: Move logging macros over to new fmt-compatible ones
Lioncash
2018-04-24
sockets: Move logging macros over to new fmt-compatible ones
Lioncash
2018-04-24
sm: Move logging macros over to new fmt-compatible ones
Lioncash
2018-04-24
set: Move logging macros over to new fmt-compatible ones
Lioncash
2018-04-24
pctl: Move logging macros over to new fmt-compatible ones
Lioncash
2018-04-24
nvflinger: Move logging macros over to new fmt-compatible ones
Lioncash
2018-04-24
nvdrv: Move logging macros over to new fmt-compatible ones
Lioncash
2018-04-24
ns: Move logging macros over to new fmt-compatible ones
Lioncash
2018-04-24
nifm: Move logging macros over to new fmt-compatible ones
Lioncash
2018-04-24
nfp: Move logging macros over to new fmt-compatible ones
Lioncash
2018-04-24
lm: Move logging macros over to new fmt-compatible ones
Lioncash
2018-04-24
hid: Move logging macros over to new fmt-compatible ones
Lioncash
2018-04-24
friend: Move logging macros over to new fmt-compatible ones
Lioncash
2018-04-24
filesystem: Move logging macros over to new fmt-compatible ones
Lioncash
2018-04-24
renderer_opengl: Silence a -Wdangling-else warning in DrawScreenTriangles()
Lioncash
2018-04-24
fatal: Move logging macros over to new fmt-compatible ones
Lioncash
2018-04-24
audio: Move logging macros over to new fmt-compatible ones
Lioncash
2018-04-24
apm: Move logging macros over to new fmt-compatible ones
Lioncash
2018-04-24
aoc: Move logging macros over to new fmt-compatible ones
Lioncash
2018-04-24
am: Move logging macros over to new fmt-compatible ones
Lioncash
2018-04-24
acc: Move logging macros over to new fmt-compatible ones
Lioncash
2018-04-24
Service/FS: implement IFileSystem::RenameFile
mailwl
2018-04-24
Merge pull request #379 from Subv/multi_buffers
bunnei
2018-04-23
GPU: Added asserts to our code for handling the QUERY_GET GPU command.
Subv
2018-04-23
Merge pull request #370 from Subv/sync_primitives
bunnei
2018-04-23
Merge pull request #384 from Subv/nvhost-remap
bunnei
2018-04-23
Merge pull request #385 from Subv/unimpl_ioctls
bunnei
2018-04-23
Merge pull request #383 from Subv/gpu_mmu
bunnei
2018-04-23
GPU: Support multiple enabled vertex arrays.
Subv
[next]