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-03-26
maxwell: Add RenderTargetFormat enum.
bunnei
2018-03-26
renderer_opengl: Only draw the screen if a framebuffer is specified.
bunnei
2018-03-26
GPU: Load the sampler info (TSC) when retrieving active textures.
Subv
2018-03-26
GPU: Added the TSC structure. It contains information about the sampler.
Subv
2018-03-26
GPU: Added more fields to the TIC structure.
Subv
2018-03-25
Merge pull request #280 from bunnei/misc-service-fixes
bunnei
2018-03-25
Merge pull request #273 from Subv/textures
bunnei
2018-03-25
Service/sockets: add bsd:s, nsd:a, nsd:u services
mailwl
2018-03-25
audren_u: Fix GetAudioDevice.
bunnei
2018-03-25
hid: Stub out SetNpadJoyAssignmentModeDual.
bunnei
2018-03-25
pl_u: Add RequestLoad.
bunnei
2018-03-24
GPU: Make the debug_context variable a member of the frontend instead of a gl...
Subv
2018-03-24
GPU: Added a function to retrieve the active textures for a shader stage.
Subv
2018-03-24
Frontend: Updated the surface view debug widget to work with Maxwell surfaces.
Subv
2018-03-24
Frontend: Allow opening the Surface View widget in the Qt frontend.
Subv
2018-03-24
GPU: Implement the Incoming/FinishedPrimitiveBatch debug breakpoints.
Subv
2018-03-24
GPU: Implement the MaxwellCommandLoaded/Processed debug breakpoints.
Subv
2018-03-24
Frontend: Ported the GPU breakpoints and surface viewer widgets from citra.
Subv
2018-03-24
GPU: Added a method to unswizzle a texture without decoding it.
Subv
2018-03-24
GPU: Preliminary work for texture decoding.
Subv
2018-03-24
arm_dynarmic: Fix timing
MerryMage
2018-03-24
GPU: Added viewport registers to Maxwell3D's reg structure.
Subv
2018-03-23
Merge pull request #265 from bunnei/tegra-progress-2
bunnei
2018-03-23
gl_rasterizer: Fake render in green, because it's cooler.
bunnei
2018-03-23
gl_rasterizer: Log warning instead of sync'ing unimplemented funcs.
bunnei
2018-03-23
Merge pull request #255 from Subv/sd_card
bunnei
2018-03-23
gl_rasterizer_cache: Add missing include for vm_manager.
bunnei
2018-03-23
renderer_opengl: Only invalidate the framebuffer region, not flush.
bunnei
2018-03-23
renderer_opengl: Fixes for properly flushing & rendering the framebuffer.
bunnei
2018-03-23
memory: Fix typo in RasterizerFlushVirtualRegion.
bunnei
2018-03-23
Merge pull request #268 from mailwl/ssl
bunnei
2018-03-23
Merge pull request #270 from N00byKing/patch-2
bunnei
2018-03-23
FS: Move the file open mode calculation to a separate function.
Subv
2018-03-23
RasterizerCacheOpenGL: FlushAll should flush full memory region.
bunnei
2018-03-23
memory: RasterizerFlushVirtualRegion should also check process image region.
bunnei
2018-03-23
rasterizer: Flush and invalidate regions should be 64-bit.
bunnei
2018-03-23
renderer_opengl: Add framebuffer_transform_flags member variable.
bunnei
2018-03-23
renderer_opengl: Better handling of framebuffer transform flags.
bunnei
2018-03-23
Remove Option for N/3DS from default.ini
N00byKing
2018-03-23
CITRA_ICON -> YUZU_ICON
N00byKing
2018-03-23
Service/SSL: add ssl service
mailwl
2018-03-22
renderer_opengl: Use accelerated framebuffer load with LoadFBToScreenInfo.
bunnei
2018-03-22
nvdisp_disp0: Always flush and invalidate framebuffer region.
bunnei
2018-03-22
gl_rasterizer: Implement AccelerateDisplay method from Citra.
bunnei
2018-03-22
LoadGLBuffer: Use bytes_per_pixel, not bits.
bunnei
2018-03-22
memory: Port RasterizerFlushVirtualRegion from Citra.
bunnei
2018-03-22
gl_rasterizer_cache: LoadGLBuffer should do a morton copy.
bunnei
2018-03-22
video_core: Move MortonCopyPixels128 to utils header.
bunnei
2018-03-22
yuzu_cmd: change default cpu core to dynarmic
Valentin Vanelslande
2018-03-22
default_ini: change default cpu core to dynarmic
Valentin Vanelslande
[next]