| Commit message (Expand) | Author | Age | Files | Lines |
* | gl_shader_disk_cache: Save GLSL and entries into the precompiled file | ReinUsesLisp | 2019-02-07 | 9 | -135/+234 |
* | settings: Hide shader cache behind a setting | ReinUsesLisp | 2019-02-07 | 8 | -0/+42 |
* | gl_shader_disk_cache: Invalidate shader cache changes with CMake hash | ReinUsesLisp | 2019-02-07 | 6 | -59/+173 |
* | gl_shader_cache: Refactor to support disk shader cache | ReinUsesLisp | 2019-02-07 | 2 | -121/+388 |
* | gl_shader_disk_cache: Add transferable cache invalidation | ReinUsesLisp | 2019-02-07 | 2 | -0/+8 |
* | gl_shader_disk_cache: Add precompiled load | ReinUsesLisp | 2019-02-07 | 2 | -0/+45 |
* | gl_shader_disk_cache: Add precompiled save | ReinUsesLisp | 2019-02-07 | 2 | -0/+57 |
* | gl_shader_disk_cache: Add transferable load | ReinUsesLisp | 2019-02-07 | 2 | -0/+56 |
* | gl_shader_disk_cache: Add transferable stores | ReinUsesLisp | 2019-02-07 | 2 | -0/+194 |
* | gl_shader_disk_cache: Add ShaderDiskCacheOpenGL class and helpers | ReinUsesLisp | 2019-02-07 | 2 | -0/+76 |
* | gl_shader_disk_cache: Add file and move BaseBindings declaration | ReinUsesLisp | 2019-02-07 | 4 | -10/+58 |
* | gl_shader_decompiler: Remove name entries | ReinUsesLisp | 2019-02-07 | 2 | -28/+10 |
* | gl_shader_util: Add parameter to handle retrievable programs | ReinUsesLisp | 2019-02-07 | 3 | -6/+10 |
* | rasterizer_interface: Add disk cache entry for the rasterizer | ReinUsesLisp | 2019-02-07 | 6 | -0/+17 |
* | file_util: Add shader directory | ReinUsesLisp | 2019-02-07 | 3 | -0/+3 |
* | shader_decode: Implement LDG and basic cbuf tracking | ReinUsesLisp | 2019-02-07 | 1 | -0/+33 |
* | Merge pull request #2042 from ReinUsesLisp/nouveau-tex | bunnei | 2019-02-07 | 11 | -79/+82 |
|\ |
|
| * | video_core: Assert on invalid GPU to CPU address queries | ReinUsesLisp | 2019-02-03 | 8 | -47/+67 |
| * | maxwell_3d: Allow sampler handles with TSC id zero | ReinUsesLisp | 2019-02-03 | 1 | -10/+6 |
| * | maxwell_3d: Allow texture handles with TIC id zero | ReinUsesLisp | 2019-02-03 | 3 | -21/+7 |
| * | memory_manager: Check for reserved page status | ReinUsesLisp | 2019-02-03 | 1 | -1/+2 |
* | | Merge pull request #2071 from ReinUsesLisp/dsa-texture | bunnei | 2019-02-07 | 8 | -216/+153 |
|\ \ |
|
| * | | gl_rasterizer_cache: Fixup test clause | ReinUsesLisp | 2019-01-30 | 1 | -6/+5 |
| * | | gl_rasterizer_cache: Guard clause swizzle testing | Mat M | 2019-01-30 | 1 | -1/+3 |
| * | | gl_state: Remove texture target tracking | ReinUsesLisp | 2019-01-30 | 2 | -5/+0 |
| * | | gl_rasterizer_cache: Move swizzling to textures instead of state | ReinUsesLisp | 2019-01-30 | 6 | -28/+35 |
| * | | gl_state: Use DSA and multi bind to update texture bindings | ReinUsesLisp | 2019-01-30 | 1 | -8/+22 |
| * | | gl_rasterizer: Use DSA for textures | ReinUsesLisp | 2019-01-30 | 5 | -185/+105 |
* | | | Merge pull request #2057 from FearlessTobi/port-4586 | bunnei | 2019-02-06 | 2 | -7/+15 |
|\ \ \ |
|
| * | | | Use QPixmap/QIcon for background color selection button | xperia64 | 2019-01-26 | 2 | -7/+15 |
* | | | | Merge pull request #2086 from FearlessTobi/port-4583 | bunnei | 2019-02-06 | 1 | -6/+10 |
|\ \ \ \ |
|
| * | | | | Fix crash when no files are selected | xperia64 | 2019-02-05 | 1 | -6/+6 |
| * | | | | Add file extension to screenshot filename if not provided | xperia64 | 2019-02-05 | 1 | -3/+7 |
* | | | | | Merge pull request #2087 from lioncash/const | bunnei | 2019-02-06 | 4 | -50/+136 |
|\ \ \ \ \ |
|
| * | | | | | service/nvflinger,service/vi: Handle failure cases with exposed API | Lioncash | 2019-02-06 | 4 | -47/+133 |
| * | | | | | service/nvflinger: Mark FindVsyncEvent() as a const member function | Lioncash | 2019-02-05 | 2 | -2/+2 |
| * | | | | | service/nvflinger: Rename GetVsyncEvent() to FindVsyncEvent() | Lioncash | 2019-02-05 | 3 | -3/+3 |
| |/ / / / |
|
* | | | | | Merge pull request #2088 from jroweboy/h | bunnei | 2019-02-06 | 1 | -1/+4 |
|\ \ \ \ \ |
|
| * | | | | | QT: Fix the loading screen 'H' switch logo to not glitch out | James Rowe | 2019-02-06 | 1 | -1/+4 |
| | |/ / /
| |/| | | |
|
* | | | | | Merge pull request #2085 from ReinUsesLisp/cube-minus-one | bunnei | 2019-02-05 | 1 | -1/+1 |
|\ \ \ \ \
| |_|/ / /
|/| | | | |
|
| * | | | | video_core/texture: Fix BitField size for depth_minus_one | ReinUsesLisp | 2019-02-05 | 1 | -1/+1 |
* | | | | | Merge pull request #2081 from ReinUsesLisp/lmem-64 | bunnei | 2019-02-05 | 2 | -15/+46 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | shader_ir/memory: Add ST_L 64 and 128 bits stores | ReinUsesLisp | 2019-02-03 | 1 | -3/+11 |
| * | | | | shader_ir/memory: Add LD_L 128 bits loads | ReinUsesLisp | 2019-02-03 | 1 | -7/+19 |
| * | | | | shader_bytecode: Rename BytesN enums to BitsN | ReinUsesLisp | 2019-02-03 | 2 | -7/+7 |
| * | | | | shader_ir/memory: Add LD_L 64 bits loads | ReinUsesLisp | 2019-02-03 | 1 | -6/+17 |
| | |_|/
| |/| | |
|
* | | | | Merge pull request #2082 from FernandoS27/txq-stl | bunnei | 2019-02-05 | 2 | -6/+13 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | Update src/video_core/engines/shader_bytecode.h | Mat M | 2019-02-04 | 1 | -1/+1 |
| * | | | Fix TXQ not using the component mask. | Fernando Sahmkow | 2019-02-03 | 2 | -6/+13 |
* | | | | Merge pull request #2074 from ReinUsesLisp/shader-ir-unify-offset | bunnei | 2019-02-01 | 17 | -25/+36 |
|\ \ \ \ |
|
| * | | | | shader_ir: Unify constant buffer offset values | ReinUsesLisp | 2019-01-30 | 17 | -25/+36 |
* | | | | | Merge pull request #2073 from lioncash/opus | bunnei | 2019-02-01 | 1 | -42/+75 |
|\ \ \ \ \ |
|
| * | | | | | hwopus: Implement DecodeInterleaved | Lioncash | 2019-01-30 | 1 | -4/+35 |
| * | | | | | hwopus: Deduplicate the decoding code within DecodeInterleavedOld and DecodeInterleavedWithPerfOld | Lioncash | 2019-01-30 | 1 | -19/+14 |
| * | | | | | hwopus: Replace std::optional<std::reference_wrapper<u64>> with u64* | Lioncash | 2019-01-30 | 1 | -9/+6 |
| * | | | | | hwopus: Mark local variables as const where applicable | Lioncash | 2019-01-30 | 1 | -8/+16 |
| * | | | | | hwopus: Fill in the rest of the unknown service function names | Lioncash | 2019-01-30 | 1 | -9/+11 |
| |/ / / / |
|
* | | | | | Merge pull request #2067 from ReinUsesLisp/workaround-fb | bunnei | 2019-02-01 | 2 | -14/+19 |
|\ \ \ \ \ |
|
| * | | | | | gl_rasterizer: Workaround invalid zeta clears | ReinUsesLisp | 2019-01-30 | 2 | -14/+19 |
* | | | | | | Merge pull request #2078 from lioncash/timer | bunnei | 2019-02-01 | 9 | -259/+0 |
|\ \ \ \ \ \ |
|
| * | | | | | | kernel: Remove the Timer class | Lioncash | 2019-02-01 | 9 | -259/+0 |
| | |_|/ / /
| |/| | | | |
|
* | | | | | | Merge pull request #2079 from ReinUsesLisp/remove-fill | bunnei | 2019-02-01 | 5 | -17/+1 |
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
|
| * | | | | | rasterizer_interface: Remove unused AccelerateFill operation | ReinUsesLisp | 2019-02-01 | 3 | -11/+0 |
| * | | | | | video_core: Remove unused Fill surface type | ReinUsesLisp | 2019-02-01 | 2 | -6/+1 |
|/ / / / / |
|
* | | | | | Merge pull request #2072 from lioncash/service | bunnei | 2019-01-31 | 12 | -153/+281 |
|\ \ \ \ \ |
|
| * | | | | | service/ns: Update function tables | Lioncash | 2019-01-30 | 1 | -14/+20 |
| * | | | | | service/ncm: Update function tables | Lioncash | 2019-01-30 | 1 | -4/+4 |
| * | | | | | service/audio: Update function tables | Lioncash | 2019-01-30 | 4 | -8/+23 |
| * | | | | | service/am/applet_ae: Update function tables | Lioncash | 2019-01-30 | 1 | -1/+2 |
| * | | | | | service/fsp-srv: Update function tables | Lioncash | 2019-01-30 | 2 | -17/+25 |
| * | | | | | service/btm: Update function tables | Lioncash | 2019-01-30 | 1 | -55/+97 |
| * | | | | | service/btdrv: Update function tables | Lioncash | 2019-01-30 | 1 | -46/+101 |
| * | | | | | service/psc: Update function tables | Lioncash | 2019-01-30 | 1 | -8/+9 |
| |/ / / / |
|
* | | | | | Merge pull request #2077 from lioncash/virt | bunnei | 2019-01-31 | 5 | -15/+3 |
|\ \ \ \ \ |
|
| * | | | | | kernel/wait_object: Devirtualize functions related to manipulating the thread list directly | Lioncash | 2019-01-30 | 1 | -3/+3 |
| * | | | | | kernel/timer: Remove unnecessary WakeupAllWaitingThreads() override | Lioncash | 2019-01-30 | 2 | -6/+0 |
| * | | | | | kernel/readable_event: Remove unnecessary WakeupAllWaitingThreads() override | Lioncash | 2019-01-30 | 2 | -6/+0 |
* | | | | | | Merge pull request #2075 from lioncash/find | bunnei | 2019-01-31 | 3 | -23/+47 |
|\ \ \ \ \ \ |
|
| * | | | | | | service/nvflinger: Make FindBufferQueueId() a const member function | Lioncash | 2019-01-30 | 2 | -2/+26 |
| * | | | | | | service/nvflinger: Rename Get prefix on function to Find | Lioncash | 2019-01-30 | 3 | -23/+23 |
| | |_|/ / /
| |/| | | | |
|
* | | | | | | Merge pull request #1818 from ccawley2011/patch-1 | Hexagon12 | 2019-01-30 | 1 | -0/+2 |
|\ \ \ \ \ \
| |_|/ / / /
|/| | | | | |
|
| * | | | | | Add missing environment variables to travis-ci.env | Cameron Cawley | 2018-11-28 | 1 | -0/+2 |
* | | | | | | Merge pull request #2076 from lioncash/enc | Hexagon12 | 2019-01-30 | 1 | -1/+1 |
|\ \ \ \ \ \
| |_|_|_|_|/
|/| | | | | |
|
| * | | | | | video_core/dma_pusher: Silence C4828 warnings | Lioncash | 2019-01-30 | 1 | -1/+1 |
| | |/ / /
| |/| | | |
|
* | | | | | Merge pull request #1485 from FernandoS27/render-info | bunnei | 2019-01-30 | 2 | -2/+57 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | Add more info into textures' object labels | FernandoS27 | 2018-12-09 | 2 | -2/+57 |
* | | | | | Merge pull request #2070 from ReinUsesLisp/cubearray-view | bunnei | 2019-01-30 | 4 | -3/+28 |
|\ \ \ \ \ |
|
| * | | | | | gl_shader_cache: Fix texture view for cubemaps as cubemap arrays | ReinUsesLisp | 2019-01-30 | 4 | -3/+28 |
| | |_|/ /
| |/| | | |
|
* | | | | | Merge pull request #2069 from lioncash/vi | bunnei | 2019-01-30 | 2 | -21/+20 |
|\ \ \ \ \ |
|
| * | | | | | nvflinger: Add the Null display | Lioncash | 2019-01-30 | 1 | -1/+2 |
| * | | | | | nvflinger: Change log message in OpenDisplay to be a debug log instead of a warning | Lioncash | 2019-01-30 | 1 | -1/+1 |
| * | | | | | nvflinger: Remove unnecessary header inclusions | Lioncash | 2019-01-30 | 1 | -2/+0 |
| * | | | | | nvflinger: Mark locals const where applicable | Lioncash | 2019-01-30 | 1 | -11/+11 |
| * | | | | | nvflinger: Use a std::array for the available displays instead of std::vector | Lioncash | 2019-01-30 | 2 | -7/+7 |
| |/ / / / |
|
* | | | | | Merge pull request #1987 from ReinUsesLisp/explicit-shader-ldg | bunnei | 2019-01-30 | 7 | -249/+194 |
|\ \ \ \ \ |
|
| * | | | | | gl_shader_cache: Use explicit bindings | ReinUsesLisp | 2019-01-30 | 7 | -249/+194 |
|/ / / / / |
|
* | | | | | Merge pull request #1960 from ReinUsesLisp/shader-ir-ldg | bunnei | 2019-01-30 | 13 | -14/+380 |
|\ \ \ \ \ |
|
| * | | | | | gl_rasterizer: Implement global memory management | ReinUsesLisp | 2019-01-30 | 6 | -4/+140 |
| * | | | | | shader_decode: Implement LDG and basic cbuf tracking | ReinUsesLisp | 2019-01-30 | 7 | -10/+240 |
|/ / / / / |
|
* / / / / | video_core/GPU Implemented the GPU PFIFO puller semaphore operations. (#1908) | Kevin | 2019-01-30 | 2 | -12/+242 |
|/ / / / |
|
* | | | | hle/ipc_helpers: Fix clang-format warnings | Lioncash | 2019-01-30 | 1 | -1/+0 |
* | | | | hle/ipc_helpers: Allow pushing signed values | Lioncash | 2019-01-29 | 1 | -0/+22 |
* | | | | Merge pull request #2063 from lioncash/pessimizing | bunnei | 2019-01-29 | 2 | -6/+6 |
|\ \ \ \ |
|
| * | | | | shader/shader_ir: Amend three comment typos | Lioncash | 2019-01-28 | 1 | -3/+3 |
| * | | | | shader/shader_ir: Amend constructor initializer ordering for AbufNode | Lioncash | 2019-01-28 | 1 | -2/+2 |
| * | | | | shader/decode: Avoid a pessimizing std::move within DecodeRange() | Lioncash | 2019-01-28 | 1 | -1/+1 |
* | | | | | Merge pull request #2065 from lioncash/pm | bunnei | 2019-01-29 | 2 | -3/+19 |
|\ \ \ \ \ |
|
| * | | | | | service/pm: Implement SetMaintenanceBoot() | Lioncash | 2019-01-28 | 1 | -1/+10 |
| * | | | | | service/pm: Tidy up functionality related to SystemBootMode | Lioncash | 2019-01-28 | 2 | -2/+9 |
|/ / / / / |
|
* | | | | | Merge pull request #2064 from lioncash/vi-stub | bunnei | 2019-01-28 | 1 | -2/+3 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | service/vi: Remove stubbed notifier from SetLayerVisibility | Lioncash | 2019-01-28 | 1 | -2/+3 |
|/ / / / |
|
* | | | | Merge pull request #2060 from lioncash/exception | bunnei | 2019-01-27 | 1 | -0/+4 |
|\ \ \ \ |
|
| * | | | | kernel/svc: Log out uncaught C++ exceptions from svcBreak | Lioncash | 2019-01-27 | 1 | -0/+4 |
* | | | | | Merge pull request #2058 from ReinUsesLisp/trunc-warning | bunnei | 2019-01-27 | 1 | -3/+4 |
|\ \ \ \ \ |
|
| * | | | | | video_core: Silent implicit conversion warning | ReinUsesLisp | 2019-01-26 | 1 | -3/+4 |
| |/ / / / |
|
* | | | | | Merge pull request #2059 from FearlessTobi/port-4601 | bunnei | 2019-01-27 | 1 | -1/+1 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | dsp_interface: fix sound being played while volume is 0 | fearlessTobi | 2019-01-26 | 1 | -1/+1 |
|/ / / / |
|
* | | | | Merge pull request #1927 from ReinUsesLisp/shader-ir | bunnei | 2019-01-26 | 39 | -3808/+5497 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | shader_ir: Fixup clang build | ReinUsesLisp | 2019-01-16 | 1 | -4/+6 |
| * | | | gl_shader_decompiler: replace std::get<> with std::get_if<> for macOS compatibility | ReinUsesLisp | 2019-01-15 | 1 | -44/+58 |
| * | | | gl_shader_decompiler: Inline textureGather component | ReinUsesLisp | 2019-01-15 | 1 | -15/+16 |
| * | | | shader_decode: Fixup XMAD | ReinUsesLisp | 2019-01-15 | 1 | -1/+1 |
| * | | | shader_ir: Pass to decoder functions basic block's code | ReinUsesLisp | 2019-01-15 | 27 | -82/+83 |
| * | | | shader_decode: Improve zero flag implementation | ReinUsesLisp | 2019-01-15 | 15 | -75/+79 |
| * | | | shader_ir: Remove composite primitives and use temporals instead | ReinUsesLisp | 2019-01-15 | 4 | -241/+224 |
| * | | | gl_shader_decompiler: Fixup AssignCompositeHalf | ReinUsesLisp | 2019-01-15 | 1 | -1/+1 |
| * | | | shader_decode: Use proper primitive names | ReinUsesLisp | 2019-01-15 | 4 | -25/+21 |
| * | | | shader_decode: Use BitfieldExtract instead of shift + and | ReinUsesLisp | 2019-01-15 | 8 | -48/+37 |
| * | | | shader_ir: Remove Ipa primitive | ReinUsesLisp | 2019-01-15 | 3 | -13/+2 |
| * | | | gl_shader_decompiler: Use rasterizer's UBO size limit | ReinUsesLisp | 2019-01-15 | 1 | -1/+3 |
| * | | | gl_shader_gen: Fixup code formatting | ReinUsesLisp | 2019-01-15 | 2 | -18/+22 |
| * | | | video_core: Rename glsl_decompiler to gl_shader_decompiler | ReinUsesLisp | 2019-01-15 | 7 | -7/+7 |
| * | | | shader_ir: Remove RZ and use Register::ZeroIndex instead | ReinUsesLisp | 2019-01-15 | 3 | -12/+16 |
| * | | | shader_decode: Implement TEXS.F16 | ReinUsesLisp | 2019-01-15 | 3 | -15/+57 |
| * | | | shader_decode: Fixup R2P | ReinUsesLisp | 2019-01-15 | 1 | -2/+3 |
| * | | | glsl_decompiler: Fixup TLDS | ReinUsesLisp | 2019-01-15 | 1 | -1/+0 |
| * | | | glsl_decompiler: Fixup geometry shaders | ReinUsesLisp | 2019-01-15 | 2 | -15/+17 |
| * | | | shader_decode: Fixup WriteLogicOperation zero comparison | ReinUsesLisp | 2019-01-15 | 1 | -1/+1 |
| * | | | glsl_decompiler: Fixup permissive member function declarations | ReinUsesLisp | 2019-01-15 | 1 | -133/+133 |
| * | | | shader_decode: Fixup PSET | ReinUsesLisp | 2019-01-15 | 1 | -2/+3 |
| * | | | shader_decode: Fixup clang-format | ReinUsesLisp | 2019-01-15 | 2 | -2/+4 |
| * | | | video_core: Implement IR based geometry shaders | ReinUsesLisp | 2019-01-15 | 4 | -10/+102 |
| * | | | shader_decode: Implement VMAD and VSETP | ReinUsesLisp | 2019-01-15 | 5 | -2/+129 |
| * | | | shader_decode: Implement HSET2 | ReinUsesLisp | 2019-01-15 | 3 | -1/+50 |
| * | | | shader_decode: Rework HSETP2 | ReinUsesLisp | 2019-01-15 | 4 | -47/+57 |
| * | | | shader_decode: Implement R2P | ReinUsesLisp | 2019-01-15 | 1 | -1/+28 |
| * | | | shader_decode: Implement CSETP | ReinUsesLisp | 2019-01-15 | 1 | -14/+37 |
| * | | | shader_decode: Implement PSET | ReinUsesLisp | 2019-01-15 | 1 | -1/+16 |
| * | | | shader_decode: Implement HFMA2 | ReinUsesLisp | 2019-01-15 | 4 | -5/+60 |
| * | | | glsl_decompiler: Remove HNegate inlining | ReinUsesLisp | 2019-01-15 | 1 | -10/+0 |
| * | | | shader_decode: Implement POPC | ReinUsesLisp | 2019-01-15 | 4 | -1/+22 |
| * | | | shader_decode: Implement TLDS (untested) | ReinUsesLisp | 2019-01-15 | 3 | -10/+92 |
| * | | | shader_decode: Update TLD4 reflecting #1862 changes | ReinUsesLisp | 2019-01-15 | 2 | -52/+52 |
| * | | | shader_ir: Fixup TEX and TEXS and partially fix TLD4 decompiling | ReinUsesLisp | 2019-01-15 | 3 | -60/+72 |
| * | | | shader_decode: Fixup FSET | ReinUsesLisp | 2019-01-15 | 1 | -2/+2 |
| * | | | shader_decode: Implement IADD32I | ReinUsesLisp | 2019-01-15 | 1 | -0/+11 |
| * | | | shader_decode: Fixup clang-format | ReinUsesLisp | 2019-01-15 | 1 | -1/+1 |
| * | | | video_core: Return safe values after an assert hits | ReinUsesLisp | 2019-01-15 | 8 | -8/+19 |
| * | | | shader_decode: Implement FFMA | ReinUsesLisp | 2019-01-15 | 1 | -1/+36 |
| * | | | video_core: Address feedback | ReinUsesLisp | 2019-01-15 | 4 | -13/+16 |
| * | | | shader_ir: Fixup file inclusions and clang-format | ReinUsesLisp | 2019-01-15 | 3 | -2/+2 |
| * | | | shader_ir: Move comment node string | Mat M | 2019-01-15 | 1 | -2/+2 |
| * | | | shader_ir: Address feedback to avoid UB in bit casting | ReinUsesLisp | 2019-01-15 | 1 | -2/+4 |
| * | | | shader_decode: Fixup clang-format | ReinUsesLisp | 2019-01-15 | 2 | -3/+2 |
| * | | | shader_decode: Implement LEA | ReinUsesLisp | 2019-01-15 | 1 | -0/+55 |
| * | | | shader_decode: Implement IADD3 | ReinUsesLisp | 2019-01-15 | 1 | -0/+61 |
| * | | | shader_decode: Implement LOP3 | ReinUsesLisp | 2019-01-15 | 2 | -0/+62 |
| * | | | shader_decode: Implement ST_L | ReinUsesLisp | 2019-01-15 | 1 | -0/+17 |
| * | | | shader_decode: Implement LD_L | ReinUsesLisp | 2019-01-15 | 1 | -0/+18 |
| * | | | shader_decode: Implement HSETP2 | ReinUsesLisp | 2019-01-15 | 1 | -1/+37 |
| * | | | shader_decode: Implement HADD2 and HMUL2 | ReinUsesLisp | 2019-01-15 | 1 | -1/+48 |
| * | | | shader_decode: Implement HADD2_IMM and HMUL2_IMM | ReinUsesLisp | 2019-01-15 | 1 | -1/+28 |
| * | | | shader_decode: Implement MOV_SYS | ReinUsesLisp | 2019-01-15 | 1 | -0/+27 |
| * | | | shader_decode: Implement IMNMX | ReinUsesLisp | 2019-01-15 | 1 | -0/+16 |
| * | | | shader_decode: Implement F2F_C | ReinUsesLisp | 2019-01-15 | 1 | -2/+10 |
| * | | | shader_decode: Implement I2I | ReinUsesLisp | 2019-01-15 | 1 | -0/+26 |
| * | | | shader_decode: Implement BRA internal flag | ReinUsesLisp | 2019-01-15 | 1 | -4/+8 |
| * | | | shader_decode: Implement ISCADD | ReinUsesLisp | 2019-01-15 | 1 | -0/+15 |
| * | | | shader_decode: Implement XMAD | ReinUsesLisp | 2019-01-15 | 1 | -1/+85 |
| * | | | shader_decode: Implement PBK and BRK | ReinUsesLisp | 2019-01-15 | 1 | -1/+22 |
| * | | | shader_decode: Implement LOP | ReinUsesLisp | 2019-01-15 | 1 | -0/+15 |
| * | | | shader_decode: Implement SEL | ReinUsesLisp | 2019-01-15 | 1 | -0/+8 |
| * | | | shader_decode: Implement IADD | ReinUsesLisp | 2019-01-15 | 1 | -1/+28 |
| * | | | shader_decode: Implement ISETP | ReinUsesLisp | 2019-01-15 | 1 | -1/+30 |
| * | | | shader_decode: Implement BFI | ReinUsesLisp | 2019-01-15 | 1 | -1/+22 |
| * | | | shader_decode: Implement ISET | ReinUsesLisp | 2019-01-15 | 1 | -1/+27 |
| * | | | shader_decode: Implement LD_C | ReinUsesLisp | 2019-01-15 | 1 | -0/+31 |
| * | | | shader_decode: Implement SHL | ReinUsesLisp | 2019-01-15 | 1 | -0/+8 |
| * | | | shader_decode: Implement SHR | ReinUsesLisp | 2019-01-15 | 1 | -1/+26 |
| * | | | shader_decode: Implement LOP32I | ReinUsesLisp | 2019-01-15 | 2 | -1/+72 |
| * | | | shader_decode: Implement BFE | ReinUsesLisp | 2019-01-15 | 1 | -1/+25 |
| * | | | shader_decode: Implement FSET | ReinUsesLisp | 2019-01-15 | 1 | -1/+36 |
| * | | | shader_decode: Implement F2I | ReinUsesLisp | 2019-01-15 | 1 | -0/+37 |
| * | | | shader_decode: Implement I2F | ReinUsesLisp | 2019-01-15 | 1 | -0/+23 |
| * | | | shader_decode: Implement F2F | ReinUsesLisp | 2019-01-15 | 1 | -1/+37 |
| * | | | shader_decode: Stub DEPBAR | ReinUsesLisp | 2019-01-15 | 1 | -0/+4 |
| * | | | shader_decode: Implement SSY and SYNC | ReinUsesLisp | 2019-01-15 | 1 | -0/+19 |
| * | | | shader_decode: Implement PSETP | ReinUsesLisp | 2019-01-15 | 1 | -1/+21 |
| * | | | shader_decode: Implement TMML | ReinUsesLisp | 2019-01-15 | 1 | -3/+45 |
| * | | | shader_decode: Implement TEX and TXQ | ReinUsesLisp | 2019-01-15 | 2 | -0/+223 |
| * | | | shader_decode: Implement TEXS (F32) | ReinUsesLisp | 2019-01-15 | 2 | -0/+217 |
| * | | | shader_decode: Implement FSETP | ReinUsesLisp | 2019-01-15 | 1 | -1/+33 |
| * | | | shader_decode: Partially implement BRA | ReinUsesLisp | 2019-01-15 | 1 | -0/+12 |
| * | | | shader_decode: Implement IPA | ReinUsesLisp | 2019-01-15 | 1 | -0/+12 |
| * | | | shader_decode: Implement EXIT | ReinUsesLisp | 2019-01-15 | 1 | -1/+32 |
| * | | | shader_decode: Implement ST_A | ReinUsesLisp | 2019-01-15 | 1 | -0/+30 |
| * | | | shader_decode: Implement LD_A | ReinUsesLisp | 2019-01-15 | 1 | -1/+39 |
| * | | | shader_decode: Implement FADD32I | ReinUsesLisp | 2019-01-15 | 1 | -0/+12 |
| * | | | shader_decode: Implement FMUL32_IMM | ReinUsesLisp | 2019-01-15 | 1 | -0/+10 |
| * | | | shader_decode: Implement MOV32_IMM | ReinUsesLisp | 2019-01-15 | 1 | -1/+9 |
| * | | | shader_decode: Stub RRO_C, RRO_R and RRO_IMM | ReinUsesLisp | 2019-01-15 | 1 | -0/+9 |
| * | | | shader_decode: Implement FMNMX_C, FMNMX_R and FMNMX_IMM | ReinUsesLisp | 2019-01-15 | 1 | -0/+18 |
| * | | | shader_decode: Implement MUFU | ReinUsesLisp | 2019-01-15 | 1 | -0/+29 |
| * | | | shader_decode: Implement FADD_C, FADD_R and FADD_IMM | ReinUsesLisp | 2019-01-15 | 1 | -0/+15 |
| * | | | shader_decode: Implement FMUL_C, FMUL_R and FMUL_IMM | ReinUsesLisp | 2019-01-15 | 1 | -0/+42 |
| * | | | shader_decode: Implement MOV_C and MOV_R | ReinUsesLisp | 2019-01-15 | 1 | -1/+23 |
| * | | | video_core: Replace gl_shader_decompiler | ReinUsesLisp | 2019-01-15 | 8 | -4185/+57 |
| * | | | glsl_decompiler: Implementation | ReinUsesLisp | 2019-01-15 | 3 | -0/+1483 |
| * | | | shader_ir: Add condition code helper | ReinUsesLisp | 2019-01-15 | 2 | -0/+13 |
| * | | | shader_ir: Add predicate combiner helper | ReinUsesLisp | 2019-01-15 | 2 | -0/+15 |
| * | | | shader_ir: Add comparison helpers | ReinUsesLisp | 2019-01-15 | 2 | -0/+106 |
| * | | | shader_ir: Add half float helpers | ReinUsesLisp | 2019-01-15 | 2 | -0/+44 |
| * | | | shader_ir: Add integer helpers | ReinUsesLisp | 2019-01-15 | 2 | -0/+40 |
| * | | | shader_ir: Add float helpers | ReinUsesLisp | 2019-01-15 | 2 | -0/+24 |
| * | | | shader_ir: Add setters | ReinUsesLisp | 2019-01-15 | 2 | -0/+24 |
| * | | | shader_ir: Add local memory getters | ReinUsesLisp | 2019-01-15 | 2 | -0/+7 |
| * | | | shader_ir: Add internal flag getters | ReinUsesLisp | 2019-01-15 | 2 | -0/+10 |
| * | | | shader_ir: Add attribute getters | ReinUsesLisp | 2019-01-15 | 2 | -0/+26 |
| * | | | shader_ir: Add constant buffer getters | ReinUsesLisp | 2019-01-15 | 2 | -0/+25 |
| * | | | shader_ir: Add register getter | ReinUsesLisp | 2019-01-15 | 2 | -0/+9 |
| * | | | shader_ir: Add immediate node constructors | ReinUsesLisp | 2019-01-15 | 2 | -1/+34 |
| * | | | shader_ir: Initial implementation | ReinUsesLisp | 2019-01-15 | 30 | -0/+1573 |
| * | | | shader_bytecode: Fixup encoding | ReinUsesLisp | 2019-01-15 | 1 | -1/+1 |
| * | | | shader_header: Make local memory size getter constant | ReinUsesLisp | 2019-01-15 | 1 | -1/+1 |
* | | | | Merge pull request #2054 from bunnei/scope-context-refactor | bunnei | 2019-01-24 | 7 | -36/+54 |
|\ \ \ \ |
|
| * | | | | frontend: Refactor ScopeAcquireWindowContext out of renderer_opengl. | bunnei | 2019-01-24 | 7 | -36/+54 |
* | | | | | Merge pull request #2049 from FearlessTobi/port-3928 | bunnei | 2019-01-24 | 5 | -0/+35 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | citra_qt: Log settings on launch | zhupengfei | 2019-01-22 | 5 | -0/+35 |
|/ / / / |
|
* | | | | Merge pull request #2047 from FearlessTobi/patch-3 | bunnei | 2019-01-22 | 1 | -5/+16 |
|\ \ \ \ |
|
| * | | | | ISSUE_TEMPLATE: changes to make it more expressive and prevent low-quality issues | Tobias | 2019-01-22 | 1 | -5/+16 |
|/ / / / |
|
* | | | | Merge pull request #2043 from ReinUsesLisp/rt-separate | bunnei | 2019-01-22 | 2 | -4/+6 |
|\ \ \ \ |
|
| * | | | | maxwell_3d: Set rt_separate_frag_data to 1 by default | ReinUsesLisp | 2019-01-22 | 2 | -4/+6 |
|/ / / / |
|
* | | | | Merge pull request #2035 from lioncash/fwd-decl | bunnei | 2019-01-21 | 7 | -17/+14 |
|\ \ \ \ |
|
| * | | | | yuzu/configuration/configure_input_player: Forward declare types where applicable | Lioncash | 2019-01-17 | 2 | -2/+7 |
| * | | | | yuzu/configuration/configure_touchscreen_advanced: Remove unnecessary header inclusions | Lioncash | 2019-01-17 | 1 | -2/+0 |
| * | | | | yuzu/configuration/configure_per_general: Remove unused header inclusions | Lioncash | 2019-01-17 | 2 | -4/+3 |
| * | | | | yuzu/configuration/configure_debug: Remove unused header inclusions | Lioncash | 2019-01-17 | 1 | -1/+0 |
| * | | | | yuzu/configuration/configure_system: Remove unused header inclusions | Lioncash | 2019-01-17 | 1 | -8/+4 |
| |/ / / |
|
* | | | | Merge pull request #2038 from jroweboy/loading-progress-bar | bunnei | 2019-01-21 | 5 | -57/+316 |
|\ \ \ \ |
|
| * | | | | Change const char* to const char[] | James Rowe | 2019-01-21 | 1 | -4/+4 |
| * | | | | Fix mingw compile error and warnings | James Rowe | 2019-01-21 | 2 | -6/+6 |
| * | | | | Add fade out effect to the loading screen | James Rowe | 2019-01-21 | 4 | -94/+158 |
| * | | | | Set Minimum Size to the same as renderwindow | James Rowe | 2019-01-21 | 1 | -0/+1 |
| * | | | | Remove blue box around loading screen | James Rowe | 2019-01-21 | 1 | -1/+0 |
| * | | | | Change the background color of Stage Complete to yuzu blue | James Rowe | 2019-01-21 | 1 | -1/+1 |
| * | | | | Rename step 1 and step 2 to be a little more descriptive | James Rowe | 2019-01-21 | 2 | -8/+8 |
| * | | | | Prevent estimated time from flashing after slow shader compilation starts | James Rowe | 2019-01-21 | 1 | -1/+1 |
| * | | | | Move progress bar style into constexpr strings | James Rowe | 2019-01-21 | 1 | -28/+32 |
| * | | | | Hide progress bar on Prepare step | James Rowe | 2019-01-20 | 1 | -7/+8 |
| * | | | | QT: Upgrade the Loading Bar to look much better | James Rowe | 2019-01-20 | 4 | -11/+201 |
|/ / / / |
|
* | | | | Merge pull request #2034 from jroweboy/loading-widget | bunnei | 2019-01-20 | 9 | -11/+262 |
|\ \ \ \ |
|
| * | | | | Add a workaround if QMovie isn't available | James Rowe | 2019-01-20 | 2 | -1/+20 |
| * | | | | QT Frontend: Add a Loading screen with progressbar | James Rowe | 2019-01-20 | 9 | -11/+243 |
* | | | | | Merge pull request #2008 from ReinUsesLisp/dirty-framebuffers | bunnei | 2019-01-20 | 6 | -8/+78 |
|\ \ \ \ \ |
|
| * | | | | | gl_rasterizer: Skip framebuffer configuration if rendertargets have not been changed | ReinUsesLisp | 2019-01-07 | 2 | -1/+31 |
| * | | | | | gl_rasterizer_cache: Use dirty flags for the depth buffer | ReinUsesLisp | 2019-01-07 | 4 | -3/+23 |
| * | | | | | gl_rasterizer_cache: Use dirty flags for color buffers | ReinUsesLisp | 2019-01-07 | 4 | -4/+24 |
* | | | | | | Merge pull request #2002 from ReinUsesLisp/dsa-vao-buffer | bunnei | 2019-01-20 | 9 | -103/+73 |
|\ \ \ \ \ \ |
|
| * | | | | | | gl_rasterizer: Workaround Intel VAO DSA bug | ReinUsesLisp | 2019-01-09 | 3 | -7/+16 |
| * | | | | | | gl_stream_buffer: Use DSA for buffer management | ReinUsesLisp | 2019-01-06 | 3 | -17/+14 |
| * | | | | | | gl_rasterizer: Use DSA for vertex array objects | ReinUsesLisp | 2019-01-06 | 6 | -79/+53 |
| * | | | | | | gl_state: Drop uniform buffer state tracking | ReinUsesLisp | 2019-01-06 | 3 | -10/+0 |
* | | | | | | | Merge pull request #2032 from lioncash/web | bunnei | 2019-01-20 | 1 | -6/+5 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | yuzu/configuration/configure_web: Remove an unused lambda capture | Lioncash | 2019-01-17 | 1 | -5/+4 |
| * | | | | | | | yuzu/configuration/configure_web: Use an ellipsis with 'Verifying' text | Lioncash | 2019-01-17 | 1 | -1/+1 |
| | |_|_|/ / /
| |/| | | | | |
|
* | | | | | | | Merge pull request #2025 from DarkLordZach/loader-banner-logo | bunnei | 2019-01-20 | 11 | -0/+77 |
|\ \ \ \ \ \ \
| |_|_|_|/ / /
|/| | | | | | |
|
| * | | | | | | loader: Propagate NCA logo section to ReadBanner and ReadLogo | Zach Hilman | 2019-01-15 | 9 | -0/+61 |
| * | | | | | | content_archive: Add getter for logo section of NCA | Zach Hilman | 2019-01-15 | 2 | -0/+16 |
| |/ / / / / |
|
* | | | | | | Merge pull request #2031 from lioncash/priv | bunnei | 2019-01-19 | 7 | -26/+36 |
|\ \ \ \ \ \ |
|
| * | | | | | | core/frontend/applets/web_browser: Include missing headers | Lioncash | 2019-01-17 | 1 | -2/+8 |
| * | | | | | | core/frontend/applets/web_browser: Make OpenPage() non-const | Lioncash | 2019-01-17 | 7 | -20/+25 |
| * | | | | | | yuzu/web_browser: std::move std::function instances in OpenPage() | Lioncash | 2019-01-17 | 1 | -2/+2 |
| * | | | | | | yuzu/web_browser: Make slot functions private | Lioncash | 2019-01-17 | 1 | -2/+1 |
| |/ / / / / |
|
* | | | | | | Merge pull request #2033 from ReinUsesLisp/fixup-clip-warning | bunnei | 2019-01-19 | 1 | -1/+1 |
|\ \ \ \ \ \ |
|
| * | | | | | | gl_rasterizer: Silent unsafe mix warning | ReinUsesLisp | 2019-01-18 | 1 | -1/+1 |
| |/ / / / / |
|
* | | | | | | Merge pull request #2036 from lioncash/unused-class | bunnei | 2019-01-19 | 1 | -23/+0 |
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
|
| * | | | | | file_sys/directory: Remove unused DirectoryBackend class | Lioncash | 2019-01-18 | 1 | -23/+0 |
|/ / / / / |
|
* | | | | | Merge pull request #2020 from otaviopace/remove-spaces | Hexagon12 | 2019-01-14 | 1 | -2/+2 |
|\ \ \ \ \ |
|
| * | | | | | audio_core: remove unnecessary spaces on comments | Otávio Pace | 2019-01-14 | 1 | -2/+2 |
|/ / / / / |
|
* | | | | | Merge pull request #1848 from FreddyFunk/QJsonArray | bunnei | 2019-01-12 | 1 | -2/+2 |
|\ \ \ \ \ |
|
| * | | | | | game_list: Remove a reference of a reference | Frederic Laing | 2018-12-03 | 1 | -2/+2 |
* | | | | | | Merge pull request #1959 from DarkLordZach/custom-rtc | bunnei | 2019-01-10 | 8 | -39/+120 |
|\ \ \ \ \ \ |
|
| * | | | | | | settings: Fix comment structure | Zach Hilman | 2019-01-08 | 2 | -5/+7 |
| * | | | | | | settings: Use std::chrono::seconds instead of s64 for RTC | Zach Hilman | 2019-01-08 | 6 | -17/+21 |
| * | | | | | | time: Use custom RTC settings if applicable for game | Zach Hilman | 2019-01-08 | 2 | -8/+12 |
| * | | | | | | core: Set custom RTC differential on game boot | Zach Hilman | 2019-01-08 | 1 | -0/+7 |
| * | | | | | | qt: Provide UI to edit custom RTC settings | Zach Hilman | 2019-01-08 | 2 | -28/+66 |
| * | | | | | | settings: Add custom RTC settings | Zach Hilman | 2019-01-08 | 4 | -4/+30 |
* | | | | | | | Merge pull request #1939 from DarkLordZach/web-applet | bunnei | 2019-01-10 | 30 | -591/+1381 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | build: Copy web engine resources to correct location | Zach Hilman | 2019-01-05 | 1 | -2/+1 |
| * | | | | | | | build: Copy QtWebEngineProcess[d].exe to release dir on windows | Zach Hilman | 2019-01-04 | 1 | -0/+1 |
| * | | | | | | | Update Qt MSVC external to 5.12.0 | Zach Hilman | 2018-12-31 | 2 | -2/+2 |
| * | | | | | | | travis: Use correct package for linux Qt5WebEngine | Zach Hilman | 2018-12-29 | 4 | -5/+4 |
| * | | | | | | | web_browser: Add bounds checking to applet interface | Zach Hilman | 2018-12-29 | 10 | -146/+160 |
| * | | | | | | | cmake: Add USE_QT_WEB_ENGINE flag and update build system | Zach Hilman | 2018-12-28 | 5 | -4/+37 |
| * | | | | | | | main: Add main window integrations for QtWebBrowserApplet | Zach Hilman | 2018-12-28 | 3 | -0/+168 |
| * | | | | | | | qt: Implement Qt frontend to web browser | Zach Hilman | 2018-12-28 | 2 | -0/+154 |
| * | | | | | | | core: Add getter and setter for WebBrowserApplet frontend | Zach Hilman | 2018-12-28 | 4 | -2/+22 |
| * | | | | | | | frontend: Add frontend responder for web browser | Zach Hilman | 2018-12-28 | 2 | -0/+52 |
| * | | | | | | | applets: Implement LibAppletOff (Web) applet | Zach Hilman | 2018-12-28 | 4 | -0/+234 |
| * | | | | | | | loader: Add accessor for Manual RomFS | Zach Hilman | 2018-12-28 | 5 | -0/+30 |
| * | | | | | | | hid: Make Hid service accessible and add GetPressState | Zach Hilman | 2018-12-28 | 4 | -459/+540 |
| * | | | | | | | romfs: Add SingleDiscard extraction type | Zach Hilman | 2018-12-28 | 2 | -2/+6 |
| * | | | | | | | am: Add size parameter to am:IStorage logging | Zach Hilman | 2018-12-28 | 1 | -4/+4 |
* | | | | | | | | Merge pull request #2010 from ReinUsesLisp/gmem | bunnei | 2019-01-08 | 5 | -3/+96 |
|\ \ \ \ \ \ \ \
| |_|/ / / / / /
|/| | | | | | | |
|
| * | | | | | | | gl_global_cache: Add dummy global cache manager | ReinUsesLisp | 2019-01-08 | 5 | -3/+96 |
|/ / / / / / / |
|
* | | | | | | | Merge pull request #1999 from ReinUsesLisp/dirty-shader | bunnei | 2019-01-07 | 5 | -2/+23 |
|\ \ \ \ \ \ \
| | |_|_|/ / /
| |/| | | | | |
|
| * | | | | | | gl_shader_cache: Use dirty flags for shaders | ReinUsesLisp | 2019-01-07 | 5 | -2/+23 |
| | |_|/ / /
| |/| | | | |
|
* | | | | | | Merge pull request #1989 from lioncash/set | bunnei | 2019-01-07 | 1 | -39/+58 |
|\ \ \ \ \ \ |
|
| * | | | | | | service/vi: Correct scaling mode conversions | Lioncash | 2019-01-05 | 1 | -15/+13 |
| * | | | | | | service/vi: Factor out scaling mode conversions from the IPC function itself | Lioncash | 2019-01-05 | 1 | -17/+21 |
| * | | | | | | service/vi: Unstub IApplicationDisplayService' SetLayerScalingMode() | Lioncash | 2019-01-05 | 1 | -21/+38 |
* | | | | | | | Merge pull request #1992 from DarkLordZach/move-profile-manager-ui | bunnei | 2019-01-07 | 9 | -427/+565 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | qt: Move profile manager to own UI tab | Zach Hilman | 2019-01-04 | 9 | -427/+565 |
| |/ / / / / / |
|
* | | | | | | | Merge pull request #1990 from ReinUsesLisp/copy-surface-stream-copy | bunnei | 2019-01-07 | 1 | -1/+1 |
|\ \ \ \ \ \ \
| |_|/ / / / /
|/| | | | | | |
|
| * | | | | | | gl_rasterizer_cache: Use GL_STREAM_COPY for PBOs | ReinUsesLisp | 2019-01-05 | 1 | -1/+1 |
* | | | | | | | Merge pull request #1988 from lioncash/res | bunnei | 2019-01-05 | 1 | -12/+8 |
|\ \ \ \ \ \ \
| |/ / / / / /
|/| | | | | | |
|
| * | | | | | | service/vi: Correct reported dimensions from IApplicationDisplayService's GetDisplayResolution() | Lioncash | 2019-01-05 | 1 | -12/+8 |
| |/ / / / / |
|
* | | | | | | Merge pull request #1981 from ogniK5377/open-app-area-create | bunnei | 2019-01-05 | 1 | -4/+4 |
|\ \ \ \ \ \ |
|
| * | | | | | | Return no application area when games try to open an application area | David Marcec | 2019-01-04 | 1 | -4/+4 |
* | | | | | | | Merge pull request #1980 from ogniK5377/applet-msg-update | bunnei | 2019-01-05 | 1 | -1/+10 |
|\ \ \ \ \ \ \
| |_|/ / / / /
|/| | | | | | |
|
| * | | | | | | Proper no message handling for AM::PopMessage | David Marcec | 2019-01-04 | 1 | -1/+10 |
| |/ / / / / |
|
* | | | | | | Merge pull request #1984 from ogniK5377/remove-pulse | Mat M | 2019-01-04 | 4 | -9/+0 |
|\ \ \ \ \ \ |
|
| * | | | | | | Removed pulse event type | David Marcec | 2019-01-04 | 4 | -9/+0 |
|/ / / / / / |
|
* | | | | | | Merge pull request #1975 from lioncash/vi | bunnei | 2019-01-04 | 1 | -4/+15 |
|\ \ \ \ \ \ |
|
| * | | | | | | service/vi: Correct initial width and height values | Lioncash | 2019-01-02 | 1 | -2/+2 |
| * | | | | | | service/vi: Document unknown DisplayInfo struct members | Lioncash | 2019-01-02 | 1 | -2/+13 |
* | | | | | | | Merge pull request #1979 from ogniK5377/30-fps | bunnei | 2019-01-04 | 1 | -1/+1 |
|\ \ \ \ \ \ \
| |_|/ / / / /
|/| | | | | | |
|
| * | | | | | | Fixed botw deadlock(and possibly 30 fps games rendering too fast? needs testing to confirm) | David Marcec | 2019-01-03 | 1 | -1/+1 |
* | | | | | | | Merge pull request #1724 from FearlessTobi/port-4412 | Hexagon12 | 2019-01-03 | 1 | -136/+1 |
|\ \ \ \ \ \ \
| |/ / / / / /
|/| | | | | | |
|
| * | | | | | | CONTRIBUTING.md: migrate to the wiki | Tobias | 2018-11-17 | 1 | -136/+1 |
* | | | | | | | Merge pull request #1976 from lioncash/display | bunnei | 2019-01-03 | 1 | -4/+17 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | service/vi: Implement OpenDefaultDisplay in terms of OpenDisplay | Lioncash | 2019-01-03 | 1 | -4/+17 |
| | |/ / / / /
| |/| | | | | |
|
* | | | | | | | Merge pull request #1978 from lioncash/enabled | bunnei | 2019-01-03 | 1 | -1/+10 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | service/vi: Implement SetDisplayEnabled() | Lioncash | 2019-01-03 | 1 | -1/+10 |
* | | | | | | | | Merge pull request #1942 from DarkLordZach/profile-select-game-boot | bunnei | 2019-01-03 | 6 | -0/+32 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | qt: Add setting to prompt for user on game boot | Zach Hilman | 2018-12-25 | 6 | -0/+32 |
* | | | | | | | | | Merge pull request #1941 from DarkLordZach/profile-select-save-data | bunnei | 2019-01-03 | 1 | -22/+16 |
|\ \ \ \ \ \ \ \ \
| |_|/ / / / / / /
|/| | | | | | | | |
|
| * | | | | | | | | qt: Use ProfileSelectionDialog when selecting user for save data | Zach Hilman | 2018-12-25 | 1 | -22/+16 |
| |/ / / / / / / |
|
* | | | | | | | | Merge pull request #1977 from lioncash/vi-log | bunnei | 2019-01-03 | 1 | -63/+74 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | service/vi: Log more information where applicable | Lioncash | 2019-01-03 | 1 | -63/+74 |
| | |/ / / / / /
| |/| | | | | | |
|
* | | | | | | | | Merge pull request #1961 from ReinUsesLisp/tex-view-2d | bunnei | 2019-01-02 | 3 | -14/+74 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | gl_rasterizer_cache: Texture view if shader samples array but OGL is not | ReinUsesLisp | 2018-12-30 | 3 | -14/+74 |
| | |/ / / / / /
| |/| | | | | | |
|
* | | | | | | | | Merge pull request #1944 from FearlessTobi/port-4187 | bunnei | 2019-01-02 | 3 | -59/+124 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | Qt/Configure: Use sidebar to divide tabs into smaller groups | spycrab | 2018-12-28 | 3 | -59/+124 |
| |/ / / / / / / |
|
* | | | | | | | | Merge pull request #1969 from lioncash/cast | bunnei | 2019-01-02 | 2 | -3/+3 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | yuzu/configure_general: Silence truncation warnings in loadConfiguration() | Lioncash | 2019-01-01 | 1 | -2/+2 |
| * | | | | | | | | yuzu/config: Silence truncation warnings | Lioncash | 2019-01-01 | 1 | -1/+1 |
| | |/ / / / / /
| |/| | | | | | |
|
* | | | | | | | | Merge pull request #1970 from lioncash/header | bunnei | 2019-01-02 | 16 | -16/+22 |
|\ \ \ \ \ \ \ \
| |/ / / / / / /
|/| | | | | | | |
|
| * | | | | | | | core/kernel: Remove unnecessary inclusions | Lioncash | 2019-01-01 | 16 | -16/+22 |
|/ / / / / / / |
|
* | | | | | | | Merge pull request #1966 from lioncash/backtrace | bunnei | 2018-12-31 | 2 | -7/+8 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | arm_interface: Make include path relative for arm_interface.h | Lioncash | 2018-12-31 | 1 | -1/+1 |
| * | | | | | | | arm_interface: Make LogBacktrace() a const member function | Lioncash | 2018-12-31 | 2 | -2/+2 |
| * | | | | | | | arm_interface: Mark variables as const where applicable in LogBacktrace() | Lioncash | 2018-12-31 | 1 | -3/+4 |
| * | | | | | | | arm_interface: Remove unnecessary semicolon | Lioncash | 2018-12-31 | 1 | -1/+1 |
* | | | | | | | | Merge pull request #1967 from lioncash/thread | bunnei | 2018-12-31 | 2 | -24/+30 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | kernel/svc: Correct misleading error message within CreateThread() | Lioncash | 2018-12-31 | 1 | -2/+3 |
| * | | | | | | | | kernel/svc: Sanitize core number and thread priorities in CreateThread() | Lioncash | 2018-12-31 | 1 | -6/+17 |
| * | | | | | | | | kernel/process: Rename GetAllowedProcessorMask() and GetAllowedThreadPriorityMask() | Lioncash | 2018-12-31 | 2 | -11/+11 |
| * | | | | | | | | kernel/svc: Simplify thread core ID sanitizing in CreateThread | Lioncash | 2018-12-31 | 1 | -7/+1 |
| |/ / / / / / / |
|
* | | | | | | | | Merge pull request #1965 from lioncash/fmt | bunnei | 2018-12-31 | 1 | -0/+0 |
|\ \ \ \ \ \ \ \
| |/ / / / / / /
|/| | | | | | | |
|
| * | | | | | | | externals: Update fmt to 5.3.0 | Lioncash | 2018-12-30 | 1 | -0/+0 |
* | | | | | | | | Merge pull request #1956 from lioncash/process-thread | Sebastian Valle | 2018-12-31 | 6 | -59/+53 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | kernel/process: Start the main thread using the specified ideal core | Lioncash | 2018-12-28 | 1 | -2/+2 |
| * | | | | | | | | kernel: Rename 'default' CPU core to 'ideal' core | Lioncash | 2018-12-28 | 5 | -23/+23 |
| * | | | | | | | | kernel/thread: Move process thread initialization into process.cpp | Lioncash | 2018-12-28 | 3 | -36/+30 |
* | | | | | | | | | Merge pull request #1847 from ogniK5377/backtrace-break | bunnei | 2018-12-30 | 6 | -1/+41 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | Moved log backtrace to arm_interface.cpp. Added printing of error code to fatal | David Marcec | 2018-12-29 | 4 | -18/+36 |
| * | | | | | | | | | Moved backtrace to ArmInterface | David Marcec | 2018-12-19 | 8 | -47/+20 |
| * | | | | | | | | | Moved backtrace to ArmInterface | David Marcec | 2018-12-03 | 6 | -14/+39 |
| * | | | | | | | | | Print backtrace on svcBreak | David Marcec | 2018-12-03 | 3 | -0/+24 |
| | |_|_|_|_|/ / /
| |/| | | | | | | |
|
* | | | | | | | | | Merge pull request #1964 from lioncash/time | bunnei | 2018-12-30 | 2 | -14/+18 |
|\ \ \ \ \ \ \ \ \
| |_|_|/ / / / / /
|/| | | | | | | | |
|
| * | | | | | | | | service/time: Minor cleanup to GetClockSnapshot() | Lioncash | 2018-12-30 | 1 | -7/+9 |
| * | | | | | | | | service/time: Fill in some structures and remove padding where not necessary | Lioncash | 2018-12-30 | 2 | -7/+9 |
* | | | | | | | | | Merge pull request #1955 from bunnei/g8r8-fix | bunnei | 2018-12-29 | 4 | -79/+46 |
|\ \ \ \ \ \ \ \ \
| |/ / / / / / / /
|/| | | | | | | | |
|
| * | | | | | | | | gpu: Remove PixelFormat G8R8U and G8R8S, as they do not seem to exist. | bunnei | 2018-12-28 | 4 | -79/+46 |
|/ / / / / / / / |
|
* | | | | | | | | Merge pull request #1958 from lioncash/audio | bunnei | 2018-12-28 | 3 | -10/+6 |
|\ \ \ \ \ \ \ \
| |_|_|_|_|/ / /
|/| | | | | | | |
|
| * | | | | | | | audio_core: Convert LOG_CRITICAL + UNREACHABLE over to UNIMPLEMENTED/UNIMPLEMENTED_MSG | Lioncash | 2018-12-28 | 3 | -10/+6 |
| | |/ / / / /
| |/| | | | | |
|
* | | | | | | | Merge pull request #1954 from lioncash/npdm | bunnei | 2018-12-28 | 1 | -3/+7 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | file_sys/program_metadata: Print out more descriptive address space descriptions | Lioncash | 2018-12-28 | 1 | -3/+7 |
| |/ / / / / / |
|
* | | | | | | | Merge pull request #1953 from lioncash/mem | bunnei | 2018-12-28 | 4 | -49/+35 |
|\ \ \ \ \ \ \
| |/ / / / / /
|/| | | | | | |
|
| * | | | | | | kernel/process: Remove most allocation functions from Process' interface | Lioncash | 2018-12-28 | 4 | -49/+35 |
|/ / / / / / |
|
* | | | | | | Merge pull request #1951 from Tinob/master | bunnei | 2018-12-27 | 1 | -2/+2 |
|\ \ \ \ \ \ |
|
| * | | | | | | Add missing uintBitsToFloat to SetRegisterToHalfFloat | Rodolfo Bogado | 2018-12-27 | 1 | -2/+2 |
|/ / / / / / |
|
* | | | | | | Merge pull request #1928 from lioncash/caps | bunnei | 2018-12-27 | 14 | -125/+732 |
|\ \ \ \ \ \ |
|
| * | | | | | | kernel/process: Hook up the process capability parser to the process itself | Lioncash | 2018-12-21 | 7 | -122/+44 |
| * | | | | | | kernel/process_capability: Handle debug capability flags | Lioncash | 2018-12-21 | 2 | -1/+18 |
| * | | | | | | kernel/process_capability: Handle handle table capability flags | Lioncash | 2018-12-21 | 2 | -1/+11 |
| * | | | | | | kernel/process_capability: Handle kernel version capability flags | Lioncash | 2018-12-21 | 2 | -1/+18 |
| * | | | | | | kernel/process_capability: Handle program capability flags | Lioncash | 2018-12-21 | 3 | -2/+29 |
| * | | | | | | kernel/process_capability: Handle interrupt capability flags | Lioncash | 2018-12-21 | 1 | -1/+21 |
| * | | | | | | kernel/process_capability: Handle syscall capability flags | Lioncash | 2018-12-21 | 2 | -1/+29 |
| * | | | | | | kernel/process_capability: Handle the priority mask and core mask flags | Lioncash | 2018-12-21 | 2 | -1/+40 |
| * | | | | | | kernel/process: Introduce process capability parsing skeleton | Lioncash | 2018-12-21 | 5 | -3/+468 |
| * | | | | | | common: Add basic bit manipulation utility function to Common | Lioncash | 2018-12-21 | 2 | -0/+62 |
* | | | | | | | Merge pull request #1892 from Tinob/master | bunnei | 2018-12-27 | 1 | -113/+122 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | Apply CC test to the final value to be stored in the register | Rodolfo Bogado | 2018-12-26 | 1 | -9/+12 |
| * | | | | | | | Includde saturation in the evaluation of the control code | Rodolfo Bogado | 2018-12-22 | 1 | -3/+4 |
| * | | | | | | | Handle RZ cases evaluating the expression instead of the register value. | Rodolfo Bogado | 2018-12-22 | 1 | -14/+22 |
| * | | | | | | | complete emulation of ZeroFlag | Rodolfo Bogado | 2018-12-22 | 1 | -100/+97 |
* | | | | | | | | Merge pull request #1929 from bunnei/fix-hid | bunnei | 2018-12-27 | 1 | -44/+163 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | hid: Fix SetNpadJoyHoldType and improve logging. | bunnei | 2018-12-21 | 1 | -44/+163 |
* | | | | | | | | | Merge pull request #1945 from bunnei/fix-hid-horiz | bunnei | 2018-12-27 | 1 | -46/+0 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | npad: Remove code to invert input in horizontal mode. | bunnei | 2018-12-26 | 1 | -46/+0 |
| | |_|_|_|/ / / /
| |/| | | | | | | |
|
* | | | | | | | | | Merge pull request #1949 from lioncash/unmap | bunnei | 2018-12-27 | 1 | -0/+1 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | kernel/vm_manager: Reset region attributes when unmapping a VMA | Lioncash | 2018-12-27 | 1 | -0/+1 |
* | | | | | | | | | | Merge pull request #1879 from DarkLordZach/am-save-data-size | bunnei | 2018-12-27 | 15 | -32/+199 |
|\ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | am: Implement GetSaveDataSize and ExtendSaveData | Zach Hilman | 2018-12-27 | 6 | -8/+53 |
| * | | | | | | | | | | filesystem: Populate save data sizes from control data | Zach Hilman | 2018-12-27 | 2 | -0/+53 |
| * | | | | | | | | | | savedata_factory: Partially implement IVFC save sizes using files | Zach Hilman | 2018-12-27 | 2 | -0/+38 |
| * | | | | | | | | | | loader: Add accessor for game control data | Zach Hilman | 2018-12-27 | 5 | -9/+14 |
| * | | | | | | | | | | control_metadata: Update NACP fields with latest Switchbrew data | Zach Hilman | 2018-12-27 | 2 | -6/+29 |
| * | | | | | | | | | | control_metadata: Use value member instead of unique_ptr to store struct | Zach Hilman | 2018-12-27 | 2 | -10/+13 |
| * | | | | | | | | | | vfs: Add reinterpret_casts to WriteArray and Object | Zach Hilman | 2018-12-27 | 1 | -2/+2 |
|/ / / / / / / / / / |
|
* | | | | | | | | | | Merge pull request #1946 from lioncash/decl | bunnei | 2018-12-27 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | renderer_opengl: Correct forward declaration of FramebufferLayout | Lioncash | 2018-12-26 | 1 | -1/+1 |
* | | | | | | | | | | | Merge pull request #1948 from lioncash/translatable | bunnei | 2018-12-27 | 1 | -2/+2 |
|\ \ \ \ \ \ \ \ \ \ \
| |_|/ / / / / / / / /
|/| | | | | | | | | | |
|
| * | | | | | | | | | | configure_per_general: Mark UI strings as translatable in the constructor | Lioncash | 2018-12-26 | 1 | -2/+2 |
| |/ / / / / / / / / |
|
* | | | | | | | | | | Merge pull request #1947 from lioncash/init | bunnei | 2018-12-27 | 1 | -12/+7 |
|\ \ \ \ \ \ \ \ \ \
| |/ / / / / / / / /
|/| | | | | | | | | |
|
| * | | | | | | | | | configure_input_simple: Make input profile array constexpr | Lioncash | 2018-12-26 | 1 | -12/+7 |
|/ / / / / / / / / |
|
* | | | | | | | | | Fixed shader linking error due to TLDS (#1934) | David | 2018-12-26 | 1 | -1/+1 |
* | | | | | | | | | Merge pull request #1849 from encounter/svcSetThreadActivity | bunnei | 2018-12-26 | 5 | -6/+77 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | debugger: Set paused thread color | Luke Street | 2018-12-04 | 1 | -1/+2 |
| * | | | | | | | | | svc: Implement SetThreadActivity (thread suspension) | Luke Street | 2018-12-04 | 5 | -6/+76 |
* | | | | | | | | | | Merge pull request #1943 from ReinUsesLisp/fixup-texs | bunnei | 2018-12-26 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \
| |_|/ / / / / / / /
|/| | | | | | | | | |
|
| * | | | | | | | | | shader_bytecode: Fixup TEXS.F16 encoding | ReinUsesLisp | 2018-12-26 | 1 | -1/+1 |
|/ / / / / / / / / |
|
* | | | | | | | | | Merge pull request #1886 from FearlessTobi/port-4164 | bunnei | 2018-12-23 | 15 | -43/+228 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | yuzu, video_core: Screenshot functionality | zhupengfei | 2018-12-18 | 15 | -43/+228 |
| | |_|_|_|_|_|/ /
| |/| | | | | | | |
|
* | | | | | | | | | Merge pull request #1930 from lioncash/common | bunnei | 2018-12-23 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | common/quaternion: Ensure that w is always initialized | Lioncash | 2018-12-21 | 1 | -1/+1 |
| | |_|_|/ / / / /
| |/| | | | | | | |
|
* | | | | | | | | | Merge pull request #1781 from DarkLordZach/applet-profile-select | bunnei | 2018-12-23 | 13 | -0/+466 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | applets: Correct event ResetTypes from OneShot to Sticky | Zach Hilman | 2018-12-03 | 5 | -14/+6 |
| * | | | | | | | | | qt: Implement GUI dialog frontend for ProfileSelector | Zach Hilman | 2018-12-03 | 6 | -0/+269 |
| * | | | | | | | | | am: Use ProfileSelect applet | Zach Hilman | 2018-12-03 | 1 | -0/+4 |
| * | | | | | | | | | applets: Implement ProfileSelect applet | Zach Hilman | 2018-12-03 | 2 | -0/+130 |
| * | | | | | | | | | qt: Register to use Qt ProfileSelector instead of default | Zach Hilman | 2018-12-03 | 1 | -0/+2 |
| * | | | | | | | | | core: Add getter/setter for ProfileSelector in System | Zach Hilman | 2018-12-03 | 2 | -0/+16 |
| * | | | | | | | | | frontend: Add frontend applet for ProfileSelect | Zach Hilman | 2018-12-03 | 3 | -0/+48 |
| * | | | | | | | | | software_keyboard: Signal state changed event upon construction | Zach Hilman | 2018-12-03 | 1 | -1/+6 |
* | | | | | | | | | | Merge pull request #1780 from DarkLordZach/controller-profiles | bunnei | 2018-12-23 | 12 | -66/+401 |
|\ \ \ \ \ \ \ \ \ \
| |_|/ / / / / / / /
|/| | | | | | | | | |
|
| * | | | | | | | | | configure_input_simple: Properly signal docked mode change | Zach Hilman | 2018-12-05 | 3 | -33/+31 |
| * | | | | | | | | | configure_input: Add ConfigureInputSimple as default input UI config | Zach Hilman | 2018-12-05 | 8 | -1/+293 |
| * | | | | | | | | | configure_input: Convert into QDialog | Zach Hilman | 2018-12-05 | 3 | -7/+47 |
| * | | | | | | | | | configure: Use ConfigureInputSimple for Input tab | Zach Hilman | 2018-12-05 | 1 | -26/+26 |
| * | | | | | | | | | ui_settings: Add UI setting for input profile index | Zach Hilman | 2018-12-05 | 2 | -0/+5 |
* | | | | | | | | | | Merge pull request #1921 from ogniK5377/no-unit | bunnei | 2018-12-21 | 14 | -3/+34 |
|\ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | hopefully fix clang format issue | David Marcec | 2018-12-19 | 1 | -0/+1 |
| * | | | | | | | | | | Fixed uninitialized memory due to missing returns in canary | David Marcec | 2018-12-19 | 14 | -3/+33 |
* | | | | | | | | | | | Merge pull request #1920 from heapo/texture_format_selection | bunnei | 2018-12-21 | 1 | -1/+11 |
|\ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | Texture format fixes: Flag RGBA16UI as GL_RGBA_INTEGER format, and interpret R16U as Z16 when depth_compare is enabled. | heapo | 2018-12-18 | 1 | -1/+11 |
| |/ / / / / / / / / / |
|
* | | | | | | | | | | | Merge pull request #1925 from lioncash/pid | bunnei | 2018-12-21 | 7 | -28/+59 |
|\ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | kernel/svc: Handle thread handles within GetProcessId | Lioncash | 2018-12-19 | 1 | -10/+23 |
| * | | | | | | | | | | | kernel/kernel: Use correct initial PID for userland Process instances | Lioncash | 2018-12-19 | 2 | -4/+14 |
| * | | | | | | | | | | | kernel/svc: Correct output parameter for svcGetThreadId | Lioncash | 2018-12-19 | 1 | -1/+1 |
| * | | | | | | | | | | | kernel/thread: Make thread_id a 64-bit value | Lioncash | 2018-12-19 | 4 | -7/+7 |
| * | | | | | | | | | | | kernel/svc: Correct output parameter for svcGetProcessId | Lioncash | 2018-12-19 | 2 | -2/+10 |
| * | | | | | | | | | | | kernel/process: Make process_id a 64-bit value | Lioncash | 2018-12-19 | 3 | -6/+6 |
* | | | | | | | | | | | | Merge pull request #1914 from lioncash/id | bunnei | 2018-12-21 | 1 | -2/+5 |
|\ \ \ \ \ \ \ \ \ \ \ \
| |_|_|_|_|_|_|/ / / / /
|/| | | | | | | | | | | |
|
| * | | | | | | | | | | | service/am: Unstub GetAppletResourceUserId | Lioncash | 2018-12-18 | 1 | -2/+5 |
| |/ / / / / / / / / / |
|
* | | | | | | | | | | | Merge pull request #1923 from ogniK5377/nfp-device-list | bunnei | 2018-12-19 | 1 | -2/+2 |
|\ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | Device handle should not be a random id, instead it's the current npad id | David Marcec | 2018-12-19 | 1 | -2/+2 |
| | |/ / / / / / / / /
| |/| | | | | | | | | |
|
* | | | | | | | | | | | Merge pull request #1909 from heapo/shadow_sampling_fixes | bunnei | 2018-12-19 | 1 | -16/+14 |
|\ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | Fix arrayed shadow sampler array slice/depth comparison ordering, as well as invalid GLSL LOD selection. | heapo | 2018-12-17 | 1 | -16/+14 |
| | |/ / / / / / / / /
| |/| | | | | | | | | |
|
* | | | | | | | | | | | Merge pull request #1915 from lioncash/sm | bunnei | 2018-12-19 | 1 | -4/+5 |
|\ \ \ \ \ \ \ \ \ \ \
| |_|_|_|_|_|_|/ / / /
|/| | | | | | | | | | |
|
| * | | | | | | | | | | service/sm: Improve debug log for RegisterService | Lioncash | 2018-12-19 | 1 | -4/+5 |
| |/ / / / / / / / / |
|
* | | | | | | | | | | Merge pull request #1907 from lioncash/attribute | bunnei | 2018-12-19 | 3 | -14/+279 |
|\ \ \ \ \ \ \ \ \ \
| |_|/ / / / / / / /
|/| | | | | | | | | |
|
| * | | | | | | | | | svc: Implement svcSetMemoryAttribute | Lioncash | 2018-12-19 | 1 | -5/+46 |
| * | | | | | | | | | vm_manager: Add member function for setting memory attributes across an address range | Lioncash | 2018-12-19 | 2 | -0/+41 |
| * | | | | | | | | | vm_manager: Add member function for checking a memory range adheres to certain attributes, permissions and states | Lioncash | 2018-12-19 | 2 | -0/+100 |
| * | | | | | | | | | vm_manager: Rename meminfo_state to state | Lioncash | 2018-12-16 | 2 | -10/+9 |
| * | | | | | | | | | vm_manager: Add backing functionality for memory attributes | Lioncash | 2018-12-16 | 2 | -1/+85 |
* | | | | | | | | | | Merge pull request #1913 from MerryMage/default-fpcr | bunnei | 2018-12-18 | 1 | -0/+3 |
|\ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | kernel/thread: Set default fpcr | MerryMage | 2018-12-18 | 1 | -0/+3 |
| | |/ / / / / / / /
| |/| | | | | | | | |
|
* | | | | | | | | | | Merge pull request #1918 from MerryMage/cntfrq | bunnei | 2018-12-18 | 1 | -0/+1 |
|\ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | arm_dynarmic: Set CNTFRQ value | MerryMage | 2018-12-18 | 1 | -0/+1 |
| |/ / / / / / / / / |
|
* | | | | | | | | | | Merge pull request #1917 from ReinUsesLisp/fixup-half | bunnei | 2018-12-18 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | shader_bytecode: Fixup half float's operator B encoding | ReinUsesLisp | 2018-12-18 | 1 | -1/+1 |
* | | | | | | | | | | | Merge pull request #1889 from DarkLordZach/swkbd-state-changed | bunnei | 2018-12-18 | 3 | -6/+4 |
|\ \ \ \ \ \ \ \ \ \ \
| |/ / / / / / / / / /
|/| | | | | | | | | | |
|
| * | | | | | | | | | | applets: Correct usage of SignalStateChanged event | Zach Hilman | 2018-12-10 | 3 | -6/+4 |
| | |_|_|_|/ / / / /
| |/| | | | | | | | |
|
* | | | | | | | | | | Merge pull request #1903 from heapo/fmul_postfactor | bunnei | 2018-12-18 | 2 | -5/+21 |
|\ \ \ \ \ \ \ \ \ \
| |_|/ / / / / / / /
|/| | | | | | | | | |
|
| * | | | | | | | | | Implement postfactor multiplication/division for fmul instructions | heapo | 2018-12-17 | 2 | -5/+21 |
* | | | | | | | | | | Merge pull request #1905 from bunnei/ignore-empty-gpu-lists | bunnei | 2018-12-15 | 1 | -0/+4 |
|\ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | nvhost_gpu: Skip empty GPU command lists. | bunnei | 2018-12-15 | 1 | -0/+4 |
* | | | | | | | | | | | Merge pull request #1901 from jschmer/ServiceLeak | bunnei | 2018-12-15 | 2 | -10/+12 |
|\ \ \ \ \ \ \ \ \ \ \
| |_|_|_|/ / / / / / /
|/| | | | | | | | | | |
|
| * | | | | | | | | | | Fix Service object leak on emulation stop | Jens Schmer | 2018-12-13 | 2 | -10/+12 |
* | | | | | | | | | | | Merge pull request #1732 from DarkLordZach/yield-types | bunnei | 2018-12-15 | 5 | -9/+181 |
|\ \ \ \ \ \ \ \ \ \ \
| |_|/ / / / / / / / /
|/| | | | | | | | | | |
|
| * | | | | | | | | | | svc: Avoid incorrect fast yield condition | Zach Hilman | 2018-12-05 | 1 | -6/+1 |
| * | | | | | | | | | | scheduler: Avoid manual Reschedule call | Zach Hilman | 2018-12-04 | 2 | -11/+11 |
| * | | | | | | | | | | scheduler: Only work steal higher priority threads from other cores | Zach Hilman | 2018-12-03 | 3 | -35/+24 |
| * | | | | | | | | | | svc: Avoid performance-degrading unnecessary reschedule | Zach Hilman | 2018-12-02 | 2 | -8/+6 |
| * | | | | | | | | | | scheduler: Add explanations for YieldWith and WithoutLoadBalancing | Zach Hilman | 2018-11-22 | 6 | -79/+141 |
| * | | | | | | | | | | svc: Implement yield types 0 and -1 | Zach Hilman | 2018-11-19 | 6 | -2/+130 |
* | | | | | | | | | | | Merge pull request #1902 from lioncash/audio | bunnei | 2018-12-15 | 7 | -36/+58 |
|\ \ \ \ \ \ \ \ \ \ \
| |_|_|/ / / / / / / /
|/| | | | | | | | | | |
|
| * | | | | | | | | | | audio_core: Make g_sink_details internally linked | Lioncash | 2018-12-13 | 7 | -36/+58 |
* | | | | | | | | | | | Merge pull request #1899 from lioncash/state | bunnei | 2018-12-14 | 7 | -84/+188 |
|\ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | svc: Enable svcQueryProcessMemory | Lioncash | 2018-12-12 | 2 | -1/+6 |
| * | | | | | | | | | | | svc: Write out the complete MemoryInfo structure in QueryProcessMemory | Lioncash | 2018-12-12 | 1 | -0/+3 |
| * | | | | | | | | | | | svc: Handle memory writing explicitly within QueryProcessMemory | Lioncash | 2018-12-12 | 2 | -26/+22 |
| * | | | | | | | | | | | vm_manager: Correct ordering of last two struct members of MemoryInfo | Lioncash | 2018-12-12 | 1 | -2/+2 |
| * | | | | | | | | | | | vm_manager: Amend the returned values for invalid memory queries in QueryMemory() | Lioncash | 2018-12-12 | 2 | -4/+7 |
| * | | | | | | | | | | | vm_manager: Migrate memory querying to the VMManager interface | Lioncash | 2018-12-12 | 4 | -18/+33 |
| * | | | | | | | | | | | vm_manager: Migrate MemoryInfo and PageInfo to vm_manager.h | Lioncash | 2018-12-12 | 3 | -17/+16 |
| * | | | | | | | | | | | vm_manager: Amend MemoryState enum members | Lioncash | 2018-12-12 | 5 | -28/+111 |
| |/ / / / / / / / / / |
|
* | | | | | | | | | | | Merge pull request #1871 from lioncash/move | bunnei | 2018-12-14 | 2 | -2/+2 |
|\ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | yuzu/wait_tree: Pass QString by value and std::move in the initializer list for WaitTreeText | Lioncash | 2018-12-06 | 2 | -2/+2 |
| | |_|_|_|/ / / / / /
| |/| | | | | | | | | |
|
* | | | | | | | | | | | Merge pull request #1900 from lioncash/wrapper | bunnei | 2018-12-14 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ \
| |_|_|_|/ / / / / / /
|/| | | | | | | | | | |
|
| * | | | | | | | | | | svc_wrap: Correct register index for a wrapper specialization | Lioncash | 2018-12-12 | 1 | -1/+1 |
| | |/ / / / / / / /
| |/| | | | | | | | |
|
* | | | | | | | | | | Merge pull request #1890 from jschmer/master | Mat M | 2018-12-12 | 3 | -13/+12 |
|\ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | Fix Process object leak on emulation stop | Jens Schmer | 2018-12-12 | 3 | -13/+12 |
|/ / / / / / / / / / |
|
* | | | | | | | | | | Merge pull request #1891 from DarkLordZach/istorage-getsize | Mat M | 2018-12-12 | 1 | -2/+15 |
|\ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | fsp_srv: Implement IStorage::GetSize | Zach Hilman | 2018-12-10 | 1 | -2/+15 |
| | |_|_|/ / / / / /
| |/| | | | | | | | |
|
* | | | | | | | | | | Merge pull request #1893 from lioncash/warn | bunnei | 2018-12-12 | 1 | -3/+3 |
|\ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | gl_shader_cache: Dehardcode constant in CalculateProgramSize() | Lioncash | 2018-12-11 | 1 | -2/+2 |
| * | | | | | | | | | | gl_shader_cache: Resolve truncation compiler warning | Lioncash | 2018-12-11 | 1 | -1/+1 |
| | |/ / / / / / / /
| |/| | | | | | | | |
|
* | | | | | | | | | | Merge pull request #1895 from lioncash/uninit | bunnei | 2018-12-12 | 1 | -4/+3 |
|\ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | patch_manager: Prevent use of a dangling pointer within PatchRomFS | Lioncash | 2018-12-11 | 1 | -4/+3 |
| |/ / / / / / / / / |
|
* | | | | | | | | | | Merge pull request #1877 from heapo/audio_interp | bunnei | 2018-12-11 | 2 | -4/+8 |
|\ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | Avoid (expensive) audio interpolation when sample rates already match | heapo | 2018-12-06 | 2 | -4/+8 |
* | | | | | | | | | | | Merge pull request #1888 from marcosvitali/glFrontFacing | bunnei | 2018-12-11 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ \
| |_|/ / / / / / / / /
|/| | | | | | | | | | |
|
| * | | | | | | | | | | gl_shader_decompiler: IPA FrontFacing: the right value when is the front face is 0xFFFFFFFF. | Marcos Vitali | 2018-12-10 | 1 | -1/+1 |
* | | | | | | | | | | | Merge pull request #1846 from lioncash/dir | bunnei | 2018-12-11 | 1 | -2/+2 |
|\ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | file_sys/directory: Amend path buffer size for directory entries | Lioncash | 2018-12-03 | 1 | -2/+2 |
| | |_|_|_|_|_|_|/ / /
| |/| | | | | | | | | |
|
* | | | | | | | | | | | Merge pull request #1819 from DarkLordZach/disable-addons | bunnei | 2018-12-11 | 23 | -15/+691 |
|\ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | qt: Add Properties menu to game list right-click | Zach Hilman | 2018-12-04 | 9 | -22/+54 |
| * | | | | | | | | | | | qt: Add UI to display game properties and disable add-ons | Zach Hilman | 2018-12-03 | 4 | -0/+501 |
| * | | | | | | | | | | | loader: Add support for reading the name of game's developer | Zach Hilman | 2018-12-03 | 5 | -0/+26 |
| * | | | | | | | | | | | aoc_u: Obey disabled add-ons list when listing DLC | Zach Hilman | 2018-12-03 | 1 | -0/+12 |
| * | | | | | | | | | | | patch_manager: Obey disabled add-ons list when patching game | Zach Hilman | 2018-12-03 | 2 | -11/+50 |
| * | | | | | | | | | | | core: Make GetGameFileFromPath function externally accessible | Zach Hilman | 2018-12-03 | 2 | -3/+9 |
| * | | | | | | | | | | | config: Store and load disabled add-ons list | Zach Hilman | 2018-12-03 | 3 | -0/+55 |
| * | | | | | | | | | | | settings: Store list of disabled add-ons per title ID | Zach Hilman | 2018-12-03 | 1 | -0/+5 |
| | |_|_|_|_|_|/ / / /
| |/| | | | | | | | | |
|
* | | | | | | | | | | | Merge pull request #1887 from FearlessTobi/port-4476 | bunnei | 2018-12-11 | 1 | -8/+4 |
|\ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | web_service: move telemetry condition from TelemetrySession constructor to destructor | fearlessTobi | 2018-12-08 | 1 | -8/+4 |
| | |_|/ / / / / / / /
| |/| | | | | | | | | |
|
* | | | | | | | | | | | Merge pull request #1883 from lioncash/log-fsp | bunnei | 2018-12-11 | 1 | -1/+10 |
|\ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | service/fsp_srv: Correct returned value in GetGlobalAccessLogMode() | Lioncash | 2018-12-10 | 1 | -1/+10 |
* | | | | | | | | | | | | Merge pull request #1885 from lioncash/data_id | bunnei | 2018-12-11 | 1 | -1/+3 |
|\ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | file_sys/save_data_factory: Update SaveDataSpaceId enum | Lioncash | 2018-12-08 | 1 | -1/+3 |
| |/ / / / / / / / / / / |
|
* | | | | | | | | | | | | Merge pull request #1740 from FernandoS27/shader_props | bunnei | 2018-12-10 | 4 | -0/+57 |
|\ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | Implemented a shader unique identifier. | Fernando Sahmkow | 2018-12-09 | 4 | -0/+57 |
| | |_|_|_|_|/ / / / / /
| |/| | | | | | | | | | |
|
* | | | | | | | | | | | | Merge pull request #1872 from lioncash/proc-info | Hexagon12 | 2018-12-10 | 1 | -0/+1 |
|\ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | kernel/process: Set ideal core from metadata | Lioncash | 2018-12-05 | 1 | -0/+1 |
| | |_|_|_|_|_|/ / / / /
| |/| | | | | | | | | | |
|
* | | | | | | | | | | | | Merge pull request #1880 from DarkLordZach/cache-storage | Hexagon12 | 2018-12-10 | 1 | -1/+7 |
|\ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | savedata_factory: Add support for CacheStorage | Zach Hilman | 2018-12-07 | 1 | -0/+2 |
| * | | | | | | | | | | | | savedata_factory: Delete TemporaryStorage on startup | Zach Hilman | 2018-12-07 | 1 | -1/+5 |
| | |/ / / / / / / / / /
| |/| | | | | | | | | | |
|
* | | | | | | | | | | | | Merge pull request #1876 from lioncash/vma | bunnei | 2018-12-10 | 5 | -28/+41 |
|\ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | memory: Convert ASSERT into a DEBUG_ASSERT within GetPointerFromVMA() | Lioncash | 2018-12-06 | 1 | -1/+1 |
| * | | | | | | | | | | | | vm_manager: Make vma_map private | Lioncash | 2018-12-06 | 5 | -28/+41 |
* | | | | | | | | | | | | | Merge pull request #1862 from marcosvitali/tlds | bunnei | 2018-12-10 | 1 | -106/+134 |
|\ \ \ \ \ \ \ \ \ \ \ \ \
| |_|_|_|_|/ / / / / / / /
|/| | | | | | | | | | | | |
|
| * | | | | | | | | | | | | gl_shader_decompiler: TLDS/TLD4/TLD4S Reworked reflecting the source registers, bugs fixed and modularize. | Marcos Vitali | 2018-12-07 | 1 | -106/+134 |
| | |/ / / / / / / / / /
| |/| | | | | | | | | | |
|
* | | | | | | | | | | | | Merge pull request #1864 from lioncash/nrr | bunnei | 2018-12-08 | 1 | -4/+5 |
|\ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | service/ldr: Amend layout of the NRO header | Lioncash | 2018-12-05 | 1 | -3/+3 |
| * | | | | | | | | | | | | service/ldr: Corrent padding within the NRR header layout | Lioncash | 2018-12-05 | 1 | -1/+2 |
* | | | | | | | | | | | | | Merge pull request #1874 from lioncash/bindings | bunnei | 2018-12-08 | 2 | -19/+8 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | hle/service: Replace log + UNIMPLEMENTED with UNIMPLEMENTED_MSG | Lioncash | 2018-12-06 | 1 | -2/+1 |
| * | | | | | | | | | | | | | hle/service: Remove unnecessary using declarations | Lioncash | 2018-12-06 | 1 | -5/+1 |
| * | | | | | | | | | | | | | hle/service, hle/sm: Compress usages of MakeResult() | Lioncash | 2018-12-06 | 2 | -3/+3 |
| * | | | | | | | | | | | | | hle/service, hle/sm: Use structured bindings where applicable | Lioncash | 2018-12-06 | 2 | -9/+3 |
| | |_|/ / / / / / / / / /
| |/| | | | | | | | | | | |
|
* | | | | | | | | | | | | | Merge pull request #1882 from FearlessTobi/backport-4418-fix | bunnei | 2018-12-08 | 1 | -2/+2 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | Backport review comment from citra-emu/citra#4418 | Tobias | 2018-12-07 | 1 | -2/+2 |
| | |_|/ / / / / / / / / /
| |/| | | | | | | | | | | |
|
* | | | | | | | | | | | | | Merge pull request #1873 from lioncash/const | bunnei | 2018-12-08 | 11 | -19/+25 |
|\ \ \ \ \ \ \ \ \ \ \ \ \
| |/ / / / / / / / / / / /
|/| | | | | | | | | | | | |
|
| * | | | | | | | | | | | | yuzu/game_list_worker: Don't retrieve the file type twice in AddFstEntriesToGameList() | Lioncash | 2018-12-05 | 1 | -5/+9 |
| * | | | | | | | | | | | | yuzu/game_list_worker: Don't retrieve file type and file type strings twice in MakeGameListEntry() | Lioncash | 2018-12-05 | 1 | -4/+6 |
| * | | | | | | | | | | | | loaders: Make GetFileType() a const qualified member function | Lioncash | 2018-12-05 | 10 | -10/+10 |
| | |_|/ / / / / / / / /
| |/| | | | | | | | | | |
|
* | | | | | | | | | | | | Merge pull request #1868 from lioncash/config | bunnei | 2018-12-06 | 1 | -43/+38 |
|\ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | configuration/config: Use an intermediary variable for accessing players | Lioncash | 2018-12-05 | 1 | -43/+38 |
| |/ / / / / / / / / / / |
|
* | | | | | | | | | | | | Merge pull request #1875 from DarkLordZach/oss-ngword2 | bunnei | 2018-12-06 | 3 | -1/+41 |
|\ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | system_archive: Implement open source NgWord2 | Zach Hilman | 2018-12-06 | 3 | -1/+41 |
| | |_|_|/ / / / / / / /
| |/| | | | | | | | | | |
|
* | | | | | | | | | | | | Merge pull request #1861 from lioncash/reset | bunnei | 2018-12-06 | 6 | -11/+101 |
|\ \ \ \ \ \ \ \ \ \ \ \
| |_|_|_|_|_|_|/ / / / /
|/| | | | | | | | | | | |
|
| * | | | | | | | | | | | kernel/svc: Correct behavior of svcResetSignal() | Lioncash | 2018-12-05 | 1 | -4/+11 |
| * | | | | | | | | | | | kernel/process: Make Process a WaitObject | Lioncash | 2018-12-05 | 3 | -6/+68 |
| * | | | | | | | | | | | kernel/readable_event: Add member function for enforcing a strict reset contract | Lioncash | 2018-12-05 | 2 | -1/+22 |
* | | | | | | | | | | | | Merge pull request #1824 from ReinUsesLisp/fbcache | bunnei | 2018-12-06 | 2 | -40/+82 |
|\ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | gl_rasterizer: Implement a framebuffer cache | ReinUsesLisp | 2018-11-29 | 2 | -40/+82 |
* | | | | | | | | | | | | | Merge pull request #1863 from ReinUsesLisp/texs-f16 | bunnei | 2018-12-06 | 2 | -18/+55 |
|\ \ \ \ \ \ \ \ \ \ \ \ \
| |_|_|/ / / / / / / / / /
|/| | | | | | | | | | | | |
|
| * | | | | | | | | | | | | gl_shader_decompiler: Implement TEXS.F16 | ReinUsesLisp | 2018-12-05 | 2 | -13/+51 |
| * | | | | | | | | | | | | gl_shader_decompiler: Fixup inverted if | ReinUsesLisp | 2018-12-05 | 1 | -6/+5 |
| | |_|/ / / / / / / / /
| |/| | | | | | | | | | |
|
* | | | | | | | | | | | | Merge pull request #1867 from lioncash/alloc | bunnei | 2018-12-06 | 2 | -4/+3 |
|\ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | ng_word: Deduplicate use of a constant value | Lioncash | 2018-12-05 | 1 | -1/+1 |
| * | | | | | | | | | | | | system_archive: Use a regular function pointer instead of std::function for file-scope system archive array | Lioncash | 2018-12-05 | 1 | -3/+2 |
| |/ / / / / / / / / / / |
|
* | | | | | | | | | | | | Merge pull request #1866 from lioncash/cache | bunnei | 2018-12-06 | 1 | -8/+2 |
|\ \ \ \ \ \ \ \ \ \ \ \
| |_|_|_|/ / / / / / / /
|/| | | | | | | | | | | |
|
| * | | | | | | | | | | | service/ldr: Deduplicate instruction cache clearing code in LoadNro() | Lioncash | 2018-12-05 | 1 | -8/+2 |
| | |_|_|/ / / / / / /
| |/| | | | | | | | | |
|
* | | | | | | | | | | | Merge pull request #1870 from heapo/pagetable_shrink_to_fit | Mat M | 2018-12-06 | 1 | -0/+8 |
|\ \ \ \ \ \ \ \ \ \ \
| |_|/ / / / / / / / /
|/| | | | | | | | | | |
|
| * | | | | | | | | | | Call shrink_to_fit after page-table vector resizing to cause crt to actually lower vector capacity. For 36-bit titles saves 800MB of commit. | heapo | 2018-12-05 | 1 | -0/+8 |
|/ / / / / / / / / / |
|
* | | | | | | | | | | Merge pull request #1859 from heapo/lut_array_codegen | bunnei | 2018-12-05 | 1 | -275/+277 |
|\ \ \ \ \ \ \ \ \ \
| |/ / / / / / / / /
|/| | | | | | | | | |
|
| * | | | | | | | | | Improve msvc codegen for hot-path array LUTs | heapo | 2018-12-05 | 1 | -275/+277 |
* | | | | | | | | | | Merge pull request #1704 from DarkLordZach/oss-sysarchive | bunnei | 2018-12-05 | 8 | -1/+227 |
|\ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | file_sys: Implement system archive synthesizer for NgWord (806) | Zach Hilman | 2018-11-23 | 5 | -6/+61 |
| * | | | | | | | | | | fsp_srv: Add support for using open source archive if not found in NAND | Zach Hilman | 2018-11-16 | 1 | -0/+10 |
| * | | | | | | | | | | file_sys: Add framework for synthesizing open source archives | Zach Hilman | 2018-11-16 | 3 | -0/+109 |
| * | | | | | | | | | | vfs_vector: Add VFS backend for std::array | Zach Hilman | 2018-11-16 | 1 | -0/+52 |
* | | | | | | | | | | | Merge pull request #1837 from lioncash/map | bunnei | 2018-12-05 | 1 | -59/+46 |
|\ \ \ \ \ \ \ \ \ \ \
| |_|_|_|/ / / / / / /
|/| | | | | | | | | | |
|
| * | | | | | | | | | | yuzu/game_list_worker: Move std::string construction after the termination check in callbacks | Lioncash | 2018-12-05 | 1 | -7/+7 |
| * | | | | | | | | | | yuzu/game_list_worker: Deduplicate game list entry creation | Lioncash | 2018-12-02 | 1 | -47/+33 |
| * | | | | | | | | | | yuzu/game_list_worker: Tidy up string handling in FillControlMap() | Lioncash | 2018-12-02 | 1 | -6/+7 |
* | | | | | | | | | | | Merge pull request #1838 from lioncash/dedup | bunnei | 2018-12-05 | 1 | -27/+26 |
|\ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | file_sys/registered_cache: Eliminate variable shadowing | Lioncash | 2018-12-02 | 1 | -27/+26 |
| |/ / / / / / / / / / |
|
* | | | | | | | | | | | Merge pull request #1836 from lioncash/unused | bunnei | 2018-12-05 | 1 | -1/+0 |
|\ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | crypto/key_manager: Remove unused variable in GetTicketblob() | Lioncash | 2018-12-02 | 1 | -1/+0 |
| |/ / / / / / / / / / |
|
* | | | | | | | | | | | Merge pull request #1860 from lioncash/event | bunnei | 2018-12-05 | 2 | -3/+58 |
|\ \ \ \ \ \ \ \ \ \ \
| |_|_|/ / / / / / / /
|/| | | | | | | | | | |
|
| * | | | | | | | | | | kernel/svc: Remove unused header inclusion | Lioncash | 2018-12-04 | 1 | -1/+0 |
| * | | | | | | | | | | kernel/svc: Implement svcSignalEvent() | Lioncash | 2018-12-04 | 1 | -1/+16 |
| * | | | | | | | | | | kernel/svc: Implement svcCreateEvent() | Lioncash | 2018-12-04 | 2 | -1/+42 |
|/ / / / / / / / / / |
|
* | | | | | | | | | | Merge pull request #1845 from lioncash/nro | bunnei | 2018-12-04 | 5 | -19/+23 |
|\ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | loader/nso: Remove dependency on the System class | Lioncash | 2018-12-03 | 3 | -8/+11 |
| * | | | | | | | | | | loader/nro: Make the static LoadNro function internally linked | Lioncash | 2018-12-03 | 2 | -7/+5 |
| * | | | | | | | | | | loader/nro: Remove dependency on the System class | Lioncash | 2018-12-03 | 2 | -10/+13 |
| | |_|_|_|/ / / / /
| |/| | | | | | | | |
|
* | | | | | | | | | | Merge pull request #1853 from lioncash/event | bunnei | 2018-12-04 | 6 | -11/+20 |
|\ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | kernel/object: Amend handle types to distinguish between readable and writable events | Lioncash | 2018-12-04 | 6 | -11/+20 |
| | |_|_|_|_|_|/ / /
| |/| | | | | | | | |
|
* | | | | | | | | | | Rewrited TEX/TEXS (TEX Scalar). (#1826) | Marcos | 2018-12-04 | 1 | -259/+177 |
* | | | | | | | | | | Merge pull request #1857 from lioncash/res-info | bunnei | 2018-12-04 | 5 | -11/+37 |
|\ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | kernel/handle_table: Amend reference to CTR-OS in Create() | Lioncash | 2018-12-04 | 1 | -2/+3 |
| * | | | | | | | | | | kernel/svc: Implement the resource limit svcGetInfo option | Lioncash | 2018-12-04 | 4 | -9/+34 |
| |/ / / / / / / / / |
|
* | | | | | | | | | | Merge pull request #1854 from Subv/old_command_processor | bunnei | 2018-12-04 | 2 | -142/+6 |
|\ \ \ \ \ \ \ \ \ \
| |/ / / / / / / / /
|/| | | | | | | | | |
|
| * | | | | | | | | | Removed unused file. | Subv | 2018-12-04 | 1 | -142/+0 |
| * | | | | | | | | | GPU: Don't try to route PFIFO methods (0-0x40) to the other engines. | Subv | 2018-12-04 | 1 | -0/+6 |
| | |/ / / / / / /
| |/| | | | | | | |
|
* | | | | | | | | | Merge pull request #1852 from VPeruS/fix-format-string | Mat M | 2018-12-04 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | [Kernel::CreateThread] Match format specifiers to LOG_TRACE's arguments | V.Kalyuzhny | 2018-12-04 | 1 | -1/+1 |
|/ / / / / / / / / |
|
* | | | | | | | | | Merge pull request #1840 from lioncash/info | bunnei | 2018-12-04 | 1 | -50/+100 |
|\ \ \ \ \ \ \ \ \
| |_|_|_|_|/ / / /
|/| | | | | | | | |
|
| * | | | | | | | | svc: Use the current process' handle table for retrieving the process instance to act upon | Lioncash | 2018-12-02 | 1 | -1/+2 |
| * | | | | | | | | svc: Reorganize svcGetInfo, handle more error cases for existing implemented info categories | Lioncash | 2018-12-02 | 1 | -50/+99 |
| |/ / / / / / / |
|
* | | | | | | | | Merge pull request #1842 from lioncash/slot | bunnei | 2018-12-03 | 9 | -14/+12 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | yuzu/configuration: Make slots private where applicable | Lioncash | 2018-12-02 | 5 | -7/+2 |
| * | | | | | | | | yuzu/configuration: Add missing override specifiers to configuration-related classes | Lioncash | 2018-12-02 | 7 | -7/+7 |
| * | | | | | | | | yuzu/configuration/configure_input: Default destructor in the cpp file | Lioncash | 2018-12-02 | 2 | -0/+3 |
| | |/ / / / / /
| |/| | | | | | |
|
* | | | | | | | | Merge pull request #1835 from lioncash/cache-global | bunnei | 2018-12-03 | 8 | -40/+26 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | filesystem: De-globalize registered_cache_union | Lioncash | 2018-12-02 | 8 | -40/+26 |
| | |/ / / / / /
| |/| | | | | | |
|
* | | | | | | | | Merge pull request #1822 from ReinUsesLisp/glsl-scope | bunnei | 2018-12-03 | 1 | -250/+213 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | gl_shader_decompiler: Remove texture temporal in TLD4 | ReinUsesLisp | 2018-11-29 | 1 | -3/+1 |
| * | | | | | | | | gl_shader_decompiler: Flip negated if else statement | ReinUsesLisp | 2018-11-29 | 1 | -3/+3 |
| * | | | | | | | | gl_shader_decompiler: Use GLSL scope on instructions unrelated to textures | ReinUsesLisp | 2018-11-29 | 1 | -35/+10 |
| * | | | | | | | | gl_shader_decompiler: Move texture code generation into lambdas | ReinUsesLisp | 2018-11-29 | 1 | -97/+78 |
| * | | | | | | | | gl_shader_decompiler: Clean up texture instructions | ReinUsesLisp | 2018-11-29 | 1 | -87/+56 |
| * | | | | | | | | gl_shader_decompiler: Scope GLSL variables with a scoped object | ReinUsesLisp | 2018-11-29 | 1 | -32/+72 |
* | | | | | | | | | Merge pull request #1803 from DarkLordZach/k-able-event | bunnei | 2018-12-03 | 37 | -247/+410 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | hle_ipc: Refactor SleepClientThread to avoid ReadableEvent | Zach Hilman | 2018-11-29 | 9 | -14/+14 |
| * | | | | | | | | | kernel/event: Reference ReadableEvent from WritableEvent | Zach Hilman | 2018-11-29 | 32 | -317/+175 |
| * | | | | | | | | | core: Port all current usages of Event to Readable/WritableEvent | Zach Hilman | 2018-11-29 | 29 | -164/+287 |
| * | | | | | | | | | hle_ipc: Use event pair for SleepClientThread | Zach Hilman | 2018-11-29 | 2 | -19/+22 |
| * | | | | | | | | | kernel: Add named event table | Zach Hilman | 2018-11-29 | 2 | -0/+30 |
| * | | | | | | | | | kernel: Divide Event into ReadableEvent and WritableEvent | Zach Hilman | 2018-11-29 | 6 | -61/+210 |
| * | | | | | | | | | kernel/object: Add descriptions to ResetTypes | Zach Hilman | 2018-11-29 | 1 | -3/+3 |
| | |_|_|_|/ / / /
| |/| | | | | | | |
|
* | | | | | | | | | Merge pull request #1833 from lioncash/clean | bunnei | 2018-12-03 | 5 | -5/+97 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | file_sys: Override missing mutating functions to be stubbed out for ReadOnlyVfsDirectory by default | Lioncash | 2018-12-01 | 2 | -0/+25 |
| * | | | | | | | | | service/fsp_srv: Implement CleanDirectoryRecursively | Lioncash | 2018-12-01 | 5 | -5/+72 |
* | | | | | | | | | | Merge pull request #1839 from lioncash/init | bunnei | 2018-12-03 | 1 | -2/+2 |
|\ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | service/audio/audout_u: Amend constructor initialization list order | Lioncash | 2018-12-02 | 1 | -2/+2 |
| | |_|_|/ / / / / /
| |/| | | | | | | | |
|
* | | | | | | | | | | Merge pull request #1841 from ogniK5377/npad-mode-fix | bunnei | 2018-12-03 | 1 | -2/+3 |
|\ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | Fixed crash with SetNpadMode | David Marcec | 2018-12-02 | 1 | -2/+3 |
| | |_|_|_|/ / / / /
| |/| | | | | | | | |
|
* | | | | | | | | | | Merge pull request #1843 from lioncash/table | Sebastian Valle | 2018-12-03 | 2 | -6/+8 |
|\ \ \ \ \ \ \ \ \ \
| |/ / / / / / / / /
|/| | | | | | | | | |
|
| * | | | | | | | | | service/usb: Update function table | Lioncash | 2018-12-02 | 1 | -1/+1 |
| * | | | | | | | | | service/erpt: Update function table | Lioncash | 2018-12-02 | 1 | -5/+7 |
|/ / / / / / / / / |
|
* | | | | | | | | | Merge pull request #1827 from ReinUsesLisp/clip-and-shader | bunnei | 2018-12-02 | 5 | -13/+37 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | gl_rasterizer: Enable clip distances when set in register and in shader | ReinUsesLisp | 2018-11-29 | 5 | -13/+37 |
| | |_|/ / / / / /
| |/| | | | | | | |
|
* | | | | | | | | | Merge pull request #1825 from ReinUsesLisp/shader-pipeline-cache | bunnei | 2018-12-02 | 1 | -4/+17 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | gl_shader_manager: Update pipeline when programs have changed | ReinUsesLisp | 2018-11-29 | 1 | -4/+17 |
| |/ / / / / / / / |
|
* | | | | | | | | | Merge pull request #1795 from ReinUsesLisp/vc-cleanup | bunnei | 2018-12-02 | 5 | -32/+7 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | gl_rasterizer: Signal UNIMPLEMENTED when rt_separate_frag_data is not zero | ReinUsesLisp | 2018-11-29 | 1 | -1/+1 |
| * | | | | | | | | | gl_rasterizer_cache: Use brackets for two-line single-expresion blocks | ReinUsesLisp | 2018-11-29 | 1 | -1/+2 |
| * | | | | | | | | | gl_rasterizer: Remove unused struct declarations | ReinUsesLisp | 2018-11-29 | 1 | -14/+0 |
| * | | | | | | | | | gl_rasterizer: Remove extension booleans | ReinUsesLisp | 2018-11-29 | 4 | -16/+4 |
| | |_|_|/ / / / /
| |/| | | | | | | |
|
* | | | | | | | | | Merge pull request #1823 from bunnei/fix-surface-copy | bunnei | 2018-12-02 | 1 | -145/+5 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | gl_rasterizer_cache: Update AccurateCopySurface to flush complete source surface. | bunnei | 2018-11-30 | 1 | -1/+4 |
| * | | | | | | | | | gl_rasterizer_cache: Remove BlitSurface and replace with more accurate copy. | bunnei | 2018-11-29 | 1 | -144/+1 |
| |/ / / / / / / / |
|
* | | | | | | | | | Merge pull request #1832 from Simek/remove-game-list-border | bunnei | 2018-12-02 | 1 | -0/+1 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | remove border from GameList | Bartosz Kaszubowski | 2018-11-30 | 1 | -0/+1 |
| | |_|_|/ / / / /
| |/| | | | | | | |
|
* | | | | | | | | | Merge pull request #1830 from Subv/vi_ub | bunnei | 2018-12-02 | 1 | -0/+2 |
|\ \ \ \ \ \ \ \ \
| |_|_|_|/ / / / /
|/| | | | | | | | |
|
| * | | | | | | | | Services/VI: Dereferencing an uninitialized std::optional is undefined behavior. | Subv | 2018-11-30 | 1 | -0/+2 |
* | | | | | | | | | Fix debug build | Lioncash | 2018-12-01 | 2 | -5/+3 |
| |/ / / / / / /
|/| | | | | | | |
|
* | | | | | | | | Merge pull request #1829 from lioncash/lang | bunnei | 2018-11-30 | 2 | -2/+20 |
|\ \ \ \ \ \ \ \
| |/ / / / / / /
|/| | | | | | | |
|
| * | | | | | | | service/set: Convert GetLanguageCode over to using PushEnum() | Lioncash | 2018-11-30 | 1 | -1/+1 |
| * | | | | | | | service/set: Implement MakeLanguageCode | Lioncash | 2018-11-30 | 2 | -1/+19 |
|/ / / / / / / |
|
* | / / / / / | configure_input: Amend clang-format discrepancies | Lioncash | 2018-11-30 | 1 | -1/+1 |
| |/ / / / /
|/| | | | | |
|
* | | | | | | Merge pull request #1768 from greggameplayer/patch-2 | bunnei | 2018-11-29 | 1 | -0/+4 |
|\ \ \ \ \ \ |
|
| * | | | | | | correct clang-format | greggameplayer | 2018-11-22 | 1 | -1/+1 |
| * | | | | | | Automatically disable joycons docked | greggameplayer | 2018-11-22 | 1 | -0/+4 |
* | | | | | | | Merge pull request #1801 from ogniK5377/log-before-execute | bunnei | 2018-11-29 | 51 | -390/+860 |
|\ \ \ \ \ \ \
| |_|/ / / / /
|/| | | | | | |
|
| * | | | | | | Added comment on Main memory size for more clarity | David Marcec | 2018-11-27 | 1 | -0/+1 |
| * | | | | | | Made svcSetHeapSize and svcCreateSharedMemory more readable | David Marcec | 2018-11-27 | 1 | -4/+4 |
| * | | | | | | Reworked svcs slightly, improved error messages in AM and fsp_srv | David Marcec | 2018-11-27 | 3 | -20/+30 |
| * | | | | | | Fixed hwopus compile error | David Marcec | 2018-11-26 | 1 | -1/+1 |
| * | | | | | | Improved error messages in AM, HwOpus and NvMap | David Marcec | 2018-11-26 | 3 | -26/+39 |
| * | | | | | | Improved error messages for SVCs | David Marcec | 2018-11-26 | 1 | -76/+170 |
| * | | | | | | Changed logging to be "Log before execution", Added more error logging, all services should now log on some level | David Marcec | 2018-11-26 | 51 | -374/+726 |
* | | | | | | | Merge pull request #1808 from Tinob/master | bunnei | 2018-11-28 | 3 | -15/+31 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | remove viewport_transform_enabled as it seems to be inactive when valid transforms are used. | Rodolfo Bogado | 2018-11-27 | 1 | -12/+5 |
| * | | | | | | | Add support for Clip Distance enabled register | Rodolfo Bogado | 2018-11-27 | 3 | -3/+26 |
* | | | | | | | | Merge pull request #1786 from Tinob/DepthClamp | bunnei | 2018-11-28 | 5 | -10/+58 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | Implement depth clamp | Rodolfo Bogado | 2018-11-27 | 5 | -10/+58 |
| |/ / / / / / / |
|
* | | | | | | | | Merge pull request #1817 from DarkLordZach/npad-idx-fix | bunnei | 2018-11-28 | 1 | -2/+2 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | npad: Use NPadIdToIndex to prevent invalid array access | Zach Hilman | 2018-11-28 | 1 | -2/+2 |
| |/ / / / / / / |
|
* | | | | | | | | Merge pull request #1792 from bunnei/dma-pusher | bunnei | 2018-11-28 | 18 | -110/+365 |
|\ \ \ \ \ \ \ \
| |_|_|_|_|_|_|/
|/| | | | | | | |
|
| * | | | | | | | dma_pushbuffer: Optimize to avoid loop and copy on Push. | bunnei | 2018-11-28 | 3 | -13/+23 |
| * | | | | | | | gpu: Move command list profiling to DmaPusher::DispatchCalls. | bunnei | 2018-11-28 | 2 | -5/+5 |
| * | | | | | | | gpu: Rewrite GPU command list processing with DmaPusher class. | bunnei | 2018-11-27 | 18 | -108/+353 |
* | | | | | | | | Merge pull request #1735 from FernandoS27/tex-spacing | bunnei | 2018-11-28 | 8 | -36/+55 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | Implemented Tile Width Spacing | FernandoS27 | 2018-11-26 | 8 | -36/+55 |
* | | | | | | | | | Merge pull request #1814 from lioncash/ptr | bunnei | 2018-11-28 | 3 | -33/+31 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | file_sys/registered_cache: Remove unused <map> include | Lioncash | 2018-11-27 | 1 | -1/+0 |
| * | | | | | | | | | file_sys/registered_cache: Use regular const references instead of std::shared_ptr for InstallEntry() | Lioncash | 2018-11-27 | 3 | -32/+31 |
* | | | | | | | | | | Merge pull request #1811 from lioncash/input | bunnei | 2018-11-28 | 6 | -94/+72 |
|\ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | yuzu/configure_input_player: Use std::size_t to represent the player index instead of u8 | Lioncash | 2018-11-27 | 2 | -3/+3 |
| * | | | | | | | | | | yuzu/configure_input: Make CallConfigureDialog a non-member template function | Lioncash | 2018-11-27 | 3 | -21/+20 |
| * | | | | | | | | | | yuzu/configure_input_player: Use a lambda expression instead of std::bind | Lioncash | 2018-11-27 | 1 | -1/+1 |
| * | | | | | | | | | | yuzu/configure_input_player: Amend constructor initializer list order | Lioncash | 2018-11-27 | 1 | -4/+3 |
| * | | | | | | | | | | yuzu/configure_input: Remove unused function MoveGridElement | Lioncash | 2018-11-27 | 1 | -7/+0 |
| * | | | | | | | | | | yuzu/configure_input*: Move data members after function declarations | Lioncash | 2018-11-27 | 2 | -41/+42 |
| * | | | | | | | | | | yuzu/configure_input: Remove unnecessary includes | Lioncash | 2018-11-27 | 3 | -17/+3 |
| |/ / / / / / / / / |
|
* | | | | | | | | | | Merge pull request #1815 from DarkLordZach/npad-pos-fix | bunnei | 2018-11-27 | 1 | -3/+3 |
|\ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | npad: Fix copy/paste error with LED position assignments | Zach Hilman | 2018-11-27 | 1 | -3/+3 |
|/ / / / / / / / / / |
|
* | | | | | | | | | | Merge pull request #1802 from DarkLordZach/user-data-storage | bunnei | 2018-11-27 | 3 | -17/+19 |
|\ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | profile_manager: Save and load ProfileData from disk | Zach Hilman | 2018-11-26 | 3 | -17/+19 |
* | | | | | | | | | | | Merge pull request #1812 from lioncash/nacp | bunnei | 2018-11-27 | 1 | -7/+17 |
|\ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | control_metadata: Correct typo in language name (Portugese -> Portuguese) | Lioncash | 2018-11-27 | 1 | -7/+17 |
| | |/ / / / / / / / /
| |/| | | | | | | | | |
|
* | | | | | | | | | | | Merge pull request #1813 from ReinUsesLisp/fixup-clip | bunnei | 2018-11-27 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | gl_shader_decompiler: Fixup clip distance index | ReinUsesLisp | 2018-11-27 | 1 | -1/+1 |
|/ / / / / / / / / / / |
|
* | | | | | | | | | | | Merge pull request #1810 from degasus/dirty_flags | bunnei | 2018-11-27 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ \
| |/ / / / / / / / / /
|/| | | | | | | | | | |
|
| * | | | | | | | | | | gl_rasterizer: Fixup for #1723. | Markus Wick | 2018-11-27 | 1 | -1/+1 |
|/ / / / / / / / / / |
|
* | | | | | | | | | | Merge pull request #1806 from ReinUsesLisp/morton-fixup | bunnei | 2018-11-27 | 1 | -1/+2 |
|\ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | morton: Fixup compiler warning | ReinUsesLisp | 2018-11-27 | 1 | -1/+2 |
| | |_|_|/ / / / / /
| |/| | | | | | | | |
|
* | | | | | | | | | | Merge pull request #1804 from lioncash/cast | bunnei | 2018-11-27 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \
| |_|_|_|/ / / / / /
|/| | | | | | | | | |
|
| * | | | | | | | | | gdbstub: Silence value truncation warning within FpuWrite() | Lioncash | 2018-11-27 | 1 | -1/+1 |
| | |_|/ / / / / /
| |/| | | | | | | |
|
* | | | | | | | | | Merge pull request #1805 from lioncash/resource | bunnei | 2018-11-27 | 3 | -5/+130 |
|\ \ \ \ \ \ \ \ \
| |_|/ / / / / / /
|/| | | | | | | | |
|
| * | | | | | | | | svc: Implement svcSetResourceLimitLimitValue() | Lioncash | 2018-11-27 | 1 | -1/+36 |
| * | | | | | | | | svc: Implement svcGetResourceLimitCurrentValue() | Lioncash | 2018-11-27 | 1 | -16/+49 |
| * | | | | | | | | svc: Implement svcGetResourceLimitLimitValue() | Lioncash | 2018-11-27 | 2 | -2/+33 |
| * | | | | | | | | svc: Implement svcCreateResourceLimit() | Lioncash | 2018-11-27 | 2 | -1/+27 |
| |/ / / / / / / |
|
* | | | | | | | | Merge pull request #1794 from Tinob/master | bunnei | 2018-11-27 | 2 | -8/+32 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | Limit the amount of viewports tested for state changes only to the usable ones | Rodolfo Bogado | 2018-11-25 | 1 | -2/+10 |
| * | | | | | | | | Add support for viewport_transfom_enable register | Rodolfo Bogado | 2018-11-24 | 2 | -6/+22 |
| | |/ / / / / /
| |/| | | | | | |
|
* | | | | | | | | Merge pull request #1723 from degasus/dirty_flags | bunnei | 2018-11-27 | 9 | -6/+60 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | gl_rasterizer: Skip VB upload if the state is clean. | Markus Wick | 2018-11-17 | 9 | -6/+60 |
* | | | | | | | | | GPU States: Implement Polygon Offset. This is used in SMO all the time. (#1784) | Marcos | 2018-11-27 | 5 | -5/+107 |
* | | | | | | | | | Merge pull request #1713 from FernandoS27/bra-cc | bunnei | 2018-11-27 | 1 | -4/+14 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | Implemented BRA CC conditional and FSET CC Setting | FernandoS27 | 2018-11-24 | 1 | -4/+14 |
| | |/ / / / / / /
| |/| | | | | | | |
|
* | | | | | | | | | Merge pull request #1798 from ReinUsesLisp/y-direction | bunnei | 2018-11-27 | 5 | -16/+26 |
|\ \ \ \ \ \ \ \ \
| |_|_|/ / / / / /
|/| | | | | | | | |
|
| * | | | | | | | | gl_shader_decompiler: Implement S2R's Y_DIRECTION | ReinUsesLisp | 2018-11-25 | 5 | -16/+26 |
| |/ / / / / / / |
|
* | | | | | | | | Merge pull request #1763 from ReinUsesLisp/bfi | bunnei | 2018-11-26 | 2 | -0/+23 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | gl_shader_decompiler: Implement BFI_IMM_R | ReinUsesLisp | 2018-11-21 | 2 | -0/+23 |
* | | | | | | | | | Merge pull request #1793 from lioncash/ref | bunnei | 2018-11-26 | 2 | -2/+2 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | service/sm: Take std::string by const reference in UnregisterService | Lioncash | 2018-11-24 | 2 | -2/+2 |
| | |/ / / / / / /
| |/| | | | | | | |
|
* | | | | | | | | | Merge pull request #1760 from ReinUsesLisp/r2p | bunnei | 2018-11-26 | 2 | -0/+42 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | gl_shader_decompiler: Implement R2P_IMM | ReinUsesLisp | 2018-11-21 | 2 | -0/+42 |
| | |/ / / / / / /
| |/| | | | | | | |
|
* | | | | | | | | | Merge pull request #1782 from FernandoS27/dc | bunnei | 2018-11-26 | 1 | -116/+188 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | Fix Texture Overlapping | FernandoS27 | 2018-11-24 | 1 | -43/+70 |
| * | | | | | | | | | Fix TEXS Instruction encodings | FernandoS27 | 2018-11-24 | 1 | -22/+48 |
| * | | | | | | | | | Fix one encoding in TEX Instruction | FernandoS27 | 2018-11-24 | 1 | -3/+3 |
| * | | | | | | | | | Corrected inputs indexing in TEX instruction | FernandoS27 | 2018-11-24 | 1 | -66/+85 |
* | | | | | | | | | | Merge pull request #1783 from ReinUsesLisp/clip-distances | bunnei | 2018-11-26 | 3 | -21/+58 |
|\ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | gl_shader_decompiler: Implement clip distances | ReinUsesLisp | 2018-11-23 | 3 | -21/+58 |
* | | | | | | | | | | | Merge pull request #1796 from ReinUsesLisp/morton-move | bunnei | 2018-11-26 | 6 | -345/+391 |
|\ \ \ \ \ \ \ \ \ \ \
| |_|_|_|_|_|/ / / / /
|/| | | | | | | | | | |
|
| * | | | | | | | | | | morton: Style changes | ReinUsesLisp | 2018-11-25 | 1 | -12/+12 |
| * | | | | | | | | | | video_core: Move morton functions to their own file | ReinUsesLisp | 2018-11-25 | 6 | -345/+391 |
| | |_|_|/ / / / / /
| |/| | | | | | | | |
|
* | | | | | | | | | | Merge pull request #1800 from encounter/svcgetinfo | Mat M | 2018-11-25 | 1 | -1/+2 |
|\ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | svc: Return ERR_INVALID_ENUM_VALUE from svcGetInfo | Luke Street | 2018-11-25 | 1 | -1/+2 |
|/ / / / / / / / / / |
|
* | | | | | | | | | | Merge pull request #1791 from bunnei/nvdrv-stub | bunnei | 2018-11-25 | 2 | -2/+18 |
|\ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | nvdrv: Implement/stub DumpGraphicsMemoryInfo and GetStatus. | bunnei | 2018-11-24 | 2 | -2/+18 |
| | |_|/ / / / / / /
| |/| | | | | | | | |
|
* | | | | | | | | | | Merge pull request #1787 from bunnei/fix-gpu-mm | bunnei | 2018-11-25 | 2 | -1/+9 |
|\ \ \ \ \ \ \ \ \ \
| |_|/ / / / / / / /
|/| | | | | | | | | |
|
| * | | | | | | | | | memory_manager: Do not allow 0 to be a valid GPUVAddr. | bunnei | 2018-11-23 | 2 | -1/+9 |
* | | | | | | | | | | Merge pull request #1641 from DarkLordZach/sm-register-unregister | bunnei | 2018-11-24 | 2 | -2/+55 |
|\ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | sm: Implement RegisterService and UnregisterService | Zach Hilman | 2018-11-04 | 2 | -2/+55 |
* | | | | | | | | | | | Merge pull request #1731 from DarkLordZach/change-dir-crash | bunnei | 2018-11-24 | 2 | -0/+6 |
|\ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | filesystem: Clear registered union paths on factory creation | Zach Hilman | 2018-11-19 | 2 | -0/+6 |
| | |_|_|_|_|_|_|_|/ /
| |/| | | | | | | | | |
|
* | | | | | | | | | | | Merge pull request #1725 from FernandoS27/gl43 | bunnei | 2018-11-24 | 10 | -2216/+2710 |
|\ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | Removed pre 4.3 ARB extensions | FernandoS27 | 2018-11-21 | 7 | -48/+13 |
| * | | | | | | | | | | | Update OpenGL's backend version from 3.3 to 4.3 | FernandoS27 | 2018-11-21 | 5 | -2168/+2697 |
* | | | | | | | | | | | | Merge pull request #1785 from Tinob/master | bunnei | 2018-11-24 | 5 | -28/+95 |
|\ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | Add support for clear_flags register | Rodolfo Bogado | 2018-11-24 | 5 | -28/+95 |
| | |_|_|_|/ / / / / / /
| |/| | | | | | | | | | |
|
* | | | | | | | | | | | | Merge pull request #1692 from Hedges/GDBClean | bunnei | 2018-11-24 | 2 | -38/+87 |
|\ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | GDBStub improvements: | Hedges | 2018-11-13 | 2 | -38/+87 |
* | | | | | | | | | | | | | Merge pull request #1708 from ogniK5377/res-scale | bunnei | 2018-11-24 | 3 | -60/+78 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | Removed hard coded values for width and height | David Marcec | 2018-11-19 | 1 | -2/+4 |
| * | | | | | | | | | | | | | Report resolution scaling support for vi and am | David Marcec | 2018-11-16 | 3 | -60/+76 |
* | | | | | | | | | | | | | | Merge pull request #1747 from DarkLordZach/exefs-lfs | bunnei | 2018-11-24 | 7 | -2/+65 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | patch_manager: Show LayeredExeFS patch in add-ons column | Zach Hilman | 2018-11-21 | 2 | -4/+15 |
| * | | | | | | | | | | | | | | patch_manager: Apply LayeredExeFS patches | Zach Hilman | 2018-11-20 | 1 | -0/+25 |
| * | | | | | | | | | | | | | | settings: Add option to dump ExeFS of games upon launch | Zach Hilman | 2018-11-20 | 7 | -0/+27 |
* | | | | | | | | | | | | | | | Merge pull request #1769 from ReinUsesLisp/cc | bunnei | 2018-11-24 | 2 | -70/+81 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| |_|_|_|/ / / / / / / / / / /
|/| | | | | | | | | | | | | | |
|
| * | | | | | | | | | | | | | | gl_shader_decompiler: Add a message for unimplemented cc generation | ReinUsesLisp | 2018-11-22 | 1 | -23/+46 |
| * | | | | | | | | | | | | | | gl_shader_decompiler: Rename internal flag strings | ReinUsesLisp | 2018-11-22 | 1 | -15/+20 |
| * | | | | | | | | | | | | | | gl_shader_decompiler: Rename control codes to condition codes | ReinUsesLisp | 2018-11-22 | 2 | -67/+50 |
| | |_|_|_|_|_|_|_|_|_|/ / /
| |/| | | | | | | | | | | | |
|
* | | | | | | | | | | | | | | Merge pull request #1744 from degasus/shader_cache | bunnei | 2018-11-24 | 4 | -8/+24 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | shader_cache: Only lock covered instructions. | Markus Wick | 2018-11-20 | 4 | -8/+24 |
| | |_|_|_|/ / / / / / / / /
| |/| | | | | | | | | | | | |
|
* | | | | | | | | | | | | | | Merge pull request #1741 from lioncash/kbd | bunnei | 2018-11-24 | 2 | -12/+11 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| |_|_|_|_|_|_|_|/ / / / / /
|/| | | | | | | | | | | | | |
|
| * | | | | | | | | | | | | | yuzu/applets/software_keyboard: Override accept() and reject() instead of providing own differently named member functions | Lioncash | 2018-11-20 | 2 | -8/+8 |
| * | | | | | | | | | | | | | yuzu/applets/software_keyboard: std::move std::function instances where applicable | Lioncash | 2018-11-20 | 1 | -2/+2 |
| * | | | | | | | | | | | | | yuzu/applets/software_keyboard: Make slots private functions | Lioncash | 2018-11-20 | 1 | -2/+1 |
| |/ / / / / / / / / / / / |
|
* | | | | | | | | | | | | | Merge pull request #1770 from DarkLordZach/applet-stub | bunnei | 2018-11-23 | 4 | -4/+102 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | am: Return StubApplet instead of nullptr when AppletId not found | Zach Hilman | 2018-11-22 | 3 | -11/+11 |
| * | | | | | | | | | | | | | applets: Add StubApplet | Zach Hilman | 2018-11-22 | 3 | -0/+98 |
| | |/ / / / / / / / / / /
| |/| | | | | | | | | | | |
|
* | | | | | | | | | | | | | Merge pull request #1777 from lioncash/core-mgr | bunnei | 2018-11-23 | 4 | -97/+225 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | core: Relocate CPU core management to its own class | Lioncash | 2018-11-22 | 4 | -97/+225 |
* | | | | | | | | | | | | | | Merge pull request #1773 from lioncash/thread | bunnei | 2018-11-23 | 2 | -41/+14 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | common/thread: Drop Hungarian notation on SetCurrentThreadName's parameter | Lioncash | 2018-11-22 | 1 | -7/+7 |
| * | | | | | | | | | | | | | | common/thread: Make Barrier's 'count' member non-const | Lioncash | 2018-11-22 | 1 | -1/+1 |
| * | | | | | | | | | | | | | | common/thread: Initialize class member variables where applicable | Lioncash | 2018-11-22 | 1 | -6/+4 |
| * | | | | | | | | | | | | | | common/thread: Group non-member functions together | Lioncash | 2018-11-22 | 1 | -3/+2 |
| * | | | | | | | | | | | | | | common/thread: Remove SleepCurrentThread() | Lioncash | 2018-11-22 | 2 | -12/+0 |
| * | | | | | | | | | | | | | | common/thread: Remove unused CurrentThreadId() | Lioncash | 2018-11-22 | 2 | -12/+0 |
| | |/ / / / / / / / / / / /
| |/| | | | | | | | | | | | |
|
* | | | | | | | | | | | | | | Added predicate comparison LessEqualWithNan (#1736) | Hexagon12 | 2018-11-23 | 2 | -5/+13 |
* | | | | | | | | | | | | | | Merge pull request #1756 from ReinUsesLisp/fix-textures | bunnei | 2018-11-23 | 1 | -60/+78 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | gl_shader_decompiler: Fix register overwriting on texture calls | ReinUsesLisp | 2018-11-22 | 1 | -60/+78 |
| |/ / / / / / / / / / / / / |
|
* | | | | | | | | | | | | | | Merge pull request #1766 from FernandoS27/fix-txq | bunnei | 2018-11-23 | 1 | -2/+12 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | Properly Implemented TXQ Instruction | FernandoS27 | 2018-11-21 | 1 | -2/+12 |
| | |_|/ / / / / / / / / / /
| |/| | | | | | | | | | | | |
|
* | | | | | | | | | | | | | | Merge pull request #1762 from bunnei/getgputime | bunnei | 2018-11-23 | 2 | -0/+19 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | nvhost_ctrl_gpu: Implement IoctlGetGpuTime. | bunnei | 2018-11-21 | 2 | -0/+19 |
* | | | | | | | | | | | | | | | Merge pull request #1779 from DarkLordZach/debug-pad-unmapped | Mat M | 2018-11-22 | 1 | -2/+3 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| |_|_|_|_|_|_|_|_|_|/ / / / /
|/| | | | | | | | | | | | | | |
|
| * | | | | | | | | | | | | | | debug_pad: Avoid loading input for nonexistent buttons (Home and Screenshot) | Zach Hilman | 2018-11-22 | 1 | -2/+3 |
|/ / / / / / / / / / / / / / |
|
* | | | | | | | | | | | | | | Merge pull request #1775 from bunnei/blend-eq | bunnei | 2018-11-22 | 2 | -0/+12 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | maxwell_3d: Implement alternate blend equations. | bunnei | 2018-11-22 | 2 | -0/+12 |
| |/ / / / / / / / / / / / / |
|
* | | | | | | | | | | | | | | Merge pull request #1765 from bunnei/multi-audout | bunnei | 2018-11-22 | 2 | -9/+22 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | audout_u: Add support for multiple IAudioOut streams. | bunnei | 2018-11-22 | 2 | -9/+22 |
| |/ / / / / / / / / / / / / |
|
* | | | | | | | | | | | | | | Merge pull request #1764 from bunnei/macrointerpreter | bunnei | 2018-11-22 | 2 | -8/+25 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| |_|_|_|/ / / / / / / / / /
|/| | | | | | | | | | | | | |
|
| * | | | | | | | | | | | | | macro_interpreter: Implement AddWithCarry and SubtractWithBorrow. | bunnei | 2018-11-22 | 2 | -8/+25 |
| |/ / / / / / / / / / / / |
|
* | | | | | | | | | | | | | Merge pull request #1737 from FernandoS27/layer-copy | bunnei | 2018-11-22 | 2 | -2/+30 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | Implemented Fast Layered Copy | FernandoS27 | 2018-11-20 | 2 | -2/+30 |
| | |_|_|_|_|_|/ / / / / /
| |/| | | | | | | | | | | |
|
* | | | | | | | | | | | | | Merge pull request #1771 from lioncash/bit-set | bunnei | 2018-11-22 | 2 | -245/+0 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | common: Remove bit_set.h | Lioncash | 2018-11-22 | 2 | -245/+0 |
| | |_|_|/ / / / / / / / /
| |/| | | | | | | | | | | |
|
* | | | | | | | | | | | | | Merge pull request #1767 from lioncash/handle | bunnei | 2018-11-22 | 2 | -12/+14 |
|\ \ \ \ \ \ \ \ \ \ \ \ \
| |/ / / / / / / / / / / /
|/| | | | | | | | | | | | |
|
| * | | | | | | | | | | | | kernel/handle_table: Move private static functions into the cpp file | Lioncash | 2018-11-22 | 2 | -7/+9 |
| * | | | | | | | | | | | | kernel/handle_table: Restrict handle table size to 1024 entries | Lioncash | 2018-11-22 | 1 | -5/+2 |
| * | | | | | | | | | | | | kernel/handle_table: Default destructor in the cpp file | Lioncash | 2018-11-22 | 2 | -0/+3 |
| | |_|_|_|_|_|_|/ / / /
| |/| | | | | | | | | | |
|
* | | | | | | | | | | | | Merge pull request #1753 from FernandoS27/ufbtype | bunnei | 2018-11-21 | 2 | -0/+8 |
|\ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | Use default values for unknown framebuffer pixel format | FernandoS27 | 2018-11-21 | 2 | -0/+8 |
| | |_|_|/ / / / / / / /
| |/| | | | | | | | | | |
|
* | | | | | | | | | | | | Merge pull request #1752 from ReinUsesLisp/unimpl-decompiler | bunnei | 2018-11-21 | 1 | -371/+258 |
|\ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | gl_shader_decompiler: Use UNIMPLEMENTED instead of LOG+UNREACHABLE when applicable | ReinUsesLisp | 2018-11-21 | 1 | -371/+258 |
* | | | | | | | | | | | | | Merge pull request #1742 from lioncash/hle-swkbd | bunnei | 2018-11-21 | 5 | -44/+63 |
|\ \ \ \ \ \ \ \ \ \ \ \ \
| |_|_|_|_|/ / / / / / / /
|/| | | | | | | | | | | | |
|
| * | | | | | | | | | | | | am/applets: Make the applet data broker part of the applet itself. | Lioncash | 2018-11-20 | 5 | -31/+36 |
| * | | | | | | | | | | | | am/applets: Replace includes with forward declarations where applicable | Lioncash | 2018-11-20 | 2 | -2/+9 |
| * | | | | | | | | | | | | am/applets: Relocate comments above the relevant data member in AppletDataBroker | Lioncash | 2018-11-20 | 1 | -11/+18 |
| | |/ / / / / / / / / /
| |/| | | | | | | | | | |
|
* | | | | | | | | | | | | Merge pull request #1754 from ReinUsesLisp/zero-register | bunnei | 2018-11-21 | 1 | -2/+1 |
|\ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | gl_shader_decompiler: Remove UNREACHABLE when setting RZ | ReinUsesLisp | 2018-11-21 | 1 | -2/+1 |
* | | | | | | | | | | | | | Merge pull request #1758 from lioncash/rect | bunnei | 2018-11-21 | 1 | -11/+5 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | common/math_util: Simplify std::make_signed usages to std::make_signed_t | Lioncash | 2018-11-21 | 1 | -2/+2 |
| * | | | | | | | | | | | | | common/math_util: Make Rectangle's constructors constexpr | Lioncash | 2018-11-21 | 1 | -2/+2 |
| * | | | | | | | | | | | | | common/math_util: Remove unnecessary static from PI | Lioncash | 2018-11-21 | 1 | -1/+1 |
| * | | | | | | | | | | | | | common/math_util: Remove unused IntervalsIntersect() function | Lioncash | 2018-11-21 | 1 | -6/+0 |
| | |_|_|/ / / / / / / / /
| |/| | | | | | | | | | | |
|
* | | | | | | | | | | | | | Merge pull request #1759 from lioncash/unused | bunnei | 2018-11-21 | 6 | -286/+0 |
|\ \ \ \ \ \ \ \ \ \ \ \ \
| |/ / / / / / / / / / / /
|/| | | | | | | | | | | | |
|
| * | | | | | | | | | | | | common: Remove dependency on xbyak | Lioncash | 2018-11-21 | 6 | -286/+0 |
|/ / / / / / / / / / / / |
|
* | | | | | | | | | | | | Merge pull request #1751 from bunnei/color-mask-fix | bunnei | 2018-11-21 | 1 | -0/+9 |
|\ \ \ \ \ \ \ \ \ \ \ \
| |/ / / / / / / / / / /
|/| | | | | | | | | | | |
|
| * | | | | | | | | | | | maxwell_3d: Initialize rasterizer color mask registers as enabled. | bunnei | 2018-11-21 | 1 | -0/+9 |
| | |/ / / / / / / / /
| |/| | | | | | | | | |
|
* | | | | | | | | | | | Merge pull request #1750 from lioncash/amend | bunnei | 2018-11-21 | 1 | -2/+2 |
|\ \ \ \ \ \ \ \ \ \ \
| |/ / / / / / / / / /
|/| | | | | | | | | | |
|
| * | | | | | | | | | | am: Correct build failure | Lioncash | 2018-11-21 | 1 | -2/+2 |
|/ / / / / / / / / / |
|
* | | | | | | | | | | Merge pull request #1734 from lioncash/shared | bunnei | 2018-11-21 | 3 | -29/+45 |
|\ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | kernel/shared_memory: Make Map() and Unmap() take the target process by reference rather than as a pointer | Lioncash | 2018-11-19 | 3 | -12/+12 |
| * | | | | | | | | | | kernel/shared_memory: Add a const qualified member function overload for GetPointer() | Lioncash | 2018-11-19 | 2 | -1/+12 |
| * | | | | | | | | | | kernel/shared_memory: Use 64-bit types for offset and size in CreateForApplet | Lioncash | 2018-11-19 | 2 | -2/+2 |
| * | | | | | | | | | | kernel/shared_memory: Make GetPointer() take a std::size_t instead of a u32 | Lioncash | 2018-11-19 | 2 | -2/+2 |
| * | | | | | | | | | | kernel/shared_memory: Make data members private | Lioncash | 2018-11-19 | 1 | -12/+17 |
| | |/ / / / / / / /
| |/| | | | | | | | |
|
* | | | | | | | | | | Merge pull request #1733 from lioncash/ldr | bunnei | 2018-11-21 | 1 | -29/+12 |
|\ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | ldr: Clean up error codes | Lioncash | 2018-11-19 | 1 | -29/+12 |
| |/ / / / / / / / / |
|
* | | | | | | | | | | Merge pull request #1746 from lioncash/random | bunnei | 2018-11-21 | 2 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | kernel/process: Move <random> include to the cpp file | Lioncash | 2018-11-20 | 2 | -1/+1 |
| | |/ / / / / / / /
| |/| | | | | | | | |
|
* | | | | | | | | | | Merge pull request #1748 from lioncash/assert | bunnei | 2018-11-21 | 1 | -1/+4 |
|\ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | common/assert: Add UNIMPLEMENTED_IF and UNIMPLEMENTED_IF_MSG for conditional assertions | Lioncash | 2018-11-21 | 1 | -0/+3 |
| * | | | | | | | | | | common/assert: Make the UNIMPLEMENTED macro properly assert | Lioncash | 2018-11-20 | 1 | -1/+1 |
| |/ / / / / / / / / |
|
* | | | | | | | | | | Merge pull request #1749 from lioncash/gc-info | bunnei | 2018-11-21 | 1 | -1/+12 |
|\ \ \ \ \ \ \ \ \ \
| |/ / / / / / / / /
|/| | | | | | | | | |
|
| * | | | | | | | | | file_sys/card_image: Provide named members for the GamecardInfo struct | Lioncash | 2018-11-21 | 1 | -1/+12 |
|/ / / / / / / / / |
|
* | | | | | | | | | Merge pull request #1667 from DarkLordZach/swkbd | bunnei | 2018-11-20 | 19 | -106/+1133 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | software_keyboard: Fix erroneous extra PushNormalData | Zach Hilman | 2018-11-19 | 1 | -3/+2 |
| * | | | | | | | | | software_keyboard: Return correct result code on user cancel operation | Zach Hilman | 2018-11-19 | 3 | -5/+1 |
| * | | | | | | | | | applet: Add AppletDataBroker to manage HLE to AM service interaction | Zach Hilman | 2018-11-19 | 5 | -104/+194 |
| * | | | | | | | | | software_keyboard: Use correct offset for inital text string | Zach Hilman | 2018-11-19 | 1 | -1/+2 |
| * | | | | | | | | | software_keyboard: Check for UTF-8 config flag | Zach Hilman | 2018-11-19 | 2 | -9/+23 |
| * | | | | | | | | | software_keyboard: Add max and current length display to dialog | Zach Hilman | 2018-11-18 | 2 | -1/+11 |
| * | | | | | | | | | software_keyboard: Push all data over all channels on dialog completion | Zach Hilman | 2018-11-18 | 1 | -18/+26 |
| * | | | | | | | | | applet: Use std::queue instead of std::vector for storage stack | Zach Hilman | 2018-11-18 | 5 | -18/+44 |
| * | | | | | | | | | applet: Add operation completed callback | Zach Hilman | 2018-11-18 | 8 | -9/+34 |
| * | | | | | | | | | software_keyboard: Push buffer size to offset 0x4 in output data | Zach Hilman | 2018-11-18 | 4 | -18/+39 |
| * | | | | | | | | | software_keyboard: Make GetText asynchronous | Zach Hilman | 2018-11-18 | 9 | -29/+64 |
| * | | | | | | | | | am: Allow applets to push multiple and different channels of data | Zach Hilman | 2018-11-18 | 10 | -64/+62 |
| * | | | | | | | | | am: Implement ILibraryAppletAccessor IsCompleted and GetResult | Zach Hilman | 2018-11-18 | 2 | -4/+9 |
| * | | | | | | | | | am: Implement text check software keyboard mode | Zach Hilman | 2018-11-18 | 6 | -14/+120 |
| * | | | | | | | | | am: Deglobalize software keyboard applet | Zach Hilman | 2018-11-18 | 17 | -100/+180 |
| * | | | | | | | | | qt/main: Register Qt Software Keyboard frontend with AM | Zach Hilman | 2018-11-18 | 3 | -0/+6 |
| * | | | | | | | | | am: Construct and use proper applets with ILibraryAppletAccessor | Zach Hilman | 2018-11-18 | 1 | -1/+26 |
| * | | | | | | | | | qt/applets: Provide Qt frontend implementation of software keyboard | Zach Hilman | 2018-11-18 | 3 | -0/+171 |
| * | | | | | | | | | am/applets: Add connector between frontend and AM applet classes | Zach Hilman | 2018-11-18 | 3 | -0/+130 |
| * | | | | | | | | | frontend/applets: Add frontend software keyboard provider and default | Zach Hilman | 2018-11-18 | 3 | -0/+63 |
| * | | | | | | | | | am/applets: Add Applet superclass to describe a generic applet | Zach Hilman | 2018-11-18 | 3 | -0/+77 |
| * | | | | | | | | | am: Unstub ILibraryAppletAccessor::Start | Zach Hilman | 2018-11-18 | 1 | -5/+17 |
| * | | | | | | | | | am: Implement PopInteractiveOutData and PushInteractiveInData | Zach Hilman | 2018-11-18 | 1 | -14/+24 |
| * | | | | | | | | | am: Convert storage stack to vector | Zach Hilman | 2018-11-18 | 1 | -27/+59 |
| * | | | | | | | | | am: Move AM::IStorage to header | Zach Hilman | 2018-11-18 | 1 | -0/+16 |
| * | | | | | | | | | am: Move IStorageAccessor to header and update backing buffer | Zach Hilman | 2018-11-18 | 2 | -64/+62 |
| * | | | | | | | | | am: Implement CreateTransferMemoryStorage | Zach Hilman | 2018-11-18 | 2 | -0/+26 |
| * | | | | | | | | | string_util: Implement buffer to UTF-16 string helper function | Zach Hilman | 2018-11-18 | 2 | -0/+17 |
| * | | | | | | | | | svc: Implement svcCreateTransferMemory | Zach Hilman | 2018-11-18 | 1 | -3/+33 |
| | |/ / / / / / /
| |/| | | | | | | |
|
* | | | | | | | | | Merge pull request #1739 from lioncash/lm | bunnei | 2018-11-20 | 1 | -1/+12 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | lm: Implement SetDestination by doing nothing | Lioncash | 2018-11-20 | 1 | -1/+12 |
* | | | | | | | | | | Merge pull request #1738 from lioncash/res-limit | bunnei | 2018-11-20 | 6 | -190/+81 |
|\ \ \ \ \ \ \ \ \ \
| |/ / / / / / / / /
|/| | | | | | | | | |
|
| * | | | | | | | | | kernel/resource_limit: Clean up interface | Lioncash | 2018-11-20 | 6 | -190/+81 |
|/ / / / / / / / / |
|
* | | | | | | | | | Merge pull request #1634 from DarkLordZach/better-hid-2 | bunnei | 2018-11-19 | 33 | -1321/+4618 |
|\ \ \ \ \ \ \ \ \
| |_|/ / / / / / /
|/| | | | | | | | |
|
| * | | | | | | | | configure_input: Use Joycons Docked instead of Connected as label | Zach Hilman | 2018-11-19 | 1 | -1/+1 |
| * | | | | | | | | configure_input_player: Set minimum width on controls | Zach Hilman | 2018-11-19 | 2 | -23/+30 |
| * | | | | | | | | configure_input: Properly update UI components on removal of player | Zach Hilman | 2018-11-19 | 1 | -0/+2 |
| * | | | | | | | | configure_input: Make None a controller option instead of checkbox | Zach Hilman | 2018-11-19 | 11 | -152/+148 |
| * | | | | | | | | hid: Use player-defined controller type as PREFERRED_CONTROLLER | Zach Hilman | 2018-11-19 | 16 | -296/+234 |
| * | | | | | | | | qt: Move controller button config to separate dialog | Zach Hilman | 2018-11-19 | 4 | -0/+1767 |
| * | | | | | | | | qt: Add UI to configure touchscreen parameters | Zach Hilman | 2018-11-19 | 4 | -0/+281 |
| * | | | | | | | | qt: Add UI to configure mouse buttons | Zach Hilman | 2018-11-19 | 4 | -0/+542 |
| * | | | | | | | | configure_input: Add support for multiplayer and controller types | Zach Hilman | 2018-11-19 | 3 | -998/+525 |
| * | | | | | | | | hid/npad: Update NPad to use player controller bindings and type | Zach Hilman | 2018-11-19 | 2 | -55/+108 |
| * | | | | | | | | hid/touchscreen: Update Touchscreen to use advanced parameters | Zach Hilman | 2018-11-19 | 1 | -6/+6 |
| * | | | | | | | | hid: Add controller bindings for Mouse controller | Zach Hilman | 2018-11-19 | 2 | -4/+30 |
| * | | | | | | | | hid: Add keyboard bindings for Keyboard controller | Zach Hilman | 2018-11-19 | 2 | -2/+24 |
| * | | | | | | | | hid: Add controller bindings for DebugPad controller | Zach Hilman | 2018-11-19 | 2 | -21/+43 |
| * | | | | | | | | yuzu/config: Add (de-)serialization for multiplayer | Zach Hilman | 2018-11-19 | 2 | -21/+331 |
| * | | | | | | | | yuzu_cmd/config: Add config deserialization for multiplayer | Zach Hilman | 2018-11-19 | 1 | -37/+254 |
| * | | | | | | | | settings: Add settings for multiple players and controllers | Zach Hilman | 2018-11-19 | 1 | -3/+48 |
| * | | | | | | | | settings: Add Native type for keyboard | Zach Hilman | 2018-11-19 | 1 | -0/+210 |
| * | | | | | | | | settings: Add Native type for mouse buttons | Zach Hilman | 2018-11-19 | 2 | -0/+34 |
| * | | | | | | | | Added missing start/end touch attributes to touchscreen | David Marcec | 2018-11-19 | 2 | -1/+18 |
| * | | | | | | | | Added debugpad skeleton | David Marcec | 2018-11-19 | 2 | -2/+55 |
| * | | | | | | | | Added controller helper funcs | David Marcec | 2018-11-19 | 2 | -0/+35 |
| * | | | | | | | | Changed polling rate of hid and Right joycon rotation | David Marcec | 2018-11-19 | 1 | -2/+2 |
| * | | | | | | | | Left joycon rotation button remapping | David Marcec | 2018-11-19 | 2 | -7/+21 |
| * | | | | | | | | Added automatic npad switch based on supported stylesets | David Marcec | 2018-11-19 | 2 | -4/+124 |
| * | | | | | | | | Added multi-input support and controller assignment at any port | David Marcec | 2018-11-19 | 2 | -122/+181 |
|/ / / / / / / / |
|
* | | | | | | | | Merge pull request #1717 from FreddyFunk/swizzle-gob | bunnei | 2018-11-19 | 1 | -37/+33 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | textures/decoders: Replace magic numbers | Frederic Laing | 2018-11-17 | 1 | -37/+33 |
* | | | | | | | | | Merge pull request #1693 from Tinob/master | bunnei | 2018-11-19 | 9 | -211/+315 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | drop support for non separate alpha as it seems to cause issues in some games | Rodolfo Bogado | 2018-11-18 | 3 | -61/+35 |
| * | | | | | | | | | fix sampler configuration, thanks to Marcos for his investigation | Rodolfo Bogado | 2018-11-17 | 3 | -19/+57 |
| * | | | | | | | | | small type fix | Rodolfo Bogado | 2018-11-17 | 1 | -6/+6 |
| * | | | | | | | | | small fix for alphaToOne bit location | Rodolfo Bogado | 2018-11-17 | 1 | -2/+2 |
| * | | | | | | | | | fix for gcc compilation | Rodolfo Bogado | 2018-11-17 | 1 | -60/+61 |
| * | | | | | | | | | add AlphaToCoverage and AlphaToOne | Rodolfo Bogado | 2018-11-17 | 5 | -1/+39 |
| * | | | | | | | | | add support for fragment_color_clamp | Rodolfo Bogado | 2018-11-17 | 5 | -1/+24 |
| * | | | | | | | | | add missing MirrorOnceBorder support where supported | Rodolfo Bogado | 2018-11-17 | 1 | -0/+6 |
| * | | | | | | | | | set border color not depending on the wrap mode | Rodolfo Bogado | 2018-11-17 | 1 | -9/+9 |
| * | | | | | | | | | set default value for point size register | Rodolfo Bogado | 2018-11-17 | 2 | -5/+4 |
| * | | | | | | | | | fix viewport and scissor behavior | Rodolfo Bogado | 2018-11-17 | 6 | -64/+89 |
| | |/ / / / / / /
| |/| | | | | | | |
|
* | | | | | | | | | Merge pull request #1555 from ccawley2011/clang-format-docker | bunnei | 2018-11-19 | 3 | -5/+2 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | travis: Use pre-built image for clang-format target | Cameron Cawley | 2018-10-24 | 3 | -5/+2 |
* | | | | | | | | | | Merge pull request #1619 from janisozaur/patch-12 | bunnei | 2018-11-19 | 1 | -2/+6 |
|\ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | Handle missing git info when building | Michał Janiszewski | 2018-10-29 | 1 | -2/+6 |
* | | | | | | | | | | | Eliminated unnessessary memory allocation and copy (#1702) | Frederic L | 2018-11-19 | 3 | -9/+20 |
* | | | | | | | | | | | Merge pull request #1640 from DarkLordZach/game-list-reload | bunnei | 2018-11-19 | 5 | -1/+28 |
|\ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | game_list: Only reload game list after relevant settings changed | Zach Hilman | 2018-11-04 | 5 | -1/+28 |
| | |_|_|_|_|_|/ / / /
| |/| | | | | | | | | |
|
* | | | | | | | | | | | Merge pull request #1620 from DarkLordZach/ldr-ro | bunnei | 2018-11-19 | 7 | -23/+405 |
|\ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | ldr_ro: Add error check for memory allocation failure | Zach Hilman | 2018-11-18 | 4 | -13/+27 |
| * | | | | | | | | | | | ldr_ro: Implement UnloadNro (command 1) | Zach Hilman | 2018-11-15 | 1 | -22/+85 |
| * | | | | | | | | | | | ldr_ro: Fully Implement LoadNro (command 0) | Zach Hilman | 2018-11-15 | 1 | -11/+110 |
| * | | | | | | | | | | | ldr_ro: Implement UnloadNrr (command 3) | Zach Hilman | 2018-11-15 | 1 | -2/+84 |
| * | | | | | | | | | | | ldr_ro: Fully implement LoadNrr (command 2) | Zach Hilman | 2018-11-15 | 1 | -0/+112 |
| * | | | | | | | | | | | process: Make MirrorMemory take state to map new memory as | Zach Hilman | 2018-11-15 | 2 | -3/+7 |
| * | | | | | | | | | | | pl_u: Resize buffers in shared font data getter to what game requests | Zach Hilman | 2018-11-15 | 1 | -0/+8 |
* | | | | | | | | | | | | Merge pull request #1718 from ogniK5377/lets-go-softlock | bunnei | 2018-11-19 | 3 | -1/+18 |
|\ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | Implemented CalculateStandardUserSystemClockDifferenceByUser | David Marcec | 2018-11-17 | 3 | -1/+18 |
| | |_|_|_|_|/ / / / / /
| |/| | | | | | | | | | |
|
* | | | | | | | | | | | | Correctly sets default system language for yuzu-CLI (#1727) | Schplee | 2018-11-19 | 1 | -0/+2 |
* | | | | | | | | | | | | Merge pull request #1730 from ReinUsesLisp/fix-intel | bunnei | 2018-11-19 | 1 | -2/+0 |
|\ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | gl_rasterizer: Remove default clip distance | ReinUsesLisp | 2018-11-19 | 1 | -2/+0 |
* | | | | | | | | | | | | | Merge pull request #1671 from DarkLordZach/vi-disconnect | bunnei | 2018-11-19 | 1 | -0/+22 |
|\ \ \ \ \ \ \ \ \ \ \ \ \
| |/ / / / / / / / / / / /
|/| | | | | | | | | | | | |
|
| * | | | | | | | | | | | | vi: Implement TransactParcel for Disconnect and DetachBuffer | Zach Hilman | 2018-11-17 | 1 | -0/+22 |
| | |_|/ / / / / / / / /
| |/| | | | | | | | | | |
|
* | | | | | | | | | | | | Merge pull request #1728 from FearlessTobi/reset-signal | Mat M | 2018-11-18 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ \ \
| |_|_|_|_|_|/ / / / / /
|/| | | | | | | | | | | |
|
| * | | | | | | | | | | | svc: ResetSignal is not stubbed | Tobias | 2018-11-18 | 1 | -1/+1 |
| | |_|_|_|_|_|_|_|_|/
| |/| | | | | | | | | |
|
* | | | | | | | | | | | Merge pull request #1722 from MysticExile/enable-applictation-crash-report | Hexagon12 | 2018-11-17 | 2 | -10/+18 |
|\ \ \ \ \ \ \ \ \ \ \
| |_|_|_|_|_|_|_|_|/ /
|/| | | | | | | | | | |
|
| * | | | | | | | | | | Stubbed am:EnableApplicationCrashReport | MysticExile | 2018-11-17 | 2 | -10/+18 |
|/ / / / / / / / / / |
|
* | | | | | | | | | | Merge pull request #1678 from FearlessTobi/amiibo-hotkeys | bunnei | 2018-11-17 | 1 | -1/+9 |
|\ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | yuzu: Add hotkey for Amiibo loading | fearlessTobi | 2018-11-13 | 1 | -1/+9 |
* | | | | | | | | | | | Merge pull request #1705 from Jcw87/mingw-jpeg | bunnei | 2018-11-17 | 2 | -9/+11 |
|\ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | Remove whitespace | Jcw87 | 2018-11-16 | 1 | -1/+1 |
| * | | | | | | | | | | | Include imageformat dependencies with releases (appveyor) | Jcw87 | 2018-11-16 | 1 | -9/+10 |
| * | | | | | | | | | | | Include imageformat dependencies with releases | Jcw87 | 2018-11-16 | 1 | -0/+1 |
| | |_|_|_|_|_|_|/ / /
| |/| | | | | | | | | |
|
* | | | | | | | | | | | Merge pull request #1711 from ogniK5377/bluetooth-lets-go | bunnei | 2018-11-17 | 2 | -1/+145 |
|\ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | Added various bluetooth based cmds for palma | David Marcec | 2018-11-16 | 2 | -1/+145 |
* | | | | | | | | | | | | Merge pull request #1719 from bunnei/hwopus-fix | bunnei | 2018-11-17 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | hwopus: DecodeInterleavedWithPerformance: Fix ordering of output parameters. | bunnei | 2018-11-17 | 1 | -1/+1 |
| | |_|_|_|_|/ / / / / /
| |/| | | | | | | | | | |
|
* | | | | | | | | | | | | Merge pull request #1714 from lioncash/kern-err | bunnei | 2018-11-17 | 2 | -62/+32 |
|\ \ \ \ \ \ \ \ \ \ \ \
| |/ / / / / / / / / / /
|/| | | | | | | | | | | |
|
| * | | | | | | | | | | | kernel/errors: Clean up error codes | Lioncash | 2018-11-16 | 2 | -62/+32 |
* | | | | | | | | | | | | Merge pull request #1712 from FearlessTobi/port-4426 | bunnei | 2018-11-16 | 1 | -9/+10 |
|\ \ \ \ \ \ \ \ \ \ \ \
| |/ / / / / / / / / / /
|/| | | | | | | | | | | |
|
| * | | | | | | | | | | | Common/Bitfield: store value as unsigned type | Weiyi Wang | 2018-11-16 | 1 | -9/+10 |
| |/ / / / / / / / / / |
|
* | | | | | | | | | | | Merge pull request #1638 from FreddyFunk/SetMemoryPermission-Stubbed | Mat M | 2018-11-16 | 2 | -1/+48 |
|\ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | Implement SetMemoryPermission | Frederic Laing | 2018-11-06 | 1 | -3/+39 |
| * | | | | | | | | | | | Stubbed SetMemoryPermission | Frederic Laing | 2018-11-03 | 2 | -1/+12 |
| | |_|_|_|/ / / / / /
| |/| | | | | | | | | |
|
* | | | | | | | | | | | Merge pull request #1700 from FreddyFunk/cleanup | bunnei | 2018-11-16 | 1 | -3/+3 |
|\ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | gl_rasterizer_chache: Minor cleanup | Frederic Laing | 2018-11-15 | 1 | -3/+3 |
| | |_|_|_|_|/ / / / /
| |/| | | | | | | | | |
|
* | | | | | | | | | | | Merge pull request #1701 from FreddyFunk/decoders | bunnei | 2018-11-16 | 1 | -16/+16 |
|\ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | textures/decoders: Minor cleanup | Frederic Laing | 2018-11-15 | 1 | -16/+16 |
| |/ / / / / / / / / / |
|
* | | | | | | | | | | | Merge pull request #1632 from DarkLordZach/keys-manager-optimizations | bunnei | 2018-11-16 | 16 | -133/+200 |
|\ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | game_list: Make add-ons column optional | Zach Hilman | 2018-11-02 | 6 | -119/+166 |
| * | | | | | | | | | | | filesystem: Cache RegisteredCacheUnion instead of constructing on demand | Zach Hilman | 2018-11-02 | 2 | -4/+11 |
| * | | | | | | | | | | | file_sys: Use common KeyManager in NCA container types | Zach Hilman | 2018-11-02 | 6 | -7/+18 |
| * | | | | | | | | | | | content_archive: Add optional KeyManager parameter to constructor | Zach Hilman | 2018-11-02 | 2 | -3/+5 |
* | | | | | | | | | | | | Merge pull request #1676 from lioncash/warn | bunnei | 2018-11-16 | 2 | -3/+4 |
|\ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | gl_state: Amend compilation warnings | Lioncash | 2018-11-13 | 2 | -3/+4 |
| | |_|_|_|_|_|_|_|_|/ /
| |/| | | | | | | | | | |
|
* | | | | | | | | | | | | Merge pull request #1706 from lioncash/file-err | bunnei | 2018-11-16 | 4 | -33/+16 |
|\ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | file_sys/errors: Remove currently unused filesystem error codes | Lioncash | 2018-11-16 | 1 | -10/+0 |
| * | | | | | | | | | | | | file_sys/errors: Get rid of the ErrCodes namespace | Lioncash | 2018-11-16 | 1 | -17/+5 |
| * | | | | | | | | | | | | file_sys/errors: Extract FS-related error codes to file_sys/errors.h | Lioncash | 2018-11-16 | 4 | -14/+19 |
| | |_|_|_|_|/ / / / / /
| |/| | | | | | | | | | |
|
* | | | | | | | | | | | | Merge pull request #1710 from ogniK5377/palma-lets-go | bunnei | 2018-11-16 | 1 | -2/+14 |
|\ \ \ \ \ \ \ \ \ \ \ \
| |_|_|_|_|_|/ / / / / /
|/| | | | | | | | | | | |
|
| * | | | | | | | | | | | Added SetIsPalmaAllConnectable, SetPalmaBoostMode | David Marcec | 2018-11-16 | 1 | -2/+14 |
|/ / / / / / / / / / / |
|
* | | | | | | | | | | | Merge pull request #1709 from ogniK5377/docked-mode-crash | Hexagon12 | 2018-11-16 | 1 | -0/+3 |
|\ \ \ \ \ \ \ \ \ \ \
| |/ / / / / / / / / /
|/| | | | | | | | | | |
|
| * | | | | | | | | | | Fixed switching operation modes when not running a game | David Marcec | 2018-11-16 | 1 | -0/+3 |
|/ / / / / / / / / / |
|
* | | | | | | | | | | Fixed priority switching edge case for handheld (#1675) | David | 2018-11-16 | 1 | -12/+46 |
* | | | | | | | | | | Merge pull request #1699 from DarkLordZach/deterministic-rng-3 | bunnei | 2018-11-16 | 1 | -1/+2 |
|\ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | csrng: Use random integer distribution instead of raw engine | Zach Hilman | 2018-11-16 | 1 | -1/+2 |
| | |_|/ / / / / / /
| |/| | | | | | | | |
|
* | | | | | | | | | | Merge pull request #1687 from lioncash/deduplication | bunnei | 2018-11-15 | 2 | -37/+13 |
|\ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | kernel/thread: Deduplicate scheduler switching code | Lioncash | 2018-11-14 | 2 | -37/+13 |
| | |/ / / / / / / /
| |/| | | | | | | | |
|
* | | | | | | | | | | Merge pull request #1618 from DarkLordZach/dump-nso | bunnei | 2018-11-15 | 12 | -8/+75 |
|\ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | patch_manager: Add support for dumping decompressed NSOs | Zach Hilman | 2018-10-29 | 2 | -1/+14 |
| * | | | | | | | | | | settings: Add setting to control NSO dumping | Zach Hilman | 2018-10-29 | 6 | -1/+28 |
| * | | | | | | | | | | bis_factory: Add getter for mod dump root for a title ID | Zach Hilman | 2018-10-29 | 4 | -6/+33 |
| | |_|_|_|_|_|/ / /
| |/| | | | | | | | |
|
* | | | | | | | | | | Merge pull request #1691 from lioncash/audren | bunnei | 2018-11-15 | 1 | -3/+3 |
|\ \ \ \ \ \ \ \ \ \
| |_|_|/ / / / / / /
|/| | | | | | | | | |
|
| * | | | | | | | | | service/audren_u: Forward RequestUpdateAuto through the same function as RequestUpdate | Lioncash | 2018-11-14 | 1 | -3/+3 |
* | | | | | | | | | | Merge pull request #1637 from FernandoS27/cache | bunnei | 2018-11-15 | 1 | -18/+17 |
|\ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | Improved GPU Caches lookup Speed | FernandoS27 | 2018-11-11 | 1 | -18/+17 |
* | | | | | | | | | | | Merge pull request #1697 from lioncash/acc | bunnei | 2018-11-15 | 2 | -15/+23 |
|\ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | profile_manager: Replace iterative loop with a ranged-for loop in ParseUserSaveFile() | Lioncash | 2018-11-14 | 1 | -4/+5 |
| * | | | | | | | | | | | profile_manager: Move UUID Format function definitions into the cpp file | Lioncash | 2018-11-14 | 2 | -11/+18 |
* | | | | | | | | | | | | Merge pull request #1696 from lioncash/acc-cond | bunnei | 2018-11-15 | 1 | -2/+4 |
|\ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | service/acc: Correct error case within TrySelectUserWithoutInteraction() | Lioncash | 2018-11-14 | 1 | -2/+4 |
| |/ / / / / / / / / / / |
|
* | | | | | | | | | | | | Merge pull request #1695 from lioncash/tr | bunnei | 2018-11-15 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | yuzu/configure_system: Mark the entropy mask string as nontranslatable | Lioncash | 2018-11-14 | 1 | -1/+1 |
| |/ / / / / / / / / / / |
|
* | | | | | | | | | | | | Merge pull request #1690 from lioncash/nfp | bunnei | 2018-11-14 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | nfp: Correct erroneous sizeof expression within GetTagInfo() | Lioncash | 2018-11-14 | 1 | -1/+1 |
| | |_|_|_|/ / / / / / /
| |/| | | | | | | | | | |
|
* | | | | | | | | | | | | Merge pull request #1689 from lioncash/break | bunnei | 2018-11-14 | 1 | -0/+1 |
|\ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | hid/npad: Add missing break in switch statement within Controller_NPad::OnUpdate() | Lioncash | 2018-11-14 | 1 | -0/+1 |
| |/ / / / / / / / / / / |
|
* | | | | | | | | | | | | Merge pull request #1688 from lioncash/unused | bunnei | 2018-11-14 | 1 | -2/+2 |
|\ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | service: Mark MakeFunctionString with the [[maybe_unused]] attribute. | Lioncash | 2018-11-14 | 1 | -2/+2 |
| |/ / / / / / / / / / / |
|
* | | | | | | | | | | | | Merge pull request #1684 from lioncash/common | bunnei | 2018-11-14 | 2 | -88/+2 |
|\ \ \ \ \ \ \ \ \ \ \ \
| |_|/ / / / / / / / / /
|/| | | | | | | | | | | |
|
| * | | | | | | | | | | | string_util: Remove ArrayToString() | Lioncash | 2018-11-14 | 2 | -21/+0 |
| * | | | | | | | | | | | string_util: Remove TryParse() | Lioncash | 2018-11-14 | 2 | -54/+3 |
| * | | | | | | | | | | | string_util: Remove ThousandSeparate() | Lioncash | 2018-11-13 | 1 | -14/+0 |
| |/ / / / / / / / / / |
|
* | | | | | | | | | | | Merge pull request #1679 from DarkLordZach/deterministic-rng-2 | bunnei | 2018-11-14 | 6 | -8/+33 |
|\ \ \ \ \ \ \ \ \ \ \
| |_|_|/ / / / / / / /
|/| | | | | | | | | | |
|
| * | | | | | | | | | | svc: Use proper random entropy generation algorithm | Zach Hilman | 2018-11-13 | 6 | -8/+33 |
| |/ / / / / / / / / |
|
* | | | | | | | | | | Merge pull request #1662 from FreddyFunk/CopySurface-Optimization | bunnei | 2018-11-14 | 1 | -10/+7 |
|\ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | gl_rasterizer_cache: Remove unnecessary memory allocation and copy in CopySurface | Frederic Laing | 2018-11-08 | 1 | -10/+7 |
* | | | | | | | | | | | Merge pull request #1686 from DarkLordZach/move-open-yuzu-folder | bunnei | 2018-11-14 | 1 | -1/+2 |
|\ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | qt: Move Open yuzu Folder action from Help to File | Zach Hilman | 2018-11-13 | 1 | -1/+2 |
| | |/ / / / / / / / /
| |/| | | | | | | | | |
|
* | | | | | | | | | | | Merge pull request #1685 from lioncash/base | bunnei | 2018-11-14 | 1 | -1/+0 |
|\ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | video_core/renderer_base: Remove GL include from the renderer base class files | Lioncash | 2018-11-13 | 1 | -1/+0 |
| |/ / / / / / / / / / |
|
* | | | | | | | | | | | Merge pull request #1677 from FreddyFunk/skip-vao-binding-cleanup | bunnei | 2018-11-14 | 1 | -4/+2 |
|\ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | gl_rasterizer: Minor cleanup | Frederic L | 2018-11-13 | 1 | -4/+2 |
| |/ / / / / / / / / / |
|
* | | | | | | | | | | | Merge pull request #1680 from lioncash/mem | bunnei | 2018-11-14 | 4 | -86/+98 |
|\ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | vm_manager: Unstub GetTotalHeapUsage() | Lioncash | 2018-11-13 | 1 | -2/+1 |
| * | | | | | | | | | | | kernel/process: Migrate heap-related memory management out of the process class and into the vm manager | Lioncash | 2018-11-13 | 4 | -84/+97 |
| |/ / / / / / / / / / |
|
* | | | | | | | | | | | Merge pull request #1682 from lioncash/audio | bunnei | 2018-11-14 | 1 | -2/+23 |
|\ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | hle/audren_u: Implement Get/SetRenderingTimeLimit | Lioncash | 2018-11-13 | 1 | -2/+23 |
| |/ / / / / / / / / / |
|
* | | | | | | | | | | | Merge pull request #1683 from lioncash/typo | bunnei | 2018-11-14 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | audio_core/audio_renderer: Fix typo in AuxInfo member name | Lioncash | 2018-11-13 | 1 | -1/+1 |
| |/ / / / / / / / / / |
|
* | | | | | | | | | | | Merge pull request #1608 from DarkLordZach/save-data-reader | bunnei | 2018-11-14 | 10 | -16/+260 |
|\ \ \ \ \ \ \ \ \ \ \
| |/ / / / / / / / / /
|/| | | | | | | | | | |
|
| * | | | | | | | | | | ns: Implement command 400: GetApplicationControlData | Zach Hilman | 2018-10-29 | 4 | -17/+75 |
| * | | | | | | | | | | fsp_srv: Implement ISaveDataInfoReader | Zach Hilman | 2018-10-29 | 1 | -0/+144 |
| * | | | | | | | | | | fsp_srv: Implement command 61: OpenSaveDataInfoReaderBySaveDataSpaceId | Zach Hilman | 2018-10-29 | 2 | -1/+13 |
| * | | | | | | | | | | savedata_factory: Expose accessors for SaveDataSpace | Zach Hilman | 2018-10-29 | 4 | -14/+32 |
| * | | | | | | | | | | loader/nro: Call RegisterRomFS from Load | Zach Hilman | 2018-10-29 | 1 | -0/+5 |
| * | | | | | | | | | | control_metadata: Add GetRawBytes function to NACP | Zach Hilman | 2018-10-29 | 2 | -0/+7 |
| | |_|_|_|_|_|/ / /
| |/| | | | | | | | |
|
* | | | | | | | | | | Merge pull request #1628 from greggameplayer/Texture2DArray | bunnei | 2018-11-13 | 1 | -0/+1 |
|\ \ \ \ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ \ \ | Merge branch 'master' into Texture2DArray | greggameplayer | 2018-11-06 | 23 | -195/+392 |
| |\ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | correct syntax | greggameplayer | 2018-11-02 | 1 | -4/+3 |
| * | | | | | | | | | | | Merge branch 'master' into Texture2DArray | greggameplayer | 2018-11-02 | 27 | -1066/+1477 |
| |\ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | Implement SurfaceTarget Texture2DArray | greggameplayer | 2018-10-31 | 1 | -0/+1 |
| | |_|_|_|_|_|/ / / / /
| |/| | | | | | | | | | |
|
* | | | | | | | | | | | | Merge pull request #1670 from DarkLordZach/deterministic-rng | bunnei | 2018-11-13 | 9 | -103/+187 |
|\ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | svc: Return random seed for svcGetInfo RandomEntropy | Zach Hilman | 2018-11-13 | 2 | -4/+8 |
| * | | | | | | | | | | | | settings: Add config option to set RNG seed | Zach Hilman | 2018-11-12 | 6 | -100/+171 |
| * | | | | | | | | | | | | csrng: Use std::mt19937 engine for random number generation | Zach Hilman | 2018-11-12 | 2 | -2/+11 |
| | |_|_|_|_|_|_|_|_|_|/
| |/| | | | | | | | | | |
|
* | | | | | | | | | | | | Merge pull request #1665 from ogniK5377/GetClockSnapshot | bunnei | 2018-11-13 | 3 | -21/+132 |
|\ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | Added maybe_unused | David Marcec | 2018-11-10 | 2 | -2/+7 |
| * | | | | | | | | | | | | Added ToPosixTime & ToPosixTimeWithMyRule | David Marcec | 2018-11-10 | 1 | -2/+41 |
| * | | | | | | | | | | | | Added consts and static | David Marcec | 2018-11-10 | 1 | -6/+6 |
| * | | | | | | | | | | | | Implement GetClockSnapshot | David Marcec | 2018-11-09 | 3 | -21/+88 |
* | | | | | | | | | | | | | Implement ASTC_2D_10X8 & ASTC_2D_10X8_SRGB (#1666) | greggameplayer | 2018-11-13 | 4 | -71/+101 |
* | | | | | | | | | | | | | Merge pull request #1650 from FreddyFunk/cast | bunnei | 2018-11-13 | 1 | -1/+2 |
|\ \ \ \ \ \ \ \ \ \ \ \ \
| |_|_|_|_|_|_|_|_|_|_|/ /
|/| | | | | | | | | | | | |
|
| * | | | | | | | | | | | | yuzu/main: Fix compiler warning | Frederic Laing | 2018-11-06 | 1 | -1/+2 |
* | | | | | | | | | | | | | Merge pull request #1674 from FearlessTobi/fullscreen-fix | James Rowe | 2018-11-12 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ \ \ \
| |_|_|/ / / / / / / / / /
|/| | | | | | | | | | | | |
|
| * | | | | | | | | | | | | yuzu: Add a missing "!" to fix the stuck-in-fullscreen bug | Tobias | 2018-11-12 | 1 | -1/+1 |
| | |_|_|_|_|/ / / / / /
| |/| | | | | | | | | | |
|
* | | | | | | | | | | | | Merge pull request #1660 from Tinob/master | bunnei | 2018-11-12 | 9 | -88/+138 |
|\ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | Use core extensions when available to set max anisotropic filtering level | Rodolfo Bogado | 2018-11-11 | 1 | -2/+7 |
| * | | | | | | | | | | | | Improve state management by splitting some of the states id separated function to avoid a full apply overhead | Rodolfo Bogado | 2018-11-11 | 6 | -39/+40 |
| * | | | | | | | | | | | | Try to fix problems with stencil test in some games, relax translation to opengl enums to avoid crashing and only generate logs of the errors. | Rodolfo Bogado | 2018-11-11 | 4 | -37/+61 |
| * | | | | | | | | | | | | set sampler max lod, min lod, lod bias and max anisotropy | Rodolfo Bogado | 2018-11-11 | 3 | -13/+33 |
| | |_|_|_|_|_|_|/ / / /
| |/| | | | | | | | | | |
|
* | | | | | | | | | | | | Merge pull request #1652 from FreddyFunk/static-cast | bunnei | 2018-11-11 | 2 | -3/+3 |
|\ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | configure_system: Fix compiler warning | Frederic Laing | 2018-11-06 | 2 | -3/+3 |
| | |_|/ / / / / / / / /
| |/| | | | | | | | | | |
|
* | | | | | | | | | | | | Merge pull request #1664 from FreddyFunk/cast2 | bunnei | 2018-11-11 | 1 | -2/+2 |
|\ \ \ \ \ \ \ \ \ \ \ \
| |_|/ / / / / / / / / /
|/| | | | | | | | | | | |
|
| * | | | | | | | | | | | gl_rasterizer: Fix compiler warnings | Frederic Laing | 2018-11-08 | 1 | -2/+2 |
| | |_|_|_|_|_|/ / / /
| |/| | | | | | | | | |
|
* | | | | | | | | | | | Merge pull request #1669 from ReinUsesLisp/fixup-gs | bunnei | 2018-11-11 | 4 | -15/+24 |
|\ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | gl_shader_decompiler: Guard out of bound geometry shader input reads | ReinUsesLisp | 2018-11-10 | 4 | -15/+24 |
| | |_|_|/ / / / / / /
| |/| | | | | | | | | |
|
* | | | | | | | | | | | Merge pull request #1663 from lioncash/raster | bunnei | 2018-11-11 | 9 | -10/+25 |
|\ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | rasterizer_cache: Remove reliance on the System singleton | Lioncash | 2018-11-08 | 9 | -10/+25 |
| |/ / / / / / / / / / |
|
* | | | | | | | | | | | Merge pull request #1648 from FernandoS27/texs-3-array | bunnei | 2018-11-11 | 1 | -7/+11 |
|\ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | Correct issue where texturelod could not be applied to 2darrayshadow | FernandoS27 | 2018-11-08 | 1 | -1/+5 |
| * | | | | | | | | | | | Implement 3 coordinate array in TEXS instruction | FernandoS27 | 2018-11-07 | 1 | -6/+6 |
| | |/ / / / / / / / /
| |/| | | | | | | | | |
|
* | | | | | | | | | | | Merge pull request #1654 from degasus/dirty_flags | bunnei | 2018-11-11 | 4 | -7/+37 |
|\ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | gl_rasterizer: Skip VAO binding if the state is clean. | Markus Wick | 2018-11-06 | 3 | -2/+21 |
| * | | | | | | | | | | | gl_rasterizer: Split VAO and VB setup functions. | Markus Wick | 2018-11-06 | 2 | -5/+16 |
| | |_|_|_|_|_|/ / / /
| |/| | | | | | | | | |
|
* | | | | | | | | | | | Merge pull request #1656 from ogniK5377/message-queue | James Rowe | 2018-11-10 | 8 | -36/+170 |
|\ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | Renamed CheckIfOperationChanged to OnDockedModeChanged | David Marcec | 2018-11-08 | 2 | -21/+23 |
| * | | | | | | | | | | | Fixups | David Marcec | 2018-11-07 | 3 | -12/+17 |
| * | | | | | | | | | | | Ability to switch between docked and undocked mode in-game | David Marcec | 2018-11-07 | 7 | -36/+163 |
| |/ / / / / / / / / / |
|
* | | | | | | | | | | | Merge pull request #1661 from lioncash/dtor | James Rowe | 2018-11-10 | 3 | -0/+10 |
|\ \ \ \ \ \ \ \ \ \ \
| |_|_|/ / / / / / / /
|/| | | | | | | | | | |
|
| * | | | | | | | | | | rasterizer_cache: Add missing virtual destructor to RasterizerCacheObject | Lioncash | 2018-11-08 | 3 | -0/+10 |
|/ / / / / / / / / / |
|
* | | | | | | | | | | gl_resource_manager: Amend clang-format discrepancies | Lioncash | 2018-11-08 | 1 | -4/+2 |
* | | | | | | | | | | Merge pull request #1658 from ogniK5377/holdtype-style | bunnei | 2018-11-08 | 1 | -0/+2 |
|\ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | Updated npad styles on holdtype switches | David Marcec | 2018-11-07 | 1 | -0/+2 |
| | |/ / / / / / / /
| |/| | | | | | | | |
|
* | | | | | | | | | | svcBreak now dumps information from the debug buffer passed (#1646) | David | 2018-11-08 | 1 | -0/+28 |
* | | | | | | | | | | Merge pull request #1655 from ogniK5377/shantae | bunnei | 2018-11-08 | 5 | -3/+26 |
|\ \ \ \ \ \ \ \ \ \
| |/ / / / / / / / /
|/| | | | | | | | | |
|
| * | | | | | | | | | fixed spelling error | David Marcec | 2018-11-07 | 1 | -1/+1 |
| * | | | | | | | | | Added missing log | David Marcec | 2018-11-07 | 1 | -0/+1 |
| * | | | | | | | | | Implement acc:TrySelectUserWithoutInteraction | David Marcec | 2018-11-07 | 5 | -3/+25 |
| |/ / / / / / / / |
|
* | | | | | | | | | Merge pull request #1630 from bunnei/fix-mapbufferex | bunnei | 2018-11-07 | 2 | -31/+52 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | memory_manager: Do not MapBufferEx over already in use memory. | bunnei | 2018-11-01 | 2 | -31/+52 |
* | | | | | | | | | | Merge pull request #1635 from Tinob/master | bunnei | 2018-11-07 | 6 | -153/+338 |
|\ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | Add support to color mask to avoid issues in blending caused by wrong values in the alpha channel in some render targets. | Rodolfo Bogado | 2018-11-05 | 5 | -25/+79 |
| * | | | | | | | | | | Implement multi-target viewports and blending | Rodolfo Bogado | 2018-11-05 | 6 | -128/+259 |
* | | | | | | | | | | | Merge pull request #1653 from degasus/profiler | bunnei | 2018-11-07 | 4 | -6/+53 |
|\ \ \ \ \ \ \ \ \ \ \
| |_|_|/ / / / / / / /
|/| | | | | | | | | | |
|
| * | | | | | | | | | | gl_rasterizer_cache: Add profiles for Copy and Blit. | Markus Wick | 2018-11-06 | 1 | -2/+6 |
| * | | | | | | | | | | gl_resource_manager: Profile creation and deletion. | Markus Wick | 2018-11-06 | 1 | -0/+42 |
| * | | | | | | | | | | gl_stream_buffer: Profile orphaning of stream buffer. | Markus Wick | 2018-11-06 | 1 | -0/+5 |
| * | | | | | | | | | | microprofile: Drop ReleaseActiveBuffer scope. | Markus Wick | 2018-11-06 | 1 | -4/+0 |
|/ / / / / / / / / / |
|
* | | | | | | | | | | Merge pull request #1649 from degasus/split_resource_manager | bunnei | 2018-11-06 | 5 | -114/+167 |
|\ \ \ \ \ \ \ \ \ \
| |_|_|/ / / / / / /
|/| | | | | | | | | |
|
| * | | | | | | | | | gl_resource_manager: Split implementations in .cpp file. | Markus Wick | 2018-11-06 | 5 | -114/+167 |
|/ / / / / / / / / |
|
* | | | | | | | | | Merge pull request #1616 from FernandoS27/cube-array | bunnei | 2018-11-05 | 4 | -0/+20 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | Implement Cube Arrays | FernandoS27 | 2018-11-01 | 4 | -0/+20 |
* | | | | | | | | | | Merge pull request #1633 from ogniK5377/reload-input | bunnei | 2018-11-05 | 2 | -0/+5 |
|\ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | Fixed HID crash when launching more than 1 game & signaled syleset change event | David Marcec | 2018-11-02 | 2 | -0/+5 |
| | |_|_|_|_|/ / / /
| |/| | | | | | | | |
|
* | | | | | | | | | | Merge pull request #1441 from CarlKenner/DebuggerLog | bunnei | 2018-11-05 | 4 | -2/+29 |
|\ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | logging: Add DebuggerBackend for logging to Visual Studio | Carl Kenner | 2018-10-07 | 4 | -2/+29 |
* | | | | | | | | | | | Merge pull request #1639 from DarkLordZach/open-yuzu-folder | bunnei | 2018-11-05 | 3 | -0/+13 |
|\ \ \ \ \ \ \ \ \ \ \
| |_|_|_|/ / / / / / /
|/| | | | | | | | | | |
|
| * | | | | | | | | | | qt: Add help option to open yuzu folder | Zach Hilman | 2018-11-03 | 3 | -0/+13 |
| | |_|_|_|_|_|_|/ /
| |/| | | | | | | | |
|
* | | | | | | | | | | Merge pull request #1625 from FernandoS27/astc | bunnei | 2018-11-05 | 9 | -75/+154 |
|\ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | Fix ASTC Decompressor to support depth parameter | FernandoS27 | 2018-11-02 | 7 | -65/+131 |
| * | | | | | | | | | | Fix ASTC formats | FernandoS27 | 2018-11-01 | 4 | -12/+21 |
| * | | | | | | | | | | Implemented ASTC 5x5 | FernandoS27 | 2018-11-01 | 1 | -1/+5 |
* | | | | | | | | | | | Merge pull request #1645 from dharmin/master | Mat M | 2018-11-05 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | Fix quickstart link | Dharmin K Shah | 2018-11-04 | 1 | -1/+1 |
| | |/ / / / / / / / /
| |/| | | | | | | | | |
|
* | | | | | | | | | | | Merge pull request #1643 from FreddyFunk/typo | Mat M | 2018-11-05 | 1 | -2/+2 |
|\ \ \ \ \ \ \ \ \ \ \
| |/ / / / / / / / / /
|/| | | | | | | | | | |
|
| * | | | | | | | | | | Fix typo in BufferTransformFlags | Frederic Laing | 2018-11-04 | 1 | -2/+2 |
|/ / / / / / / / / / |
|
* | | | | | | | | | | Merge pull request #1636 from ogniK5377/hwopus-bad-assert | bunnei | 2018-11-03 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \
| |_|_|/ / / / / / /
|/| | | | | | | | | |
|
| * | | | | | | | | | Fixed incorrect hwopus assert | David Marcec | 2018-11-02 | 1 | -1/+1 |
|/ / / / / / / / / |
|
* | | | | | | | | | Merge pull request #1615 from lioncash/input | bunnei | 2018-11-02 | 5 | -25/+113 |
|\ \ \ \ \ \ \ \ \
| |_|_|_|/ / / / /
|/| | | | | | | | |
|
| * | | | | | | | | configure_system: Contrain profile usernames to 32 characters | Lioncash | 2018-10-31 | 5 | -25/+113 |
* | | | | | | | | | Merge pull request #1623 from Tinob/master | bunnei | 2018-11-01 | 3 | -105/+158 |
|\ \ \ \ \ \ \ \ \
| |_|/ / / / / / /
|/| | | | | | | | |
|
| * | | | | | | | | Improve OpenGL state handling | Rodolfo Bogado | 2018-10-31 | 3 | -105/+158 |
| | |_|_|_|/ / /
| |/| | | | | | |
|
* | | | | | | | | Merge pull request #1527 from FernandoS27/assert-flow | bunnei | 2018-11-01 | 2 | -2/+27 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | Assert Control Flow Instructions using Control Codes | FernandoS27 | 2018-10-29 | 2 | -3/+28 |
| | |/ / / / / /
| |/| | | | | | |
|
* | | | | | | | | Merge pull request #1622 from bunnei/fix-macros | bunnei | 2018-11-01 | 4 | -27/+55 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | maxwell_3d: Restructure macro upload to use a single macro code memory. | bunnei | 2018-11-01 | 4 | -27/+55 |
|/ / / / / / / / |
|
* | | | | | | | | Merge pull request #1604 from FearlessTobi/port-4369 | bunnei | 2018-11-01 | 7 | -7/+65 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | compatdb: Use a seperate endpoint for testcase submission | fearlessTobi | 2018-10-28 | 7 | -7/+65 |
* | | | | | | | | | Merge pull request #1528 from FernandoS27/assert-control-codes | bunnei | 2018-11-01 | 2 | -1/+103 |
|\ \ \ \ \ \ \ \ \
| |_|_|_|_|/ / / /
|/| | | | | | | | |
|
| * | | | | | | | | Assert Control Codes Generation | FernandoS27 | 2018-10-30 | 2 | -1/+103 |
* | | | | | | | | | Merge pull request #1614 from ReinUsesLisp/surface-params | bunnei | 2018-11-01 | 6 | -898/+954 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | video_core: Move surface declarations out of gl_rasterizer_cache | ReinUsesLisp | 2018-10-30 | 6 | -898/+954 |
| | |_|_|/ / / / /
| |/| | | | | | | |
|
* | | | | | | | | | Merge pull request #1626 from lioncash/table | bunnei | 2018-11-01 | 1 | -3/+3 |
|\ \ \ \ \ \ \ \ \
| |/ / / / / / / /
|/| | | | | | | | |
|
| * | | | | | | | | service/usb: Update IPdSession's function table | Lioncash | 2018-10-30 | 1 | -3/+3 |
|/ / / / / / / / |
|
* | | | | | | | | Merge pull request #1624 from lioncash/boost | bunnei | 2018-10-30 | 3 | -4/+0 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | general: Remove unused boost inclusions where applicable | Lioncash | 2018-10-30 | 3 | -4/+0 |
* | | | | | | | | | Merge pull request #1595 from FreddyFunk/cast | bunnei | 2018-10-30 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \
| |/ / / / / / / /
|/| | | | | | | | |
|
| * | | | | | | | | configure_system: Fix compiler warning | Frederic Laing | 2018-10-28 | 1 | -1/+1 |
* | | | | | | | | | global: Use std::optional instead of boost::optional (#1578) | Frederic L | 2018-10-30 | 49 | -266/+274 |
* | | | | | | | | | Merge pull request #1621 from lioncash/ipc | bunnei | 2018-10-30 | 3 | -6/+9 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | hle_ipc: Add member function for querying the existence of a domain header | Lioncash | 2018-10-30 | 3 | -3/+6 |
| * | | | | | | | | | hle_ipc: Make GetDomainMessageHeader return a regular pointer | Lioncash | 2018-10-30 | 2 | -3/+3 |
| | |_|_|/ / / / /
| |/| | | | | | | |
|
* | | | | | | | | | Merge pull request #1611 from lioncash/const | bunnei | 2018-10-30 | 4 | -13/+52 |
|\ \ \ \ \ \ \ \ \
| |_|_|/ / / / / /
|/| | | | | | | | |
|
| * | | | | | | | | core: Make System references const where applicable | Lioncash | 2018-10-28 | 2 | -3/+3 |
| * | | | | | | | | core: Add missing const variants of getters for the System class | Lioncash | 2018-10-28 | 2 | -10/+49 |
| |/ / / / / / / |
|
* | | | | | | | | Merge pull request #1580 from FernandoS27/mm-impl | bunnei | 2018-10-30 | 6 | -109/+254 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | Fixed black textures, pixelation and we no longer require to auto-generate mipmaps | FernandoS27 | 2018-10-29 | 1 | -14/+2 |
| * | | | | | | | | Fixed mipmap block autosizing algorithm | FernandoS27 | 2018-10-29 | 3 | -13/+25 |
| * | | | | | | | | Fixed Invalid Image size and Mipmap calculation | FernandoS27 | 2018-10-29 | 1 | -4/+7 |
| * | | | | | | | | Fixed Block Resizing algorithm and Clang Format | FernandoS27 | 2018-10-29 | 3 | -12/+19 |
| * | | | | | | | | Implement Mip Filter | FernandoS27 | 2018-10-29 | 4 | -10/+33 |
| * | | | | | | | | Zero out memory region of recreated surface before flushing | FernandoS27 | 2018-10-29 | 1 | -0/+2 |
| * | | | | | | | | Implement Mipmaps | FernandoS27 | 2018-10-28 | 2 | -101/+211 |
| |/ / / / / / / |
|
* | | | | | | | | Merge pull request #1617 from FearlessTobi/fix-stretch-delay | bunnei | 2018-10-30 | 1 | -3/+3 |
|\ \ \ \ \ \ \ \
| |_|_|_|_|_|/ /
|/| | | | | | | |
|
| * | | | | | | | time_stretch: Switch to values of Citra | fearlessTobi | 2018-10-29 | 1 | -3/+3 |
| | |_|_|_|/ /
| |/| | | | | |
|
* | | | | | | | Merge pull request #1613 from ReinUsesLisp/gl-utils | bunnei | 2018-10-29 | 6 | -30/+61 |
|\ \ \ \ \ \ \
| |/ / / / / /
|/| | | | | | |
|
| * | | | | | | video_core: Move OpenGL specific utils to its renderer | ReinUsesLisp | 2018-10-29 | 6 | -30/+61 |
| |/ / / / / |
|
* | | | | | | Merge pull request #1610 from slashiee/dxt1-alpha | bunnei | 2018-10-29 | 1 | -2/+2 |
|\ \ \ \ \ \ |
|
| * | | | | | | Enable alpha channel for DXT1 texture format | Michael | 2018-10-28 | 1 | -2/+2 |
| |/ / / / / |
|
* | | | | | | Merge pull request #1612 from Tinob/master | bunnei | 2018-10-29 | 1 | -1/+1 |
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
|
| * | | | | | renderer_opengl: Correct bpp value for ASTC_2D_8X5_SRGB | Rodolfo Bogado | 2018-10-29 | 1 | -1/+1 |
|/ / / / / |
|
* | | | | | Merge pull request #1607 from FearlessTobi/patch-3 | bunnei | 2018-10-28 | 1 | -1/+1 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | Correct bpp value for ASTC_2D_8X5 | Tobias | 2018-10-28 | 1 | -1/+1 |
|/ / / / |
|
* | | | | Merge pull request #1601 from FernandoS27/shader-precision | bunnei | 2018-10-28 | 1 | -20/+35 |
|\ \ \ \ |
|
| * | | | | Refactor precise usage and add FMNMX, MUFU, FMUL32 and FADD332 | FernandoS27 | 2018-10-28 | 2 | -74/+37 |
| * | | | | Improved Shader accuracy on Vertex and Geometry Shaders with FFMA, FMUL and FADD | FernandoS27 | 2018-10-28 | 2 | -6/+58 |
| |/ / / |
|
* | | | | Merge pull request #1606 from FearlessTobi/revert-1581-macosx-target-version | bunnei | 2018-10-28 | 1 | -1/+1 |
|\ \ \ \ |
|
| * | | | | Revert "Update MACOSX_DEPLOYMENT_TARGET to 10.14" | Tobias | 2018-10-28 | 1 | -1/+1 |
|/ / / / |
|
* | | | | Merge pull request #1593 from lioncash/svc | bunnei | 2018-10-28 | 6 | -35/+128 |
|\ \ \ \ |
|
| * | | | | svc: Localize the GetInfo enum class to the function itself | Lioncash | 2018-10-26 | 2 | -32/+31 |
| * | | | | svc: Implement svcGetInfo command 0xF0000002 | Lioncash | 2018-10-26 | 6 | -4/+98 |
* | | | | | Merge pull request #1581 from FreddyFunk/macosx-target-version | bunnei | 2018-10-28 | 1 | -1/+1 |
|\ \ \ \ \ |
|
| * | | | | | Update MACOSX_DEPLOYMENT_TARGET to 10.14 | Frederic L | 2018-10-25 | 1 | -1/+1 |
* | | | | | | file_sys/patch_manager: Remove unnecessary if-statements (#1586) | Frederic L | 2018-10-28 | 1 | -7/+6 |
* | | | | | | Merge pull request #1598 from DeeJayBro/delete-directory | bunnei | 2018-10-28 | 1 | -2/+26 |
|\ \ \ \ \ \ |
|
| * | | | | | | service/filesystem: Add DirectoryDelete & DirectoryDeleteRecursively | DeeJayBro | 2018-10-27 | 1 | -2/+26 |
| | |/ / / /
| |/| | | | |
|
* | | | | | | Merge pull request #1600 from DarkLordZach/nsp-secondary-loader-fix | bunnei | 2018-10-28 | 1 | -17/+20 |
|\ \ \ \ \ \ |
|
| * | | | | | | loader/nsp: Move secondary loader initialization to constructor | Zach Hilman | 2018-10-27 | 1 | -17/+20 |
| |/ / / / / |
|
* | | | | | | Merge pull request #1582 from Tinob/master | bunnei | 2018-10-28 | 8 | -40/+197 |
|\ \ \ \ \ \ |
|
| * | | | | | | Implement sRGB Support, including workarounds for nvidia driver issues and QT sRGB support | Rodolfo Bogado | 2018-10-28 | 8 | -40/+197 |
|/ / / / / / |
|
* | | | | | | Merge pull request #1602 from DarkLordZach/key-derivation-isxdigit | bunnei | 2018-10-28 | 1 | -1/+1 |
|\ \ \ \ \ \ |
|
| * | | | | | | key_manager: Use isxdigit instead of isdigit when reading key file | Zach Hilman | 2018-10-28 | 1 | -1/+1 |
| |/ / / / / |
|
* | | | | | | Merge pull request #1597 from lioncash/error | bunnei | 2018-10-28 | 1 | -51/+70 |
|\ \ \ \ \ \ |
|
| * | | | | | | configure_system: Make GetIcon() return the scaled 64x64 icon | Lioncash | 2018-10-27 | 1 | -14/+7 |
| * | | | | | | configure_system: Move entry formatting for the user account list entries to its own function | Lioncash | 2018-10-27 | 1 | -18/+22 |
| * | | | | | | configure_system: Display errors to the user if file operations fail when setting user images | Lioncash | 2018-10-27 | 1 | -24/+46 |
| |/ / / / / |
|
* | | | | | | Merge pull request #1594 from FreddyFunk/static-cast | bunnei | 2018-10-28 | 1 | -2/+2 |
|\ \ \ \ \ \
| |_|_|/ / /
|/| | | | | |
|
| * | | | | | gl_rasterizer_cache: Fix compiler warning | Frederic Laing | 2018-10-27 | 1 | -2/+2 |
| |/ / / / |
|
* | | | | | Merge pull request #1596 from FearlessTobi/port-4367 | bunnei | 2018-10-27 | 1 | -1/+2 |
|\ \ \ \ \ |
|
| * | | | | | cubeb_sink: ignore null-name device when selecting | Weiyi Wang | 2018-10-27 | 1 | -1/+2 |
| |/ / / / |
|
* | | | | | Merge pull request #1592 from bunnei/prim-restart | bunnei | 2018-10-27 | 5 | -1/+40 |
|\ \ \ \ \ |
|
| * | | | | | gl_rasterizer: Implement primitive restart. | bunnei | 2018-10-26 | 5 | -1/+40 |
| |/ / / / |
|
* | | | | | Merge pull request #1599 from FernandoS27/stalemate | bunnei | 2018-10-27 | 1 | -0/+62 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | Implement Default Block Height for each format | FernandoS27 | 2018-10-27 | 1 | -0/+62 |
|/ / / / |
|
* | | | | Merge pull request #1533 from FernandoS27/lmem | bunnei | 2018-10-26 | 3 | -1/+138 |
|\ \ \ \ |
|
| * | | | | Implemented LD_L and ST_L | FernandoS27 | 2018-10-24 | 3 | -12/+112 |
| * | | | | Implement Shader Local Memory | FernandoS27 | 2018-10-24 | 1 | -0/+37 |
* | | | | | Merge pull request #1430 from DarkLordZach/remove-promote-dir | bunnei | 2018-10-26 | 17 | -95/+1 |
|\ \ \ \ \ |
|
| * | | | | | vfs: Remove InterpretAsDirectory and related functions | Zach Hilman | 2018-10-19 | 17 | -95/+1 |
* | | | | | | Merge pull request #1591 from bunnei/depth-range | bunnei | 2018-10-26 | 6 | -14/+41 |
|\ \ \ \ \ \ |
|
| * | | | | | | maxwell_3d: Add code for initializing register defaults. | bunnei | 2018-10-26 | 2 | -1/+21 |
| * | | | | | | gl_rasterizer: Implement depth range. | bunnei | 2018-10-26 | 4 | -13/+20 |
* | | | | | | | Merge pull request #1569 from lioncash/amiibo | bunnei | 2018-10-26 | 3 | -17/+40 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | yuzu/main: Notify user of loading errors with Amiibo data | Lioncash | 2018-10-24 | 3 | -17/+40 |
* | | | | | | | | Merge pull request #1587 from lioncash/private | bunnei | 2018-10-26 | 2 | -45/+46 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | configure_system: Make the file selector text translatable | Lioncash | 2018-10-25 | 1 | -1/+1 |
| * | | | | | | | | configure_system: Make GetAccountUsername() an internal function | Lioncash | 2018-10-25 | 2 | -25/+28 |
| * | | | | | | | | configure_system: Default initialize member variables | Lioncash | 2018-10-25 | 1 | -4/+5 |
| * | | | | | | | | configure_system: Simplify UUID generation call in AddUser() | Lioncash | 2018-10-25 | 1 | -2/+1 |
| * | | | | | | | | configure_system: Amend function casing | Lioncash | 2018-10-25 | 2 | -6/+6 |
| * | | | | | | | | configure_system: Add missing override specifier on the destructor | Lioncash | 2018-10-25 | 1 | -1/+1 |
| * | | | | | | | | configure_system: Make public slots private | Lioncash | 2018-10-25 | 1 | -7/+5 |
* | | | | | | | | | Merge pull request #1557 from bunnei/ldr_ro | bunnei | 2018-10-26 | 6 | -9/+101 |
|\ \ \ \ \ \ \ \ \
| |_|_|/ / / / / /
|/| | | | | | | | |
|
| * | | | | | | | | ldr: Partially implement LoadNro. | bunnei | 2018-10-26 | 1 | -3/+49 |
| * | | | | | | | | process: LoadModule should clear JIT instruction cache. | bunnei | 2018-10-26 | 1 | -0/+6 |
| * | | | | | | | | Kernel/Memory: Added a function to first a suitable guest address at which to allocate a region of a given size. | bunnei | 2018-10-26 | 2 | -0/+28 |
| * | | | | | | | | nro: Make LoadNro method accessible outside of apploader code. | bunnei | 2018-10-26 | 2 | -6/+18 |
|/ / / / / / / / |
|
* | | | | | | | | Merge pull request #1583 from DarkLordZach/rle-size | Mat M | 2018-10-25 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \
| |/ / / / / / /
|/| | | | | | | |
|
| * | | | | | | | ips_layer: Use rle_size instead of data_size in RLE patch application | Zach Hilman | 2018-10-25 | 1 | -1/+1 |
* | | | | | | | | Merge pull request #1584 from FearlessTobi/patch-3 | James Rowe | 2018-10-25 | 1 | -0/+0 |
|\ \ \ \ \ \ \ \
| |/ / / / / / /
|/| | | | | | | |
|
| * | | | | | | | Delete git | Tobias | 2018-10-25 | 1 | -0/+0 |
|/ / / / / / / |
|
* | | | | | | | Merge pull request #1579 from lioncash/usb | bunnei | 2018-10-25 | 1 | -21/+22 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | service/usb: Update service function tables | Lioncash | 2018-10-25 | 1 | -21/+22 |
| | |_|_|/ / /
| |/| | | | | |
|
* | | | | | | | Merge pull request #1576 from lioncash/acc-warn | bunnei | 2018-10-25 | 1 | -25/+27 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | service/acc: Move fallback image to file scope | Lioncash | 2018-10-25 | 1 | -14/+13 |
| * | | | | | | | service/acc: Silence compiler warnings | Lioncash | 2018-10-25 | 1 | -5/+8 |
| * | | | | | | | service/acc: Early return in failure case in LoadImage() | Lioncash | 2018-10-25 | 1 | -8/+8 |
| |/ / / / / / |
|
* | | | | | | | Merge pull request #1577 from lioncash/err | bunnei | 2018-10-25 | 5 | -34/+16 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | kernel/errors: Remove now-unused, unnecessary, error codes | Lioncash | 2018-10-24 | 2 | -13/+0 |
| * | | | | | | | kernel/shared_memory: Return ERR_INVALID_MEMORY_PERMISSIONS instead of ERR_INVALID_COMBINATION | Lioncash | 2018-10-24 | 1 | -4/+3 |
| * | | | | | | | kernel/server_port: Simplify emptiness check within ShouldWait() | Lioncash | 2018-10-24 | 1 | -1/+1 |
| * | | | | | | | kernel/server_port: Change error case return value in Accept() to ERR_NOT_FOUND | Lioncash | 2018-10-24 | 2 | -3/+1 |
| * | | | | | | | kernel/error: Remove leftover 3DS error codes | Lioncash | 2018-10-24 | 1 | -5/+0 |
| * | | | | | | | kernel/svc: Amend returned error code for invalid priorities in CreateThread | Lioncash | 2018-10-24 | 1 | -1/+1 |
| * | | | | | | | kernel/svc: Move and correct returned error code for invalid thread priorities in SetThreadPriority() | Lioncash | 2018-10-24 | 1 | -5/+6 |
| * | | | | | | | kernel/error: Add error code for invalid pointers | Lioncash | 2018-10-24 | 1 | -1/+1 |
| * | | | | | | | kernel/error: Add error code for closed sessions | Lioncash | 2018-10-24 | 1 | -1/+3 |
| |/ / / / / / |
|
* | | | | | | | Merge pull request #1524 from FernandoS27/layers-fix | bunnei | 2018-10-25 | 3 | -72/+109 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | Fixed Layered Textures Loading and Cubemaps | FernandoS27 | 2018-10-23 | 3 | -72/+109 |
* | | | | | | | | Merge pull request #1575 from lioncash/qstring | bunnei | 2018-10-25 | 1 | -4/+9 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | game_list_worker: Use QString's formatting instead of fmt in FormatPatchNameVersions() | Lioncash | 2018-10-24 | 1 | -4/+9 |
| | |/ / / / / /
| |/| | | | | | |
|
* | | | | | | | | Merge pull request #1570 from lioncash/optional | bunnei | 2018-10-25 | 5 | -48/+53 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | profile_manager: Use std::optional instead of boost::optional | Lioncash | 2018-10-24 | 5 | -48/+53 |
| |/ / / / / / / |
|
* | | | | | | | | Merge pull request #1558 from lioncash/ptr | bunnei | 2018-10-25 | 2 | -13/+14 |
|\ \ \ \ \ \ \ \
| |_|_|_|_|/ / /
|/| | | | | | | |
|
| * | | | | | | | yuzu/configuration/config: Use a std::unique_ptr for qt_config instead of a raw pointer | Lioncash | 2018-10-24 | 2 | -8/+8 |
| * | | | | | | | yuzu/configuration/config: Reorganize member variable and function layout | Lioncash | 2018-10-24 | 1 | -6/+7 |
| | |_|/ / / /
| |/| | | | | |
|
* | | | | | | | Merge pull request #1565 from lioncash/audio | bunnei | 2018-10-24 | 2 | -3/+1 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | time_stretch: Remove unused m_channel_count member variable | Lioncash | 2018-10-24 | 2 | -3/+1 |
| |/ / / / / / |
|
* | | | | | | | Merge pull request #1554 from FernandoS27/pointsize | bunnei | 2018-10-24 | 3 | -5/+28 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | Implement PointSize | FernandoS27 | 2018-10-23 | 3 | -5/+28 |
* | | | | | | | | Merge pull request #1571 from lioncash/debug-translate | bunnei | 2018-10-24 | 2 | -15/+20 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | graphic_breakpoints: Correct translation of strings in BreakpointModel's data() function | Lioncash | 2018-10-24 | 2 | -15/+20 |
| | |_|/ / / / /
| |/| | | | | | |
|
* | | | | | | | | Merge pull request #1564 from lioncash/npad | bunnei | 2018-10-24 | 1 | -2/+3 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | npad: Remove unused controller variable from OnInit() | Lioncash | 2018-10-24 | 1 | -2/+3 |
| | |_|/ / / / /
| |/| | | | | | |
|
* | | | | | | | | Merge pull request #1568 from lioncash/dir | bunnei | 2018-10-24 | 1 | -4/+3 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | game_list: Use QFileInfo instead of common's file functions | Lioncash | 2018-10-24 | 1 | -4/+3 |
| | |_|/ / / / /
| |/| | | | | | |
|
* | | | | | | | | Merge pull request #1567 from lioncash/translate | bunnei | 2018-10-24 | 1 | -5/+5 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | game_list: Make game list column headers translatable | Lioncash | 2018-10-24 | 1 | -5/+5 |
| |/ / / / / / / |
|
* | | | | | | | | Merge pull request #1566 from lioncash/str | bunnei | 2018-10-24 | 1 | -4/+2 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | bootmanager: Use QStringLiteral instead of std::string to represent the window title | Lioncash | 2018-10-24 | 1 | -4/+2 |
| |/ / / / / / / |
|
* | | | | | | | | Merge pull request #1563 from lioncash/frame | bunnei | 2018-10-24 | 1 | -4/+0 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | perf_stats: Remove unused variable within DoFrameLimiting() | Lioncash | 2018-10-24 | 1 | -4/+0 |
| | |/ / / / / /
| |/| | | | | | |
|
* | | | | | | | | Merge pull request #1562 from lioncash/aoc | bunnei | 2018-10-24 | 1 | -3/+3 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | aoc_u: Make use of previously-unused CheckAOCTitleIDMatchesBase() function | Lioncash | 2018-10-24 | 1 | -3/+3 |
| |/ / / / / / / |
|
* | | | | | | | | Merge pull request #1560 from lioncash/unused | bunnei | 2018-10-24 | 2 | -2/+0 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | decoders: Remove unused variable within SwizzledData() | Lioncash | 2018-10-24 | 1 | -1/+0 |
| * | | | | | | | | maxwell_3d: Remove unused variable within ProcessQueryGet() | Lioncash | 2018-10-24 | 1 | -1/+0 |
| |/ / / / / / / |
|
* | | | | | | | | Merge pull request #1561 from lioncash/fs | bunnei | 2018-10-24 | 2 | -3/+6 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | vfs: Handle failure of file reading within VfsRawCopy() | Lioncash | 2018-10-24 | 1 | -2/+6 |
| * | | | | | | | | key_manager: Remove unused variable in DeriveBase() | Lioncash | 2018-10-24 | 1 | -1/+0 |
| |/ / / / / / / |
|
* | | | | | | | | Merge pull request #1559 from lioncash/log | bunnei | 2018-10-24 | 2 | -0/+5 |
|\ \ \ \ \ \ \ \
| |_|_|/ / / / /
|/| | | | | | | |
|
| * | | | | | | | logging/backend: Add missing services to the log filters | Lioncash | 2018-10-24 | 2 | -0/+5 |
| |/ / / / / / |
|
* | | | | | | | Merge pull request #1468 from DarkLordZach/profile-manager-ui | Mat M | 2018-10-24 | 11 | -118/+742 |
|\ \ \ \ \ \ \
| |/ / / / / /
|/| | | | | | |
|
| * | | | | | | configure_system: Clear current username before overwriting | Zach Hilman | 2018-10-24 | 2 | -5/+15 |
| * | | | | | | profile_manager: Create save data if it doesn't exist on use | Zach Hilman | 2018-10-24 | 4 | -18/+42 |
| * | | | | | | acc: Fix account UUID duplication error | Zach Hilman | 2018-10-24 | 8 | -80/+106 |
| * | | | | | | configure_system: Clear selection after user delete | Zach Hilman | 2018-10-24 | 2 | -12/+18 |
| * | | | | | | profile_manager: Load user icons, names, and UUIDs from system save | Zach Hilman | 2018-10-24 | 11 | -133/+308 |
| * | | | | | | acc: Load user images from config dir | Zach Hilman | 2018-10-24 | 1 | -9/+45 |
| * | | | | | | qt: Allow user to select emu user on open save data | Zach Hilman | 2018-10-24 | 1 | -3/+24 |
| * | | | | | | qt: Add Profile Manager UI to system settings | Zach Hilman | 2018-10-24 | 3 | -76/+350 |
| * | | | | | | am: Pass current user UUID to launch parameters | Zach Hilman | 2018-10-24 | 1 | -7/+9 |
| * | | | | | | profile_manager: Load users from emulator settings | Zach Hilman | 2018-10-24 | 2 | -5/+7 |
| * | | | | | | settings: Add users and current_user settings and remove username | Zach Hilman | 2018-10-24 | 3 | -6/+54 |
* | | | | | | | Merge pull request #1551 from ogniK5377/improved-svcbreak | bunnei | 2018-10-24 | 1 | -5/+51 |
|\ \ \ \ \ \ \
| |/ / / / / /
|/| | | | | | |
|
| * | | | | | | Added assertion failed, reworked logging levels | David Marcec | 2018-10-23 | 1 | -16/+24 |
| * | | | | | | Added break types to svcBreak | David Marcec | 2018-10-23 | 1 | -4/+42 |
* | | | | | | | Added Amiibo support (#1390) | David | 2018-10-24 | 12 | -80/+386 |
* | | | | | | | Merge pull request #1515 from DarkLordZach/dlc-lfs | bunnei | 2018-10-24 | 6 | -16/+97 |
|\ \ \ \ \ \ \
| |_|_|_|_|_|/
|/| | | | | | |
|
| * | | | | | | qt: Add support for dumping a DLC Data RomFS | Zach Hilman | 2018-10-18 | 4 | -11/+73 |
| * | | | | | | registered_cache: Deduplicate results of ListEntry and ListEntryFilter | Zach Hilman | 2018-10-17 | 2 | -2/+16 |
| * | | | | | | fsp_srv: Apply patches to Data storage in OpenDataStorageByDataId | Zach Hilman | 2018-10-17 | 1 | -1/+5 |
| * | | | | | | patch_manager: Add support for using LayeredFS with Data | Zach Hilman | 2018-10-17 | 1 | -2/+3 |
* | | | | | | | Merge pull request #1542 from lioncash/project | bunnei | 2018-10-24 | 3 | -24/+24 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | CMakeLists: Use PROJECT_SOURCE_DIR instead of CMAKE_SOURCE_DIR | Lioncash | 2018-10-20 | 3 | -24/+24 |
* | | | | | | | | Merge pull request #1553 from lioncash/mem | bunnei | 2018-10-24 | 4 | -204/+0 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | CMakeLists: Remove EMU_ARCH_BITS definition | Lioncash | 2018-10-23 | 1 | -4/+0 |
| * | | | | | | | | common: Remove memory_util.cpp/.h | Lioncash | 2018-10-23 | 3 | -200/+0 |
| | |_|_|/ / / /
| |/| | | | | | |
|
* | | | | | | | | Merge pull request #1540 from lioncash/handle | bunnei | 2018-10-24 | 9 | -100/+97 |
|\ \ \ \ \ \ \ \
| |/ / / / / / /
|/| | | | | | | |
|
| * | | | | | | | kernel/process: Make the handle table per-process | Lioncash | 2018-10-20 | 9 | -100/+97 |
| |/ / / / / / |
|
* | | | | | | | Merge pull request #1552 from FearlessTobi/port-4336 | bunnei | 2018-10-23 | 2 | -6/+9 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | cmake: mingw also needs _FILE_OFFSET_BITS=64 | Weiyi Wang | 2018-10-23 | 1 | -1/+1 |
| * | | | | | | | only redefine 64 bit file operation for MSVC | Weiyi Wang | 2018-10-23 | 1 | -5/+8 |
* | | | | | | | | Merge pull request #1519 from ReinUsesLisp/vsetp | bunnei | 2018-10-23 | 2 | -75/+108 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | gl_shader_decompiler: Implement VSETP | ReinUsesLisp | 2018-10-23 | 2 | -0/+26 |
| * | | | | | | | | gl_shader_decompiler: Abstract VMAD into a video subset | ReinUsesLisp | 2018-10-23 | 2 | -75/+82 |
* | | | | | | | | | Merge pull request #1539 from lioncash/dma | bunnei | 2018-10-23 | 3 | -19/+10 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | engines/maxwell_*: Use nested namespace specifiers where applicable | Lioncash | 2018-10-20 | 3 | -12/+6 |
| * | | | | | | | | | maxwell_dma: Make variables const where applicable within HandleCopy() | Lioncash | 2018-10-20 | 1 | -3/+3 |
| * | | | | | | | | | maxwell_dma: Make FlushAndInvalidate's size parameter a u64 | Lioncash | 2018-10-20 | 1 | -1/+1 |
| * | | | | | | | | | maxwell_dma: Remove unused variables in HandleCopy() | Lioncash | 2018-10-20 | 1 | -3/+0 |
| | |_|/ / / / / /
| |/| | | | | | | |
|
* | | | | | | | | | Merge pull request #1470 from FernandoS27/alpha_testing | bunnei | 2018-10-23 | 7 | -20/+87 |
|\ \ \ \ \ \ \ \ \
| |_|_|/ / / / / /
|/| | | | | | | | |
|
| * | | | | | | | | Assert that multiple render targets are not set while alpha testing | FernandoS27 | 2018-10-22 | 3 | -3/+17 |
| * | | | | | | | | Use standard UBO and fix/stylize the code | FernandoS27 | 2018-10-22 | 8 | -91/+51 |
| * | | | | | | | | Cache uniform locations and restructure the implementation | FernandoS27 | 2018-10-22 | 3 | -33/+29 |
| * | | | | | | | | Remove SyncAlphaTest and clang format | FernandoS27 | 2018-10-22 | 4 | -8/+9 |
| * | | | | | | | | Added Alpha Func | FernandoS27 | 2018-10-22 | 2 | -3/+43 |
| * | | | | | | | | Implemented Alpha Testing | FernandoS27 | 2018-10-22 | 6 | -3/+59 |
* | | | | | | | | | Merge pull request #1512 from ReinUsesLisp/brk | bunnei | 2018-10-23 | 2 | -22/+43 |
|\ \ \ \ \ \ \ \ \
| |_|_|/ / / / / /
|/| | | | | | | | |
|
| * | | | | | | | | gl_shader_decompiler: Implement PBK and BRK | ReinUsesLisp | 2018-10-18 | 2 | -22/+43 |
| | |_|/ / / / /
| |/| | | | | | |
|
* | | | | | | | | Merge pull request #1550 from FernandoS27/fmul32 | bunnei | 2018-10-23 | 2 | -3/+8 |
|\ \ \ \ \ \ \ \
| |_|_|_|/ / / /
|/| | | | | | | |
|
| * | | | | | | | Added Saturation to FMUL32I | FernandoS27 | 2018-10-23 | 2 | -3/+8 |
| | |/ / / / /
| |/| | | | | |
|
* | | | | | | | Merge pull request #1543 from lioncash/target | bunnei | 2018-10-23 | 1 | -1/+1 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | CMakeLists: Use target_compile_definitions instead of add_definitions to define YUZU_ENABLE_COMPATIBILITY_REPORTING | Lioncash | 2018-10-20 | 1 | -1/+1 |
| | |_|/ / / /
| |/| | | | | |
|
* | | | | | | | Merge pull request #1537 from lioncash/shader | bunnei | 2018-10-23 | 1 | -6/+7 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | gl_shader_decompiler: Allow std::move to function in SetPredicate | Lioncash | 2018-10-20 | 1 | -1/+1 |
| * | | | | | | | gl_shader_decompiler: Get rid of variable shadowing warnings | Lioncash | 2018-10-20 | 1 | -2/+2 |
| * | | | | | | | gl_shader_decompiler: Fix a few comment typos | Lioncash | 2018-10-20 | 1 | -3/+4 |
| |/ / / / / / |
|
* | | | | | | | Merge pull request #1545 from DarkLordZach/psm | bunnei | 2018-10-22 | 5 | -0/+91 |
|\ \ \ \ \ \ \
| |_|/ / / / /
|/| | | | | | |
|
| * | | | | | | psm: Stub GetChargerType | Zach Hilman | 2018-10-22 | 2 | -24/+27 |
| * | | | | | | psm: Stub GetBatteryChargePercentage | Zach Hilman | 2018-10-21 | 2 | -1/+14 |
| * | | | | | | service: Add skeleton for psm service | Zach Hilman | 2018-10-21 | 5 | -0/+75 |
| |/ / / / / |
|
* | | | | | | Merge pull request #1541 from lioncash/define | bunnei | 2018-10-22 | 1 | -1/+1 |
|\ \ \ \ \ \ |
|
| * | | | | | | web_service/CMakeLists: Make the CPPHTTPLIB_OPENSSL_SUPPORT constrained to the web_service library only | Lioncash | 2018-10-20 | 1 | -1/+1 |
| |/ / / / / |
|
* | | | | | | Merge pull request #1538 from lioncash/query | bunnei | 2018-10-22 | 1 | -1/+1 |
|\ \ \ \ \ \ |
|
| * | | | | | | svc: Fix vma boundary check in svcQueryMemory | Lioncash | 2018-10-20 | 1 | -1/+1 |
| |/ / / / / |
|
* | | | | | | Merge pull request #1547 from FernandoS27/fix-fset | bunnei | 2018-10-22 | 2 | -30/+12 |
|\ \ \ \ \ \ |
|
| * | | | | | | Fixed FSETP and FSET | FernandoS27 | 2018-10-22 | 2 | -30/+12 |
| | |_|/ / /
| |/| | | | |
|
* | | | | | | Merge pull request #1546 from lioncash/svc-again | bunnei | 2018-10-22 | 13 | -53/+255 |
|\ \ \ \ \ \ |
|
| * | | | | | | service: Add the basic skeleton for the NPNS services | Lioncash | 2018-10-21 | 4 | -2/+109 |
| * | | | | | | hid: Update service function table for hidbus | Lioncash | 2018-10-21 | 1 | -0/+1 |
| * | | | | | | am: Add the basic skeleton for the tcap service | Lioncash | 2018-10-21 | 4 | -0/+44 |
| * | | | | | | am: Update service function tables | Lioncash | 2018-10-21 | 4 | -15/+60 |
| * | | | | | | prepo: Update service function table. | Lioncash | 2018-10-21 | 1 | -8/+13 |
| * | | | | | | lbl: Update service function table names | Lioncash | 2018-10-21 | 1 | -28/+28 |
| |/ / / / / |
|
* | | | | | | Merge pull request #1548 from FernandoS27/fix-vao | bunnei | 2018-10-22 | 1 | -2/+14 |
|\ \ \ \ \ \ |
|
| * | | | | | | Fixed VAOs Float types only returning GL_FLOAT in cases that they had to return GL_HALF_FLOAT | FernandoS27 | 2018-10-22 | 1 | -2/+14 |
| |/ / / / / |
|
* | | | | | | Merge pull request #1544 from DarkLordZach/reinitialize-keys-tools | bunnei | 2018-10-22 | 1 | -1/+7 |
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
|
| * | | | | | qt: Move Reinitialize Keys to Tools menu | Zach Hilman | 2018-10-21 | 1 | -1/+7 |
| |/ / / / |
|
* | | | | | Merge pull request #1531 from ogniK5377/hid-fixes | bunnei | 2018-10-21 | 2 | -4/+189 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | Added auto controller switching to supported controllers and single joycon button rotation | David Marcec | 2018-10-20 | 2 | -4/+189 |
* | | | | | Merge pull request #1535 from ReinUsesLisp/fixup-position | bunnei | 2018-10-20 | 3 | -13/+9 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | gl_shader_decompiler: Move position varying declaration back to gl_shader_gen | ReinUsesLisp | 2018-10-20 | 3 | -13/+9 |
|/ / / / |
|
* | | | | Merge pull request #1501 from ReinUsesLisp/half-float | bunnei | 2018-10-20 | 2 | -0/+458 |
|\ \ \ \ |
|
| * | | | | gl_shader_decompiler: Implement HSET2_R | ReinUsesLisp | 2018-10-15 | 2 | -0/+62 |
| * | | | | gl_shader_decompiler: Implement HSETP2_R | ReinUsesLisp | 2018-10-15 | 2 | -0/+65 |
| * | | | | gl_shader_decompiler: Implement HFMA2 instructions | ReinUsesLisp | 2018-10-15 | 2 | -0/+85 |
| * | | | | gl_shader_decompiler: Implement HADD2_IMM and HMUL2_IMM | ReinUsesLisp | 2018-10-15 | 2 | -0/+73 |
| * | | | | gl_shader_decompiler: Implement non-immediate HADD2 and HMUL2 instructions | ReinUsesLisp | 2018-10-15 | 2 | -0/+75 |
| * | | | | gl_shader_decompiler: Setup base for half float unpacking and setting | ReinUsesLisp | 2018-10-15 | 2 | -0/+98 |
* | | | | | Merge pull request #1520 from lioncash/san | bunnei | 2018-10-20 | 3 | -3/+50 |
|\ \ \ \ \ |
|
| * | | | | | svc: Add missing sanitizing checks for MapSharedMemory/UnmapSharedMemory | Lioncash | 2018-10-18 | 3 | -3/+50 |
* | | | | | | Merge pull request #1517 from bunnei/dma | bunnei | 2018-10-20 | 9 | -23/+144 |
|\ \ \ \ \ \ |
|
| * | | | | | | GPU: Improved implementation of maxwell DMA (Subv). | bunnei | 2018-10-19 | 3 | -17/+66 |
| * | | | | | | decoders: Introduce functions for un/swizzling subrects. | bunnei | 2018-10-19 | 2 | -0/+49 |
| * | | | | | | GPU: Invalidate destination address of kepler_memory writes. | bunnei | 2018-10-19 | 3 | -3/+17 |
| * | | | | | | fermi_2d: Add support for more accurate surface copies. | bunnei | 2018-10-19 | 2 | -3/+12 |
* | | | | | | | Merge pull request #1526 from lioncash/svc-id | bunnei | 2018-10-20 | 8 | -53/+163 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | es: Update service function tables | Lioncash | 2018-10-19 | 1 | -7/+11 |
| * | | | | | | | audio: Update service function tables | Lioncash | 2018-10-19 | 1 | -17/+20 |
| * | | | | | | | omm: Update service function tables | Lioncash | 2018-10-19 | 1 | -16/+18 |
| * | | | | | | | nifm: Update service function tables | Lioncash | 2018-10-19 | 1 | -0/+1 |
| * | | | | | | | hid: Update service function tables | Lioncash | 2018-10-19 | 1 | -6/+45 |
| * | | | | | | | nim: Add the basic skeleton of the nim:eca service | Lioncash | 2018-10-19 | 1 | -0/+17 |
| * | | | | | | | ns: Update service function table | Lioncash | 2018-10-19 | 1 | -6/+49 |
| * | | | | | | | set_cal: Update service function table | Lioncash | 2018-10-19 | 1 | -1/+2 |
| |/ / / / / / |
|
* | | | | | | | Merge pull request #1530 from DarkLordZach/aoc-8 | bunnei | 2018-10-20 | 2 | -1/+16 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | aoc_u: Stub GetAddOnContentListChangedEvent | Zach Hilman | 2018-10-20 | 2 | -1/+16 |
| | |_|_|_|/ /
| |/| | | | | |
|
* | | | | | | | Merge pull request #1516 from lioncash/hid | bunnei | 2018-10-20 | 18 | -19/+33 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | hid/controller: Remove unused header inclusions | Lioncash | 2018-10-18 | 9 | -9/+0 |
| * | | | | | | | hid/controller/npad: Remove unused dump_idx member variable | Lioncash | 2018-10-18 | 1 | -1/+0 |
| * | | | | | | | hid/controller/npad: Remove unnecessary semicolon from the closing brace of LedPattern's constructor | Lioncash | 2018-10-18 | 1 | -1/+1 |
| * | | | | | | | hid/controller/npad: Remove #pragma once from the cpp file | Lioncash | 2018-10-18 | 1 | -2/+0 |
| * | | | | | | | hid/controller/npad: Move npad_id_list into the cpp file | Lioncash | 2018-10-18 | 2 | -2/+10 |
| * | | | | | | | hid/controller/npad: Remove unnecessary const from void return type | Lioncash | 2018-10-18 | 2 | -2/+2 |
| * | | | | | | | hid/controller: Default the destructors of all controller types in the cpp file | Lioncash | 2018-10-18 | 16 | -0/+16 |
| * | | | | | | | controller_base: Default the base class constructor and destructor in the cpp file | Lioncash | 2018-10-18 | 2 | -2/+4 |
| | |_|/ / / /
| |/| | | | | |
|
* | | | | | | | Merge pull request #1529 from DarkLordZach/key-derivation-crash | Mat M | 2018-10-20 | 1 | -1/+2 |
|\ \ \ \ \ \ \
| |_|/ / / / /
|/| | | | | | |
|
| * | | | | | | crypto: Use compressed sizes in offset calculation for KIP decompression | Zach Hilman | 2018-10-20 | 1 | -1/+2 |
|/ / / / / / |
|
* | | | | | | Merge pull request #1525 from ogniK5377/block-home | bunnei | 2018-10-19 | 2 | -4/+36 |
|\ \ \ \ \ \
| |_|/ / / /
|/| | | | | |
|
| * | | | | | Stubbed home blocking | David Marcec | 2018-10-19 | 2 | -4/+36 |
|/ / / / / |
|
* | | | | | Merge pull request #1523 from lioncash/lock | bunnei | 2018-10-19 | 2 | -9/+27 |
|\ \ \ \ \ |
|
| * | | | | | svc: Check for word alignment of addresses within svcArbitrateLock/svcArbitrateUnlock | Lioncash | 2018-10-18 | 1 | -0/+8 |
| * | | | | | common: Add function for checking word alignment to alignment.h | Lioncash | 2018-10-18 | 1 | -0/+6 |
| * | | | | | common: Move Is4KBAligned() to alignment.h | Lioncash | 2018-10-18 | 2 | -9/+13 |
* | | | | | | Merge pull request #1511 from lioncash/content | bunnei | 2018-10-19 | 2 | -258/+292 |
|\ \ \ \ \ \ |
|
| * | | | | | | content_archive: Simpify assignment of bktr_base_romfs in the constructor | Lioncash | 2018-10-16 | 1 | -2/+1 |
| * | | | | | | content_archive: Make IsValidNCA() an internally linked function | Lioncash | 2018-10-16 | 2 | -3/+1 |
| * | | | | | | content_archive: Simplify rights ID check | Lioncash | 2018-10-16 | 1 | -2/+2 |
| * | | | | | | content_archive: Split loading into separate functions | Lioncash | 2018-10-16 | 2 | -253/+290 |
| * | | | | | | content_archive: Pass and take NCASectionHeader instance by reference | Lioncash | 2018-10-16 | 2 | -3/+3 |
| | |_|_|/ /
| |/| | | | |
|
* | | | | | | Merge pull request #1521 from ogniK5377/imp-mmu | bunnei | 2018-10-19 | 1 | -8/+42 |
|\ \ \ \ \ \ |
|
| * | | | | | | Used better names for mm:u and fixed bad stub | David Marcec | 2018-10-18 | 1 | -8/+42 |
| | |_|/ / /
| |/| | | | |
|
* | | | | | | Merge pull request #1522 from lioncash/core | bunnei | 2018-10-19 | 1 | -2/+1 |
|\ \ \ \ \ \
| |_|_|/ / /
|/| | | | | |
|
| * | | | | | core: Remove unnecessary assert in ArmInterface() | Lioncash | 2018-10-18 | 1 | -2/+1 |
|/ / / / / |
|
* | | | | | Merge pull request #1510 from lioncash/xci | bunnei | 2018-10-18 | 3 | -7/+8 |
|\ \ \ \ \ |
|
| * | | | | | XCI: Add function for checking the existence of the program NCA | Lioncash | 2018-10-16 | 3 | -7/+8 |
| | |/ / /
| |/| | | |
|
* | | | | | Merge pull request #1505 from FernandoS27/tex-3d | bunnei | 2018-10-18 | 4 | -2/+13 |
|\ \ \ \ \
| |_|/ / /
|/| | | | |
|
| * | | | | Clang format and other fixes | FernandoS27 | 2018-10-18 | 1 | -16/+0 |
| * | | | | Implement Reinterpret Surface, to accurately blit 3D textures | FernandoS27 | 2018-10-18 | 1 | -2/+4 |
| * | | | | Implement GetInRange in the Rasterizer Cache | FernandoS27 | 2018-10-18 | 1 | -0/+16 |
| * | | | | Implement 3D Textures | FernandoS27 | 2018-10-18 | 4 | -1/+10 |
* | | | | | Merge pull request #1444 from ogniK5377/better-hid | bunnei | 2018-10-18 | 22 | -648/+1720 |
|\ \ \ \ \ |
|
| * | | | | | Using dual joycons as the default controller | David Marcec | 2018-10-17 | 3 | -77/+59 |
| * | | | | | Wip | David Marcec | 2018-10-12 | 2 | -3/+23 |
| * | | | | | Dynamically decide handheld variant based on supported npad id priority | David Marcec | 2018-10-11 | 3 | -19/+62 |
| * | | | | | Added BeginPermitVibrationSession and EndPermitVibrationSession | David Marcec | 2018-10-10 | 3 | -2/+26 |
| * | | | | | Added GetLedPattern and HandheldVariant | David Marcec | 2018-10-10 | 3 | -6/+63 |
| * | | | | | Kirby expects handheld controllers to be at position 8 | David Marcec | 2018-10-10 | 1 | -2/+8 |
| * | | | | | Added the ability to "disconnect" individual npads | David Marcec | 2018-10-10 | 3 | -16/+40 |
| * | | | | | Removed unneeded forward declarations | David Marcec | 2018-10-10 | 2 | -13/+2 |
| * | | | | | Addressed changes for better hid | David Marcec | 2018-10-10 | 19 | -167/+238 |
| * | | | | | "Better Hid" rework part 1 | David Marcec | 2018-10-10 | 22 | -644/+1500 |
* | | | | | | Merge pull request #1489 from FernandoS27/fix-tlds | bunnei | 2018-10-18 | 1 | -1/+5 |
|\ \ \ \ \ \
| |_|/ / / /
|/| | | | | |
|
| * | | | | | Fix TLDS | FernandoS27 | 2018-10-14 | 1 | -1/+5 |
| | |_|/ /
| |/| | | |
|
* | | | | | Merge pull request #1497 from bunnei/flush-framebuffers | bunnei | 2018-10-18 | 15 | -188/+429 |
|\ \ \ \ \ |
|
| * | | | | | gl_rasterizer_cache: Remove unnecessary block_depth=1 on Flush. | bunnei | 2018-10-18 | 1 | -1/+0 |
| * | | | | | gl_rasterizer_cache: Remove unnecessary temporary buffer with unswizzle. | bunnei | 2018-10-18 | 1 | -5/+2 |
| * | | | | | gl_rasterizer_cache: Use AccurateCopySurface for use_accurate_gpu_emulation. | bunnei | 2018-10-16 | 2 | -2/+18 |
| * | | | | | config: Rename use_accurate_framebuffers -> use_accurate_gpu_emulation. | bunnei | 2018-10-16 | 10 | -20/+20 |
| * | | | | | rasterizer_cache: Refactor to support in-order flushing. | bunnei | 2018-10-16 | 6 | -63/+116 |
| * | | | | | gl_rasterizer_cache: Refactor to only call GetRegionEnd on surface creation. | bunnei | 2018-10-16 | 2 | -16/+23 |
| * | | | | | gl_rasterizer_cache: Only flush when use_accurate_framebuffers is enabled. | bunnei | 2018-10-16 | 2 | -2/+13 |
| * | | | | | gl_rasterizer_cache: Separate guest and host surface size managment. | bunnei | 2018-10-16 | 2 | -92/+94 |
| * | | | | | gl_rasterizer_cache: Rename GetGLBytesPerPixel to GetBytesPerPixel. | bunnei | 2018-10-16 | 2 | -17/+18 |
| * | | | | | gl_rasterizer_cache: Remove unused FlushSurface method. | bunnei | 2018-10-16 | 2 | -7/+0 |
| * | | | | | gl_rasterizer: Implement flushing. | bunnei | 2018-10-16 | 1 | -1/+25 |
| * | | | | | gl_rasterizer_cache: Remove usage of Memory::Read/Write functions. | bunnei | 2018-10-16 | 1 | -13/+8 |
| * | | | | | gl_rasterizer_cache: Clamp cached surface size to mapped GPU region size. | bunnei | 2018-10-16 | 2 | -19/+37 |
| * | | | | | memory_manager: Add a method for querying the end of a mapped GPU region. | bunnei | 2018-10-16 | 2 | -0/+11 |
| * | | | | | rasterizer_cache: Reintroduce method for flushing. | bunnei | 2018-10-16 | 3 | -0/+23 |
| * | | | | | gl_rasterizer_cache: Reintroduce code for handling swizzle and flush to guest RAM. | bunnei | 2018-10-16 | 2 | -28/+119 |
| | |_|/ /
| |/| | | |
|
* | | | | | Merge pull request #1498 from lioncash/aslr | bunnei | 2018-10-18 | 4 | -28/+44 |
|\ \ \ \ \ |
|
| * | | | | | svc: Clarify enum values for AddressSpaceBaseAddr and AddressSpaceSize in svcGetInfo() | Lioncash | 2018-10-15 | 4 | -28/+44 |
* | | | | | | Merge pull request #1496 from FernandoS27/tex-array | bunnei | 2018-10-18 | 1 | -14/+55 |
|\ \ \ \ \ \ |
|
| * | | | | | | Implement Arrays on Tex Instruction | FernandoS27 | 2018-10-14 | 1 | -14/+55 |
| | |_|/ / /
| |/| | | | |
|
* | | | | | | Merge pull request #1509 from DarkLordZach/device-save-data | bunnei | 2018-10-18 | 1 | -1/+12 |
|\ \ \ \ \ \
| |_|_|/ / /
|/| | | | | |
|
| * | | | | | savedata_factory: Add TemporaryStorage SaveDataSpaceId | Zach Hilman | 2018-10-16 | 1 | -1/+4 |
| * | | | | | savedata_factory: Add support for DeviceSaveData | Zach Hilman | 2018-10-16 | 1 | -0/+8 |
* | | | | | | Merge pull request #1443 from DarkLordZach/lower-loader-logs-1 | bunnei | 2018-10-16 | 2 | -3/+9 |
|\ \ \ \ \ \ |
|
| * | | | | | | patch_manager: Move non-Program RomFS patch log to Debug | Zach Hilman | 2018-10-13 | 1 | -2/+8 |
| * | | | | | | content_archive: Move get key log to Trace level | Zach Hilman | 2018-10-13 | 1 | -1/+1 |
* | | | | | | | Implement VI ConvertScalingMode (#1475) | David | 2018-10-16 | 1 | -1/+49 |
* | | | | | | | Merge pull request #1502 from lioncash/unique | bunnei | 2018-10-16 | 12 | -60/+76 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | core_cpu: Make Cpu scheduler instances unique_ptrs instead of shared_ptrs | Lioncash | 2018-10-15 | 10 | -31/+50 |
| * | | | | | | | core: Make the live Cpu instances unique_ptrs instead of shared_ptrs | Lioncash | 2018-10-15 | 1 | -9/+9 |
| * | | | | | | | core: Make the exclusive monitor a unique_ptr instead of a shared_ptr | Lioncash | 2018-10-15 | 5 | -15/+13 |
| * | | | | | | | core: Make CPUBarrier a unique_ptr instead of a shared_ptr | Lioncash | 2018-10-15 | 3 | -11/+10 |
* | | | | | | | | Merge pull request #1508 from lioncash/unique-reg | bunnei | 2018-10-16 | 12 | -51/+53 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | file_sys/registered_cache: Use unique_ptr and regular pointers instead of shared_ptrs where applicable | Lioncash | 2018-10-16 | 12 | -51/+53 |
| | |_|/ / / / /
| |/| | | | | | |
|
* | | | | | | | | Merge pull request #1507 from FearlessTobi/port-4327 | bunnei | 2018-10-16 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \
| |/ / / / / / /
|/| | | | | | | |
|
| * | | | | | | | travis: Ignore binary files when checking for trailing whitespace | Cameron Cawley | 2018-10-16 | 1 | -1/+1 |
|/ / / / / / / |
|
* | | | | | | | Merge pull request #1473 from lioncash/cmake | bunnei | 2018-10-16 | 7 | -199/+214 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | core/CMakeLists: Make all web_service-related libraries private | Lioncash | 2018-10-11 | 1 | -1/+1 |
| * | | | | | | | web_backend: Make Client use the PImpl idiom | Lioncash | 2018-10-11 | 5 | -142/+154 |
| * | | | | | | | telemetry_json: Use the PImpl idiom to avoid unnecessary dependency exposure | Lioncash | 2018-10-11 | 2 | -49/+55 |
| * | | | | | | | telemetry_json: Add missing override specifier to the destructor of TelemetryJson | Lioncash | 2018-10-11 | 1 | -1/+1 |
| * | | | | | | | telemetry_json: Take std::string parameters by value | Lioncash | 2018-10-11 | 2 | -3/+2 |
| * | | | | | | | telemetry_json: Remove unnecessary includes | Lioncash | 2018-10-11 | 2 | -3/+1 |
| * | | | | | | | core/CMakeLists: Use target_compile_definitions instead of add_definitions for specifying ENABLE_WEB_SERVICE | Lioncash | 2018-10-11 | 1 | -1/+1 |
* | | | | | | | | Merge pull request #1487 from lioncash/maybe-unused | bunnei | 2018-10-16 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | yuzu/main: Apply the [[maybe_unused]] attribute to the parameter of SetDiscordEnabled() | Lioncash | 2018-10-13 | 1 | -1/+1 |
| | |_|_|/ / / /
| |/| | | | | | |
|
* | | | | | | | | Merge pull request #1504 from lioncash/constant | bunnei | 2018-10-16 | 1 | -3/+6 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | file_sys/control_metadata: Get rid of magic constants | Lioncash | 2018-10-16 | 1 | -3/+6 |
|/ / / / / / / / |
|
* | | | | | | | | Merge pull request #1494 from DarkLordZach/aoc-signature-fixes | bunnei | 2018-10-16 | 3 | -3/+20 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | aoc: Read DLC base title ID from RegisteredCache | Zach Hilman | 2018-10-15 | 3 | -2/+18 |
| * | | | | | | | | aoc: Return size in ListAddOnContent | Zach Hilman | 2018-10-14 | 1 | -1/+2 |
| |/ / / / / / / |
|
* | | | | | | | | Merge pull request #1499 from lioncash/nro | bunnei | 2018-10-15 | 7 | -28/+39 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | nso: Return an optional address from LoadModule | Lioncash | 2018-10-15 | 5 | -16/+29 |
| * | | | | | | | | nso: Make LoadModule take a VfsFile by const reference | Lioncash | 2018-10-15 | 3 | -11/+9 |
| * | | | | | | | | nro: Make LoadNro take a VfsFile by const reference | Lioncash | 2018-10-15 | 2 | -6/+6 |
| | |_|_|_|/ / /
| |/| | | | | | |
|
* | | | | | | | | Merge pull request #1500 from DarkLordZach/key-derivation-6.0.0 | bunnei | 2018-10-15 | 2 | -4/+8 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | crypto: Various crypto fixes for quickstart guide | Zach Hilman | 2018-10-15 | 2 | -4/+8 |
| | |_|_|/ / / /
| |/| | | | | | |
|
* | | | | | | | | Merge pull request #1503 from ReinUsesLisp/misc-vc | bunnei | 2018-10-15 | 3 | -7/+6 |
|\ \ \ \ \ \ \ \
| |/ / / / / / /
|/| | | | | | | |
|
| * | | | | | | | shader_bytecode: Add Control Code enum 0xf | ReinUsesLisp | 2018-10-15 | 1 | -1/+1 |
| * | | | | | | | gl_shader_decompiler: Fixup style inconsistencies | ReinUsesLisp | 2018-10-15 | 1 | -5/+3 |
| * | | | | | | | gl_rasterizer: Silence implicit cast warning in glBindBufferRange | ReinUsesLisp | 2018-10-15 | 1 | -1/+2 |
|/ / / / / / / |
|
* | | | | | | | Merge pull request #1486 from lioncash/file | bunnei | 2018-10-14 | 4 | -63/+72 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | partition_data_manager: Reserve and insert data within output vector in DecryptPackage2() | Lioncash | 2018-10-13 | 1 | -20/+16 |
| * | | | | | | | partition_data_manager: Remove unused std::map instance within DecryptPackage2() | Lioncash | 2018-10-13 | 1 | -2/+0 |
| * | | | | | | | partition_data_manager: Take package2_keys by const reference | Lioncash | 2018-10-13 | 2 | -2/+3 |
| * | | | | | | | partition_data_manager: Move IV data to where it's needed in DecryptPackage2() | Lioncash | 2018-10-13 | 1 | -3/+1 |
| * | | | | | | | partition_data_manager: Remove commented out code | Lioncash | 2018-10-13 | 1 | -2/+0 |
| * | | | | | | | key_manager/partition_data_manager: Silence truncation compiler warnings | Lioncash | 2018-10-13 | 4 | -10/+15 |
| * | | | | | | | partition_data_manager: Dehardcode array bounds | Lioncash | 2018-10-13 | 2 | -7/+12 |
| * | | | | | | | partition_data_manager: Take VirtualFile by const reference in constructor | Lioncash | 2018-10-13 | 2 | -2/+2 |
| * | | | | | | | partition_data_manager: Amend constructor initializer list order | Lioncash | 2018-10-13 | 1 | -2/+3 |
| * | | | | | | | partition_data_manager: Remove unused includes | Lioncash | 2018-10-13 | 2 | -4/+1 |
| * | | | | | | | key_manager: Use std::vector's insert() instead of std::copy with a back_inserter | Lioncash | 2018-10-13 | 1 | -2/+2 |
| * | | | | | | | key_manager: Brace long conditional body | Lioncash | 2018-10-13 | 1 | -1/+2 |
| * | | | | | | | key_manager: Don't assume file seeks and reads will always succeed | Lioncash | 2018-10-13 | 1 | -7/+17 |
| * | | | | | | | key_manager: Remove unnecessary seek in DeriveSDSeed() | Lioncash | 2018-10-13 | 1 | -1/+0 |
| | |/ / / / /
| |/| | | | | |
|
* | | | | | | | Merge pull request #1490 from lioncash/boot | bunnei | 2018-10-14 | 1 | -14/+12 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | yuzu/main: Simplify OnMenuLoadFile() | Lioncash | 2018-10-13 | 1 | -14/+12 |
| |/ / / / / / |
|
* | | | | | | | Merge pull request #1488 from Hexagon12/astc-types | bunnei | 2018-10-14 | 3 | -6/+32 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | Added ASTC 5x4; 8x5 | Hexagon12 | 2018-10-13 | 3 | -6/+32 |
* | | | | | | | | Merge pull request #1491 from lioncash/reference | bunnei | 2018-10-14 | 7 | -20/+19 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | filesystem: Make CreateFactories() and InstallInterface() take a VfsFilesystem instance by reference | Lioncash | 2018-10-13 | 7 | -20/+19 |
| | |/ / / / / /
| |/| | | | | | |
|
* | | | | | | | | Merge pull request #1480 from FernandoS27/neue-swizzle | bunnei | 2018-10-14 | 8 | -107/+176 |
|\ \ \ \ \ \ \ \
| |_|_|/ / / / /
|/| | | | | | | |
|
| * | | | | | | | Shorten the implementation of 3D swizzle to only 3 functions | FernandoS27 | 2018-10-14 | 1 | -70/+27 |
| * | | | | | | | Fix a Crash on Zelda BotW and Splatoon 2, and simplified LoadGLBuffer | FernandoS27 | 2018-10-13 | 2 | -19/+2 |
| * | | | | | | | Propagate depth and depth_block on modules using decoders | FernandoS27 | 2018-10-13 | 8 | -54/+67 |
| * | | | | | | | Remove old Swizzle algorithms and use 3d Swizzle | FernandoS27 | 2018-10-13 | 1 | -93/+69 |
| * | | | | | | | Implement Precise 3D Swizzle | FernandoS27 | 2018-10-13 | 1 | -3/+71 |
| * | | | | | | | Implement Fast 3D Swizzle | FernandoS27 | 2018-10-13 | 1 | -2/+74 |
| |/ / / / / / |
|
* | | | | | | | Merge pull request #1492 from lioncash/proc | bunnei | 2018-10-14 | 3 | -4/+50 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | svc: Implement svcGetProcessInfo | Lioncash | 2018-10-13 | 3 | -4/+50 |
| |/ / / / / / |
|
* | | | | | | | Merge pull request #1495 from ogniK5377/break-stop | bunnei | 2018-10-14 | 1 | -0/+6 |
|\ \ \ \ \ \ \
| |/ / / / / /
|/| | | | | | |
|
| * | | | | | | Stop all threads on svcBreak | David Marcec | 2018-10-14 | 1 | -0/+6 |
|/ / / / / / |
|
* | | | | | | Merge pull request #1409 from DarkLordZach/key-derivation | bunnei | 2018-10-13 | 11 | -74/+1663 |
|\ \ \ \ \ \ |
|
| * | | | | | | partition_data_manager: Rename system files for hekate | Zach Hilman | 2018-10-07 | 6 | -195/+247 |
| * | | | | | | qt: Add rederive keyset menu option | Zach Hilman | 2018-10-07 | 3 | -49/+89 |
| * | | | | | | qt: Add key derivation progress bar on initial setup | Zach Hilman | 2018-10-07 | 1 | -0/+52 |
| * | | | | | | crypto: Add PartitionDataManager | Zach Hilman | 2018-10-07 | 3 | -0/+692 |
| * | | | | | | key_manager: Add support for loading keys from partition data | Zach Hilman | 2018-10-07 | 2 | -0/+88 |
| * | | | | | | key_manager: Add ETicket key derivation | Zach Hilman | 2018-10-07 | 3 | -2/+277 |
| * | | | | | | key_manager: Add base key derivation | Zach Hilman | 2018-10-07 | 2 | -4/+220 |
| * | | | | | | key_manager: Add BIS key getter | Zach Hilman | 2018-10-07 | 2 | -2/+19 |
| * | | | | | | key_manager: Add support for more keys | Zach Hilman | 2018-10-07 | 2 | -3/+99 |
| * | | | | | | key_manager: Add keyblob support | Zach Hilman | 2018-10-07 | 2 | -0/+14 |
| * | | | | | | key_manager: Add support for crypto revisions past 04 | Zach Hilman | 2018-10-07 | 1 | -43/+63 |
| * | | | | | | key_manager: Add support for comments in keyfiles | Zach Hilman | 2018-10-07 | 1 | -0/+3 |
| * | | | | | | vfs: Move forward declarations to separate file | Zach Hilman | 2018-10-07 | 2 | -9/+22 |
| * | | | | | | key_manager: Add support for console-specific keyfile | Zach Hilman | 2018-10-07 | 2 | -3/+13 |
| * | | | | | | key_manager: Rename KEK to Kek | Zach Hilman | 2018-10-07 | 2 | -8/+9 |
| * | | | | | | externals/mbedtls: Enable CMAC module | Zach Hilman | 2018-10-07 | 1 | -0/+0 |
* | | | | | | | Merge pull request #1483 from lioncash/codeset | bunnei | 2018-10-13 | 7 | -83/+45 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | kernel/process: Make CodeSet a regular non-inherited object | Lioncash | 2018-10-12 | 7 | -83/+45 |
* | | | | | | | | Merge pull request #1484 from FernandoS27/calculate-size | bunnei | 2018-10-13 | 2 | -0/+22 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | Implemented helper function to correctly calculate a texture's size | FernandoS27 | 2018-10-12 | 2 | -0/+22 |
| | |_|_|_|/ / /
| |/| | | | | | |
|
* | | | | | | | | Merge pull request #1481 from lioncash/typo | bunnei | 2018-10-13 | 1 | -3/+3 |
|\ \ \ \ \ \ \ \
| |/ / / / / / /
|/| | | | | | | |
|
| * | | | | | | | svc: Fix typos in sanitizing checks for MapMemory/UnmapMemory | Lioncash | 2018-10-12 | 1 | -3/+3 |
| |/ / / / / / |
|
* | | | | | | | Merge pull request #1467 from ogniK5377/svcbreak-type-fix | bunnei | 2018-10-12 | 2 | -28/+36 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | Changed all casts in svc_wrap.h to be static_cast instead | David Marcec | 2018-10-10 | 1 | -25/+28 |
| * | | | | | | | Use a better name than "dont_kill_application" | David Marcec | 2018-10-10 | 1 | -2/+2 |
| * | | | | | | | Fixed incorrect types for svcBreak | David Marcec | 2018-10-10 | 2 | -3/+8 |
| | |_|_|_|/ /
| |/| | | | | |
|
* | | | | | | | Merge pull request #1478 from ogniK5377/remap-invalidhandle-remap | bunnei | 2018-10-12 | 1 | -3/+10 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | Returned an error before processing other remaps | David Marcec | 2018-10-12 | 1 | -6/+2 |
| * | | | | | | | Passing an invalid nmap handle to Remap should throw an error | David Marcec | 2018-10-11 | 1 | -3/+14 |
| | |_|_|/ / /
| |/| | | | | |
|
* | | | | | | | Merge pull request #1482 from lioncash/init | bunnei | 2018-10-12 | 1 | -4/+1 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | thread: Remove unnecessary memset from ResetThreadContext() | Lioncash | 2018-10-12 | 1 | -4/+1 |
| | |_|/ / / /
| |/| | | | | |
|
* | | | | | | | Merge pull request #1479 from ogniK5377/nmap-revamped | bunnei | 2018-10-12 | 1 | -12/+60 |
|\ \ \ \ \ \ \
| |/ / / / / /
|/| | | | | | |
|
| * | | | | | | Made the minimum alignment more clear | David Marcec | 2018-10-12 | 1 | -2/+3 |
| * | | | | | | Added error codes for nvmap | David Marcec | 2018-10-11 | 1 | -12/+59 |
| |/ / / / / |
|
* | | | | | | Merge pull request #1474 from ogniK5377/hwopus-decodeinterleavedwithperformance | bunnei | 2018-10-11 | 1 | -3/+34 |
|\ \ \ \ \ \ |
|
| * | | | | | | HwOpus, Implemented DecodeInterleavedWithPerformance | David Marcec | 2018-10-11 | 1 | -3/+34 |
| |/ / / / / |
|
* | | | | | | Merge pull request #1472 from lioncash/san | bunnei | 2018-10-11 | 2 | -12/+81 |
|\ \ \ \ \ \ |
|
| * | | | | | | svc: Add missing address range sanitizing checks to MapMemory/UnmapMemory | Lioncash | 2018-10-11 | 2 | -12/+81 |
| | |_|_|/ /
| |/| | | | |
|
* | | | | | | Merge pull request #1476 from bunnei/fix-unmap-flush | bunnei | 2018-10-11 | 1 | -3/+4 |
|\ \ \ \ \ \ |
|
| * | | | | | | nvhost_as_gpu: Flush CPU VAddr on UnmapBuffer. | bunnei | 2018-10-11 | 1 | -3/+4 |
| | |/ / / /
| |/| | | | |
|
* | | | | | | Merge pull request #1477 from ReinUsesLisp/vmad | bunnei | 2018-10-11 | 2 | -0/+118 |
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
|
| * | | | | | gl_shader_decompiler: Implement VMAD | ReinUsesLisp | 2018-10-11 | 2 | -0/+118 |
|/ / / / / |
|
* | | | | | Merge pull request #1458 from FernandoS27/fix-render-target-block-settings | bunnei | 2018-10-11 | 5 | -18/+81 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | Add memory Layout to Render Targets and Depth Buffers | FernandoS27 | 2018-10-10 | 3 | -21/+33 |
| * | | | | Fixed block height settings for RenderTargets and Depth Buffers, and added block width and block depth | FernandoS27 | 2018-10-10 | 5 | -12/+63 |
* | | | | | Merge pull request #1460 from FernandoS27/scissor_test | bunnei | 2018-10-10 | 3 | -1/+36 |
|\ \ \ \ \ |
|
| * | | | | | Implement Scissor Test | FernandoS27 | 2018-10-09 | 1 | -4/+9 |
| * | | | | | Assert Scissor tests | FernandoS27 | 2018-10-09 | 3 | -1/+31 |
| |/ / / / |
|
* | | | | | Merge pull request #1425 from ReinUsesLisp/geometry-shaders | bunnei | 2018-10-10 | 11 | -120/+543 |
|\ \ \ \ \ |
|
| * | | | | | gl_shader_decompiler: Move position varying location from 15 to 0 and apply an offset | ReinUsesLisp | 2018-10-07 | 1 | -6/+10 |
| * | | | | | gl_shader_decompiler: Implement geometry shaders | ReinUsesLisp | 2018-10-07 | 10 | -107/+522 |
| * | | | | | video_core: Allow LabelGLObject to use extra info on any object | ReinUsesLisp | 2018-10-07 | 1 | -10/+14 |
| | |_|/ /
| |/| | | |
|
* | | | | | Merge pull request #1469 from lioncash/ptr | bunnei | 2018-10-10 | 10 | -39/+41 |
|\ \ \ \ \ |
|
| * | | | | | kernel/thread: Use a regular pointer for the owner/current process | Lioncash | 2018-10-10 | 10 | -39/+41 |
|/ / / / / |
|
* | | | | | Merge pull request #1461 from lioncash/warn | bunnei | 2018-10-10 | 1 | -3/+3 |
|\ \ \ \ \ |
|
| * | | | | | ips_layer: Silence truncation and conversion warnings | Lioncash | 2018-10-09 | 1 | -3/+3 |
| | |/ / /
| |/| | | |
|
* | | | | | Merge pull request #1464 from lioncash/unique | bunnei | 2018-10-10 | 7 | -21/+18 |
|\ \ \ \ \
| |_|_|/ /
|/| | | | |
|
| * | | | | patch_manager: Return a std::unique_ptr from ParseControlNCA() and GetControlMetadata() instead of a std::shared_ptr | Lioncash | 2018-10-09 | 7 | -21/+18 |
| |/ / / |
|
* | | | | Merge pull request #1466 from lioncash/unused | bunnei | 2018-10-10 | 1 | -7/+3 |
|\ \ \ \ |
|
| * | | | | gl_shader_decompiler: Remove unused variables in TMML's implementation | Lioncash | 2018-10-09 | 1 | -7/+3 |
| |/ / / |
|
* | | | | Merge pull request #1463 from FearlessTobi/port-4310 | bunnei | 2018-10-10 | 4 | -10/+131 |
|\ \ \ \ |
|
| * | | | | implemented touch in Qt and SDL | NeatNit | 2018-10-09 | 4 | -10/+131 |
| |/ / / |
|
* | | | | Merge pull request #1459 from ogniK5377/break | bunnei | 2018-10-09 | 1 | -5/+20 |
|\ \ \ \ |
|
| * | | | | Added bitfield instead of manually checking if the bit is set | David Marcec | 2018-10-09 | 1 | -4/+12 |
| * | | | | Actual kill execution when the bit isn't set, not the other way around | David Marcec | 2018-10-09 | 1 | -1/+1 |
| * | | | | svcBreak, Signalling to the debugger should not kill execution | David Marcec | 2018-10-09 | 1 | -5/+12 |
* | | | | | Merge pull request #1465 from lioncash/telemetry | bunnei | 2018-10-09 | 2 | -7/+9 |
|\ \ \ \ \ |
|
| * | | | | | telemetry_session: Remove doxygen comment for a non-existent parameter | Lioncash | 2018-10-09 | 1 | -1/+0 |
| * | | | | | telemetry_session: Add missing includes | Lioncash | 2018-10-09 | 2 | -2/+5 |
| * | | | | | telemetry_session: Remove unimplemented FinalizeAsyncJob prototype | Lioncash | 2018-10-09 | 1 | -2/+0 |
| * | | | | | telemetry_session: Use a std::array in GenerateTelemetryId() | Lioncash | 2018-10-09 | 1 | -2/+4 |
| | |/ / /
| |/| | | |
|
* | | | | | Merge pull request #1462 from lioncash/move | bunnei | 2018-10-09 | 2 | -20/+60 |
|\ \ \ \ \ |
|
| * | | | | | ips_layer: Avoid constructing std::vector instances where not necessary | Lioncash | 2018-10-09 | 1 | -6/+25 |
| * | | | | | ips_layer: Remove unnecessary explicit std::pair constructor in std::array | Lioncash | 2018-10-09 | 1 | -5/+13 |
| * | | | | | ips_layer: Add missing includes | Lioncash | 2018-10-09 | 2 | -7/+17 |
| * | | | | | ips_layer: std::move data within PatchIPS() and Apply() | Lioncash | 2018-10-09 | 1 | -2/+5 |
| |/ / / / |
|
* | | | | | Merge pull request #1455 from ogniK5377/smo-softlockfix | bunnei | 2018-10-09 | 2 | -15/+123 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | EffectOutStatus padding is now in hex | David Marcec | 2018-10-09 | 1 | -1/+1 |
| * | | | | Fixups for softlock | David Marcec | 2018-10-07 | 2 | -6/+7 |
| * | | | | Fixed missing return | David Marcec | 2018-10-07 | 1 | -1/+1 |
| * | | | | Fixed smo softlock | David Marcec | 2018-10-07 | 2 | -13/+120 |
* | | | | | Merge pull request #1423 from DarkLordZach/romfs-file-exts | bunnei | 2018-10-08 | 5 | -10/+38 |
|\ \ \ \ \ |
|
| * | | | | | patch_manager: Avoid romfs_ext requirement for patching | Zach Hilman | 2018-10-04 | 1 | -4/+1 |
| * | | | | | fsmitm_romfsbuild: Extract stubs and IPS to romfs_ext dir | Zach Hilman | 2018-10-04 | 5 | -21/+38 |
| * | | | | | fsmitm_romfsbuild: Add support for stubbing and IPS patches in LFS | Zach Hilman | 2018-10-04 | 1 | -0/+14 |
* | | | | | | Merge pull request #1424 from DarkLordZach/ips-witch | bunnei | 2018-10-08 | 6 | -23/+323 |
|\ \ \ \ \ \
| |_|_|/ / /
|/| | | | | |
|
| * | | | | | ips_layer: Fix inaccuracies with comments and flags | Zach Hilman | 2018-10-04 | 3 | -16/+51 |
| * | | | | | ips_layer: Deduplicate resource usage | Zach Hilman | 2018-10-04 | 5 | -33/+39 |
| * | | | | | ips_layer: Add support for escape sequences and midline comments | Zach Hilman | 2018-10-04 | 3 | -8/+41 |
| * | | | | | patch_manager: Add support for IPSwitch format patches | Zach Hilman | 2018-10-04 | 1 | -22/+56 |
| * | | | | | ips_layer: Add IPSwitchCompiler to process IPSwitch format | Zach Hilman | 2018-10-04 | 2 | -0/+168 |
| * | | | | | hex_util: Add HexVectorToString and HexStringToVector | Zach Hilman | 2018-10-04 | 2 | -0/+24 |
| |/ / / / |
|
* | | | | | Merge pull request #1456 from ogniK5377/aoc-u-fixups | bunnei | 2018-10-08 | 1 | -5/+5 |
|\ \ \ \ \ |
|
| * | | | | | Fixed assertion due to CountAddOnContent | David Marcec | 2018-10-07 | 1 | -5/+5 |
| | |_|/ /
| |/| | | |
|
* | | | | | Merge pull request #1457 from ogniK5377/unmap-buffer | bunnei | 2018-10-08 | 1 | -1/+6 |
|\ \ \ \ \ |
|
| * | | | | | Unmapping an unmapped buffer should succeed | David Marcec | 2018-10-08 | 1 | -1/+6 |
| |/ / / / |
|
* | | | | | Merge pull request #1419 from DarkLordZach/homebrew-args | bunnei | 2018-10-08 | 10 | -11/+84 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | nso/nro: Use default allocation size for arg_data | Zach Hilman | 2018-10-07 | 4 | -14/+20 |
| * | | | | cmd: Support passing game arguments from command line | Zach Hilman | 2018-10-07 | 4 | -10/+14 |
| * | | | | qt: Add UI option to configure arguments | Zach Hilman | 2018-10-07 | 3 | -0/+27 |
| * | | | | settings: Add program_args string setting | Zach Hilman | 2018-10-07 | 1 | -0/+1 |
| * | | | | nso/nro: Add NSO arguments structure to data section | Zach Hilman | 2018-10-07 | 4 | -3/+38 |
|/ / / / |
|
* | | | | Merge pull request #1396 from DarkLordZach/packed-updates | bunnei | 2018-10-07 | 16 | -21/+143 |
|\ \ \ \ |
|
| * | | | | romfs_factory: Extract packed update setter to new function | Zach Hilman | 2018-10-05 | 10 | -9/+38 |
| * | | | | patch_manager: Add support for NSP packed updates | Zach Hilman | 2018-10-05 | 2 | -3/+10 |
| * | | | | game_list: Add XCI update versioning to game list | Zach Hilman | 2018-10-05 | 1 | -4/+8 |
| * | | | | patch_manager: Add support for packed updates | Zach Hilman | 2018-10-05 | 4 | -5/+18 |
| * | | | | loader: Add getter for packed update | Zach Hilman | 2018-10-05 | 6 | -3/+58 |
| * | | | | loader: Add ReadRomFSIVFCOffset to NSP, XCI, and NAX loaders | Zach Hilman | 2018-10-05 | 6 | -6/+20 |
| |/ / / |
|
* | | | | Merge pull request #1446 from bunnei/fast_fermi_copy | bunnei | 2018-10-07 | 10 | -40/+121 |
|\ \ \ \ |
|
| * | | | | yuzu/yuzu_cmd: Add checks for required extension ARB_copy_image. | bunnei | 2018-10-06 | 2 | -0/+4 |
| * | | | | fermi_2d: Implement simple copies with AccelerateSurfaceCopy. | bunnei | 2018-10-06 | 3 | -24/+36 |
| * | | | | gl_rasterizer: Add rasterizer cache code to handle accerated fermi copies. | bunnei | 2018-10-06 | 5 | -16/+60 |
| * | | | | gl_rasterizer_cache: Implement a simpler surface copy using glCopyImageSubData. | bunnei | 2018-10-06 | 1 | -0/+21 |
* | | | | | Merge pull request #1437 from FernandoS27/tex-mode2 | bunnei | 2018-10-07 | 6 | -69/+265 |
|\ \ \ \ \ |
|
| * | | | | | Implemented Depth Compare and Shadow Samplers | FernandoS27 | 2018-10-06 | 6 | -65/+224 |
| * | | | | | Implemented Texture Processing Modes in TEXS and TLDS | FernandoS27 | 2018-10-03 | 1 | -5/+42 |
* | | | | | | Merge pull request #1453 from FearlessTobi/port-4311 | bunnei | 2018-10-07 | 1 | -1/+1 |
|\ \ \ \ \ \ |
|
| * | | | | | | Remove "#" in the version number | fearlessTobi | 2018-10-06 | 1 | -1/+1 |
| | |/ / / /
| |/| | | | |
|
* | | | | | | Merge pull request #1451 from FearlessTobi/port-4140 | bunnei | 2018-10-07 | 5 | -19/+119 |
|\ \ \ \ \ \
| |_|_|_|_|/
|/| | | | | |
|
| * | | | | | citra_qt/configuration: misc input tab improvements | zhupengfei | 2018-10-06 | 5 | -19/+119 |
| |/ / / / |
|
* | | | | | Merge pull request #1450 from FearlessTobi/port-4312 | Mat M | 2018-10-07 | 1 | -0/+0 |
|\ \ \ \ \ |
|
| * | | | | | Update fmt to 5.2.1 | Weiyi Wang | 2018-10-06 | 1 | -0/+0 |
| |/ / / / |
|
* | | | | | Merge pull request #1448 from ogniK5377/frontend-access | bunnei | 2018-10-07 | 4 | -0/+26 |
|\ \ \ \ \ |
|
| * | | | | | Added forward define for ServerPort | David Marcec | 2018-10-06 | 2 | -4/+6 |
| * | | | | | Ported #4296 from citra | David Marcec | 2018-10-06 | 3 | -1/+25 |
* | | | | | | Merge pull request #1454 from ReinUsesLisp/fixup-draw | Mat M | 2018-10-07 | 1 | -0/+1 |
|\ \ \ \ \ \
| |_|_|_|_|/
|/| | | | | |
|
| * | | | | | gl_rasterizer: Fixup undefined behaviour in SetupDraw | ReinUsesLisp | 2018-10-07 | 1 | -0/+1 |
* | | | | | | Merge pull request #1452 from FearlessTobi/port-4313 | Mat M | 2018-10-06 | 1 | -1/+1 |
|\ \ \ \ \ \
| |_|_|/ / /
|/| | | | | |
|
| * | | | | | CONTRIBUTING.md - remove note about casting numeric types | NeatNit | 2018-10-06 | 1 | -1/+1 |
|/ / / / / |
|
* | | | | | Merge pull request #1449 from lioncash/link | bunnei | 2018-10-06 | 2 | -2/+2 |
|\ \ \ \ \ |
|
| * | | | | | qt: Update telemetry links | Lioncash | 2018-10-06 | 2 | -2/+2 |
|/ / / / / |
|
* | | | | | Merge pull request #1332 from FearlessTobi/port-web-backend | bunnei | 2018-10-06 | 55 | -40/+21635 |
|\ \ \ \ \
| |_|/ / /
|/| | | | |
|
| * | | | | Review comments - part 5 | fearlessTobi | 2018-10-02 | 4 | -8/+7 |
| * | | | | Review comments -part 4 | fearlessTobi | 2018-10-02 | 4 | -9/+7 |
| * | | | | Review comments - part 3 | fearlessTobi | 2018-10-02 | 7 | -26/+8 |
| * | | | | web_backend: protect jwt cache with a mutex | Weiyi Wang | 2018-10-02 | 2 | -1/+4 |
| * | | | | Address more review comments | fearlessTobi | 2018-10-02 | 2 | -5/+5 |
| * | | | | Address a bunch of review comments | fearlessTobi | 2018-10-02 | 11 | -19/+27 |
| * | | | | Port web_service from Citra | fearlessTobi | 2018-10-02 | 45 | -39/+1575 |
| * | | | | Add submodules | fearlessTobi | 2018-10-02 | 11 | -0/+20069 |
| | |/ /
| |/| | |
|
* | | | | Merge pull request #1447 from lioncash/mutex | bunnei | 2018-10-06 | 1 | -1/+1 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | kernel/mutex: Amend behavior of TransferMutexOwnership() | Lioncash | 2018-10-06 | 1 | -1/+1 |
|/ / / |
|
* | | | Merge pull request #1440 from lioncash/array | bunnei | 2018-10-06 | 3 | -5/+10 |
|\ \ \ |
|
| * | | | ui_settings: Place definition of the theme array within the cpp file | Lioncash | 2018-10-04 | 3 | -5/+10 |
* | | | | Merge pull request #1438 from ReinUsesLisp/quads | bunnei | 2018-10-06 | 8 | -46/+236 |
|\ \ \ \ |
|
| * | | | | gl_rasterizer: Implement quads topology | ReinUsesLisp | 2018-10-04 | 8 | -46/+236 |
* | | | | | Merge pull request #1445 from lioncash/sched | bunnei | 2018-10-06 | 2 | -4/+4 |
|\ \ \ \ \ |
|
| * | | | | | thread: Make the scheduler pointer a regular pointer | balika011 | 2018-10-05 | 2 | -4/+4 |
|/ / / / / |
|
* | | | | | Merge pull request #1439 from lioncash/thread | bunnei | 2018-10-05 | 15 | -227/+418 |
|\ \ \ \ \ |
|
| * | | | | | kernel/thread: Make all instance variables private | Lioncash | 2018-10-04 | 15 | -227/+418 |
| | |/ / /
| |/| | | |
|
* | | | | | Merge pull request #1442 from lioncash/format | bunnei | 2018-10-05 | 1 | -1/+1 |
|\ \ \ \ \
| |_|_|_|/
|/| | | | |
|
| * | | | | text_formatter: Avoid unnecessary string temporary creation in PrintMessage() | Lioncash | 2018-10-05 | 1 | -1/+1 |
| |/ / / |
|
* | | | | Merge pull request #1415 from DarkLordZach/ips | bunnei | 2018-10-04 | 9 | -40/+258 |
|\ \ \ \ |
|
| * | | | | nso: Optimize loading of IPS patches | Zach Hilman | 2018-10-02 | 5 | -51/+43 |
| * | | | | deconstructed_rom_directory: Force NSO loader to patch NSOs | Zach Hilman | 2018-10-01 | 1 | -1/+3 |
| * | | | | nso: Add framework to support patching of uncompressed NSOs | Zach Hilman | 2018-10-01 | 2 | -2/+17 |
| * | | | | patch_manager: Add PatchNSO function | Zach Hilman | 2018-10-01 | 3 | -0/+104 |
| * | | | | patch_manager: Use strings for patch type instead of enum | Zach Hilman | 2018-10-01 | 3 | -33/+36 |
| * | | | | file_sys: Implement function to apply IPS patches | Zach Hilman | 2018-10-01 | 2 | -0/+103 |
| * | | | | nso: Replace NSOHeader padding bytes with build ID | Zach Hilman | 2018-10-01 | 1 | -2/+1 |
| | |_|/
| |/| | |
|
* | | | | Merge pull request #1434 from DarkLordZach/dlc-edge-case | bunnei | 2018-10-04 | 1 | -1/+1 |
|\ \ \ \ |
|
| * | | | | aoc_u: Fix edge case with DLC that causes breaks | Zach Hilman | 2018-10-03 | 1 | -1/+1 |
| |/ / / |
|
* | | | | Merge pull request #1428 from lioncash/qt | bunnei | 2018-10-04 | 1 | -21/+23 |
|\ \ \ \ |
|
| * | | | | configure_graphics: Make functions internally linked where applicable | Lioncash | 2018-10-03 | 1 | -21/+23 |
| | |/ /
| |/| | |
|
* | | | | Merge pull request #1431 from lioncash/audio | bunnei | 2018-10-04 | 2 | -16/+34 |
|\ \ \ \ |
|
| * | | | | configure_audio: Move combo box index setting to their own functions | Lioncash | 2018-10-03 | 2 | -11/+25 |
| * | | | | configure_audio: Use QString::fromStdString() for converting audio device names | Lioncash | 2018-10-03 | 1 | -3/+3 |
| * | | | | configure_audio: Add disambiguation comment for the volume percentage string | Lioncash | 2018-10-03 | 2 | -4/+8 |
| |/ / / |
|
* | | | | Merge pull request #1433 from lioncash/fs | bunnei | 2018-10-04 | 1 | -0/+2 |
|\ \ \ \ |
|
| * | | | | services/fsp_srv: Amend service function table | Lioncash | 2018-10-03 | 1 | -0/+2 |
| |/ / / |
|
* | | | | Merge pull request #1429 from lioncash/translate | bunnei | 2018-10-04 | 1 | -3/+3 |
|\ \ \ \ |
|
| * | | | | configure_input: Make analog mapping strings translatable | Lioncash | 2018-10-03 | 1 | -3/+3 |
| |/ / / |
|
* | | | | Merge pull request #1436 from lioncash/view | bunnei | 2018-10-04 | 2 | -73/+101 |
|\ \ \ \ |
|
| * | | | | submission_package: Avoid dangling std::string_view within SetTicketKeys() | Lioncash | 2018-10-03 | 1 | -2/+5 |
| * | | | | submission_package: Correct location of null check within SetTicketKeys() | Lioncash | 2018-10-03 | 1 | -3/+6 |
| * | | | | submission_package: Use std::string's rfind() when looking for the extension in InitializeExeFSAndRomFS() | Lioncash | 2018-10-03 | 1 | -1/+1 |
| * | | | | submission_package: Ensure the 'extracted' member variable is always initialized | Lioncash | 2018-10-03 | 2 | -3/+1 |
| * | | | | submission_package: Move ExeFS and RomFS initialization to its own function | Lioncash | 2018-10-03 | 2 | -10/+18 |
| * | | | | submission_package: Move NCA reading code to its own function | Lioncash | 2018-10-03 | 2 | -43/+48 |
| * | | | | submission_package: Move ticket key setting to its own function | Lioncash | 2018-10-03 | 1 | -21/+28 |
| * | | | | submission_package: Invert conditionals within NSP's constructor to reduce nesting | Lioncash | 2018-10-03 | 1 | -45/+49 |
| |/ / / |
|
* | | | | Merge pull request #1432 from lioncash/lbl | bunnei | 2018-10-04 | 1 | -19/+19 |
|\ \ \ \ |
|
| * | | | | service/lbl: Update service function table | Lioncash | 2018-10-03 | 1 | -19/+19 |
| | |/ /
| |/| | |
|
* | | | | Merge pull request #1426 from FearlessTobi/port-4253 | bunnei | 2018-10-04 | 4 | -158/+7 |
|\ \ \ \ |
|
| * | | | | string_util: unify UTF8<->UTF16 conversion to codecvt | Weiyi Wang | 2018-10-02 | 2 | -117/+6 |
| * | | | | string_util: remove TString conversion for windows | Weiyi Wang | 2018-10-02 | 2 | -19/+1 |
| * | | | | string_util: remove ShiftJIS/CP1252 conversion function | Weiyi Wang | 2018-10-02 | 2 | -22/+0 |
| |/ / / |
|
* | | | | Merge pull request #1435 from lioncash/xci | bunnei | 2018-10-04 | 1 | -1/+3 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | card_image: Ensure program_nca_status is always initialized | Lioncash | 2018-10-03 | 1 | -1/+3 |
| |/ / |
|
* | | | Merge pull request #1407 from DarkLordZach/dlc | bunnei | 2018-10-01 | 5 | -34/+145 |
|\ \ \
| |_|/
|/| | |
|
| * | | aoc_u: Extract AccumulateAOCTitleIDs to separate function | Zach Hilman | 2018-10-01 | 2 | -21/+28 |
| * | | aoc_u: Implement GetAddOnContentBaseId | Zach Hilman | 2018-10-01 | 3 | -5/+8 |
| * | | aoc_u: Implement Count, List and Prepare AddOnContent | Zach Hilman | 2018-10-01 | 2 | -3/+78 |
| * | | romfs_factory: Read from all locations with StorageId None | Zach Hilman | 2018-10-01 | 1 | -26/+25 |
| * | | patch_manager: Add DLC recognition to PatchManager | Zach Hilman | 2018-10-01 | 2 | -0/+27 |
* | | | Merge pull request #1422 from ReinUsesLisp/fixup-points | bunnei | 2018-10-01 | 1 | -1/+4 |
|\ \ \
| |_|/
|/| | |
|
| * | | gl_rasterizer: Fixup unassigned point sizes | ReinUsesLisp | 2018-10-01 | 1 | -1/+4 |
|/ / |
|
* | | Merge pull request #1330 from raven02/tlds | bunnei | 2018-10-01 | 1 | -7/+15 |
|\ \ |
|
| * | | Fix trailing whitespace | raven02 | 2018-09-30 | 1 | -1/+4 |
| * | | Merge branch 'master' into tlds | raven02 | 2018-09-19 | 164 | -1068/+1657 |
| |\ \ |
|
| * | | | Add 1D sampler for TLDS - TexelFetch (Mario Rabbids) | raven02 | 2018-09-17 | 1 | -7/+12 |
* | | | | Merge pull request #1420 from MerryMage/dynarmic | bunnei | 2018-10-01 | 1 | -0/+0 |
|\ \ \ \ |
|
| * | | | | externals: Update dynarmic to 4e6848d | MerryMage | 2018-09-30 | 1 | -0/+0 |
* | | | | | Merge pull request #1322 from bunnei/tex-cubemap | bunnei | 2018-10-01 | 5 | -129/+355 |
|\ \ \ \ \ |
|
| * | | | | | gl_rasterizer_cache: Fixes to how we do render to cubemap. | bunnei | 2018-09-30 | 2 | -32/+5 |
| * | | | | | gl_rasterizer_cache: Add check for array rendering to cubemap texture. | bunnei | 2018-09-30 | 1 | -0/+8 |
| * | | | | | gl_rasterizer_cache: Implement render to cubemap. | bunnei | 2018-09-30 | 3 | -119/+218 |
| * | | | | | gl_shader_decompiler: TEXS: Implement TextureType::TextureCube. | bunnei | 2018-09-30 | 1 | -0/+8 |
| * | | | | | gl_rasterizer_cache: Add support for SurfaceTarget::TextureCubemap. | bunnei | 2018-09-30 | 2 | -1/+36 |
| * | | | | | gl_rasterizer_cache: Implement LoadGLBuffer for Texture2DArray. | bunnei | 2018-09-30 | 1 | -0/+8 |
| * | | | | | gl_rasterizer_cache: Update BlitTextures to support non-Texture2D ColorTexture surfaces. | bunnei | 2018-09-30 | 1 | -23/+88 |
| * | | | | | gl_rasterizer_cache: Track texture target and depth in the cache. | bunnei | 2018-09-30 | 1 | -2/+3 |
| * | | | | | gl_rasterizer_cache: Workaround for Texture2D -> Texture2DArray scenario. | bunnei | 2018-09-30 | 3 | -6/+21 |
| * | | | | | gl_rasterizer_cache: Keep track of surface 2D size separately from total size. | bunnei | 2018-09-30 | 2 | -32/+46 |
| |/ / / / |
|
* | | | | | Merge pull request #1403 from DarkLordZach/install-sysnand | bunnei | 2018-10-01 | 1 | -4/+14 |
|\ \ \ \ \
| |_|_|_|/
|/| | | | |
|
| * | | | | qt: Install System TitleTypes to System NAND | Zach Hilman | 2018-09-27 | 1 | -4/+14 |
* | | | | | Merge pull request #1338 from raven02/service_vi | bunnei | 2018-09-30 | 1 | -1/+19 |
|\ \ \ \ \ |
|
| * | | | | | Implement ISystemDisplayService::GetDisplayMode | raven02 | 2018-09-30 | 1 | -1/+19 |
* | | | | | | Merge pull request #1417 from lioncash/context | bunnei | 2018-09-30 | 22 | -82/+183 |
|\ \ \ \ \ \
| |_|_|/ / /
|/| | | | | |
|
| * | | | | | kernel/svc: Implement svcGetThreadContext() | Lioncash | 2018-09-30 | 3 | -2/+37 |
| * | | | | | kernel/process: Add a data member to determine if a process is 64-bit or not. | Lioncash | 2018-09-30 | 2 | -0/+11 |
| * | | | | | kernel/process: Make data member variables private | Lioncash | 2018-09-30 | 18 | -75/+120 |
| * | | | | | arm_interface: Add missing fpsr/tpidr members to the ThreadContext struct | Lioncash | 2018-09-30 | 3 | -5/+15 |
* | | | | | | Merge pull request #1418 from FearlessTobi/port-4269 | Merry | 2018-09-30 | 1 | -1/+1 |
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
|
| * | | | | | OSX: Set MACOSX_DEPLOYMENT_TARGET to 10.13 | B3n30 | 2018-09-30 | 1 | -1/+1 |
* | | | | | | Merge pull request #1414 from lioncash/ref | bunnei | 2018-09-29 | 18 | -42/+28 |
|\ \ \ \ \ \ |
|
| * | | | | | | loader: Make the Load() function take a process as a regular reference, not a SharedPtr | Lioncash | 2018-09-29 | 18 | -42/+28 |
|/ / / / / / |
|
* | | | | | | Merge pull request #1388 from FearlessTobi/port-4258 | bunnei | 2018-09-29 | 1 | -0/+4 |
|\ \ \ \ \ \ |
|
| * | | | | | | Meta: Add gitattributes file | James Rowe | 2018-09-22 | 1 | -0/+4 |
* | | | | | | | Merge pull request #1412 from lioncash/move | bunnei | 2018-09-29 | 2 | -3/+2 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | kernel/object: Remove unnecessary std::move from DynamicObjectCast() | Lioncash | 2018-09-28 | 2 | -3/+2 |
* | | | | | | | | Merge pull request #1411 from ReinUsesLisp/point-size | bunnei | 2018-09-29 | 5 | -1/+27 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | video_core: Implement point_size and add point state sync | ReinUsesLisp | 2018-09-28 | 5 | -1/+27 |
| | |_|/ / / / /
| |/| | | | | | |
|
* | | | | | | | | Merge pull request #1406 from ReinUsesLisp/multibind-samplers | bunnei | 2018-09-29 | 5 | -8/+25 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | gl_state: Pack sampler bindings into a single ARB_multi_bind | ReinUsesLisp | 2018-09-28 | 5 | -8/+25 |
* | | | | | | | | | Merge pull request #1395 from lioncash/vm | bunnei | 2018-09-29 | 18 | -160/+418 |
|\ \ \ \ \ \ \ \ \
| |_|/ / / / / / /
|/| | | | | | | | |
|
| * | | | | | | | | memory: Dehardcode the use of fixed memory range constants | Lioncash | 2018-09-25 | 11 | -75/+60 |
| * | | | | | | | | svc: Report correct memory-related values within some of the cases in svcGetInfo() | Lioncash | 2018-09-25 | 3 | -28/+41 |
| * | | | | | | | | memory: Dehardcode the use of a 36-bit address space | Lioncash | 2018-09-25 | 6 | -22/+61 |
| * | | | | | | | | process/vm_manager: Amend API to allow reading parameters from NPDM metadata | Lioncash | 2018-09-24 | 10 | -38/+259 |
* | | | | | | | | | Merge pull request #1360 from FearlessTobi/port-3979 | bunnei | 2018-09-27 | 3 | -35/+51 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | game_list: move SearchField to game_list_p.h and fix untranslated text | zhupengfei | 2018-09-21 | 3 | -35/+51 |
* | | | | | | | | | | Merge pull request #1394 from lioncash/stream | bunnei | 2018-09-27 | 5 | -12/+12 |
|\ \ \ \ \ \ \ \ \ \
| |_|_|_|/ / / / / /
|/| | | | | | | | | |
|
| * | | | | | | | | | stream: Preserve enum class type in GetState() | Lioncash | 2018-09-24 | 5 | -12/+12 |
| | |/ / / / / / /
| |/| | | | | | | |
|
* | | | | | | | | | Merge pull request #1389 from PhiBabin/valgrind | Mat M | 2018-09-27 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | FPCR register was uninitialized at start up | Philippe Babin | 2018-09-23 | 1 | -1/+1 |
* | | | | | | | | | | Merge pull request #1397 from spycrab/cmake_bin | bunnei | 2018-09-27 | 1 | -2/+0 |
|\ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | CMake: Remove superfluous CMAKE_RUNTIME_OUTPUT_DIRECTORY assignment | spycrab | 2018-09-25 | 1 | -2/+0 |
* | | | | | | | | | | | Merge pull request #1377 from FernandoS27/faster-swizzle | bunnei | 2018-09-27 | 1 | -51/+66 |
|\ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | Reverse stride align restriction on FastSwizzle due to lost performance | FernandoS27 | 2018-09-21 | 1 | -3/+2 |
| * | | | | | | | | | | | Join both Swizzle methods within one interface function | FernandoS27 | 2018-09-21 | 1 | -11/+19 |
| * | | | | | | | | | | | Standarized Legacy Swizzle to look alike FastSwizzle and use a Swizzling Table instead | FernandoS27 | 2018-09-21 | 1 | -42/+38 |
| * | | | | | | | | | | | Remove same output bpp restriction on FastSwizzle | FernandoS27 | 2018-09-21 | 1 | -4/+5 |
| * | | | | | | | | | | | Improved Legacy Swizzler to be better documented and work better | FernandoS27 | 2018-09-21 | 1 | -15/+21 |
| * | | | | | | | | | | | Improved fast swizzle and removed restrictions to it | FernandoS27 | 2018-09-21 | 1 | -7/+12 |
* | | | | | | | | | | | | Merge pull request #1404 from lioncash/vfs | bunnei | 2018-09-27 | 1 | -14/+13 |
|\ \ \ \ \ \ \ \ \ \ \ \
| |_|_|_|_|_|/ / / / / /
|/| | | | | | | | | | | |
|
| * | | | | | | | | | | | fsmitm_romfsbuild: std::move std::vector instances in Build() | Lioncash | 2018-09-26 | 1 | -2/+2 |
| * | | | | | | | | | | | fsmitm_romfsbuild: Replace manual value aligning with Common::AlignUp() | Lioncash | 2018-09-26 | 1 | -12/+11 |
|/ / / / / / / / / / / |
|
* | | | | | | | | | | | Merge pull request #1399 from lioncash/sched | bunnei | 2018-09-26 | 4 | -14/+14 |
|\ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | core_cpu: Make arm_interface instances a std::unique_ptr | Lioncash | 2018-09-25 | 2 | -4/+4 |
| * | | | | | | | | | | | kernel/scheduler: Take ARM_Interface instance by reference in the constructor | Lioncash | 2018-09-25 | 3 | -10/+10 |
| | |_|/ / / / / / / /
| |/| | | | | | | | | |
|
* | | | | | | | | | | | Merge pull request #1400 from lioncash/header | bunnei | 2018-09-26 | 5 | -1/+7 |
|\ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | service: Add missing headers inclusions where applicable | Lioncash | 2018-09-25 | 5 | -1/+7 |
* | | | | | | | | | | | | Merge pull request #1402 from ReinUsesLisp/asserts | bunnei | 2018-09-26 | 5 | -3/+92 |
|\ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | video_core: Add asserts for CS, TFB and alpha testing | ReinUsesLisp | 2018-09-26 | 5 | -3/+92 |
| | |_|_|_|_|_|_|_|/ / /
| |/| | | | | | | | | | |
|
* | | | | | | | | | | | | Merge pull request #1401 from lioncash/vfs | bunnei | 2018-09-26 | 15 | -175/+172 |
|\ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | patch_manager: Invert conditionals within ApplyLayeredFS() | Lioncash | 2018-09-26 | 1 | -27/+30 |
| * | | | | | | | | | | | | vfs_vector: Amend initializer list order in VectorVfsFile's constructor initializer list | Lioncash | 2018-09-26 | 1 | -1/+1 |
| * | | | | | | | | | | | | fsmitm_romfsbuild: Avoid type truncation warnings | Lioncash | 2018-09-26 | 1 | -7/+10 |
| * | | | | | | | | | | | | fsmitm_romfsbuild: Remove unnecessary constructors and initializers for RomFSBuildFileContext and RomFSBuildDirectoryContext | Lioncash | 2018-09-26 | 1 | -5/+3 |
| * | | | | | | | | | | | | fsmitm_romfsbuild: Remove unnecessary loops in Build() | Lioncash | 2018-09-26 | 1 | -6/+0 |
| * | | | | | | | | | | | | fsmitm_romfsbuild: Make auto variable into a std::size_t variable within Build() | Lioncash | 2018-09-26 | 1 | -1/+1 |
| * | | | | | | | | | | | | yuzu/main: Resolve precedence bug within CalculateRomFSEntrySize() | Lioncash | 2018-09-26 | 1 | -1/+1 |
| * | | | | | | | | | | | | yuzu/main: Move functions stored into static std::function instances out of OnGameListDumpRomFS() | Lioncash | 2018-09-26 | 1 | -42/+42 |
| * | | | | | | | | | | | | vfs/etc: Append std:: to size_t usages | Lioncash | 2018-09-26 | 7 | -29/+30 |
| * | | | | | | | | | | | | vfs_concat/vfs_layered: Remove friend declarations from ConcatenatedVfsFile | Lioncash | 2018-09-26 | 8 | -61/+59 |
| * | | | | | | | | | | | | vfs_static: Remove template byte parameter from StaticVfsFile | Lioncash | 2018-09-25 | 4 | -42/+42 |
| |/ / / / / / / / / / / |
|
* | | | | | | | | | | | | Merge pull request #1398 from lioncash/macos | bunnei | 2018-09-26 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ \ \
| |/ / / / / / / / / / /
|/| | | | | | | | | | | |
|
| * | | | | | | | | | | | travis: Make macOS builds utilize Xcode 10 | Lioncash | 2018-09-25 | 1 | -1/+1 |
| | |/ / / / / / / / /
| |/| | | | | | | | | |
|
* | | | | | | | | | | | Merge pull request #1365 from DarkLordZach/lfs | bunnei | 2018-09-25 | 31 | -36/+1203 |
|\ \ \ \ \ \ \ \ \ \ \
| |_|/ / / / / / / / /
|/| | | | | | | | | | |
|
| * | | | | | | | | | | fsmitm: Cleanup and modernize fsmitm port | Zach Hilman | 2018-09-24 | 22 | -378/+378 |
| * | | | | | | | | | | qt: Add UI elements for LayeredFS and related tools | Zach Hilman | 2018-09-22 | 6 | -5/+162 |
| * | | | | | | | | | | romfs: Implement CreateRomFS | Zach Hilman | 2018-09-22 | 2 | -4/+25 |
| * | | | | | | | | | | file_sys: Port Atmosphere-NX fs_mitm implementation | Zach Hilman | 2018-09-22 | 2 | -0/+474 |
| * | | | | | | | | | | filesystem: Add LayeredFS VFS directory getter | Zach Hilman | 2018-09-22 | 2 | -1/+14 |
| * | | | | | | | | | | bis_factory: Add mod directory VFS getter | Zach Hilman | 2018-09-22 | 3 | -3/+18 |
| * | | | | | | | | | | patch_manager: Add LayeredFS mods support | Zach Hilman | 2018-09-22 | 2 | -1/+44 |
| * | | | | | | | | | | vfs_concat: Rewrite and fix ConcatenatedVfsFile | Zach Hilman | 2018-09-22 | 2 | -14/+59 |
| * | | | | | | | | | | vfs_layered: Add LayeredVfsDirectory | Zach Hilman | 2018-09-22 | 2 | -0/+178 |
| * | | | | | | | | | | vfs_vector: Add VectorVfsFile | Zach Hilman | 2018-09-22 | 2 | -0/+75 |
| * | | | | | | | | | | vfs_static: Add StaticVfsFile | Zach Hilman | 2018-09-22 | 2 | -0/+78 |
| * | | | | | | | | | | vfs: Add and rewite VfsRawCopy functions | Zach Hilman | 2018-09-22 | 2 | -6/+36 |
| * | | | | | | | | | | vfs: Add GetEntries method | Zach Hilman | 2018-09-22 | 4 | -0/+32 |
| * | | | | | | | | | | common_paths: Add Load and Dump dirs | Zach Hilman | 2018-09-22 | 3 | -0/+6 |
* | | | | | | | | | | | Merge pull request #1393 from tech4me/svc | bunnei | 2018-09-25 | 1 | -7/+7 |
|\ \ \ \ \ \ \ \ \ \ \
| |_|_|_|/ / / / / / /
|/| | | | | | | | | | |
|
| * | | | | | | | | | | svc: Updated svc names | tech4me | 2018-09-24 | 1 | -7/+7 |
* | | | | | | | | | | | Implemented fatal:u properly (#1347) | David | 2018-09-24 | 3 | -4/+140 |
* | | | | | | | | | | | Stubbed IRS (#1349) | David | 2018-09-24 | 4 | -18/+169 |
* | | | | | | | | | | | Merge pull request #1354 from ogniK5377/ssl-version | bunnei | 2018-09-24 | 1 | -3/+3 |
|\ \ \ \ \ \ \ \ \ \ \
| |_|_|_|_|/ / / / / /
|/| | | | | | | | | | |
|
| * | | | | | | | | | | Corrected SSL::SetInterfaceVersion | David Marcec | 2018-09-19 | 1 | -3/+3 |
| | |_|_|_|_|_|_|_|/
| |/| | | | | | | | |
|
* | | | | | | | | | | Added glObjectLabels for renderdoc for textures and shader programs (#1384) | David | 2018-09-23 | 4 | -0/+48 |
* | | | | | | | | | | Merge pull request #1387 from FearlessTobi/port-4245 | bunnei | 2018-09-23 | 1 | -8/+0 |
|\ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | common/thread: remove YieldCPU() | Weiyi Wang | 2018-09-22 | 1 | -8/+0 |
| | |_|_|_|_|_|/ / /
| |/| | | | | | | | |
|
* | | | | | | | | | | Merge pull request #1385 from FearlessTobi/port-4214 | bunnei | 2018-09-23 | 1 | -2/+6 |
|\ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | Port citra-emu/citra#4214: "Set citra-qt project as default StartUp Project in Visual Studio" | fearlessTobi | 2018-09-22 | 1 | -2/+6 |
* | | | | | | | | | | | Merge pull request #1391 from ogniK5377/GetAudioRendererState | bunnei | 2018-09-23 | 5 | -1/+21 |
|\ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | Added audren:u#GetAudioRendererState | David Marcec | 2018-09-23 | 5 | -1/+21 |
| | |_|_|_|_|/ / / / /
| |/| | | | | | | | | |
|
* | | | | | | | | | | | Merge pull request #1392 from greggameplayer/correct-BC6H | bunnei | 2018-09-23 | 1 | -2/+2 |
|\ \ \ \ \ \ \ \ \ \ \
| |/ / / / / / / / / /
|/| | | | | | | | | | |
|
| * | | | | | | | | | | correct BC6H | greggameplayer | 2018-09-23 | 1 | -2/+2 |
|/ / / / / / / / / / |
|
* | | | | | | | | | | Merge pull request #1378 from lioncash/thread | bunnei | 2018-09-23 | 5 | -100/+145 |
|\ \ \ \ \ \ \ \ \ \
| |_|/ / / / / / / /
|/| | | | | | | | | |
|
| * | | | | | | | | | svc: Move most process termination code to its own function within Process | Lioncash | 2018-09-21 | 3 | -32/+56 |
| * | | | | | | | | | thread/process: Move TLS slot marking/freeing to the process class | Lioncash | 2018-09-21 | 4 | -68/+89 |
| | |_|_|_|_|/ / /
| |/| | | | | | | |
|
* | | | | | | | | | Merge pull request #1386 from jroweboy/oops | James Rowe | 2018-09-22 | 1 | -0/+10 |
|\ \ \ \ \ \ \ \ \
| |_|/ / / / / / /
|/| | | | | | | | |
|
| * | | | | | | | | Build: Reintroduce Appveyor deploy | James Rowe | 2018-09-22 | 1 | -0/+10 |
|/ / / / / / / / |
|
* | | | | | | | | Merge pull request #1380 from lioncash/const | bunnei | 2018-09-22 | 1 | -8/+19 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | shader_bytecode: Lay out the Ipa-related enums better | Lioncash | 2018-09-21 | 1 | -2/+12 |
| * | | | | | | | | shader_bytecode: Make operator== and operator!= of IpaMode const qualified | Lioncash | 2018-09-21 | 1 | -6/+7 |
| | |_|_|_|/ / /
| |/| | | | | | |
|
* | | | | | | | | Merge pull request #1382 from lioncash/inc | bunnei | 2018-09-22 | 2 | -4/+1 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | gl_state: Remove unused type alias | Lioncash | 2018-09-22 | 2 | -4/+1 |
| |/ / / / / / / |
|
* | | | | | | | | Merge pull request #1376 from Subv/timestretch_trace | bunnei | 2018-09-22 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | Logging: Change the TimeStretch::Process log from debug to trace level. | Subv | 2018-09-21 | 1 | -1/+1 |
| |/ / / / / / / |
|
* | | | | | | | | Merge pull request #1381 from valentinvanelslande/patch-1 | bunnei | 2018-09-22 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | Update config.cpp | Valentin Vanelslande | 2018-09-21 | 1 | -1/+1 |
| | |_|_|_|/ / /
| |/| | | | | | |
|
* | | | | | | | | Merge pull request #1383 from DarkLordZach/game-list-interpolation | James Rowe | 2018-09-22 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \
| |/ / / / / / /
|/| | | | | | | |
|
| * | | | | | | | game_list: Add Qt SmoothTransformation to picture scaling | Zach Hilman | 2018-09-22 | 1 | -1/+1 |
|/ / / / / / / |
|
* | | | | | | | Merge pull request #1379 from lioncash/bitwise | bunnei | 2018-09-21 | 1 | -1/+1 |
|\ \ \ \ \ \ \
| |_|/ / / / /
|/| | | | | | |
|
| * | | | | | | gl_stream_buffer: Fix use of bitwise OR instead of logical OR in Map() | Lioncash | 2018-09-21 | 1 | -1/+1 |
| |/ / / / / |
|
* | | | | | | Added support for uncompressed NSOs (#1374) | David | 2018-09-21 | 1 | -3/+12 |
* | | | | | | Merge pull request #1225 from tech4me/travis-windows | James Rowe | 2018-09-21 | 12 | -16/+273 |
|\ \ \ \ \ \ |
|
| * | | | | | | Update MinGWCross.cmake to lowercase | tech4me | 2018-09-19 | 1 | -40/+40 |
| * | | | | | | travis: running mingw build on travis ci | tech4me | 2018-09-19 | 12 | -16/+273 |
* | | | | | | | Merge pull request #1337 from DarkLordZach/create-fs-cmd | bunnei | 2018-09-21 | 1 | -1/+3 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | yuzu-cmd: Add call to CreateFactories | Zach Hilman | 2018-09-19 | 1 | -1/+3 |
| | |_|_|_|_|/
| |/| | | | | |
|
* | | | | | | | Merge pull request #1372 from lioncash/thread | bunnei | 2018-09-21 | 3 | -5/+5 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | kernel/thread: Use owner_process when setting the page table in SetupMainThread() | Lioncash | 2018-09-21 | 3 | -5/+5 |
| | |_|/ / / /
| |/| | | | | |
|
* | | | | | | | Merge pull request #1371 from lioncash/fwd-arm | bunnei | 2018-09-21 | 5 | -1/+11 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | arm_interface: Replace kernel vm_manager include with a forward declaration | Lioncash | 2018-09-21 | 5 | -1/+11 |
| |/ / / / / / |
|
* | | | | | | | Merge pull request #1375 from Subv/gl_clear | bunnei | 2018-09-21 | 1 | -1/+1 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | RasterizerGL: Use the correct framebuffer when clearing via the CLEAR_BUFFERS register. | Subv | 2018-09-21 | 1 | -1/+1 |
| |/ / / / / / |
|
* | | | | | | | Merge pull request #1364 from lioncash/content | bunnei | 2018-09-21 | 25 | -1/+45 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | file-sys: Default heavy-weight class destructors in the cpp file | Lioncash | 2018-09-20 | 25 | -1/+45 |
| | |_|_|_|/ /
| |/| | | | | |
|
* | | | | | | | Merge pull request #1367 from lioncash/plural | bunnei | 2018-09-21 | 1 | -9/+1 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | game_list: Handle plurals within setFilterResult() better | Lioncash | 2018-09-20 | 1 | -9/+1 |
| |/ / / / / / |
|
* | | | | | | | Merge pull request #1368 from ogniK5377/nifm-fix | bunnei | 2018-09-21 | 1 | -1/+7 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | Fixed submit | David Marcec | 2018-09-20 | 1 | -2/+1 |
| * | | | | | | | Added IRequest::Submit | David Marcec | 2018-09-20 | 1 | -1/+8 |
* | | | | | | | | Merge pull request #1352 from lioncash/sharing | bunnei | 2018-09-21 | 1 | -3/+11 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | ring_buffer: Use std::atomic_size_t in a static assert | Lioncash | 2018-09-19 | 1 | -1/+1 |
| * | | | | | | | | ring_buffer: Use std::hardware_destructive_interference_size to determine alignment size for avoiding false sharing | Lioncash | 2018-09-19 | 1 | -2/+10 |
| | |_|_|_|_|/ /
| |/| | | | | | |
|
* | | | | | | | | Merge pull request #1373 from ogniK5377/revert-nifm | bunnei | 2018-09-21 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \
| |_|_|_|/ / / /
|/| | | | | | | |
|
| * | | | | | | | Revert GetRequestState | David Marcec | 2018-09-21 | 1 | -1/+1 |
|/ / / / / / / |
|
* | | | | | | | Merge pull request #1370 from Hedges/GDBClean | Mat M | 2018-09-20 | 1 | -1/+1 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | Correct endianness of BKPT | Jarek Syrylak | 2018-09-20 | 1 | -1/+1 |
| | |/ / / / /
| |/| | | | | |
|
* | | | | | | | Merge pull request #1362 from MerryMage/dynarmic | Mat M | 2018-09-20 | 2 | -0/+12 |
|\ \ \ \ \ \ \
| |/ / / / / /
|/| | | | | | |
|
| * | | | | | | arm_dynarmic: Halt when BRK encountered | MerryMage | 2018-09-20 | 1 | -0/+1 |
| * | | | | | | arm_dynarmic: Support BKPT instruction | MerryMage | 2018-09-19 | 1 | -0/+11 |
| * | | | | | | externals: Update dynarmic to 171d116 | MerryMage | 2018-09-19 | 1 | -0/+0 |
| | |/ / / /
| |/| | | | |
|
* | | | | | | Merge pull request #1358 from DarkLordZach/temp-storage | bunnei | 2018-09-20 | 1 | -4/+7 |
|\ \ \ \ \ \ |
|
| * | | | | | | savedata_factory: Add TemporaryStorage SaveDataType | Zach Hilman | 2018-09-19 | 1 | -4/+7 |
| | |_|/ / /
| |/| | | | |
|
* | | | | | | Merge pull request #1363 from lioncash/control | bunnei | 2018-09-20 | 2 | -14/+17 |
|\ \ \ \ \ \ |
|
| * | | | | | | control_metadata: Remove unnecessary else within GetLanguageEntry() | Lioncash | 2018-09-20 | 1 | -8/+8 |
| * | | | | | | control_metadata: Move language name array definition to the cpp file | Lioncash | 2018-09-20 | 2 | -6/+9 |
| | |/ / / /
| |/| | | | |
|
* | | | | | | Merge pull request #1361 from lioncash/nax | bunnei | 2018-09-20 | 4 | -19/+26 |
|\ \ \ \ \ \ |
|
| * | | | | | | xts_archive: Remove unused variables from CalculateHMAC256() | Lioncash | 2018-09-19 | 1 | -3/+0 |
| * | | | | | | xts_archive: Make AsNCA() return a std::unique_ptr instead of a std::shared_ptr | Lioncash | 2018-09-19 | 2 | -3/+3 |
| * | | | | | | nax: Avoid re-parsing NAX data with GetFileType() | Lioncash | 2018-09-19 | 2 | -13/+19 |
| * | | | | | | nax: Avoid unnecessary calls to AsNCA() in IdentifyType() | Lioncash | 2018-09-19 | 1 | -4/+8 |
| * | | | | | | xts_archive: Ensure NAX's type member is always initialized | Lioncash | 2018-09-19 | 1 | -1/+1 |
| * | | | | | | xts_archive: Amend initializer order of NAX's constructor | Lioncash | 2018-09-19 | 1 | -2/+2 |
| |/ / / / / |
|
* | | | | | | Merge pull request #1366 from ogniK5377/splat-fix | bunnei | 2018-09-20 | 1 | -3/+99 |
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
|
| * | | | | | Removed unneeded event clear | David Marcec | 2018-09-20 | 1 | -1/+0 |
| * | | | | | Implemented NTC & IEnsureNetworkClockAvailabilityService | David Marcec | 2018-09-20 | 1 | -3/+100 |
|/ / / / / |
|
* | | | | | Reworked incorrect nifm stubs (#1355) | David | 2018-09-19 | 1 | -3/+10 |
* | | | | | Merge pull request #1356 from degasus/hotfix | bunnei | 2018-09-19 | 1 | -6/+7 |
|\ \ \ \ \ |
|
| * | | | | | gl_rasterizer: Fix StartAddress handling with indexed draw calls. | Markus Wick | 2018-09-19 | 1 | -6/+7 |
| | |/ / /
| |/| | | |
|
* | | | | | Merge pull request #1359 from ogniK5377/nes | bunnei | 2018-09-19 | 3 | -7/+12 |
|\ \ \ \ \ |
|
| * | | | | | Fixed GetAccountId stub, Added error code for OpenDirectory and added ActivateNpadWithRevision | David Marcec | 2018-09-19 | 3 | -7/+12 |
| |/ / / / |
|
* | | | | | Merge pull request #1353 from ogniK5377/remove-MakeBuilder | bunnei | 2018-09-19 | 7 | -34/+26 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | Removed MakeBuilder as it's not needed anymore | David Marcec | 2018-09-19 | 1 | -7/+0 |
| * | | | | Removed the use of rp.MakeBuilder | David Marcec | 2018-09-19 | 6 | -27/+26 |
|/ / / / |
|
* | | | | Merge pull request #1348 from ogniK5377/GetImageSize | bunnei | 2018-09-19 | 1 | -1/+9 |
|\ \ \ \ |
|
| * | | | | Implemented GetImageSize | David Marcec | 2018-09-18 | 1 | -1/+9 |
* | | | | | Merge pull request #1319 from lioncash/audio | bunnei | 2018-09-19 | 5 | -43/+59 |
|\ \ \ \ \ |
|
| * | | | | | time_stretch: Remove unused <array> include | Lioncash | 2018-09-17 | 1 | -1/+0 |
| * | | | | | stream: Replace includes with forward declarations where applicable | Lioncash | 2018-09-17 | 2 | -3/+7 |
| * | | | | | audio_renderer: Replace includes with forward declarations where applicable | Lioncash | 2018-09-17 | 2 | -39/+52 |
* | | | | | | Merge pull request #1351 from ogniK5377/GetDefaultDisplayResolution | bunnei | 2018-09-19 | 2 | -1/+18 |
|\ \ \ \ \ \ |
|
| * | | | | | | Implemented GetDefaultDisplayResolution | David Marcec | 2018-09-18 | 2 | -1/+18 |
| | |/ / / /
| |/| | | | |
|
* | | | | | | Merge pull request #1341 from lioncash/dependency | bunnei | 2018-09-19 | 2 | -2/+6 |
|\ \ \ \ \ \ |
|
| * | | | | | | core/core_cpu: Replace exclusive monitor include with forward declaration | Lioncash | 2018-09-18 | 2 | -2/+6 |
| | |/ / / /
| |/| | | | |
|
* | | | | | | Merge pull request #1346 from lioncash/svc | bunnei | 2018-09-19 | 1 | -37/+36 |
|\ \ \ \ \ \ |
|
| * | | | | | | svc_wrap: Convert the PARAM macro into a function | Lioncash | 2018-09-18 | 1 | -37/+36 |
| |/ / / / / |
|
* | | | | | | Merge pull request #1350 from ogniK5377/Six-Axis-Stub | bunnei | 2018-09-19 | 1 | -4/+28 |
|\ \ \ \ \ \ |
|
| * | | | | | | Added ActivateGesture | David Marcec | 2018-09-18 | 1 | -1/+7 |
| * | | | | | | Added StopSixAxisSensor | David Marcec | 2018-09-18 | 1 | -1/+7 |
| * | | | | | | Stubbed ActivateConsoleSixAxisSensor & StartConsoleSixAxisSensor | David Marcec | 2018-09-18 | 1 | -2/+14 |
| | |/ / / /
| |/| | | | |
|
* | | | | | | Merge pull request #1342 from lioncash/trunc | bunnei | 2018-09-19 | 1 | -4/+4 |
|\ \ \ \ \ \ |
|
| * | | | | | | gl_shader_decompiler: Avoid truncation warnings within LD_A and ST_A code | Lioncash | 2018-09-18 | 1 | -4/+4 |
| | |/ / / /
| |/| | | | |
|
* | | | | | | Merge pull request #1279 from FernandoS27/csetp | bunnei | 2018-09-19 | 2 | -21/+133 |
|\ \ \ \ \ \ |
|
| * | | | | | | Implemented Internal Flags | FernandoS27 | 2018-09-18 | 1 | -13/+35 |
| * | | | | | | Implemented I2I.CC on the NEU control code, used by SMO | FernandoS27 | 2018-09-17 | 2 | -14/+18 |
| * | | | | | | Implemented CSETP | FernandoS27 | 2018-09-17 | 2 | -14/+49 |
| * | | | | | | Implemented Control Codes | FernandoS27 | 2018-09-17 | 2 | -0/+51 |
| |/ / / / / |
|
* | | | | | | Merge pull request #1299 from FernandoS27/texture-sanatize | bunnei | 2018-09-19 | 2 | -3/+192 |
|\ \ \ \ \ \ |
|
| * | | | | | | Added asserts for texture misc modes to texture instructions | FernandoS27 | 2018-09-17 | 1 | -2/+45 |
| * | | | | | | Added texture misc modes to texture instructions | FernandoS27 | 2018-09-17 | 1 | -1/+147 |
| |/ / / / / |
|
* | | | | | | Invalid default value of username in yuzu_cmd (#1334) | Philippe Babin | 2018-09-19 | 3 | -3/+8 |
* | | | | | | Merge pull request #1343 from lioncash/mutex | bunnei | 2018-09-18 | 2 | -2/+10 |
|\ \ \ \ \ \ |
|
| * | | | | | | kernel/mutex: Replace ResultCode construction for invalid addresses with the named variant | Lioncash | 2018-09-18 | 1 | -2/+2 |
| * | | | | | | kernel/svc: Handle error cases for svcArbitrateLock() and svcArbitrateUnlock() | Lioncash | 2018-09-18 | 1 | -0/+8 |
| |/ / / / / |
|
* | | | | | | Merge pull request #1344 from lioncash/arm | bunnei | 2018-09-18 | 7 | -99/+86 |
|\ \ \ \ \ \ |
|
| * | | | | | | arm_interface: Remove ARM11-isms from the CPU interface | Lioncash | 2018-09-18 | 7 | -99/+86 |
| |/ / / / / |
|
* | | | | | | Merge pull request #1345 from lioncash/write | bunnei | 2018-09-18 | 1 | -2/+2 |
|\ \ \ \ \ \
| |_|/ / / /
|/| | | | | |
|
| * | | | | | arm_dynarmic: Correct ExclusiveWrite128()'s operation | Lioncash | 2018-09-18 | 1 | -2/+2 |
| |/ / / / |
|
* | | | | | Merge pull request #1290 from FernandoS27/shader-header | bunnei | 2018-09-18 | 3 | -24/+111 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | Replace old FragmentHeader for the new Header | FernandoS27 | 2018-09-11 | 2 | -31/+18 |
| * | | | | Implemented (Partialy) Shader Header | FernandoS27 | 2018-09-11 | 3 | -2/+102 |
* | | | | | Merge pull request #1311 from FernandoS27/fast-swizzle | bunnei | 2018-09-17 | 1 | -2/+49 |
|\ \ \ \ \ |
|
| * | | | | | Optimized Texture Swizzling | FernandoS27 | 2018-09-14 | 1 | -2/+49 |
* | | | | | | Merge pull request #1312 from lioncash/fwd | bunnei | 2018-09-17 | 3 | -7/+9 |
|\ \ \ \ \ \ |
|
| * | | | | | | service/vi: Replace includes with forward declarations where applicable | Lioncash | 2018-09-13 | 3 | -7/+9 |
* | | | | | | | Merge pull request #1313 from lioncash/error | bunnei | 2018-09-17 | 1 | -1/+2 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | kernel/errors: Amend error code for ERR_NOT_FOUND | Lioncash | 2018-09-13 | 1 | -1/+2 |
| |/ / / / / / |
|
* | | | | | | | Merge pull request #1314 from lioncash/cast | bunnei | 2018-09-17 | 1 | -2/+2 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | audio_core/time_stretch: Silence truncation warnings in Process() | Lioncash | 2018-09-14 | 1 | -2/+2 |
| |/ / / / / / |
|
* | | | | | | | Merge pull request #1316 from lioncash/shadow | bunnei | 2018-09-17 | 1 | -2/+0 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | gl_shader_decompiler: Get rid of variable shadowing within LEA instructions | Lioncash | 2018-09-14 | 1 | -2/+0 |
| |/ / / / / / |
|
* | | | | | | | Merge pull request #1318 from lioncash/errors-sm | bunnei | 2018-09-17 | 2 | -8/+6 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | services/sm: Amend error code constants | Lioncash | 2018-09-14 | 2 | -8/+6 |
| |/ / / / / / |
|
* | | | | | | | Merge pull request #1321 from lioncash/audio-shadow | bunnei | 2018-09-17 | 1 | -4/+4 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | cubeb_sink: Get rid of variable shadowing within CubebSink's constructor | Lioncash | 2018-09-14 | 1 | -4/+4 |
| |/ / / / / / |
|
* | | | | | | | Merge pull request #1315 from lioncash/size | bunnei | 2018-09-17 | 2 | -19/+74 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | kernel/svc: Sanitize creation of shared memory via svcCreateSharedMemory() | Lioncash | 2018-09-14 | 1 | -2/+18 |
| * | | | | | | | kernel/svc: Sanitize addresses, permissions, and sizes within svcMapSharedMemory() and svcUnmapSharedMemory() | Lioncash | 2018-09-14 | 1 | -17/+25 |
| * | | | | | | | kernel/svc: Sanitize addresses and sizes within svcMapMemory() and svcUnmapMemory() | Lioncash | 2018-09-14 | 1 | -0/+23 |
| * | | | | | | | kernel/svc: Sanitize heap sizes within svcSetHeapSize() | Lioncash | 2018-09-14 | 2 | -0/+8 |
| |/ / / / / / |
|
* | | | | | | | Merge pull request #1320 from lioncash/name | bunnei | 2018-09-17 | 1 | -1/+1 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | cubeb_sink: Correct context name in ListCubebSinkDevices() | Lioncash | 2018-09-14 | 1 | -1/+1 |
| |/ / / / / / |
|
* | | | | | | | Merge pull request #1328 from FearlessTobi/port-4192 | bunnei | 2018-09-17 | 1 | -1/+1 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | Port # #4192 from Citra: "svc: change unknown to thread in CreateThread" | Valentin Vanelslande | 2018-09-15 | 1 | -1/+1 |
| | |_|_|_|_|/
| |/| | | | | |
|
* | | | | | | | Merge pull request #1327 from FearlessTobi/port-4171 | bunnei | 2018-09-17 | 2 | -16/+0 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | Tests: Remove glad test OS X work-around | Yuri Kunde Schlesner | 2018-09-15 | 2 | -16/+0 |
| |/ / / / / / |
|
* | | | | | | | Merge pull request #1326 from FearlessTobi/port-4182 | bunnei | 2018-09-17 | 146 | -751/+780 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | Port #4182 from Citra: "Prefix all size_t with std::" | fearlessTobi | 2018-09-15 | 146 | -751/+780 |
| |/ / / / / / |
|
* | | | | | | | Merge pull request #1329 from raven02/bgr5a1u | bunnei | 2018-09-17 | 2 | -0/+4 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | Implement RenderTargetFormat::BGR5A1_UNORM (Pokken Tournament DX) | raven02 | 2018-09-15 | 2 | -0/+4 |
| |/ / / / / / |
|
* | | | | | | | Merge pull request #1335 from lioncash/copy | bunnei | 2018-09-17 | 1 | -5/+5 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | game_list_p: Amend typo in GameListItemCompat's constructor parameter | Lioncash | 2018-09-17 | 1 | -4/+4 |
| * | | | | | | | game_list_p: Take map iterator contents by const reference | Lioncash | 2018-09-17 | 1 | -1/+1 |
| | |/ / / / /
| |/| | | | | |
|
* | | | | | | | Merge pull request #1336 from lioncash/antialias | bunnei | 2018-09-17 | 1 | -1/+2 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | yuzu/util: Antialias game list compatibility pixmaps | Lioncash | 2018-09-17 | 1 | -1/+2 |
| |/ / / / / / |
|
* | | | | | | | Merge pull request #1331 from raven02/astc_8_8 | bunnei | 2018-09-17 | 3 | -6/+20 |
|\ \ \ \ \ \ \
| |_|_|_|_|/ /
|/| | | | | | |
|
| * | | | | | | Implement ASTC_2D_8X8 (Bayonetta 2) | raven02 | 2018-09-16 | 3 | -6/+20 |
|/ / / / / / |
|
* | | | | | | Merge pull request #1273 from Subv/ld_sizes | bunnei | 2018-09-15 | 2 | -7/+58 |
|\ \ \ \ \ \ |
|
| * | | | | | | Shaders: Implemented multiple-word loads and stores to and from attribute memory. | Subv | 2018-09-15 | 2 | -7/+58 |
| | |/ / / /
| |/| | | | |
|
* | | | | | | Merge pull request #1271 from Subv/kepler_engine | bunnei | 2018-09-15 | 6 | -0/+146 |
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
|
| * | | | | | GPU: Basic implementation of the Kepler Inline Memory engine (p2mf). | Subv | 2018-09-12 | 6 | -0/+146 |
* | | | | | | Merge pull request #1310 from lioncash/kernel-ns | bunnei | 2018-09-14 | 5 | -38/+39 |
|\ \ \ \ \ \ |
|
| * | | | | | | kernel/thread: Include thread-related enums within the kernel namespace | Lioncash | 2018-09-13 | 5 | -38/+39 |
| | |/ / / /
| |/| | | | |
|
* | | | | | | Merge pull request #1309 from lioncash/nested | bunnei | 2018-09-14 | 3 | -12/+6 |
|\ \ \ \ \ \ |
|
| * | | | | | | service: Use nested namespace specifiers where applicable | Lioncash | 2018-09-13 | 3 | -12/+6 |
| |/ / / / / |
|
* | | | | | | Merge pull request #1307 from lioncash/pl | bunnei | 2018-09-14 | 1 | -2/+4 |
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
|
| * | | | | | services/pl_u: Add missing Korean font to the fallback case for shared fonts | Lioncash | 2018-09-13 | 1 | -2/+4 |
* | | | | | | Merge pull request #1308 from valentinvanelslande/ipc | James Rowe | 2018-09-13 | 1 | -1/+1 |
|\ \ \ \ \ \ |
|
| * | | | | | | ipc: minor fix | Valentin Vanelslande | 2018-09-13 | 1 | -1/+1 |
|/ / / / / / |
|
* / / / / / | Use ARB_multi_bind for uniform buffers (#1287) | ReinUsesLisp | 2018-09-13 | 4 | -3/+27 |
|/ / / / / |
|
* | | | | | Merge pull request #1298 from lioncash/view | bunnei | 2018-09-13 | 2 | -2/+4 |
|\ \ \ \ \ |
|
| * | | | | | audio_core/sink_details: Change std::string parameter into std::string_view | Lioncash | 2018-09-12 | 2 | -2/+4 |
| | |_|/ /
| |/| | | |
|
* | | | | | Merge pull request #1302 from lioncash/config | bunnei | 2018-09-13 | 2 | -36/+74 |
|\ \ \ \ \ |
|
| * | | | | | yuzu/configure_gamelist: Make combo box strings translatable | Lioncash | 2018-09-12 | 2 | -21/+47 |
| * | | | | | yuzu/configure_gamelist: Use std::array instead of std::vector for translatable strings | Lioncash | 2018-09-12 | 1 | -6/+9 |
| * | | | | | yuzu/configure_gamelist: Move combo box initializtion to their own functions | Lioncash | 2018-09-12 | 2 | -23/+32 |
* | | | | | | Merge pull request #1163 from FearlessTobi/add-audio-stretching | bunnei | 2018-09-13 | 21 | -49/+462 |
|\ \ \ \ \ \ |
|
| * | | | | | | audio_core: Flush stream when not playing anything | MerryMage | 2018-09-12 | 6 | -0/+23 |
| * | | | | | | cubeb_sink: Downsample arbitrary number of channels | MerryMage | 2018-09-09 | 1 | -10/+9 |
| * | | | | | | cubeb_sink: Perform audio stretching | MerryMage | 2018-09-08 | 3 | -24/+26 |
| * | | | | | | audio_core: Add audio stretcher | MerryMage | 2018-09-08 | 3 | -0/+101 |
| * | | | | | | cubeb_sink: Hold last available value instead of writing zeros | MerryMage | 2018-09-08 | 1 | -5/+15 |
| * | | | | | | cubeb_sink: Use RingBuffer | MerryMage | 2018-09-08 | 1 | -40/+26 |
| * | | | | | | common: Implement a ring buffer | MerryMage | 2018-09-08 | 4 | -0/+243 |
| * | | | | | | Add audio stretching support | fearlessTobi | 2018-09-08 | 15 | -0/+49 |
* | | | | | | | Merge pull request #1306 from bunnei/fix-b5g6r5u | bunnei | 2018-09-13 | 1 | -1/+1 |
|\ \ \ \ \ \ \
| |_|_|_|_|/ /
|/| | | | | | |
|
| * | | | | | | gl_rasterizer_cache: B5G6R5U should use GL_RGB8 as an internal format. | bunnei | 2018-09-13 | 1 | -1/+1 |
|/ / / / / / |
|
* | | | | | | Merge pull request #1297 from lioncash/pl | bunnei | 2018-09-12 | 2 | -66/+88 |
|\ \ \ \ \ \ |
|
| * | | | | | | pl_u: Eliminate mutable file-scope state | Lioncash | 2018-09-12 | 2 | -66/+88 |
| | |_|/ / /
| |/| | | | |
|
* | | | | | | Merge pull request #1263 from FernandoS27/tex-mode | bunnei | 2018-09-12 | 2 | -1/+43 |
|\ \ \ \ \ \
| |_|_|_|/ /
|/| | | | | |
|
| * | | | | | Implemented Texture Processing Modes | FernandoS27 | 2018-09-12 | 2 | -1/+43 |
| |/ / / / |
|
* | | | | | Merge pull request #1303 from lioncash/error | bunnei | 2018-09-12 | 3 | -9/+11 |
|\ \ \ \ \ |
|
| * | | | | | svc: Return ERR_INVALID_PROCESSOR_ID in CreateThread() if an invalid processor ID is given | Lioncash | 2018-09-12 | 1 | -2/+2 |
| * | | | | | kernel/errors: Correct error codes for invalid thread priority and invalid processor ID | Lioncash | 2018-09-12 | 3 | -7/+9 |
* | | | | | | Merge pull request #1304 from lioncash/str | bunnei | 2018-09-12 | 2 | -3/+7 |
|\ \ \ \ \ \ |
|
| * | | | | | | svc: Do nothing if svcOutputDebugString() is given a length of zero | Lioncash | 2018-09-12 | 1 | -0/+4 |
| * | | | | | | svc: Correct parameter type for OutputDebugString() | Lioncash | 2018-09-12 | 2 | -3/+3 |
| |/ / / / / |
|
* | | | | | | Merge pull request #1305 from FreddyFunk/cmake_yuzu_as_vs_startup_project | bunnei | 2018-09-12 | 1 | -0/+3 |
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
|
| * | | | | | Update CMakeLists.txt | Frederic Laing | 2018-09-12 | 1 | -0/+3 |
|/ / / / / |
|
* | | | | | Merge pull request #1296 from lioncash/prepo | bunnei | 2018-09-12 | 2 | -39/+40 |
|\ \ \ \ \ |
|
| * | | | | | service/prepo: Move class into the cpp file | Lioncash | 2018-09-12 | 2 | -39/+40 |
| |/ / / / |
|
* | | | | | Merge pull request #1301 from lioncash/qt | bunnei | 2018-09-12 | 1 | -4/+4 |
|\ \ \ \ \
| |_|_|/ /
|/| | | | |
|
| * | | | | game_list: Resolve variable shadowing within LoadCompatibilityList() | Lioncash | 2018-09-12 | 1 | -3/+3 |
| * | | | | game_list: Use QJsonValueRef() within LoadCompatibilityList() | Lioncash | 2018-09-12 | 1 | -2/+2 |
| |/ / / |
|
* | | | | Merge pull request #1300 from lioncash/audio | bunnei | 2018-09-12 | 7 | -17/+34 |
|\ \ \ \ |
|
| * | | | | service/audio: Replace includes with forward declarations where applicable | Lioncash | 2018-09-12 | 7 | -17/+34 |
| |/ / / |
|
* | | | | Merge pull request #1278 from tech4me/bg-color-fix | bunnei | 2018-09-12 | 6 | -0/+46 |
|\ \ \ \ |
|
| * | | | | Port Citra #4047 & #4052: add change background color support | tech4me | 2018-09-09 | 6 | -0/+46 |
* | | | | | Merge pull request #1295 from bunnei/accurate-copies | bunnei | 2018-09-12 | 2 | -18/+12 |
|\ \ \ \ \ |
|
| * | | | | | gl_rasterizer_cache: Always blit on recreate, regardless of format. | bunnei | 2018-09-12 | 1 | -6/+10 |
| * | | | | | gl_shader_cache: Remove cache_width/cache_height. | bunnei | 2018-09-12 | 2 | -12/+2 |
| | |/ / /
| |/| | | |
|
* | | | | | Merge pull request #1294 from degasus/optimizations | bunnei | 2018-09-12 | 3 | -11/+12 |
|\ \ \ \ \ |
|
| * | | | | | gl_rasterizer: Use ARB_texture_storage. | Markus Wick | 2018-09-11 | 3 | -11/+12 |
| |/ / / / |
|
* | | | | | Merge pull request #1289 from FernandoS27/lea_pset | bunnei | 2018-09-12 | 2 | -0/+155 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | Implemented LEA and PSET | FernandoS27 | 2018-09-11 | 1 | -0/+91 |
| * | | | | Implemented encodings for LEA and PSET | FernandoS27 | 2018-09-11 | 1 | -0/+64 |
|/ / / / |
|
* | | | | Merge pull request #1291 from lioncash/default | bunnei | 2018-09-11 | 148 | -45/+291 |
|\ \ \ \ |
|
| * | | | | hle/service: Default constructors and destructors in the cpp file where applicable | Lioncash | 2018-09-11 | 148 | -45/+291 |
* | | | | | Merge pull request #1292 from ogniK5377/renderdoc-fix | bunnei | 2018-09-11 | 2 | -2/+9 |
|\ \ \ \ \ |
|
| * | | | | | Fixed renderdoc input/output textures not working due to render targets | David Marcec | 2018-09-11 | 2 | -2/+9 |
| |/ / / / |
|
* | | | | | Merge pull request #1293 from lioncash/font | bunnei | 2018-09-11 | 20 | -111667/+111727 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | externals: Place font data within cpp files | Lioncash | 2018-09-11 | 20 | -111667/+111727 |
|/ / / / |
|
* | | | | Use open-source shared fonts if no dumped file is available (#1269) | Tobias | 2018-09-11 | 11 | -2/+111695 |
* | | | | Port #4141 from citra: Joystick hotplug support (#1275) | Tobias | 2018-09-11 | 7 | -101/+339 |
* | | | | Merge pull request #1286 from bunnei/multi-clear | bunnei | 2018-09-11 | 2 | -50/+66 |
|\ \ \ \ |
|
| * | | | | gl_rasterizer: Implement clear for non-zero render targets. | bunnei | 2018-09-10 | 2 | -50/+66 |
* | | | | | Merge pull request #1285 from bunnei/depth-fix | bunnei | 2018-09-11 | 1 | -6/+22 |
|\ \ \ \ \ |
|
| * | | | | | gl_rasterizer_cache: Only use depth for applicable texture formats. | bunnei | 2018-09-10 | 1 | -6/+22 |
| |/ / / / |
|
* | | | | | Merge pull request #1284 from bunnei/bgra8_srgb | bunnei | 2018-09-11 | 3 | -0/+4 |
|\ \ \ \ \ |
|
| * | | | | | gl_rasterizer_cache: Implement RenderTargetFormat::BGRA8_SRGB. | bunnei | 2018-09-10 | 3 | -0/+4 |
| |/ / / / |
|
* | | | | | Merge pull request #1288 from MysticExile/remove-multicore | James Rowe | 2018-09-11 | 2 | -10/+0 |
|\ \ \ \ \ |
|
| * | | | | | Remove multicore configure_general.ui | MysticExile | 2018-09-10 | 1 | -7/+0 |
| * | | | | | remove multicore in configure_general.cpp | MysticExile | 2018-09-10 | 1 | -3/+0 |
| |/ / / / |
|
* | | | | | Merge pull request #1264 from degasus/optimizations | bunnei | 2018-09-11 | 9 | -124/+121 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | video_core: Refactor command_processor. | Markus Wick | 2018-09-10 | 2 | -44/+42 |
| * | | | | video_core: Move command buffer loop. | Markus Wick | 2018-09-10 | 5 | -77/+84 |
| * | | | | rasterizer: Drop unused handler. | Markus Wick | 2018-09-10 | 4 | -8/+0 |
|/ / / / |
|
* | | | | Merge pull request #1281 from bunnei/multi-rt | bunnei | 2018-09-10 | 5 | -132/+95 |
|\ \ \ \ |
|
| * | | | | gl_rasterizer: Implement multiple color attachments. | bunnei | 2018-09-10 | 5 | -132/+95 |
|/ / / / |
|
* | | | | Merge pull request #1258 from tgsm/fix-sdl-logging | bunnei | 2018-09-10 | 1 | -2/+3 |
|\ \ \ \ |
|
| * | | | | yuzu-cmd: fix SDL logging | tgsm | 2018-09-08 | 1 | -2/+3 |
* | | | | | Merge pull request #1282 from lioncash/compat | bunnei | 2018-09-10 | 10 | -33/+56 |
|\ \ \ \ \ |
|
| * | | | | | game_list: Make CompatibilityList parameter of NavigateToGamedbEntryRequested() a const reference | Lioncash | 2018-09-10 | 3 | -3/+5 |
| * | | | | | yuzu: Move compatibility list specifics to their own source files | Lioncash | 2018-09-10 | 10 | -33/+54 |
* | | | | | | Merge pull request #1276 from FearlessTobi/fix-stupid-stub | bunnei | 2018-09-10 | 2 | -4/+6 |
|\ \ \ \ \ \ |
|
| * | | | | | | hid: Implement ReloadInputDevices | fearlessTobi | 2018-09-09 | 2 | -4/+6 |
| | |_|/ / /
| |/| | | | |
|
* | | | | | | Merge pull request #1283 from lioncash/unused | bunnei | 2018-09-10 | 1 | -2/+0 |
|\ \ \ \ \ \ |
|
| * | | | | | | service: Remove unused g_kernel_named_ports variable | Lioncash | 2018-09-10 | 1 | -2/+0 |
* | | | | | | | Merge pull request #1268 from FernandoS27/tmml | bunnei | 2018-09-10 | 2 | -5/+67 |
|\ \ \ \ \ \ \
| |/ / / / / /
|/| | | | | | |
|
| * | | | | | | Implemented TMML | FernandoS27 | 2018-09-10 | 2 | -5/+67 |
* | | | | | | | Merge pull request #1272 from Subv/dma_2d | bunnei | 2018-09-10 | 1 | -2/+10 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | GPU/DMA: Partially implemented the 'enable_2d' bit in the DMA engine. | Subv | 2018-09-08 | 1 | -2/+10 |
| | |_|_|_|/ /
| |/| | | | | |
|
* | | | | | | | Merge pull request #1280 from zero334/improvements | bunnei | 2018-09-10 | 5 | -89/+101 |
|\ \ \ \ \ \ \
| |_|/ / / / /
|/| | | | | | |
|
| * | | | | | | video_core: fixed arithmetic overflow warnings & improved code style | Patrick Elsässer | 2018-09-09 | 5 | -89/+101 |
| | |_|/ / /
| |/| | | | |
|
* | | | | | | Merge pull request #1261 from FernandoS27/txq | bunnei | 2018-09-10 | 2 | -2/+37 |
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
|
| * | | | | | Implemented TXQ dimension query type, used by SMO. | FernandoS27 | 2018-09-09 | 2 | -1/+36 |
| * | | | | | Change name of TEXQ to TXQ, in order to match NVIDIA's naming | FernandoS27 | 2018-09-09 | 1 | -2/+2 |
| | |/ / /
| |/| | | |
|
* | | | | | Merge pull request #1277 from jroweboy/update-xbyak | Mat M | 2018-09-09 | 1 | -0/+0 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | Externals: Update xbyak | James Rowe | 2018-09-09 | 1 | -0/+0 |
|/ / / / |
|
* | | | | Merge pull request #1256 from bunnei/tex-target-support | bunnei | 2018-09-08 | 11 | -229/+422 |
|\ \ \ \ |
|
| * | | | | gl_rasterizer_cache: Improve accuracy of RecreateSurface for non-2D textures. | bunnei | 2018-09-08 | 2 | -27/+45 |
| * | | | | maxwell_3d: Remove assert that no longer applies. | bunnei | 2018-09-08 | 1 | -4/+0 |
| * | | | | gl_rasterizer_cache: Partially implement several non-2D texture types. | bunnei | 2018-09-08 | 1 | -30/+111 |
| * | | | | gl_shader_decompiler: Partially implement several non-2D texture types (Subv). | bunnei | 2018-09-08 | 2 | -32/+143 |
| * | | | | gl_rasterizer: Implement texture wrap mode p. | bunnei | 2018-09-08 | 2 | -2/+8 |
| * | | | | gl_rasterizer_cache: Track texture depth. | bunnei | 2018-09-08 | 3 | -4/+15 |
| * | | | | gl_rasterizer_cache: Remove impl. of FlushGLBuffer. | bunnei | 2018-09-08 | 1 | -34/+1 |
| * | | | | gl_rasterizer_cache: Keep track of texture type per surface. | bunnei | 2018-09-08 | 3 | -32/+84 |
| * | | | | gl_rasterizer_cache: Remove unused DownloadGLTexture. | bunnei | 2018-09-08 | 2 | -51/+0 |
| * | | | | gl_state: Keep track of texture target. | bunnei | 2018-09-08 | 5 | -26/+28 |
* | | | | | Merge pull request #1265 from zhaowenlan1779/patch-1 | bunnei | 2018-09-08 | 1 | -2/+2 |
|\ \ \ \ \ |
|
| * | | | | | yuzu: fix title bar display | Pengfei Zhu | 2018-09-08 | 1 | -2/+2 |
| | |/ / /
| |/| | | |
|
* | | | | | Merge pull request #1267 from MerryMage/audio_out | bunnei | 2018-09-08 | 2 | -7/+7 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | audio_renderer: Rename AudioOut instance to audio_out | MerryMage | 2018-09-08 | 2 | -7/+7 |
|/ / / / |
|
* | | | | Merge pull request #1246 from degasus/instanced_rendering | bunnei | 2018-09-08 | 3 | -21/+29 |
|\ \ \ \ |
|
| * | | | | gl_rasterizer: Use baseInstance instead of moving the buffer points. | bunnei | 2018-09-08 | 3 | -21/+29 |
| | |/ /
| |/| | |
|
* | | | | Merge pull request #1259 from lioncash/relocate | bunnei | 2018-09-08 | 5 | -286/+324 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | yuzu: Move GameListWorker to its own source files | Lioncash | 2018-09-07 | 5 | -286/+324 |
* | | | | video_core: Arithmetic overflow warning fix for gl_rasterizer (#1262) | Patrick Elsässer | 2018-09-08 | 1 | -12/+14 |
| |/ /
|/| | |
|
* | | | Merge pull request #1257 from lioncash/process | bunnei | 2018-09-08 | 4 | -5/+34 |
|\ \ \ |
|
| * | | | core: Migrate current_process pointer to the kernel | Lioncash | 2018-09-07 | 4 | -5/+34 |
* | | | | Merge pull request #1260 from MerryMage/dynarmic | bunnei | 2018-09-08 | 1 | -0/+0 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | externals: Update dynarmic to 9594465 | MerryMage | 2018-09-07 | 1 | -0/+0 |
|/ / / |
|
* | | | Merge pull request #1201 from CaptV0rt3x/titlebar | bunnei | 2018-09-07 | 6 | -10/+30 |
|\ \ \
| |/ /
|/| | |
|
| * | | For SDL Frontend | CaptV0rt3x | 2018-09-07 | 1 | -2/+2 |
| * | | Better Title Bar Display | CaptV0rt3x | 2018-09-07 | 5 | -8/+28 |
|/ / |
|
* | | Merge pull request #1250 from lioncash/file-sys | bunnei | 2018-09-07 | 4 | -4/+16 |
|\ \ |
|
| * | | file_sys/nca_patch: Amend constructor initializer list order | Lioncash | 2018-09-06 | 1 | -2/+2 |
| * | | file_sys/nca_patch: Remove unnecessary includes | Lioncash | 2018-09-06 | 2 | -2/+9 |
| * | | file_sys/patch_manager: Add missing includes | Lioncash | 2018-09-06 | 2 | -0/+5 |
* | | | Merge pull request #1249 from FearlessTobi/disable-vsync | bunnei | 2018-09-07 | 2 | -0/+2 |
|\ \ \ |
|
| * | | | frontend: Set swap interval to 0 | fearlessTobi | 2018-09-06 | 2 | -0/+2 |
* | | | | Merge pull request #1251 from lioncash/core-inc | bunnei | 2018-09-07 | 5 | -2/+5 |
|\ \ \ \ |
|
| * | | | | core/core: Remove unnecessary sm/controller include | Lioncash | 2018-09-06 | 5 | -2/+5 |
| | |/ /
| |/| | |
|
* | | | | Merge pull request #1252 from lioncash/header | bunnei | 2018-09-07 | 1 | -0/+1 |
|\ \ \ \ |
|
| * | | | | video_core/CMakeLists: Add missing gl_buffer_cache.h | Lioncash | 2018-09-06 | 1 | -0/+1 |
| |/ / / |
|
* | | | | Merge pull request #1253 from lioncash/explicit | bunnei | 2018-09-07 | 2 | -8/+10 |
|\ \ \ \ |
|
| * | | | | gl_buffer_cache: Default initialize member variables | Lioncash | 2018-09-06 | 1 | -3/+3 |
| * | | | | gl_buffer_cache: Make GetHandle() a const member function | Lioncash | 2018-09-06 | 2 | -2/+2 |
| * | | | | gl_buffer_cache: Remove unnecessary includes | Lioncash | 2018-09-06 | 2 | -2/+4 |
| * | | | | gl_buffer_cache: Make constructor explicit | Lioncash | 2018-09-06 | 1 | -1/+1 |
| |/ / / |
|
* | | | | Merge pull request #1255 from bunnei/minor-opt | bunnei | 2018-09-07 | 1 | -4/+2 |
|\ \ \ \ |
|
| * | | | | gl_rasterizer: Call state.Apply only once on SetupShaders. | bunnei | 2018-09-06 | 1 | -4/+2 |
| |/ / / |
|
* | | | | Merge pull request #1254 from bunnei/ipa-saturate | bunnei | 2018-09-07 | 1 | -1/+5 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | gl_shader_decompiler: Implement saturate mode for IPA. | bunnei | 2018-09-06 | 1 | -1/+5 |
|/ / / |
|
* | | | Merge pull request #1248 from degasus/shader_fix | bunnei | 2018-09-06 | 1 | -0/+1 |
|\ \ \
| |/ /
|/| | |
|
| * | | gl_shader_gen: Initialize position. | Markus Wick | 2018-09-06 | 1 | -0/+1 |
|/ / |
|
* | | Merge pull request #1243 from degasus/VAO_cache | bunnei | 2018-09-06 | 3 | -53/+60 |
|\ \ |
|
| * | | gl_rasterizer: Implement a VAO cache. | Markus Wick | 2018-09-05 | 3 | -53/+60 |
* | | | Merge pull request #1244 from FernandoS27/ipa | bunnei | 2018-09-06 | 2 | -47/+98 |
|\ \ \ |
|
| * | | | Implemented IPA Properly | FernandoS27 | 2018-09-06 | 2 | -47/+98 |
* | | | | Merge pull request #1242 from lioncash/file-sys | bunnei | 2018-09-06 | 2 | -8/+17 |
|\ \ \ \ |
|
| * | | | | file_sys/submission_package: Correct constructor initialization list order | Lioncash | 2018-09-05 | 1 | -2/+2 |
| * | | | | file_sys/submission_package: Replace includes with forward declarations where applicable | Lioncash | 2018-09-05 | 2 | -6/+15 |
| | |/ /
| |/| | |
|
* | | | | Merge pull request #1179 from DarkLordZach/bktr | bunnei | 2018-09-06 | 32 | -101/+1132 |
|\ \ \ \ |
|
| * | | | | bktr: Fix bucket overlap error | Zach Hilman | 2018-09-04 | 8 | -9/+11 |
| * | | | | drd: Parse title ID from program metadata | Zach Hilman | 2018-09-04 | 2 | -4/+29 |
| * | | | | patch_manager: Centralize Control-type NCA parsing | Zach Hilman | 2018-09-04 | 6 | -80/+89 |
| * | | | | nsp: Fix error masking issue with XCI files | Zach Hilman | 2018-09-04 | 3 | -6/+13 |
| * | | | | game_list: Fix version display on non-NAND titles | Zach Hilman | 2018-09-04 | 4 | -30/+52 |
| * | | | | bktr: Add logging on successful patch | Zach Hilman | 2018-09-04 | 3 | -7/+24 |
| * | | | | game_list: Use friendly game versions | Zach Hilman | 2018-09-04 | 1 | -13/+32 |
| * | | | | bktr: Implement IVFC offset shifting | Zach Hilman | 2018-09-04 | 8 | -8/+36 |
| * | | | | bktr: Fix missing includes and optimize style | Zach Hilman | 2018-09-04 | 12 | -103/+109 |
| * | | | | main: Make game updates installable | Zach Hilman | 2018-09-04 | 1 | -1/+5 |
| * | | | | game_list: Display patch names and versions on list | Zach Hilman | 2018-09-04 | 2 | -0/+27 |
| * | | | | loader: Add BKTR-specific error messages and codes | Zach Hilman | 2018-09-04 | 3 | -7/+28 |
| * | | | | loader: Ignore patches on NRO and DRD | Zach Hilman | 2018-09-04 | 4 | -0/+11 |
| * | | | | patch_manager: Add usages of patches to ExeFS | Zach Hilman | 2018-09-04 | 5 | -9/+41 |
| * | | | | file_sys: Add class to manage game patches | Zach Hilman | 2018-09-04 | 2 | -0/+132 |
| * | | | | file_sys: Add BKTR patching mechanism | Zach Hilman | 2018-09-04 | 2 | -0/+352 |
| * | | | | content_archive: Add BKTR header parsing to NCA | Zach Hilman | 2018-09-04 | 2 | -19/+160 |
| * | | | | registration: Add RegisteredCacheUnion | Zach Hilman | 2018-09-04 | 4 | -0/+164 |
| * | | | | game_list: Use RegisteredCacheUnion for installed | Zach Hilman | 2018-09-04 | 3 | -5/+3 |
| * | | | | aes_util: Fix error involving reads of less than 0x10 | Zach Hilman | 2018-09-04 | 1 | -0/+14 |
* | | | | | Merge pull request #1245 from degasus/optimizations | bunnei | 2018-09-05 | 1 | -1/+1 |
|\ \ \ \ \
| |_|/ / /
|/| | | | |
|
| * | | | | gl_rasterizer: Skip TODO log. | Markus Wick | 2018-09-05 | 1 | -1/+1 |
|/ / / / |
|
* | | | | Merge pull request #1217 from degasus/vbo_cache2 | bunnei | 2018-09-05 | 5 | -86/+182 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | renderer_opengl: Implement a buffer cache. | Markus Wick | 2018-09-05 | 5 | -86/+182 |
|/ / / |
|
* | | | Merge pull request #1240 from degasus/optimizations | bunnei | 2018-09-05 | 4 | -15/+23 |
|\ \ \
| |/ /
|/| | |
|
| * | | gl_shader_cache: Use an u32 for the binding point cache. | Markus Wick | 2018-09-04 | 4 | -15/+23 |
* | | | Merge pull request #1178 from DarkLordZach/nsp | bunnei | 2018-09-04 | 19 | -41/+650 |
|\ \ \
| |/ /
|/| | |
|
| * | | main: Only show DRD deprecation warning once | Zach Hilman | 2018-09-04 | 7 | -6/+19 |
| * | | control_metadata: Use alternate language names if AmericanEnglish isn't available | Zach Hilman | 2018-09-04 | 2 | -4/+17 |
| * | | card_image: Add program title ID getter | Zach Hilman | 2018-09-04 | 2 | -0/+6 |
| * | | qt: Add deprecation warnings for DRD format | Zach Hilman | 2018-09-04 | 1 | -0/+10 |
| * | | registration: Fix NSP installation errors | Zach Hilman | 2018-09-04 | 1 | -1/+1 |
| * | | nsp: Comply with style and performance guidelines | Zach Hilman | 2018-09-04 | 7 | -29/+48 |
| * | | qt: Add UI support for NSP files | Zach Hilman | 2018-09-04 | 3 | -2/+7 |
| * | | registration: Add support for installing NSP files | Zach Hilman | 2018-09-04 | 3 | -16/+34 |
| * | | loader: Add AppLoader for NSP files | Zach Hilman | 2018-09-04 | 2 | -0/+182 |
| * | | card_image: Parse XCI secure partition with NSP | Zach Hilman | 2018-09-04 | 4 | -11/+38 |
| * | | file_sys: Add Nintendo Submission Package (NSP) | Zach Hilman | 2018-09-04 | 2 | -0/+296 |
| * | | drd: Load title ID from program metadata | Zach Hilman | 2018-09-04 | 1 | -3/+1 |
| * | | loader: Add NSP file type and NSP-specific errors | Zach Hilman | 2018-09-04 | 2 | -2/+14 |
| * | | key_manager: Avoid autogeneration if key exists | Zach Hilman | 2018-09-04 | 1 | -3/+13 |
|/ / |
|
* | | Merge pull request #1238 from lioncash/explicit | bunnei | 2018-09-04 | 3 | -8/+8 |
|\ \ |
|
| * | | common/logging: Amend documentation comments | Lioncash | 2018-09-04 | 2 | -6/+6 |
| * | | common/logging/filter: Replace C-style case with C++ static_cast | Lioncash | 2018-09-04 | 1 | -1/+1 |
| * | | common/logging/filter: Make constructor explicit | Lioncash | 2018-09-04 | 1 | -1/+1 |
* | | | Merge pull request #1237 from degasus/optimizations | bunnei | 2018-09-04 | 4 | -7/+7 |
|\ \ \ |
|
| * | | | core: Use a raw pointer in GetGPUDebugContext. | Markus Wick | 2018-09-04 | 2 | -3/+3 |
| * | | | command_processor: Use std::array for bound_engines. | Markus Wick | 2018-09-04 | 2 | -4/+4 |
| |/ / |
|
* | | | Merge pull request #1223 from DarkLordZach/custom-nand-sd-dirs | bunnei | 2018-09-04 | 6 | -0/+79 |
|\ \ \ |
|
| * | | | qt: Add message about not moving contents on dir change | Zach Hilman | 2018-09-04 | 2 | -6/+23 |
| * | | | qt: Add UI options to change NAND/SD dirs | Zach Hilman | 2018-09-04 | 3 | -0/+36 |
| * | | | settings: Save and load NAND/SD dirs from config | Zach Hilman | 2018-09-04 | 3 | -0/+26 |
* | | | | Merge pull request #1232 from lioncash/copy | bunnei | 2018-09-04 | 1 | -1/+1 |
|\ \ \ \ |
|
| * | | | | gl_shader_decompiler: Use used_shaders member variable directly within GenerateDeclarations() | Lioncash | 2018-09-02 | 1 | -1/+1 |
* | | | | | Merge pull request #1235 from lioncash/forward-decl | bunnei | 2018-09-04 | 22 | -27/+64 |
|\ \ \ \ \ |
|
| * | | | | | file_sys: Replace includes with forward declarations where applicable | Lioncash | 2018-09-04 | 22 | -27/+64 |
| | |_|/ /
| |/| | | |
|
* | | | | | Merge pull request #1236 from degasus/microprofile | bunnei | 2018-09-04 | 4 | -5/+21 |
|\ \ \ \ \ |
|
| * | | | | | Update microprofile scopes. | Markus Wick | 2018-09-04 | 4 | -5/+21 |
| |/ / / / |
|
* | | | | | Merge pull request #1230 from lioncash/ssl | bunnei | 2018-09-04 | 2 | -37/+39 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | ssl: Move SSL class to cpp file | Lioncash | 2018-09-02 | 2 | -37/+39 |
| | |_|/
| |/| | |
|
* | | | | Merge pull request #1231 from lioncash/global | bunnei | 2018-09-04 | 5 | -19/+51 |
|\ \ \ \ |
|
| * | | | | service: Migrate global named port map to the KernelCore class | Lioncash | 2018-09-02 | 5 | -19/+51 |
| | |/ /
| |/| | |
|
* | | | | Merge pull request #1229 from lioncash/forward-decl | bunnei | 2018-09-04 | 13 | -15/+45 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | vfs_real: Forward declare IOFile | Lioncash | 2018-09-02 | 13 | -15/+45 |
| |/ / |
|
* | | | Merge pull request #1233 from lioncash/dynarmic | Mat M | 2018-09-03 | 1 | -0/+0 |
|\ \ \
| |/ /
|/| | |
|
| * | | externals: Update dynarmic to 0435ac2 | Lioncash | 2018-09-03 | 1 | -0/+0 |
|/ / |
|
* | | Merge pull request #1213 from DarkLordZach/octopath-fs | bunnei | 2018-09-02 | 3 | -4/+33 |
|\ \ |
|
| * | | maxwell_3d: Use CoreTiming for query timestamp | Zach Hilman | 2018-09-01 | 1 | -2/+3 |
| * | | filesystem: Implement OpenReadOnlySaveDataFilesystem | Zach Hilman | 2018-09-01 | 2 | -1/+7 |
| * | | filesystem: Add OpenFileSystemWithPatch | Zach Hilman | 2018-09-01 | 2 | -1/+23 |
| |/ |
|
* | | Merge pull request #1215 from ogniK5377/texs-nodep-assert | bunnei | 2018-09-02 | 2 | -0/+3 |
|\ \ |
|
| * | | Added assert for TEXS nodep | David Marcec | 2018-09-01 | 2 | -0/+3 |
| |/ |
|
* | | Merge pull request #1219 from jroweboy/less-artifacts | bunnei | 2018-09-02 | 1 | -4/+0 |
|\ \ |
|
| * | | Build - Upload fewer artifacts | James Rowe | 2018-09-01 | 1 | -4/+0 |
| |/ |
|
* | | Merge pull request #1220 from FearlessTobi/extensions-qol | bunnei | 2018-09-02 | 2 | -8/+10 |
|\ \ |
|
| * | | citra_qt: Display the unsupported GL extensions in the popup | fearlessTobi | 2018-09-01 | 2 | -8/+10 |
| |/ |
|
* | | Merge pull request #1214 from ogniK5377/ipa-assert | bunnei | 2018-09-02 | 2 | -6/+13 |
|\ \ |
|
| * | | Added better asserts to IPA, Renamed IPA modes to match mesa | David Marcec | 2018-09-01 | 2 | -6/+13 |
| |/ |
|
* | | Merge pull request #1216 from ogniK5377/ffma-assert | bunnei | 2018-09-02 | 2 | -0/+9 |
|\ \ |
|
| * | | Removed saturate assert | David Marcec | 2018-09-01 | 2 | -2/+0 |
| * | | Changed tab5980_0 default from 0 -> 1 | David Marcec | 2018-09-01 | 1 | -2/+2 |
| * | | Added FFMA asserts | David Marcec | 2018-09-01 | 2 | -0/+11 |
| |/ |
|
* | | Merge pull request #1218 from ogniK5377/fmul-assert | bunnei | 2018-09-02 | 2 | -0/+13 |
|\ \ |
|
| * | | Removed saturate assert | David Marcec | 2018-09-01 | 2 | -2/+0 |
| * | | Added FMUL asserts | David Marcec | 2018-09-01 | 2 | -0/+15 |
| |/ |
|
* | | Merge pull request #1228 from lioncash/construct | bunnei | 2018-09-02 | 1 | -2/+5 |
|\ \
| |/
|/| |
|
| * | filesystem: Move dir retrieval after path checking in DeleteFile() | Lioncash | 2018-09-02 | 1 | -2/+5 |
|/ |
|
* | Merge pull request #1196 from FearlessTobi/ccache-consistency | bunnei | 2018-09-01 | 4 | -16/+6 |
|\ |
|
| * | travis: use Citras ccache | fearlessTobi | 2018-08-31 | 4 | -16/+6 |
* | | Merge pull request #1212 from lioncash/forward-decl | bunnei | 2018-09-01 | 29 | -66/+185 |
|\ \
| |/
|/| |
|
| * | core/core: Replace includes with forward declarations where applicable | Lioncash | 2018-08-31 | 29 | -66/+185 |
|/ |
|
* | Merge pull request #1205 from bunnei/improve-rasterizer-cache-2 | bunnei | 2018-08-31 | 11 | -297/+227 |
|\ |
|
| * | gl_rasterizer_cache: Use accurate framebuffer setting for accurate copies. | bunnei | 2018-08-31 | 2 | -73/+54 |
| * | gl_rasterizer_cache: Also use reserve cache for RecreateSurface. | bunnei | 2018-08-31 | 2 | -24/+18 |
| * | rasterizer_cache: Use boost::interval_map for a more accurate cache. | bunnei | 2018-08-31 | 1 | -33/+45 |
| * | gl_renderer: Cache textures, framebuffers, and shaders based on CPU address. | bunnei | 2018-08-31 | 11 | -138/+70 |
| * | gl_rasterizer: Fix issues with the rasterizer cache. | bunnei | 2018-08-31 | 4 | -46/+57 |
|/ |
|
* | Implement BC6H_UF16 & BC6H_SF16 (#1092) | greggameplayer | 2018-08-31 | 3 | -31/+55 |
* | Merge pull request #1204 from lioncash/pimpl | bunnei | 2018-08-31 | 5 | -279/+387 |
|\ |
|
| * | core: Make the main System class use the PImpl idiom | Lioncash | 2018-08-31 | 5 | -279/+387 |
* | | Merge pull request #1207 from degasus/hotfix | bunnei | 2018-08-31 | 1 | -1/+1 |
|\ \ |
|
| * | | Report correct shader size. | Markus Wick | 2018-08-31 | 1 | -1/+1 |
* | | | Merge pull request #1208 from Hexagon12/pred-comp-14 | bunnei | 2018-08-31 | 2 | -3/+4 |
|\ \ \
| |/ /
|/| | |
|
| * | | Added predicate comparison GreaterEqualWithNan | Hexagon12 | 2018-08-31 | 2 | -3/+4 |
|/ / |
|
* | | Merge pull request #1195 from FearlessTobi/port-gamelist-compat | bunnei | 2018-08-31 | 13 | -7/+196 |
|\ \ |
|
| * | | Show game compatibility within yuzu | fearlessTobi | 2018-08-29 | 13 | -7/+196 |
* | | | gl_shader_decompiler: Implement POPC (#1203) | Laku | 2018-08-31 | 2 | -0/+19 |
* | | | Merge pull request #1200 from bunnei/improve-ipa | bunnei | 2018-08-30 | 2 | -1/+39 |
|\ \ \
| |_|/
|/| | |
|
| * | | gl_shader_decompiler: Improve IPA for Pass mode with Position attribute. | bunnei | 2018-08-29 | 2 | -1/+39 |
* | | | Merge pull request #1198 from lioncash/kernel | bunnei | 2018-08-30 | 54 | -442/+671 |
|\ \ \ |
|
| * | | | kernel: Eliminate kernel global state | Lioncash | 2018-08-29 | 54 | -442/+671 |
| |/ / |
|
* | | | Merge pull request #1202 from FearlessTobi/port-3825 | bunnei | 2018-08-30 | 2 | -1/+13 |
|\ \ \ |
|
| * | | | Remove Citra specific variable | fearlessTobi | 2018-08-29 | 1 | -3/+0 |
| * | | | travis: share env variables with Docker | liushuyu | 2018-08-29 | 2 | -1/+16 |
| |/ / |
|
* | | | Merge pull request #1172 from tech4me/impl_iadd3 | bunnei | 2018-08-30 | 2 | -1/+84 |
|\ \ \
| |/ /
|/| | |
|
| * | | Shaders: Implemented IADD3 | tech4me | 2018-08-29 | 2 | -1/+84 |
|/ / |
|
* | | Merge pull request #1193 from lioncash/priv | bunnei | 2018-08-28 | 7 | -26/+40 |
|\ \ |
|
| * | | gpu: Make memory_manager private | Lioncash | 2018-08-28 | 7 | -26/+40 |
* | | | Merge pull request #1192 from lioncash/unused | bunnei | 2018-08-28 | 1 | -2/+0 |
|\ \ \ |
|
| * | | | gl_rasterizer: Remove unused variables | Lioncash | 2018-08-28 | 1 | -2/+0 |
| |/ / |
|
* | | | Merge pull request #1191 from lioncash/noexcept | bunnei | 2018-08-28 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | hle/result: Make ResultVal's move constructor as noexcept | Lioncash | 2018-08-28 | 1 | -1/+1 |
| |/ / |
|
* | | | Merge pull request #1194 from lioncash/alloc | bunnei | 2018-08-28 | 1 | -2/+1 |
|\ \ \
| |_|/
|/| | |
|
| * | | gl_shader_cache: Remove unused program_code vector in GetShaderAddress() | Lioncash | 2018-08-28 | 1 | -2/+1 |
| |/ |
|
* | | Merge pull request #1190 from FearlessTobi/im-so-retarded | bunnei | 2018-08-28 | 2 | -1/+2 |
|\ \
| |/
|/| |
|
| * | Fix two stupid errors made in #1141 | fearlessTobi | 2018-08-28 | 2 | -1/+2 |
|/ |
|
* | Merge pull request #1165 from bunnei/shader-cache | bunnei | 2018-08-28 | 12 | -417/+387 |
|\ |
|
| * | renderer_opengl: Implement a new shader cache. | bunnei | 2018-08-28 | 9 | -285/+250 |
| * | gl_rasterizer_cache: Update to use RasterizerCache base class. | bunnei | 2018-08-28 | 3 | -132/+20 |
| * | video_core: Add RasterizerCache class for common cache management code. | bunnei | 2018-08-28 | 2 | -0/+117 |
* | | Merge pull request #1189 from FearlessTobi/fix-stick-directions | bunnei | 2018-08-28 | 1 | -2/+2 |
|\ \ |
|
| * | | yuzu: Fix stick UI direction order | fearlessTobi | 2018-08-28 | 1 | -2/+2 |
|/ / |
|
* | | Merge pull request #1177 from lioncash/err | bunnei | 2018-08-28 | 4 | -12/+15 |
|\ \
| |/
|/| |
|
| * | kernel/error: Amend error code for ERR_MAX_CONNECTIONS_REACHED | Lioncash | 2018-08-25 | 1 | -2/+4 |
| * | kernel/error: Amend error code for ERR_PORT_NAME_TOO_LONG | Lioncash | 2018-08-25 | 1 | -2/+1 |
| * | kernel/error: Add error code for the handle table being full | Lioncash | 2018-08-25 | 3 | -4/+4 |
| * | kernel/error: Add error code for invalid memory permissions | Lioncash | 2018-08-25 | 2 | -3/+4 |
| * | kernel/error: Correct kernel error code for invalid combination | Lioncash | 2018-08-25 | 1 | -1/+2 |
* | | Merge pull request #1169 from Lakumakkara/sel | bunnei | 2018-08-28 | 1 | -1/+1 |
|\ \ |
|
| * | | fix SEL_IMM bitstring | Laku | 2018-08-24 | 1 | -1/+1 |
* | | | Merge pull request #1188 from lioncash/unused | bunnei | 2018-08-28 | 1 | -1/+0 |
|\ \ \ |
|
| * | | | vfs_real: Remove unused variable in CreateDirectoryRelative() | Lioncash | 2018-08-27 | 1 | -1/+0 |
* | | | | Merge pull request #1170 from lioncash/ret | bunnei | 2018-08-28 | 1 | -1/+1 |
|\ \ \ \ |
|
| * | | | | file_util: Correct return value in early exit of ReadFileToString() | Lioncash | 2018-08-24 | 1 | -1/+1 |
* | | | | | Merge pull request #1175 from lioncash/ns | bunnei | 2018-08-28 | 13 | -12/+42 |
|\ \ \ \ \ |
|
| * | | | | | core: Namespace all code in the arm subdirectory under the Core namespace | Lioncash | 2018-08-25 | 13 | -12/+42 |
| |/ / / / |
|
* | | | | | Merge pull request #1187 from lioncash/shadow | bunnei | 2018-08-28 | 1 | -3/+3 |
|\ \ \ \ \ |
|
| * | | | | | registered_cache: Get rid of variable shadowing in ProcessFiles() | Lioncash | 2018-08-27 | 1 | -3/+3 |
| | |/ / /
| |/| | | |
|
* | | | | | Merge pull request #1128 from DarkLordZach/malformed-hex-crash | bunnei | 2018-08-27 | 1 | -5/+17 |
|\ \ \ \ \ |
|
| * | | | | | hex_util: Replace logic_errors with LOG_CRITICAL | Zach Hilman | 2018-08-23 | 1 | -5/+17 |
* | | | | | | Merge pull request #1176 from lioncash/info | bunnei | 2018-08-27 | 1 | -2/+1 |
|\ \ \ \ \ \ |
|
| * | | | | | | svc: Return process title ID if queried in GetInfo() | Lioncash | 2018-08-25 | 1 | -2/+1 |
* | | | | | | | Merge pull request #1174 from lioncash/debug | bunnei | 2018-08-27 | 5 | -27/+7 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | debug_utils: Remove unused includes | Lioncash | 2018-08-25 | 5 | -24/+4 |
| * | | | | | | | debug_utils: Make BreakpointObserver class' constructor explicit | Lioncash | 2018-08-25 | 1 | -1/+1 |
| * | | | | | | | debug_utils: Initialize active_breakpoint member of DebugContext | Lioncash | 2018-08-25 | 1 | -2/+2 |
| | |_|_|/ / /
| |/| | | | | |
|
* | | | | | | | Merge pull request #1162 from ogniK5377/ttf-plu | bunnei | 2018-08-27 | 1 | -5/+51 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | Addressed plu TTF changes | David Marcec | 2018-08-23 | 1 | -6/+7 |
| * | | | | | | | Added SharedFonts loading via TTF | David Marcec | 2018-08-23 | 1 | -5/+50 |
* | | | | | | | | Merge pull request #1168 from lioncash/header | bunnei | 2018-08-27 | 2 | -1/+4 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | hid: Move core include to cpp file | Lioncash | 2018-08-24 | 2 | -1/+4 |
| | |/ / / / / /
| |/| | | | | | |
|
* | | | | | | | | Merge pull request #1171 from lioncash/true | bunnei | 2018-08-27 | 1 | -7/+4 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | core: Remove always true conditionals in Load() | Lioncash | 2018-08-24 | 1 | -7/+4 |
| |/ / / / / / / |
|
* | | | | | | | | Merge pull request #1180 from tech4me/languagecode_fix | bunnei | 2018-08-27 | 2 | -8/+45 |
|\ \ \ \ \ \ \ \
| |_|_|_|_|/ / /
|/| | | | | | | |
|
| * | | | | | | | set: Fixed GetAvailableLanguageCodes() to follow the max_entries | tech4me | 2018-08-26 | 2 | -8/+45 |
|/ / / / / / / |
|
* | | | | | | | Merge pull request #1173 from lioncash/batch | bunnei | 2018-08-25 | 1 | -4/+4 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | maxwell3d: Move FinishedPrimitiveBatch event after AcceleratedDrawBatch() | Lioncash | 2018-08-25 | 1 | -4/+4 |
| |/ / / / / / |
|
* | | | | | | | Merge pull request #1167 from lioncash/assert | bunnei | 2018-08-25 | 1 | -1/+2 |
|\ \ \ \ \ \ \
| |_|_|_|_|_|/
|/| | | | | | |
|
| * | | | | | | gl_rasterizer: Correct assertion condition in SyncLogicOpState() | Lioncash | 2018-08-24 | 1 | -1/+2 |
| |/ / / / / |
|
* | | | | | | Merge pull request #1166 from lioncash/typo | Sebastian Valle | 2018-08-25 | 1 | -1/+1 |
|\ \ \ \ \ \
| |_|_|/ / /
|/| | | | | |
|
| * | | | | | filesystem: Fix typo in log message | Lioncash | 2018-08-24 | 1 | -1/+1 |
| |/ / / / |
|
* | | | | | Merge pull request #1094 from DarkLordZach/nax0 | Mat M | 2018-08-25 | 31 | -97/+821 |
|\ \ \ \ \ |
|
| * | | | | | file_sys/crypto: Fix missing/unnecessary includes | Zach Hilman | 2018-08-25 | 9 | -5/+10 |
| * | | | | | xci: Ignore NCA files with updates in secure | Zach Hilman | 2018-08-24 | 1 | -0/+3 |
| * | | | | | content_archive: Add update title detection | Zach Hilman | 2018-08-24 | 2 | -0/+11 |
| * | | | | | key_manager: Eliminate indexed for loop | Zach Hilman | 2018-08-23 | 1 | -6/+13 |
| * | | | | | key_manager: Create keys dir if it dosen't exist | Zach Hilman | 2018-08-23 | 2 | -0/+2 |
| * | | | | | file_sys: Cut down on includes and copies | Zach Hilman | 2018-08-23 | 7 | -19/+30 |
| * | | | | | crypto: Eliminate magic constants | Zach Hilman | 2018-08-23 | 4 | -32/+38 |
| * | | | | | key_manager: Add support for autogenerated keys | Zach Hilman | 2018-08-23 | 2 | -3/+45 |
| * | | | | | key_manager: Add support for KEK and SD seed derivation | Zach Hilman | 2018-08-23 | 2 | -5/+135 |
| * | | | | | key_manager: Switch to boost flat_map for keys | Zach Hilman | 2018-08-23 | 2 | -32/+14 |
| * | | | | | game_list: Add SD registration loading to game list | Zach Hilman | 2018-08-23 | 2 | -12/+12 |
| * | | | | | file_sys: Implement NAX containers | Zach Hilman | 2018-08-23 | 3 | -0/+238 |
| * | | | | | registration: Add GetEntryUnparsed methods | Zach Hilman | 2018-08-23 | 2 | -0/+15 |
| * | | | | | sdmc_factory: Add SDMC RegisteredCache getter | Zach Hilman | 2018-08-23 | 2 | -1/+14 |
| * | | | | | qt: Make default row data title name and title id | Zach Hilman | 2018-08-23 | 1 | -2/+2 |
| * | | | | | vfs: Add GetOrCreateDirectoryRelative method | Zach Hilman | 2018-08-23 | 3 | -9/+13 |
| * | | | | | filesystem: Add CreateFactories methods to fs | Zach Hilman | 2018-08-23 | 3 | -10/+12 |
| * | | | | | filesystem: Add logging to registration getters | Zach Hilman | 2018-08-23 | 1 | -4/+25 |
| * | | | | | loader: Add new NAX-specific errors and messages | Zach Hilman | 2018-08-23 | 2 | -1/+27 |
| * | | | | | nax: Add AppLoader_NAX and update loader to support it | Zach Hilman | 2018-08-23 | 4 | -2/+121 |
| * | | | | | xts_encryption_layer: Implement XTSEncryptionLayer | Zach Hilman | 2018-08-23 | 3 | -1/+81 |
| * | | | | | aes_util: Make XTSTranscode stricter about sizes | Zach Hilman | 2018-08-23 | 1 | -5/+2 |
| * | | | | | ctr_encryption_layer: Fix bug when transcoding small data | Zach Hilman | 2018-08-23 | 1 | -5/+3 |
| * | | | | | xci: Fix error masking issue | Zach Hilman | 2018-08-23 | 3 | -5/+17 |
* | | | | | | Merge pull request #1065 from DarkLordZach/window-title | Zach Hilman | 2018-08-24 | 2 | -0/+18 |
|\ \ \ \ \ \
| |_|_|_|_|/
|/| | | | | |
|
| * | | | | | qt: Add filename and title id to window title while running | Zach Hilman | 2018-08-23 | 2 | -0/+18 |
| | |_|_|/
| |/| | | |
|
* | | | | | Merge pull request #1164 from tech4me/decode_iadd3 | bunnei | 2018-08-24 | 1 | -0/+6 |
|\ \ \ \ \
| |_|_|/ /
|/| | | | |
|
| * | | | | Shaders: Added decodings for IADD3 instructions | tech4me | 2018-08-23 | 1 | -0/+6 |
| |/ / / |
|
* | | | | Port #4013 from Citra: "Init logging sooner so we dont miss some logs on startup" (#1142) | Tobias | 2018-08-24 | 1 | -11/+11 |
* | | | | Added GetBootMode (#1107) | David | 2018-08-24 | 4 | -3/+25 |
|/ / / |
|
* | | | Merge pull request #1160 from bunnei/surface-reserve | bunnei | 2018-08-23 | 2 | -17/+91 |
|\ \ \ |
|
| * | | | gl_rasterizer_cache: Blit when possible on RecreateSurface. | bunnei | 2018-08-23 | 1 | -5/+12 |
| * | | | gl_rasterizer_cache: Reserve surfaces that have already been created for later use. | bunnei | 2018-08-23 | 2 | -3/+61 |
| * | | | gl_rasterizer_cache: Remove assert for RecreateSurface type. | bunnei | 2018-08-23 | 1 | -1/+0 |
| * | | | gl_rasterizer_cache: Implement compressed texture copies. | bunnei | 2018-08-23 | 1 | -8/+18 |
| |/ / |
|
* | | | Merge pull request #1153 from bunnei/stencil-clear | bunnei | 2018-08-23 | 6 | -69/+188 |
|\ \ \
| |/ /
|/| | |
|
| * | | gl_rasterizer: Implement stencil test. | bunnei | 2018-08-23 | 3 | -4/+58 |
| * | | gl_rasterizer: Implement partial color clear and stencil clear. | bunnei | 2018-08-23 | 1 | -12/+42 |
| * | | maxwell_3d: Update to include additional stencil registers. | bunnei | 2018-08-23 | 1 | -20/+50 |
| * | | gl_state: Update to handle stencil front/back face separately. | bunnei | 2018-08-23 | 2 | -33/+38 |
|/ / |
|
* | | Merge pull request #1157 from lioncash/vec | bunnei | 2018-08-23 | 2 | -11/+16 |
|\ \ |
|
| * | | gl_shader_gen: Make ShaderSetup's constructor explicit | Lioncash | 2018-08-22 | 1 | -1/+1 |
| * | | gl_shader_gen: Use a std::vector to represent program code instead of std::array | Lioncash | 2018-08-22 | 2 | -11/+16 |
* | | | Merge pull request #1156 from Lakumakkara/lop3 | bunnei | 2018-08-23 | 2 | -0/+60 |
|\ \ \
| |_|/
|/| | |
|
| * | | more fixes | Laku | 2018-08-22 | 1 | -6/+7 |
| * | | fixes | Laku | 2018-08-22 | 1 | -6/+12 |
| * | | remove debug logging | Laku | 2018-08-22 | 1 | -2/+0 |
| * | | implement lop3 | Laku | 2018-08-22 | 2 | -0/+55 |
* | | | Swap "Plus" with "Minus" on the controller GUI (#1150) | literalmente-game | 2018-08-23 | 1 | -8/+8 |
* | | | Merge pull request #1159 from lioncash/fmt | James Rowe | 2018-08-23 | 1 | -0/+0 |
|\ \ \ |
|
| * | | | externals: Update fmt to 6201052 | Lioncash | 2018-08-22 | 1 | -0/+0 |
| | |/
| |/| |
|
* | | | Merge pull request #1137 from lioncash/namespace | bunnei | 2018-08-23 | 21 | -23/+70 |
|\ \ \ |
|
| * | | | renderer_opengl: Namespace OpenGL code | Lioncash | 2018-08-22 | 21 | -23/+70 |
| | |/
| |/| |
|
* | | | Merge pull request #1158 from lioncash/boost | James Rowe | 2018-08-22 | 1 | -0/+0 |
|\ \ \
| |_|/
|/| | |
|
| * | | externals/boost: Update to 1.68.0 | Lioncash | 2018-08-22 | 1 | -0/+0 |
|/ / |
|
* | | Merge pull request #1155 from tech4me/icon-fix | bunnei | 2018-08-22 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | config: Fixed icon size get set to 0 | tech4me | 2018-08-22 | 1 | -1/+1 |
|/ |
|
* | Merge pull request #1136 from tech4me/master | bunnei | 2018-08-22 | 6 | -11/+45 |
|\ |
|
| * | qt/main: Port part of citra(#3411), open savedata works | tech4me | 2018-08-21 | 6 | -11/+45 |
* | | Merge pull request #840 from FearlessTobi/port-3353 | bunnei | 2018-08-22 | 10 | -25/+94 |
|\ \ |
|
| * | | Port #3353 from Citra | fearlessTobi | 2018-08-21 | 10 | -25/+94 |
* | | | Merge pull request #1154 from OatmealDome/topology-lines | bunnei | 2018-08-22 | 1 | -0/+2 |
|\ \ \ |
|
| * | | | maxwell_to_gl: Implement PrimitiveTopology::Lines | OatmealDome | 2018-08-22 | 1 | -0/+2 |
* | | | | Merge pull request #1141 from FearlessTobi/port-3902 | bunnei | 2018-08-22 | 2 | -0/+18 |
|\ \ \ \ |
|
| * | | | | Port #3902 from Citra: "Add restart hotkey & menu option" | fearlessTobi | 2018-08-21 | 2 | -0/+18 |
| | |_|/
| |/| | |
|
* | | | | Merge pull request #1124 from Subv/logic_ops | bunnei | 2018-08-22 | 6 | -7/+108 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | GPU: Implemented the logic op functionality of the GPU. | Subv | 2018-08-21 | 3 | -0/+61 |
| * | | | GLState: Allow enabling/disabling GL_COLOR_LOGIC_OP independently from blending. | Subv | 2018-08-21 | 2 | -6/+19 |
| * | | | GPU: Added registers for the logicop functionality. | Subv | 2018-08-21 | 1 | -1/+28 |
| | |/
| |/| |
|
* | | | Merge pull request #1147 from lioncash/warn | bunnei | 2018-08-22 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | logging/text_formatter: Use empty braces for initializing CONSOLE_SCREEN_BUFFER_INFO instance | Lioncash | 2018-08-21 | 1 | -1/+1 |
* | | | | Merge pull request #1151 from bunnei/revert-4a2ee191 | bunnei | 2018-08-22 | 2 | -153/+31 |
|\ \ \ \ |
|
| * | | | | Revert "Shader: Use the right sampler type in the TEX, TEXS and TLDS instructions." | bunnei | 2018-08-22 | 2 | -153/+31 |
* | | | | | Merge pull request #1152 from ogniK5377/plu-include | bunnei | 2018-08-22 | 1 | -0/+1 |
|\ \ \ \ \ |
|
| * | | | | | Added missing include for pl:u | David Marcec | 2018-08-22 | 1 | -0/+1 |
|/ / / / / |
|
* / / / / | PL:U Added BFTTF loading(Loading from System NAND dumps) (#1088) | David | 2018-08-22 | 1 | -25/+140 |
|/ / / / |
|
* | | | | Merge pull request #1145 from lioncash/fwd-decl | bunnei | 2018-08-22 | 5 | -4/+7 |
|\ \ \ \ |
|
| * | | | | vfs: Replace mode.h include with forward declarations where applicable | Lioncash | 2018-08-21 | 5 | -4/+7 |
| |/ / / |
|
* | | | | Merge pull request #1146 from lioncash/am | bunnei | 2018-08-22 | 1 | -3/+4 |
|\ \ \ \ |
|
| * | | | | am: Utilize std::array within PopLaunchParameter() | Lioncash | 2018-08-21 | 1 | -3/+4 |
| |/ / / |
|
* | | | | Merge pull request #1148 from lioncash/audio-warn | bunnei | 2018-08-21 | 1 | -1/+1 |
|\ \ \ \ |
|
| * | | | | audio_core/filter: Add explicit cast to assignment in Process() | Lioncash | 2018-08-21 | 1 | -1/+1 |
| |/ / / |
|
* | | | | Merge pull request #1149 from lioncash/paren | bunnei | 2018-08-21 | 1 | -1/+1 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | shader_bytecode: Parenthesize conditional expression within GetTextureType() | Lioncash | 2018-08-21 | 1 | -1/+1 |
|/ / / |
|
* | | | Merge pull request #1143 from lioncash/inc | bunnei | 2018-08-21 | 2 | -1/+1 |
|\ \ \ |
|
| * | | | sdmc_factory: Remove unnecessary core include | Lioncash | 2018-08-21 | 2 | -1/+1 |
| | |/
| |/| |
|
* | | | Merge pull request #1139 from lioncash/bitfield | bunnei | 2018-08-21 | 1 | -2/+1 |
|\ \ \ |
|
| * | | | bit_field: Convert ToBool() into explicit operator bool | Lioncash | 2018-08-21 | 1 | -2/+1 |
| |/ / |
|
* | | | Merge pull request #1140 from FearlessTobi/port-4056 | bunnei | 2018-08-21 | 2 | -0/+14 |
|\ \ \ |
|
| * | | | Port #4056 from Citra: "Add Clear Recent Files menu action" | fearlessTobi | 2018-08-21 | 2 | -0/+14 |
| |/ / |
|
* | | | Merge pull request #1144 from MerryMage/MAX_LAG_TIME_US | Mat M | 2018-08-21 | 1 | -1/+1 |
|\ \ \
| |/ /
|/| | |
|
| * | | perf_stats: Change MAX_LAG_TIME_US to an appropriate value | MerryMage | 2018-08-21 | 1 | -1/+1 |
|/ / |
|
* | | Merge pull request #1123 from lioncash/screen | bunnei | 2018-08-21 | 7 | -30/+25 |
|\ \ |
|
| * | | rasterizer_interface: Remove ScreenInfo from AccelerateDraw()'s signature | Lioncash | 2018-08-21 | 5 | -17/+14 |
| * | | renderer_base: Make creation of the rasterizer, the responsibility of the renderers themselves | Lioncash | 2018-08-21 | 4 | -14/+12 |
| |/ |
|
* | | Merge pull request #1129 from lioncash/header | bunnei | 2018-08-21 | 11 | -8/+40 |
|\ \ |
|
| * | | service/filesystem: Use forward declarations where applicable | Lioncash | 2018-08-21 | 9 | -5/+28 |
| * | | romfs_factory: Remove unnecessary includes and use forward declarations where applicable | Lioncash | 2018-08-21 | 3 | -3/+12 |
* | | | Merge pull request #1132 from Subv/gl_FragDepth | bunnei | 2018-08-21 | 1 | -1/+6 |
|\ \ \ |
|
| * | | | Shaders: Implement depth writing in fragment shaders. | Subv | 2018-08-21 | 1 | -1/+6 |
* | | | | Merge pull request #1134 from lioncash/log | bunnei | 2018-08-21 | 1 | -1/+1 |
|\ \ \ \ |
|
| * | | | | renderer_opengl: Use LOG_DEBUG for GL_DEBUG_SEVERITY_NOTIFICATION and GL_DEBUG_SEVERITY_LOW logs | Lioncash | 2018-08-21 | 1 | -1/+1 |
* | | | | | Merge pull request #1121 from Subv/tex_reinterpret | bunnei | 2018-08-21 | 4 | -16/+70 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | Rasterizer: Reinterpret the raw texture bytes instead of blitting (and thus doing format conversion) to a new texture when a game requests an old texture address with a different format. | Subv | 2018-08-20 | 1 | -3/+49 |
| * | | | | Rasterizer: Don't attempt to copy over the old texture's data when doing a format reinterpretation if we're only going to clear the framebuffer. | Subv | 2018-08-20 | 4 | -13/+21 |
| | |_|/
| |/| | |
|
* | | | | Merge pull request #1133 from lioncash/guard | bunnei | 2018-08-21 | 1 | -0/+2 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | gl_stream_buffer: Add missing header guard | Lioncash | 2018-08-21 | 1 | -0/+2 |
* | | | | Merge pull request #1126 from lioncash/telem | bunnei | 2018-08-21 | 1 | -4/+4 |
|\ \ \ \ |
|
| * | | | | telemetry_session: Don't allocate std::string instances for program lifetime in GetTelemetryId() and RegenerateTelemetryId() | Lioncash | 2018-08-21 | 1 | -4/+4 |
* | | | | | Merge pull request #1131 from bunnei/impl-tex3d-texcube | bunnei | 2018-08-21 | 2 | -2/+21 |
|\ \ \ \ \ |
|
| * | | | | | shader_bytecode: Replace some UNIMPLEMENTED logs. | bunnei | 2018-08-21 | 1 | -2/+6 |
| * | | | | | gl_shader_decompiler: Implement Texture3D for TEXS. | bunnei | 2018-08-21 | 1 | -0/+7 |
| * | | | | | gl_shader_decompiler: Implement TextureCube for TEX. | bunnei | 2018-08-21 | 1 | -0/+8 |
* | | | | | | Merge pull request #1106 from Subv/multiple_rendertargets | bunnei | 2018-08-21 | 2 | -6/+45 |
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
|
| * | | | | | Shaders: Write all the enabled color outputs when a fragment shader exits. | Subv | 2018-08-21 | 2 | -6/+45 |
* | | | | | | Merge pull request #1130 from Subv/tex_2d | bunnei | 2018-08-21 | 1 | -6/+15 |
|\ \ \ \ \ \
| |_|_|/ / /
|/| | | | | |
|
| * | | | | | Shaders: Fixed the coords in TEX with Texture2D. | Subv | 2018-08-21 | 1 | -1/+1 |
| * | | | | | Shaders: Log and crash when using an unimplemented texture type in a texture sampling instruction. | Subv | 2018-08-21 | 1 | -5/+14 |
| | |/ / /
| |/| | | |
|
* | | | | | Merge pull request #1122 from lioncash/acc | bunnei | 2018-08-21 | 4 | -57/+61 |
|\ \ \ \ \ |
|
| * | | | | | acc: Replace profile_manager include with a forward declaration | Lioncash | 2018-08-21 | 2 | -2/+6 |
| * | | | | | acc: Simplify WriteBuffer call within LoadImage() | Lioncash | 2018-08-21 | 1 | -3/+3 |
| * | | | | | acc: Correct IProfile's constructor initializer list order | Lioncash | 2018-08-21 | 1 | -1/+1 |
| * | | | | | acc: Remove unused DEFAULT_USER_ID | Lioncash | 2018-08-21 | 1 | -3/+0 |
| * | | | | | profile_manager: Use INVALID_UUID in the initializer of last_opened_user | Lioncash | 2018-08-21 | 1 | -1/+1 |
| * | | | | | profile_manager: Remove unnecessary memcpy in GetProfileBaseAndData() | Lioncash | 2018-08-21 | 1 | -1/+1 |
| * | | | | | profile_manager: Use type aliases for username data, profile data, and user arrays | Lioncash | 2018-08-21 | 2 | -19/+22 |
| * | | | | | profile_manager: Take ProfileInfo by const reference where applicable | Lioncash | 2018-08-21 | 2 | -8/+8 |
| * | | | | | profile_manager: Make array parameter to CreateNewUser a const reference | Lioncash | 2018-08-21 | 2 | -2/+2 |
| * | | | | | profile_manager: Remove unnecessary static | Lioncash | 2018-08-21 | 1 | -1/+1 |
| * | | | | | profile_manager: Simplify UUID's two param constructor, operator==, and operator bool | Lioncash | 2018-08-21 | 1 | -6/+4 |
| * | | | | | profile_manager: Move UUID generation function to the cpp file | Lioncash | 2018-08-21 | 2 | -10/+12 |
| * | | | | | profile_manager: Remove unnecessary std::move in AddToProfiles() and CreateNewUser() | Lioncash | 2018-08-20 | 1 | -2/+2 |
| | |_|/ /
| |/| | | |
|
* | | | | | Merge pull request #1125 from bunnei/update-dynarmic | bunnei | 2018-08-21 | 1 | -0/+0 |
|\ \ \ \ \
| |_|_|_|/
|/| | | | |
|
| * | | | | externals: Update dynarmic to a42f301c. | bunnei | 2018-08-21 | 1 | -0/+0 |
| | |/ /
| |/| | |
|
* | | | | Merge pull request #1095 from DarkLordZach/sysarchives | bunnei | 2018-08-21 | 8 | -20/+100 |
|\ \ \ \ |
|
| * | | | | registration: Add Data_Unknown5 NCAContentType | Zach Hilman | 2018-08-20 | 3 | -2/+3 |
| * | | | | filesystem: Add support for loading of system archives | Zach Hilman | 2018-08-19 | 7 | -20/+99 |
* | | | | | Merge pull request #1127 from yuzu-emu/revert-838-port-3616 | James Rowe | 2018-08-21 | 1 | -1/+1 |
|\ \ \ \ \
| |_|/ / /
|/| | | | |
|
| * | | | | Revert "Port #3616 from Citra: "appveyor: set jobs to 4 for mingw"" | Zach Hilman | 2018-08-21 | 1 | -1/+1 |
|/ / / / |
|
* | | | | Merge pull request #1064 from lioncash/telemetry | bunnei | 2018-08-21 | 3 | -62/+84 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | common/telemetry: Migrate core-independent info gathering to common | Lioncash | 2018-08-15 | 3 | -62/+84 |
* | | | | Merge pull request #1104 from Subv/instanced_arrays | bunnei | 2018-08-20 | 2 | -4/+30 |
|\ \ \ \ |
|
| * | | | | GLRasterizer: Implemented instanced vertex arrays. | Subv | 2018-08-18 | 2 | -4/+30 |
| | |_|/
| |/| | |
|
* | | | | Merge pull request #1115 from Subv/texs_mask | bunnei | 2018-08-20 | 1 | -18/+18 |
|\ \ \ \ |
|
| * | | | | Shaders/TEXS: Fixed the component mask in the TEXS instruction. | Subv | 2018-08-20 | 1 | -18/+18 |
* | | | | | Merge pull request #1112 from Subv/sampler_types | bunnei | 2018-08-20 | 3 | -33/+250 |
|\ \ \ \ \ |
|
| * | | | | | Shader: Implemented the TLD4 and TLD4S opcodes using GLSL's textureGather. | Subv | 2018-08-19 | 1 | -0/+51 |
| * | | | | | Shader: Use the right sampler type in the TEX, TEXS and TLDS instructions. | Subv | 2018-08-19 | 2 | -29/+127 |
| * | | | | | Shader: Added bitfields for the texture type of the various sampling instructions. | Subv | 2018-08-19 | 1 | -1/+65 |
| * | | | | | Shaders: Added decodings for TLD4 and TLD4S | Subv | 2018-08-19 | 1 | -3/+7 |
* | | | | | | Merge pull request #1117 from ogniK5377/CheckFreeCommunicationPermission | bunnei | 2018-08-20 | 1 | -1/+8 |
|\ \ \ \ \ \ |
|
| * | | | | | | Added CheckFreeCommunicationPermission | David Marcec | 2018-08-20 | 1 | -1/+8 |
| | |/ / / /
| |/| | | | |
|
* | | | | | | Merge pull request #1017 from ogniK5377/better-account | bunnei | 2018-08-20 | 13 | -74/+440 |
|\ \ \ \ \ \ |
|
| * | | | | | | Better UUID randomness | David Marcec | 2018-08-11 | 1 | -2/+7 |
| * | | | | | | Removed un-needed count from ListOpenUsers and ListAllUsers | David Marcec | 2018-08-11 | 1 | -4/+2 |
| * | | | | | | Added better explanations in the profile manager | David Marcec | 2018-08-11 | 2 | -1/+34 |
| * | | | | | | Code cleanup for profile manager | David Marcec | 2018-08-11 | 3 | -40/+47 |
| * | | | | | | Removed const from ProfileBase Invalidate | David Marcec | 2018-08-11 | 1 | -1/+1 |
| * | | | | | | fixed invalid uuid bool operator | David Marcec | 2018-08-11 | 1 | -1/+1 |
| * | | | | | | Added GetOpenUserCount | David Marcec | 2018-08-11 | 3 | -3/+14 |
| * | | | | | | Removed all for loops from the profile manager | David Marcec | 2018-08-11 | 1 | -9/+4 |
| * | | | | | | Added missing ListAllUsers count | David Marcec | 2018-08-11 | 1 | -1/+2 |
| * | | | | | | If statement style change | David Marcec | 2018-08-11 | 1 | -11/+19 |
| * | | | | | | Second round of account changes | David Marcec | 2018-08-11 | 3 | -18/+21 |
| * | | | | | | First round of account changes | David Marcec | 2018-08-11 | 3 | -49/+55 |
| * | | | | | | Rebase with dynarmic master | David Marcec | 2018-08-11 | 1 | -0/+0 |
| * | | | | | | Refactored profile manager sharing | David Marcec | 2018-08-11 | 10 | -20/+28 |
| * | | | | | | Merge remote-tracking branch 'origin/master' into better-account | David Marcec | 2018-08-11 | 79 | -635/+1570 |
| |\ \ \ \ \ \ |
|
| * | | | | | | | Added IsUserRegistrationRequestPermitted | David Marcec | 2018-08-11 | 7 | -3/+19 |
| * | | | | | | | Don't add user if the uuid already exists | David Marcec | 2018-08-09 | 1 | -0/+4 |
| * | | | | | | | Open first user added | David Marcec | 2018-08-08 | 1 | -1/+3 |
| * | | | | | | | Inital pass of account backend implementation | David Marcec | 2018-08-08 | 3 | -12/+22 |
| * | | | | | | | GetProfileBase and GetProfileBaseAndData added | David Marcec | 2018-08-08 | 3 | -44/+106 |
| * | | | | | | | began initial implementation of "ProfileManager" | David Marcec | 2018-08-08 | 5 | -44/+202 |
| * | | | | | | | Switched uuids from u128 to new UUID struct | David Marcec | 2018-08-08 | 2 | -10/+49 |
* | | | | | | | | Merge pull request #1120 from ogniK5377/rgba8-uint | bunnei | 2018-08-20 | 4 | -45/+58 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | Implemented RGBA8_UINT | David Marcec | 2018-08-20 | 4 | -45/+58 |
| | |_|/ / / / /
| |/| | | | | | |
|
* | | | | | | | | Merge pull request #1119 from lioncash/uninit | bunnei | 2018-08-20 | 1 | -2/+2 |
|\ \ \ \ \ \ \ \
| |/ / / / / / /
|/| | | | | | | |
|
| * | | | | | | | game_list: Avoid uninitialized variables when retrieving program ID | Lioncash | 2018-08-20 | 1 | -2/+2 |
|/ / / / / / / |
|
* | | | | | | | Merge pull request #1089 from Subv/neg_bits | bunnei | 2018-08-19 | 2 | -16/+38 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | Shaders: Corrected the 'abs' and 'neg' bit usage in the float arithmetic instructions. | Subv | 2018-08-18 | 2 | -16/+38 |
* | | | | | | | | Merge pull request #1105 from Subv/convert_neg | bunnei | 2018-08-19 | 1 | -2/+0 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | Shader: Remove an unneeded assert, the negate bit is implemented for conversion instructions. | Subv | 2018-08-18 | 1 | -2/+0 |
| | |_|_|_|/ / /
| |/| | | | | | |
|
* | | | | | | | | Merge pull request #1113 from Subv/texs_mask | bunnei | 2018-08-19 | 1 | -6/+11 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | Shaders/TEXS: Fixed the component mask in the TEXS instruction. | Subv | 2018-08-19 | 1 | -6/+11 |
| | |_|_|_|/ / /
| |/| | | | | | |
|
* | | | | | | | | Merge pull request #1102 from ogniK5377/mirror-clamp-edge | bunnei | 2018-08-19 | 3 | -0/+6 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | Added check to see if ARB_texture_mirror_clamp_to_edge is supported | David Marcec | 2018-08-19 | 2 | -0/+4 |
| * | | | | | | | | Added WrapMode MirrorOnceClampToEdge | David Marcec | 2018-08-18 | 1 | -0/+2 |
| | |/ / / / / /
| |/| | | | | | |
|
* | | | | | | | | Merge pull request #1101 from Subv/ssy_stack | bunnei | 2018-08-19 | 1 | -3/+36 |
|\ \ \ \ \ \ \ \
| |_|/ / / / / /
|/| | | | | | | |
|
| * | | | | | | | Shaders: Implemented a stack for the SSY/SYNC instructions. | Subv | 2018-08-18 | 1 | -3/+36 |
| |/ / / / / / |
|
* | | | | | | | Merge pull request #1109 from Subv/ldg_decode | bunnei | 2018-08-19 | 1 | -0/+4 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | Shaders: Added decodings for the LDG and STG instructions. | Subv | 2018-08-19 | 1 | -0/+4 |
| |/ / / / / / |
|
* | | | | | | | Merge pull request #1108 from Subv/front_facing | bunnei | 2018-08-19 | 2 | -0/+7 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | Shaders: Implemented the gl_FrontFacing input attribute (attr 63). | Subv | 2018-08-19 | 2 | -0/+7 |
| |/ / / / / / |
|
* | | | | | | | Merge pull request #1103 from Subv/lop_pred | bunnei | 2018-08-19 | 2 | -11/+39 |
|\ \ \ \ \ \ \
| |_|_|_|_|_|/
|/| | | | | | |
|
| * | | | | | | Shader: Implemented the predicate and mode arguments of LOP. | Subv | 2018-08-18 | 2 | -11/+39 |
| |/ / / / / |
|
* | | | | | | Merge pull request #838 from FearlessTobi/port-3616 | James Rowe | 2018-08-18 | 1 | -1/+1 |
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
|
| * | | | | | Port #3616 from Citra | fearlessTobi | 2018-07-26 | 1 | -1/+1 |
* | | | | | | Merge pull request #1100 from ogniK5377/missing-pred | bunnei | 2018-08-18 | 2 | -5/+8 |
|\ \ \ \ \ \ |
|
| * | | | | | | Added predcondition GreaterThanWithNan | David Marcec | 2018-08-18 | 2 | -5/+8 |
|/ / / / / / |
|
* | | | | | | Merge pull request #1096 from bunnei/supported-blits | bunnei | 2018-08-18 | 1 | -2/+0 |
|\ \ \ \ \ \ |
|
| * | | | | | | gl_rasterizer_cache: Remove asserts for supported blits. | bunnei | 2018-08-17 | 1 | -2/+0 |
* | | | | | | | Merge pull request #1097 from bunnei/gl-critical | bunnei | 2018-08-17 | 1 | -1/+1 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | renderer_opengl: Treat OpenGL errors as critical. | bunnei | 2018-08-17 | 1 | -1/+1 |
| |/ / / / / / |
|
* | | | | | | | Implement SetIdleTimeDetectionExtension & GetIdleTimeDetectionExtension (#1059) | greggameplayer | 2018-08-17 | 2 | -2/+22 |
* | | | | | | | Merge pull request #1090 from lioncash/ctor-assign | bunnei | 2018-08-17 | 1 | -0/+6 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | core: Delete System copy/move constructors and assignment operators | Lioncash | 2018-08-16 | 1 | -0/+6 |
* | | | | | | | | Merge pull request #1091 from lioncash/warning | bunnei | 2018-08-17 | 1 | -78/+83 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | qt/main: Unindent code in OnMenuInstallToNAND() | Lioncash | 2018-08-16 | 1 | -70/+70 |
| * | | | | | | | | qt/main: Make installation dialog text within OnMenuInstallToNAND() translatable | Lioncash | 2018-08-16 | 1 | -14/+15 |
| * | | | | | | | | qt/main: Get rid of compilation warnings | Lioncash | 2018-08-16 | 1 | -4/+8 |
| |/ / / / / / / |
|
* | | | | | | | | Merge pull request #1093 from greggameplayer/GetDefaultDisplayResolutionChangeEvent | bunnei | 2018-08-17 | 2 | -1/+13 |
|\ \ \ \ \ \ \ \
| |_|/ / / / / /
|/| | | | | | | |
|
| * | | | | | | | correct coding style | greggameplayer | 2018-08-16 | 1 | -1/+1 |
| * | | | | | | | Implement GetDefaultDisplayResolutionChangeEvent | greggameplayer | 2018-08-16 | 2 | -1/+13 |
* | | | | | | | | Merge pull request #1019 from Subv/vertex_divisor | bunnei | 2018-08-17 | 7 | -5/+28 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | Rasterizer: Implemented instanced rendering. | Subv | 2018-08-15 | 7 | -5/+28 |
* | | | | | | | | | Merge pull request #1087 from MerryMage/dynarmic | bunnei | 2018-08-17 | 2 | -0/+3 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | dynarmic: Update to 550d662 | MerryMage | 2018-08-16 | 2 | -0/+3 |
| | |_|_|_|/ / / /
| |/| | | | | | | |
|
* | | | | | | | | | Merge pull request #1084 from bunnei/depth | bunnei | 2018-08-17 | 2 | -16/+26 |
|\ \ \ \ \ \ \ \ \
| |_|_|/ / / / / /
|/| | | | | | | | |
|
| * | | | | | | | | gl_rasterizer_cache: Treat Depth formats differently from DepthStencil. | bunnei | 2018-08-16 | 2 | -16/+26 |
* | | | | | | | | | Merge pull request #1085 from lioncash/namespace | bunnei | 2018-08-16 | 4 | -12/+22 |
|\ \ \ \ \ \ \ \ \
| |_|/ / / / / / /
|/| | | | | | | | |
|
| * | | | | | | | | common: Namespace hex_util.h/.cpp | Lioncash | 2018-08-16 | 4 | -12/+22 |
| | |_|/ / / / /
| |/| | | | | | |
|
* | | | | | | | | Merge pull request #1075 from lioncash/include | bunnei | 2018-08-16 | 4 | -35/+22 |
|\ \ \ \ \ \ \ \
| |/ / / / / / /
|/| | | | | | | |
|
| * | | | | | | | loader/nca: Remove unnecessary includes and member variables | Lioncash | 2018-08-15 | 2 | -20/+11 |
| * | | | | | | | loader/xci: Remove unnecessary includes and member variables | Lioncash | 2018-08-15 | 2 | -15/+11 |
| | |_|_|_|_|/
| |/| | | | | |
|
* | | | | | | | Merge pull request #1005 from DarkLordZach/registered-fmt | bunnei | 2018-08-16 | 34 | -80/+1437 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | registration: Various style and documentation improvements | Zach Hilman | 2018-08-12 | 3 | -18/+22 |
| * | | | | | | | registration: Add support for force overwrite of installed | Zach Hilman | 2018-08-12 | 4 | -53/+106 |
| * | | | | | | | game_list: Split game list scans to multiple functions | Zach Hilman | 2018-08-12 | 2 | -9/+16 |
| * | | | | | | | vfs_real: Add CreateFullPath to Create* operations | Zach Hilman | 2018-08-12 | 2 | -13/+6 |
| * | | | | | | | control_metadata: Remove unnecessary reference to base file | Zach Hilman | 2018-08-12 | 2 | -2/+1 |
| * | | | | | | | romfs: Remove cyclic shared_ptr leak in romfs code | Zach Hilman | 2018-08-12 | 3 | -8/+8 |
| * | | | | | | | registration: Update documentation and style | Zach Hilman | 2018-08-12 | 5 | -42/+69 |
| * | | | | | | | nca_metadata: Remove unnecessary reference to base file | Zach Hilman | 2018-08-12 | 2 | -3/+2 |
| * | | | | | | | bis_factory: Create NAND dirs if they don't exist | Zach Hilman | 2018-08-12 | 1 | -2/+9 |
| * | | | | | | | qt: Use custom RawCopy with progress bar for installs | Zach Hilman | 2018-08-12 | 1 | -2/+28 |
| * | | | | | | | registration: Take RawCopy function as parameter | Zach Hilman | 2018-08-12 | 2 | -10/+15 |
| * | | | | | | | game_list: Populate control data from installed NAND | Zach Hilman | 2018-08-12 | 2 | -31/+35 |
| * | | | | | | | registered_cache: Fix missing reading from yuzu_meta | Zach Hilman | 2018-08-12 | 1 | -7/+16 |
| * | | | | | | | file_sys: Comply to style guidelines | Zach Hilman | 2018-08-12 | 8 | -47/+60 |
| * | | | | | | | qt: Add 'Install to NAND' option to menu | Zach Hilman | 2018-08-12 | 5 | -1/+99 |
| * | | | | | | | game_list: Modify game list to scan installed titles | Zach Hilman | 2018-08-12 | 1 | -0/+45 |
| * | | | | | | | file_sys: Add RegisteredCache | Zach Hilman | 2018-08-12 | 2 | -0/+543 |
| * | | | | | | | file_sys: Add support for parsing NCA metadata (CNMT) | Zach Hilman | 2018-08-12 | 3 | -0/+238 |
| * | | | | | | | card_image: Add accessor for all NCAs in XCI | Zach Hilman | 2018-08-12 | 2 | -0/+5 |
| * | | | | | | | vfs_real: Add CreateFullPath to CreateFile | Zach Hilman | 2018-08-12 | 1 | -3/+6 |
| * | | | | | | | filesystem: Add Open and Register functions for BISFactory | Zach Hilman | 2018-08-12 | 2 | -4/+23 |
| * | | | | | | | bis_factory: Add partial implementation of BISFactory | Zach Hilman | 2018-08-12 | 2 | -0/+54 |
| * | | | | | | | loader: Join 0* files in directory if filename is 00 | Zach Hilman | 2018-08-12 | 1 | -1/+33 |
| * | | | | | | | loader: Recognize filename '00' as NCA | Zach Hilman | 2018-08-12 | 1 | -0/+2 |
| * | | | | | | | vfs: Add ConcatenatedVfsFile | Zach Hilman | 2018-08-12 | 2 | -0/+134 |
| * | | | | | | | crypto: Remove hex utilities from key_manager | Zach Hilman | 2018-08-12 | 2 | -36/+2 |
| * | | | | | | | file_util: Add getter for NAND registration directory | Zach Hilman | 2018-08-12 | 2 | -0/+8 |
| * | | | | | | | common: Move hex string processing to separate file | Zach Hilman | 2018-08-12 | 3 | -0/+64 |
* | | | | | | | | Merge pull request #1078 from lioncash/message | bunnei | 2018-08-16 | 1 | -2/+20 |
|\ \ \ \ \ \ \ \
| |_|_|/ / / / /
|/| | | | | | | |
|
| * | | | | | | | lm: Use LOG_DEBUG for printing out trace logs | Lioncash | 2018-08-15 | 1 | -1/+1 |
| * | | | | | | | lm: Handle threads and modules within the logger | Lioncash | 2018-08-15 | 1 | -1/+19 |
* | | | | | | | | Merge pull request #1079 from lioncash/fmt | bunnei | 2018-08-16 | 5 | -14/+18 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | loader: Make ResultStatus directly compatible with fmt | Lioncash | 2018-08-15 | 5 | -14/+18 |
| |/ / / / / / / |
|
* | | | | | | | | Merge pull request #1051 from B3n30/UnscheduleEventThreadsafe | bunnei | 2018-08-16 | 3 | -1/+12 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | Core::CoreTiming: add UnscheduleEventThreadsafe | B3n30 | 2018-08-13 | 3 | -1/+12 |
* | | | | | | | | | Merge pull request #1080 from lioncash/ret | bunnei | 2018-08-16 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | sm/controller: Correct return value of QueryPointerBufferSize | Lioncash | 2018-08-15 | 1 | -1/+1 |
| | |/ / / / / / /
| |/| | | | | | | |
|
* | | | | | | | | | Merge pull request #1083 from Subv/conv_neg | bunnei | 2018-08-16 | 1 | -13/+53 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | Shader/Conversion: Implemented the negate bit in F2F and I2I instructions. | Subv | 2018-08-15 | 1 | -4/+12 |
| * | | | | | | | | | Shader/I2F: Implemented the negate I2F_C instruction variant. | Subv | 2018-08-15 | 1 | -7/+23 |
| * | | | | | | | | | Shader/F2I: Implemented the negate bit in the I2F instruction | Subv | 2018-08-15 | 1 | -0/+4 |
| * | | | | | | | | | Shader/F2I: Implemented the F2I_C instruction variant. | Subv | 2018-08-15 | 1 | -2/+10 |
| * | | | | | | | | | Shader/F2I: Implemented the negate bit in the F2I instruction. | Subv | 2018-08-15 | 1 | -0/+4 |
* | | | | | | | | | | Merge pull request #1081 from lioncash/convert | bunnei | 2018-08-15 | 3 | -3/+8 |
|\ \ \ \ \ \ \ \ \ \
| |/ / / / / / / / /
|/| | | | | | | | | |
|
| * | | | | | | | | | kernel/server_session: Add IsSession() member function | Lioncash | 2018-08-15 | 3 | -3/+8 |
| |/ / / / / / / / |
|
* | | | | | | | | | Merge pull request #1077 from bunnei/rgba16u | bunnei | 2018-08-15 | 1 | -1/+9 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | gl_rasterizer_cache: Add RGBA16U to PixelFormatFromTextureFormat. | bunnei | 2018-08-15 | 1 | -1/+9 |
| | |_|_|_|/ / / /
| |/| | | | | | | |
|
* | | | | | | | | | Merge pull request #1076 from bunnei/format-cleanup | bunnei | 2018-08-15 | 2 | -41/+71 |
|\ \ \ \ \ \ \ \ \
| |/ / / / / / / /
|/| | | | | | | | |
|
| * | | | | | | | | gl_rasterizer_cache: Cleanup some PixelFormat names and logging. | bunnei | 2018-08-15 | 2 | -41/+71 |
|/ / / / / / / / |
|
* | | | | | | | | Merge pull request #1069 from bunnei/vtx-sz | bunnei | 2018-08-15 | 1 | -5/+20 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | maxwell_to_gl: Properly handle UnsignedInt/SignedInt sizes. | bunnei | 2018-08-15 | 1 | -5/+20 |
| | |_|_|/ / / /
| |/| | | | | | |
|
* | | | | | | | | Merge pull request #1070 from bunnei/cbuf-sz | bunnei | 2018-08-15 | 1 | -3/+3 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | gl_rasterizer: Fix upload size for constant buffers. | bunnei | 2018-08-15 | 1 | -3/+3 |
| |/ / / / / / / |
|
* | | | | | | | | Merge pull request #1071 from bunnei/fix-ldc | bunnei | 2018-08-15 | 1 | -13/+22 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | gl_shader_decompiler: Several fixes for indirect constant buffer loads. | bunnei | 2018-08-15 | 1 | -13/+22 |
| |/ / / / / / / |
|
* | | | | | | | | Merge pull request #1068 from bunnei/g8r8s | bunnei | 2018-08-15 | 2 | -34/+49 |
|\ \ \ \ \ \ \ \
| |_|/ / / / / /
|/| | | | | | | |
|
| * | | | | | | | gl_rasterizer_cache: Implement G8R8S format. | bunnei | 2018-08-15 | 2 | -34/+49 |
| |/ / / / / / |
|
* | | | | | | | Merge pull request #1067 from lioncash/init | bunnei | 2018-08-15 | 1 | -3/+3 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | emu_window: Ensure WindowConfig members are always initialized | Lioncash | 2018-08-15 | 1 | -3/+3 |
| |/ / / / / / |
|
* | | | | | | | Merge pull request #1073 from lioncash/3ds | bunnei | 2018-08-15 | 6 | -17/+0 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | loader: Remove address mapping remnants from citra | Lioncash | 2018-08-15 | 6 | -17/+0 |
| |/ / / / / / |
|
* | | | | | | | Merge pull request #1072 from lioncash/svc | bunnei | 2018-08-15 | 1 | -2/+5 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | kernel/svc: Log svcBreak parameters | Lioncash | 2018-08-15 | 1 | -2/+5 |
| |/ / / / / / |
|
* | | | | | | | Merge pull request #1063 from lioncash/inline | bunnei | 2018-08-15 | 2 | -15/+11 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | common/xbyak_abi: Mark defined functions in header as inline | Lioncash | 2018-08-15 | 1 | -7/+7 |
| * | | | | | | | common/xbyak: Use nested namespace specifiers where applicable | Lioncash | 2018-08-15 | 2 | -8/+4 |
| |/ / / / / / |
|
* | | | | | | | Merge pull request #1074 from greggameplayer/Z16_UNORM | bunnei | 2018-08-15 | 1 | -0/+2 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | Implement Z16_UNORM in PixelFormatFromTextureFormat function | greggameplayer | 2018-08-15 | 1 | -0/+2 |
|/ / / / / / / |
|
* | | | | | | | Merge pull request #1054 from zhaowenlan1779/misc-fixup | bunnei | 2018-08-15 | 1 | -1/+1 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | common/misc: use windows.h | Zhu PengFei | 2018-08-13 | 1 | -1/+1 |
* | | | | | | | | Merge pull request #1056 from lioncash/mm | bunnei | 2018-08-15 | 2 | -46/+52 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | mm_u: Forward all old variants of functions to the new ones | Lioncash | 2018-08-14 | 1 | -5/+11 |
| * | | | | | | | | mm_u: Move implementation class into the cpp file | Lioncash | 2018-08-14 | 2 | -46/+46 |
* | | | | | | | | | Merge pull request #1066 from lioncash/aarch64 | bunnei | 2018-08-15 | 1 | -0/+2 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | CMakeLists: Add architecture detection for AArch64 | Lioncash | 2018-08-15 | 1 | -0/+2 |
| | |_|/ / / / / /
| |/| | | | | | | |
|
* | | | | | | | | | Merge pull request #1062 from lioncash/unused | bunnei | 2018-08-15 | 3 | -141/+0 |
|\ \ \ \ \ \ \ \ \
| |/ / / / / / / /
|/| | | | | | | | |
|
| * | | | | | | | | common: Remove unused old breakpoint source files | Lioncash | 2018-08-15 | 3 | -141/+0 |
|/ / / / / / / / |
|
* | | | | | | | | Merge pull request #1055 from lioncash/init | bunnei | 2018-08-14 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | audout_u: Correct IAudioOut initializer list order | Lioncash | 2018-08-14 | 1 | -1/+1 |
| |/ / / / / / / |
|
* | | | | | | | | Merge pull request #1058 from greggameplayer/BC7U_Fix | bunnei | 2018-08-14 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | Fix BC7U | greggameplayer | 2018-08-14 | 1 | -1/+1 |
* | | | | | | | | | Merge pull request #1050 from bunnei/rgba16-unorm | bunnei | 2018-08-14 | 4 | -37/+48 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | renderer_opengl: Implement RenderTargetFormat::RGBA16_UNORM. | bunnei | 2018-08-14 | 4 | -37/+48 |
| | |/ / / / / / /
| |/| | | | | | | |
|
* | | | | | | | | | Merge pull request #1060 from lioncash/log | James Rowe | 2018-08-14 | 1 | -2/+3 |
|\ \ \ \ \ \ \ \ \
| |_|/ / / / / / /
|/| | | | | | | | |
|
| * | | | | | | | | logging/backend: Use const reference to refer to log filter | Lioncash | 2018-08-14 | 1 | -2/+3 |
|/ / / / / / / / |
|
* | | | | | | | | Merge pull request #1046 from ogniK5377/missing-channels | Mat M | 2018-08-14 | 6 | -0/+148 |
|\ \ \ \ \ \ \ \
| |/ / / / / / /
|/| | | | | | | |
|
| * | | | | | | | Registered missing channel devices | David Marcec | 2018-08-13 | 1 | -0/+4 |
| * | | | | | | | Added missing channel devices | David Marcec | 2018-08-13 | 5 | -0/+144 |
* | | | | | | | | Merge pull request #1052 from ogniK5377/xeno | bunnei | 2018-08-13 | 4 | -7/+45 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | Implement RG32UI and R32UI | David Marcec | 2018-08-13 | 4 | -7/+45 |
| | |_|/ / / / /
| |/| | | | | | |
|
* | | | | | | | | Merge pull request #1033 from MerryMage/interp | bunnei | 2018-08-13 | 7 | -3/+267 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | audio_renderer: samples_remaining counts frames, not samples | MerryMage | 2018-08-13 | 1 | -1/+1 |
| * | | | | | | | | audio_core: Interpolate | MerryMage | 2018-08-13 | 5 | -0/+121 |
| * | | | | | | | | audio_core: Implement low-pass filter | MerryMage | 2018-08-13 | 3 | -2/+145 |
* | | | | | | | | | Merge pull request #1053 from MerryMage/rm-IsExecuting | bunnei | 2018-08-13 | 1 | -3/+1 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | arm_dynarmic: Remove IsExecuting check from PrepareReschedule | MerryMage | 2018-08-13 | 1 | -3/+1 |
| | |/ / / / / / /
| |/| | | | | | | |
|
* | | | | | | | | | Merge pull request #1049 from bunnei/vtx-size-8 | Mat M | 2018-08-13 | 1 | -0/+1 |
|\ \ \ \ \ \ \ \ \
| |/ / / / / / / /
|/| | | | | | | | |
|
| * | | | | | | | | maxwell_to_gl: Implement VertexAttribute::Size::Size_8. | bunnei | 2018-08-13 | 1 | -0/+1 |
* | | | | | | | | | Merge pull request #1032 from lioncash/sanitize | bunnei | 2018-08-13 | 1 | -10/+10 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | vfs: Use sanitized paths within MoveFile() and MoveDirectory() | Lioncash | 2018-08-12 | 1 | -10/+10 |
* | | | | | | | | | | Merge pull request #1031 from lioncash/verbosity | bunnei | 2018-08-13 | 2 | -7/+7 |
|\ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | card_image: Use type aliases to shorten definitions | Lioncash | 2018-08-12 | 2 | -6/+6 |
| * | | | | | | | | | | card_image: Simplify return statement of GetSubdirectories() | Lioncash | 2018-08-12 | 1 | -1/+1 |
| |/ / / / / / / / / |
|
* | | | | | | | | | | Merge pull request #1048 from lioncash/atomic | bunnei | 2018-08-13 | 2 | -8/+9 |
|\ \ \ \ \ \ \ \ \ \
| |_|/ / / / / / / /
|/| | | | | | | | | |
|
| * | | | | | | | | | kernel/object: Tighten object against data races | Lioncash | 2018-08-13 | 2 | -8/+9 |
* | | | | | | | | | | Merge pull request #1047 from bunnei/rgba16-uint | bunnei | 2018-08-13 | 4 | -34/+45 |
|\ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | renderer_opengl: Implement RenderTargetFormat::RGBA16_UINT. | bunnei | 2018-08-13 | 4 | -34/+45 |
|/ / / / / / / / / / |
|
* | | | | | | | | | | Merge pull request #1045 from bunnei/rg8-unorm | bunnei | 2018-08-13 | 4 | -26/+61 |
|\ \ \ \ \ \ \ \ \ \
| |_|_|_|/ / / / / /
|/| | | | | | | | | |
|
| * | | | | | | | | | renderer_opengl: Implement RenderTargetFormat::RG8_UNORM. | bunnei | 2018-08-13 | 4 | -26/+61 |
| |/ / / / / / / / |
|
* | | | | | | | | | Merge pull request #1044 from bunnei/linestrip | bunnei | 2018-08-13 | 1 | -0/+2 |
|\ \ \ \ \ \ \ \ \
| |/ / / / / / / /
|/| | | | | | | | |
|
| * | | | | | | | | maxwell_to_gl: Implement PrimitiveTopology::LineStrip. | bunnei | 2018-08-13 | 1 | -0/+2 |
|/ / / / / / / / |
|
* | | | | | | | | Merge pull request #1043 from Subv/timing | bunnei | 2018-08-13 | 3 | -2/+11 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | CPU/Timing: Use an approximated amortized amount of ticks when advancing timing. | Subv | 2018-08-13 | 2 | -1/+11 |
| * | | | | | | | | Kernel/SVC: Don't reschedule the current core when creating a new thread. | Subv | 2018-08-13 | 1 | -1/+0 |
* | | | | | | | | | Merge pull request #1036 from lioncash/thread | bunnei | 2018-08-13 | 3 | -7/+7 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | scheduler: Make HaveReadyThreads() a const member function | Lioncash | 2018-08-12 | 2 | -2/+2 |
| * | | | | | | | | | thread_queue_list: Make contains() and get_first() const member functions | Lioncash | 2018-08-12 | 1 | -4/+4 |
| * | | | | | | | | | thread_queue_list: Convert typedef to a type alias | Lioncash | 2018-08-12 | 1 | -1/+1 |
| |/ / / / / / / / |
|
* | | | | | | | | | Merge pull request #1042 from Subv/races | bunnei | 2018-08-13 | 4 | -5/+13 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | Core/HLE: Make the 'reschedule_pending' flag atomic. | Subv | 2018-08-13 | 1 | -1/+1 |
| * | | | | | | | | | CPU/HLE: Lock the HLE mutex before performing a reschedule. | Subv | 2018-08-13 | 1 | -0/+3 |
| * | | | | | | | | | Kernel/Threads: Lock the HLE mutex when executing the wakeup callback. | Subv | 2018-08-13 | 1 | -0/+5 |
| * | | | | | | | | | Kernel/Thread: Always use the threadsafe option when scheduling wakeups. | Subv | 2018-08-13 | 2 | -4/+4 |
| |/ / / / / / / / |
|
* | | | | | | | | | Merge pull request #1041 from Subv/duplicated_mutex | bunnei | 2018-08-13 | 2 | -2/+22 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | Kernel/Mutex: Don't duplicate threads in the mutex waiter list. | Subv | 2018-08-12 | 2 | -2/+22 |
| |/ / / / / / / / |
|
* | | | | | | | | | Merge pull request #1040 from bunnei/xmad | bunnei | 2018-08-13 | 2 | -4/+120 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | gl_shader_decompiler: Implement XMAD instruction. | bunnei | 2018-08-13 | 2 | -4/+120 |
* | | | | | | | | | | Merge pull request #1039 from lioncash/type | bunnei | 2018-08-13 | 4 | -11/+17 |
|\ \ \ \ \ \ \ \ \ \
| |/ / / / / / / / /
|/| | | | | | | | | |
|
| * | | | | | | | | | vfs: Make VfsFilesystem constructor explicit | Lioncash | 2018-08-12 | 1 | -1/+1 |
| * | | | | | | | | | vfs: Make type hierarchy objects classes instead of structs | Lioncash | 2018-08-12 | 4 | -10/+16 |
|/ / / / / / / / / |
|
* | | | | | | | | | Merge pull request #1025 from ogniK5377/bad-cast | bunnei | 2018-08-12 | 4 | -4/+4 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | made ResultStatus a u16 | David Marcec | 2018-08-12 | 3 | -3/+3 |
| * | | | | | | | | | Fixed invalid cast in loader | David Marcec | 2018-08-12 | 1 | -1/+1 |
| | |_|_|_|/ / / /
| |/| | | | | | | |
|
* | | | | | | | | | Merge pull request #1038 from MerryMage/lock-cubeb | bunnei | 2018-08-12 | 1 | -0/+6 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | cubeb_sink: Protect queue with a mutex | MerryMage | 2018-08-12 | 1 | -0/+6 |
| | |_|_|/ / / / /
| |/| | | | | | | |
|
* | | | | | | | | | Merge pull request #1035 from ogniK5377/audio-dev-revision-info | bunnei | 2018-08-12 | 2 | -1/+13 |
|\ \ \ \ \ \ \ \ \
| |/ / / / / / / /
|/| | | | | | | | |
|
| * | | | | | | | | GetAudioDeviceServiceWithRevisionInfo | David Marcec | 2018-08-12 | 2 | -1/+13 |
| | |/ / / / / /
| |/| | | | | | |
|
* | | | | | | | | Merge pull request #1028 from ogniK5377/aoa | bunnei | 2018-08-12 | 3 | -6/+42 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | Pushed the requested sample rate instead of our fixed sample rate | David Marcec | 2018-08-12 | 2 | -5/+3 |
| * | | | | | | | | Added GetAudioRendererSampleRate, GetAudioRendererSampleCount & GetAudioRendererMixBufferCount | David Marcec | 2018-08-12 | 3 | -6/+44 |
| | |/ / / / / /
| |/| | | | | | |
|
* | | | | | | | | Merge pull request #1034 from lioncash/hid | bunnei | 2018-08-12 | 1 | -5/+12 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | hid: disable clang-format around tables | Lioncash | 2018-08-12 | 1 | -4/+5 |
| * | | | | | | | | hid: Stub DisconnectNpad() | Lioncash | 2018-08-12 | 1 | -1/+7 |
| | |_|/ / / / /
| |/| | | | | | |
|
* | | | | | | | | Merge pull request #1030 from bunnei/sdl2-2.0.8 | bunnei | 2018-08-12 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | externals: Update to SDL2-2.0.8. | bunnei | 2018-08-12 | 1 | -1/+1 |
| |/ / / / / / / |
|
* | | | | | | | | Merge pull request #1006 from degasus/stream_buffer | bunnei | 2018-08-12 | 6 | -303/+176 |
|\ \ \ \ \ \ \ \
| |_|_|/ / / / /
|/| | | | | | | |
|
| * | | | | | | | gl_rasterizer: Use a shared helper to upload from CPU memory. | Markus Wick | 2018-08-12 | 2 | -28/+33 |
| * | | | | | | | gl_state: Don't track constant buffer mappings. | Markus Wick | 2018-08-12 | 3 | -41/+3 |
| * | | | | | | | gl_rasterizer: Use the stream buffer for constant buffers. | Markus Wick | 2018-08-12 | 4 | -29/+32 |
| * | | | | | | | gl_rasterizer: Use the streaming buffer itself for the constant buffer. | Markus Wick | 2018-08-12 | 2 | -33/+15 |
| * | | | | | | | gl_rasterizer: Use a helper for aligning the buffer. | Markus Wick | 2018-08-12 | 2 | -15/+22 |
| * | | | | | | | Update the stream_buffer helper from Citra. | Markus Wick | 2018-08-12 | 4 | -184/+98 |
|/ / / / / / / |
|
* | | | | | | | Merge pull request #1029 from bunnei/fix-out-attrib | bunnei | 2018-08-12 | 1 | -2/+2 |
|\ \ \ \ \ \ \
| |/ / / / / /
|/| | | | | | |
|
| * | | | | | | gl_shader_decompiler: Fix SetOutputAttributeToRegister empty check. | bunnei | 2018-08-12 | 1 | -2/+2 |
|/ / / / / / |
|
* | | | | | | Merge pull request #922 from lioncash/cmake | bunnei | 2018-08-12 | 1 | -6/+6 |
|\ \ \ \ \ \ |
|
| * | | | | | | CMakeLists: lowercase find_library usage | Lioncash | 2018-08-12 | 1 | -1/+1 |
| * | | | | | | CMakeLists: Change MSVC14 variable to MSVC_VERSION | Lioncash | 2018-08-12 | 1 | -5/+5 |
* | | | | | | | Merge pull request #1026 from ogniK5377/retro-city-rampage | bunnei | 2018-08-12 | 1 | -1/+8 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | Stub UpdateUserPresence | David Marcec | 2018-08-12 | 1 | -1/+8 |
| | |/ / / / /
| |/| | | | | |
|
* | | | | | | | Merge pull request #1027 from bunnei/fix-kil | bunnei | 2018-08-12 | 1 | -0/+8 |
|\ \ \ \ \ \ \
| |/ / / / / /
|/| | | | | | |
|
| * | | | | | | gl_shader_decompiler: Fix GLSL compiler error with KIL instruction. | bunnei | 2018-08-12 | 1 | -0/+8 |
|/ / / / / / |
|
* | | | | | | Merge pull request #1022 from bunnei/fix-splat | bunnei | 2018-08-12 | 2 | -2/+103 |
|\ \ \ \ \ \ |
|
| * | | | | | | friend: Stub DeclareCloseOnlinePlaySession. | bunnei | 2018-08-12 | 1 | -1/+10 |
| * | | | | | | friend: Fix CreateFriendService to return an IFriendService interface. | bunnei | 2018-08-12 | 1 | -2/+86 |
| * | | | | | | server_session: Provide more useful information and don't crash on bad IPC request. | bunnei | 2018-08-12 | 1 | -0/+8 |
* | | | | | | | Merge pull request #1020 from lioncash/namespace | bunnei | 2018-08-12 | 14 | -22/+44 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | core: Namespace EmuWindow | Lioncash | 2018-08-12 | 14 | -22/+44 |
| |/ / / / / / |
|
* | | | | | | | Merge pull request #1021 from lioncash/warn | bunnei | 2018-08-12 | 1 | -1/+1 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | gl_rasterizer: Silence implicit truncation warning in SetupShaders() | Lioncash | 2018-08-12 | 1 | -1/+1 |
| |/ / / / / / |
|
* | | | | | | | Merge pull request #1024 from Subv/blend_gl | bunnei | 2018-08-12 | 2 | -0/+40 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | GPU/Maxwell3D: Implemented an alternative set of blend factors. | Subv | 2018-08-12 | 2 | -0/+40 |
| |/ / / / / / |
|
* | | | | | | | Merge pull request #1023 from Subv/invalid_attribs | bunnei | 2018-08-12 | 2 | -1/+11 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | RasterizerGL: Ignore invalid/unset vertex attributes. | Subv | 2018-08-12 | 2 | -1/+11 |
| |/ / / / / / |
|
* / / / / / / | Implement R8_UINT RenderTargetFormat & PixelFormat (#1014) | greggameplayer | 2018-08-12 | 4 | -55/+74 |
|/ / / / / / |
|
* | | | | | | Merge pull request #1010 from bunnei/unk-vert-attrib-shader | bunnei | 2018-08-12 | 2 | -10/+11 |
|\ \ \ \ \ \ |
|
| * | | | | | | gl_shader_decompiler: Improve handling of unknown input/output attributes. | bunnei | 2018-08-12 | 2 | -10/+11 |
* | | | | | | | Merge pull request #1009 from bunnei/rg8-rgba8-snorm | bunnei | 2018-08-12 | 4 | -64/+93 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | gl_rasterizer: Implement render target format RG8_SNORM. | bunnei | 2018-08-12 | 4 | -8/+18 |
| * | | | | | | | gl_rasterizer: Implement render target format RGBA8_SNORM. | bunnei | 2018-08-12 | 4 | -64/+83 |
| |/ / / / / / |
|
* | | | | | | | Merge pull request #970 from DarkLordZach/loader-errors | bunnei | 2018-08-12 | 17 | -179/+248 |
|\ \ \ \ \ \ \
| |_|/ / / / /
|/| | | | | | |
|
| * | | | | | | game_list: Reorder error checks | Zach Hilman | 2018-08-10 | 1 | -2/+1 |
| * | | | | | | loader: Add more descriptive errors | Zach Hilman | 2018-08-10 | 17 | -179/+249 |
* | | | | | | | Merge pull request #1018 from Subv/ssy_sync | bunnei | 2018-08-12 | 2 | -8/+38 |
|\ \ \ \ \ \ \
| |_|/ / / / /
|/| | | | | | |
|
| * | | | | | | GPU/Shader: Don't predicate instructions that don't have a predicate field (SSY). | Subv | 2018-08-11 | 2 | -2/+13 |
| * | | | | | | GPU/Shaders: Implemented SSY and SYNC as a way to modify control flow during shader execution. | Subv | 2018-08-11 | 1 | -6/+25 |
* | | | | | | | Merge pull request #1016 from lioncash/video | bunnei | 2018-08-11 | 8 | -35/+44 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | video_core; Get rid of global g_toggle_framelimit_enabled variable | Lioncash | 2018-08-11 | 8 | -30/+44 |
| * | | | | | | | renderer_base: Remove unused kFramebuffer enumeration | Lioncash | 2018-08-11 | 1 | -3/+0 |
| * | | | | | | | video_core: Remove unused Renderer enumeration | Lioncash | 2018-08-11 | 1 | -2/+0 |
| | |_|_|_|_|/
| |/| | | | | |
|
* | | | | | | | Merge pull request #1003 from lioncash/var | bunnei | 2018-08-11 | 2 | -4/+2 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | video_core: Use variable template variants of type_traits interfaces where applicable | Lioncash | 2018-08-10 | 2 | -4/+2 |
* | | | | | | | | Implement R16S & R16UI & R16I RenderTargetFormats & PixelFormats and more (R16_UNORM needed by Fate Extella) (#848) | greggameplayer | 2018-08-11 | 4 | -19/+92 |
| |_|/ / / / /
|/| | | | | | |
|
* | | | | | | | Merge pull request #1015 from lioncash/gamelist | James Rowe | 2018-08-11 | 1 | -13/+12 |
|\ \ \ \ \ \ \
| |_|/ / / / /
|/| | | | | | |
|
| * | | | | | | qt/game_list: Resolve truncation warning within GameListItemPath's constructor | Lioncash | 2018-08-11 | 1 | -4/+4 |
| * | | | | | | gt/game_list: Use std::array in GameListItemPath's data() function | Lioncash | 2018-08-11 | 1 | -7/+8 |
| * | | | | | | qt/game_list: Remove redundant base class constructor from initializer list | Lioncash | 2018-08-11 | 1 | -3/+1 |
|/ / / / / / |
|
* | | | | | | Merge pull request #1007 from MerryMage/dynarmic | bunnei | 2018-08-10 | 1 | -0/+0 |
|\ \ \ \ \ \ |
|
| * | | | | | | dynarmic: Update to 0118ee0 | MerryMage | 2018-08-10 | 1 | -0/+0 |
| | |/ / / /
| |/| | | | |
|
* | | | | | | Merge pull request #1011 from bunnei/misc-vtx-fmt | bunnei | 2018-08-10 | 1 | -0/+3 |
|\ \ \ \ \ \ |
|
| * | | | | | | maxwell_to_gl: Implement VertexAttribute::Size::Size_8_8. | bunnei | 2018-08-10 | 1 | -0/+1 |
| * | | | | | | maxwell_to_gl: Implement VertexAttribute::Size::Size_32_32_32. | bunnei | 2018-08-10 | 1 | -0/+2 |
|/ / / / / / |
|
* | | | | | | Merge pull request #1004 from lioncash/unused | bunnei | 2018-08-10 | 3 | -8/+6 |
|\ \ \ \ \ \ |
|
| * | | | | | | gl_rasterizer_cache: Remove unused viewport parameter of GetFramebufferSurfaces() | Lioncash | 2018-08-10 | 3 | -8/+6 |
| | |/ / / /
| |/| | | | |
|
* | | | | | | Merge pull request #1008 from yuzu-emu/revert-697-disable-depth-cull | bunnei | 2018-08-10 | 1 | -3/+1 |
|\ \ \ \ \ \ |
|
| * | | | | | | Revert "gl_state: Temporarily disable culling and depth test." | bunnei | 2018-08-10 | 1 | -3/+1 |
| | |/ / / /
| |/| | | | |
|
* | | | | | | Merge pull request #1002 from bunnei/refactor-tex-fmt | bunnei | 2018-08-10 | 5 | -181/+31 |
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
|
| * | | | | | textures: Refactor out for Texture/Depth FormatFromPixelFormat. | bunnei | 2018-08-10 | 5 | -181/+31 |
|/ / / / / |
|
* | | | | | Merge pull request #995 from bunnei/gl-buff-bounds | bunnei | 2018-08-10 | 1 | -10/+12 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | gl_rasterizer_cache: Add bounds checking for gl_buffer copies. | bunnei | 2018-08-10 | 1 | -10/+12 |
* | | | | | Merge pull request #997 from lioncash/const-func | bunnei | 2018-08-10 | 4 | -4/+4 |
|\ \ \ \ \ |
|
| * | | | | | buffer_queue: Make reference parameter of SetPreallocatedBuffer const | Lioncash | 2018-08-09 | 2 | -2/+2 |
| * | | | | | hle_ipc: Make WriteToOutgoingCommandBuffer()'s reference parameter const | Lioncash | 2018-08-09 | 2 | -2/+2 |
* | | | | | | Merge pull request #989 from lioncash/log | bunnei | 2018-08-10 | 2 | -0/+16 |
|\ \ \ \ \ \ |
|
| * | | | | | | common/logging: Add missing service log categories | Lioncash | 2018-08-08 | 2 | -0/+16 |
* | | | | | | | Merge pull request #990 from lioncash/entry | bunnei | 2018-08-10 | 2 | -9/+12 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | fsp_srv: Use std::string_view's copy() function instead of strncpy() | Lioncash | 2018-08-09 | 2 | -8/+10 |
| * | | | | | | | fsp_srv: Emplace entries first when building index instead of emplacing last | Lioncash | 2018-08-09 | 1 | -2/+3 |
| |/ / / / / / |
|
* | | | | | | | Merge pull request #1001 from lioncash/reserve | bunnei | 2018-08-10 | 1 | -0/+2 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | gl_shader_decompiler: Reserve element memory beforehand in BuildRegisterList() | Lioncash | 2018-08-09 | 1 | -0/+2 |
* | | | | | | | | Merge pull request #897 from DarkLordZach/vfs-accuracy-2 | bunnei | 2018-08-10 | 21 | -129/+602 |
|\ \ \ \ \ \ \ \
| |_|_|_|/ / / /
|/| | | | | | | |
|
| * | | | | | | | vfs: Fix documentation | Zach Hilman | 2018-08-09 | 2 | -2/+4 |
| * | | | | | | | vfs: Fix typo in VfsFilesystem docs | Zach Hilman | 2018-08-09 | 2 | -4/+5 |
| * | | | | | | | file_util: Use enum instead of bool for specifing path behavior | Zach Hilman | 2018-08-09 | 4 | -24/+37 |
| * | | | | | | | loader: Remove unused IdentifyFile overload | Zach Hilman | 2018-08-09 | 2 | -12/+0 |
| * | | | | | | | vfs: Use RealVfsFilesystem for fs-operations in RealVfsDirectory | Zach Hilman | 2018-08-09 | 1 | -2/+10 |
| * | | | | | | | file_sys: Add missing include in savedata_factory | Zach Hilman | 2018-08-09 | 1 | -0/+1 |
| * | | | | | | | core: Port core to VfsFilesystem for file access | Zach Hilman | 2018-08-09 | 12 | -22/+52 |
| * | | | | | | | vfs: Add unreachable assert to file permissions converter | Zach Hilman | 2018-08-09 | 1 | -1/+3 |
| * | | | | | | | vfs: Add RealVfsFilesystem implementation | Zach Hilman | 2018-08-09 | 2 | -81/+290 |
| * | | | | | | | file_util: Add platform-specific slash option to SanitizePath | Zach Hilman | 2018-08-09 | 2 | -5/+16 |
| * | | | | | | | vfs: Add VfsFilesystem interface and default implementation | Zach Hilman | 2018-08-09 | 2 | -3/+211 |
| * | | | | | | | filesystem: Remove unnecessary if conditions | Zach Hilman | 2018-08-09 | 1 | -1/+1 |
* | | | | | | | | Merge pull request #991 from bunnei/ignore-mac | bunnei | 2018-08-10 | 1 | -4/+9 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | maxwell_3d: Ignore macros that have not been uploaded yet. | bunnei | 2018-08-09 | 1 | -4/+9 |
| | |_|_|/ / / /
| |/| | | | | | |
|
* | | | | | | | | Implement SNORM for BC5/DXN2 (#998) | Khangaroo | 2018-08-10 | 2 | -38/+55 |
* | | | | | | | | Merge pull request #999 from lioncash/map | bunnei | 2018-08-10 | 1 | -2/+4 |
|\ \ \ \ \ \ \ \
| |_|_|/ / / / /
|/| | | | | | | |
|
| * | | | | | | | gl_rasterizer_cache: Avoid iterator invalidation issues within InvalidateRegion() | Lioncash | 2018-08-09 | 1 | -2/+4 |
|/ / / / / / / |
|
* | | | | | | | Merge pull request #992 from bunnei/declr-pred | bunnei | 2018-08-09 | 1 | -4/+5 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | gl_shader_decompiler: Declare predicates on use. | bunnei | 2018-08-09 | 1 | -4/+5 |
| |/ / / / / / |
|
* | | | | | | | Merge pull request #994 from lioncash/const | bunnei | 2018-08-09 | 1 | -7/+9 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | gl_rasterizer_cache: Invert conditional in LoadGLBuffer() | Lioncash | 2018-08-09 | 1 | -5/+5 |
| * | | | | | | | gl_rasterizer_cache: Use std::vector::assign in LoadGLBuffer() for the non-tiled case | Lioncash | 2018-08-09 | 1 | -4/+6 |
| * | | | | | | | gl_rasterizer_cache: Make pointer const in LoadGLBuffer() | Lioncash | 2018-08-09 | 1 | -1/+1 |
| |/ / / / / / |
|
* | | | | | | | Merge pull request #993 from bunnei/smo-vtx-pts | bunnei | 2018-08-09 | 1 | -0/+3 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | maxwell_to_gl: Implement VertexAttribute::Size::Size_16_16_16_16. | bunnei | 2018-08-09 | 1 | -0/+1 |
| * | | | | | | | maxwell_to_gl: Implement PrimitiveTopology::Points. | bunnei | 2018-08-09 | 1 | -0/+2 |
| |/ / / / / / |
|
* | | | | | | | Merge pull request #984 from bunnei/rt-none | bunnei | 2018-08-09 | 1 | -0/+5 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | gl_rasterizer: Do not render when no render target is configured. | bunnei | 2018-08-09 | 1 | -0/+5 |
* | | | | | | | | Implement BC5/DXN2 (#996) | Khangaroo | 2018-08-09 | 3 | -33/+45 |
* | | | | | | | | Merge pull request #988 from lioncash/color | bunnei | 2018-08-09 | 1 | -19/+31 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | common/color: Remove unnecessary const qualifiers on return types | Lioncash | 2018-08-08 | 1 | -7/+7 |
| * | | | | | | | | common/color: Get rid of undefined behavior | Lioncash | 2018-08-08 | 1 | -12/+24 |
| | |_|_|/ / / /
| |/| | | | | | |
|
* | | | | | | | | Merge pull request #977 from bunnei/bgr565 | bunnei | 2018-08-09 | 2 | -0/+4 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | gl_rasterizer_cached: Implement RenderTargetFormat::B5G6R5_UNORM. | bunnei | 2018-08-08 | 2 | -0/+4 |
* | | | | | | | | | Merge pull request #987 from lioncash/vec | bunnei | 2018-08-09 | 1 | -3/+3 |
|\ \ \ \ \ \ \ \ \
| |_|_|_|/ / / / /
|/| | | | | | | | |
|
| * | | | | | | | | vector_math: Use variable template version of is_signed in Vec classes | Lioncash | 2018-08-08 | 1 | -3/+3 |
| | |/ / / / / /
| |/| | | | | | |
|
* | | | | | | | | Merge pull request #982 from bunnei/stub-unk-63 | bunnei | 2018-08-09 | 2 | -0/+9 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | gl_shader_decompiler: Stub input attribute Unknown_63. | bunnei | 2018-08-08 | 2 | -0/+9 |
| | |/ / / / / /
| |/| | | | | | |
|
* | | | | | | | | Merge pull request #986 from mailwl/acc-loadimage | bunnei | 2018-08-09 | 1 | -1/+22 |
|\ \ \ \ \ \ \ \
| |_|_|_|/ / / /
|/| | | | | | | |
|
| * | | | | | | | Service/Account: stub LoadImage function | mailwl | 2018-08-08 | 1 | -1/+22 |
| | |_|_|_|_|/
| |/| | | | | |
|
* | | | | | | | Merge pull request #976 from bunnei/shader-imm | bunnei | 2018-08-09 | 2 | -11/+6 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | gl_shader_decompiler: Let OpenGL interpret floats. | bunnei | 2018-08-08 | 2 | -11/+6 |
| | |/ / / / /
| |/| | | | | |
|
* | | | | | | | Merge pull request #981 from bunnei/cbuf-corrupt | bunnei | 2018-08-09 | 4 | -3/+12 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | maxwell_3d: Use correct const buffer size and check bounds. | bunnei | 2018-08-08 | 4 | -3/+12 |
| |/ / / / / / |
|
* | | | | | | | Merge pull request #978 from bunnei/fixioctl | bunnei | 2018-08-09 | 1 | -1/+1 |
|\ \ \ \ \ \ \
| |_|_|_|/ / /
|/| | | | | | |
|
| * | | | | | | nvhost_gpu: Don't over copy IoctlSubmitGpfifo. | bunnei | 2018-08-08 | 1 | -1/+1 |
| |/ / / / / |
|
* | | | | | | Merge pull request #985 from bunnei/rt-r11g11b10 | bunnei | 2018-08-09 | 1 | -0/+1 |
|\ \ \ \ \ \ |
|
| * | | | | | | gpu: Add R11G11B10_FLOAT to RenderTargetBytesPerPixel. | bunnei | 2018-08-08 | 1 | -0/+1 |
| |/ / / / / |
|
* | | | | | | Merge pull request #979 from bunnei/vtx88 | bunnei | 2018-08-09 | 1 | -0/+1 |
|\ \ \ \ \ \ |
|
| * | | | | | | maxwell_to_gl: Implement VertexAttribute::Size::Size_8_8. | bunnei | 2018-08-08 | 1 | -0/+1 |
| |/ / / / / |
|
* | | | | | | Merge pull request #975 from bunnei/am-stub | bunnei | 2018-08-08 | 2 | -1/+9 |
|\ \ \ \ \ \ |
|
| * | | | | | | am: Stub SetScreenShotImageOrientation. | bunnei | 2018-08-08 | 2 | -1/+9 |
| |/ / / / / |
|
* | | | | | | Merge pull request #980 from bunnei/fix-logs | bunnei | 2018-08-08 | 2 | -2/+2 |
|\ \ \ \ \ \
| |_|_|/ / /
|/| | | | | |
|
| * | | | | | renderer_opengl: Use trace log in a few places. | bunnei | 2018-08-08 | 2 | -2/+2 |
| |/ / / / |
|
* | | | | | Merge pull request #966 from lioncash/modernize | bunnei | 2018-08-08 | 5 | -11/+11 |
|\ \ \ \ \ |
|
| * | | | | | common: Convert type traits templates over to variable template versions where applicable | Lioncash | 2018-08-08 | 5 | -11/+11 |
* | | | | | | Merge pull request #850 from DarkLordZach/icon-meta | bunnei | 2018-08-08 | 25 | -21/+491 |
|\ \ \ \ \ \ |
|
| * | | | | | | configure_gamelist: Use explicit QVariant constructor | Zach Hilman | 2018-08-07 | 1 | -2/+4 |
| * | | | | | | loader: Add icon and title support to XCI | Zach Hilman | 2018-08-07 | 7 | -5/+46 |
| * | | | | | | Fix missing qjpeg DLL | Zach Hilman | 2018-08-07 | 2 | -0/+7 |
| * | | | | | | Use const where applicable | Zach Hilman | 2018-08-07 | 4 | -7/+7 |
| * | | | | | | Avoid parsing RomFS to directory in NCA | Zach Hilman | 2018-08-07 | 18 | -19/+439 |
* | | | | | | | Merge pull request #968 from lioncash/vec | bunnei | 2018-08-08 | 1 | -180/+182 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | vector_math: Remove unimplemented function prototypes | Lioncash | 2018-08-08 | 1 | -23/+0 |
| * | | | | | | | vector_math: Make functions constexpr where applicable | Lioncash | 2018-08-08 | 1 | -154/+179 |
| * | | | | | | | vector_math: Convert typedefs to type aliases | Lioncash | 2018-08-08 | 1 | -3/+3 |
| | |/ / / / /
| |/| | | | | |
|
* | | | | | | | Merge pull request #969 from lioncash/lz4 | bunnei | 2018-08-08 | 1 | -1/+1 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | externals/CMakeLists: Add EXCLUDE_FROM_ALL to lz4's add_subdirectory() command | Lioncash | 2018-08-08 | 1 | -1/+1 |
* | | | | | | | | Merge pull request #958 from lioncash/nv-global | bunnei | 2018-08-08 | 5 | -11/+22 |
|\ \ \ \ \ \ \ \
| |_|_|_|_|/ / /
|/| | | | | | | |
|
| * | | | | | | | nvdrv: Get rid of global std::weak_ptr | Lioncash | 2018-08-08 | 5 | -11/+22 |
| | |/ / / / /
| |/| | | | | |
|
* | | | | | | | Merge pull request #972 from lioncash/catch | bunnei | 2018-08-08 | 5 | -4/+4 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | externals: Update catch to 2.3.0 | Lioncash | 2018-08-08 | 5 | -4/+4 |
| | |_|_|/ / /
| |/| | | | | |
|
* | | | | | | | Merge pull request #965 from lioncash/unused-files | bunnei | 2018-08-08 | 3 | -126/+0 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | hle: Remove unused romfs.cpp/.h | Lioncash | 2018-08-08 | 3 | -126/+0 |
| | |/ / / / /
| |/| | | | | |
|
* | | | | | | | Merge pull request #974 from lioncash/acc | bunnei | 2018-08-08 | 2 | -2/+2 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | acc: Add missing function table entries for GetUserCount | Lioncash | 2018-08-08 | 2 | -2/+2 |
* | | | | | | | | Merge pull request #983 from mailwl/hid-fix | Mat M | 2018-08-08 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \
| |/ / / / / / /
|/| | | | | | | |
|
| * | | | | | | | hid: fix IsSixAxisSensorAtRest() response | mailwl | 2018-08-08 | 1 | -1/+1 |
|/ / / / / / / |
|
* | | | | | | | acc: Stub GetUserCount. (#973) | bunnei | 2018-08-08 | 3 | -1/+9 |
* | | | | | | | Merge pull request #967 from lioncash/sign | bunnei | 2018-08-08 | 1 | -4/+8 |
|\ \ \ \ \ \ \
| |/ / / / / /
|/| | | | | | |
|
| * | | | | | | file_util: Avoid sign-conversions in WriteArray() and ReadArray() | Lioncash | 2018-08-07 | 1 | -4/+8 |
* | | | | | | | Merge pull request #971 from DarkLordZach/mbedtls-2.12.0 | bunnei | 2018-08-08 | 1 | -0/+0 |
|\ \ \ \ \ \ \
| |_|/ / / / /
|/| | | | | | |
|
| * | | | | | | externals/mbedtls: Update to mbedtls v2.12.0 | Zach Hilman | 2018-08-08 | 1 | -0/+0 |
|/ / / / / / |
|
* | | | | | | Merge pull request #964 from Hexagon12/lower-logs | bunnei | 2018-08-08 | 1 | -4/+4 |
|\ \ \ \ \ \ |
|
| * | | | | | | Lowered down the logging for methods | Hexagon12 | 2018-08-07 | 1 | -4/+4 |
* | | | | | | | Fixed the sRGB pixel format (#963) | Hexagon12 | 2018-08-08 | 1 | -1/+2 |
| |_|/ / / /
|/| | | | | |
|
* | | | | | | Merge pull request #920 from DarkLordZach/titlekey | bunnei | 2018-08-07 | 2 | -7/+39 |
|\ \ \ \ \ \ |
|
| * | | | | | | content_archive: Add support for titlekey cryptography | Zach Hilman | 2018-08-04 | 2 | -7/+39 |
* | | | | | | | Merge pull request #957 from lioncash/event | bunnei | 2018-08-07 | 1 | -1/+1 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | nvflinger: Correct typo in name of composition event | Lioncash | 2018-08-07 | 1 | -1/+1 |
| | |_|_|/ / /
| |/| | | | | |
|
* | | | | | | | Merge pull request #954 from lioncash/hid | bunnei | 2018-08-07 | 1 | -0/+1 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | services/hid: Add ActivateNpadWithRevision() to the hid function info array | Lioncash | 2018-08-07 | 1 | -0/+1 |
| |/ / / / / / |
|
* | | | | | | | Merge pull request #960 from lioncash/apm | bunnei | 2018-08-07 | 3 | -0/+34 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | service/apm: Add the apm:sys service | Lioncash | 2018-08-07 | 3 | -0/+34 |
| |/ / / / / / |
|
* | | | | | | | Merge pull request #950 from lioncash/hotkey | bunnei | 2018-08-07 | 8 | -119/+159 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | qt/hotkey: Get rid of global hotkey map instance | Lioncash | 2018-08-07 | 8 | -119/+159 |
| |/ / / / / / |
|
* | | | | | | | Merge pull request #948 from hcorion/fix-mbedtls-installing-files | bunnei | 2018-08-07 | 2 | -2/+2 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | Make mbedtls and cubeb not install headers and libraries | Zion Nimchuk | 2018-08-07 | 2 | -2/+2 |
* | | | | | | | | Merge pull request #955 from lioncash/view | bunnei | 2018-08-07 | 2 | -3/+10 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | nvflinger: Get rid of indirect inclusions | Lioncash | 2018-08-07 | 2 | -1/+7 |
| * | | | | | | | | nvflinger: Use std::string_view in OpenDisplay() | Lioncash | 2018-08-07 | 2 | -2/+3 |
| | |/ / / / / /
| |/| | | | | | |
|
* | | | | | | | | Merge pull request #953 from lioncash/time | bunnei | 2018-08-07 | 1 | -2/+2 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | service/time: Amend command IDs of ToPosixTime() and ToPosixTimeWithMyRule() | Lioncash | 2018-08-07 | 1 | -2/+2 |
| |/ / / / / / / |
|
* | | | | | | | | Merge pull request #959 from KAMiKAZOW/cubeb-compilation | bunnei | 2018-08-07 | 1 | -2/+2 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | Make building cubeb optional | KAMiKAZOW | 2018-08-07 | 1 | -2/+2 |
| |/ / / / / / / |
|
* | | | | | | | | Merge pull request #956 from lioncash/nv | bunnei | 2018-08-07 | 13 | -16/+18 |
|\ \ \ \ \ \ \ \
| |_|_|_|_|/ / /
|/| | | | | | | |
|
| * | | | | | | | nvdrv: Make Ioctl()'s definition match its prototype | Lioncash | 2018-08-07 | 1 | -1/+1 |
| * | | | | | | | nvdrv: Get rid of indirect inclusions | Lioncash | 2018-08-07 | 12 | -15/+17 |
| |/ / / / / / |
|
* | | | | | | | Merge pull request #952 from lioncash/usb | bunnei | 2018-08-07 | 6 | -0/+259 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | service: Add usb services | Lioncash | 2018-08-07 | 6 | -0/+259 |
| |/ / / / / / |
|
* | | | | | | | Merge pull request #949 from lioncash/priv | bunnei | 2018-08-07 | 3 | -7/+21 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | client_port: Make all data members private | Lioncash | 2018-08-07 | 3 | -7/+21 |
| |/ / / / / / |
|
* | | | | | | | Merge pull request #951 from lioncash/glad | bunnei | 2018-08-07 | 2 | -3190/+3218 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | externals: Update glad to 0.1.26 | Lioncash | 2018-08-07 | 2 | -3190/+3218 |
| |/ / / / / / |
|
* | | | | | | | Merge pull request #961 from DarkLordZach/nca-as-drd-scope | bunnei | 2018-08-07 | 1 | -1/+1 |
|\ \ \ \ \ \ \
| |/ / / / / /
|/| | | | | | |
|
| * | | | | | | loader: Fix scope error in DeconstructedRomDirectory | Zach Hilman | 2018-08-07 | 1 | -1/+1 |
|/ / / / / / |
|
* | | | | | | Merge pull request #931 from DarkLordZach/nca-as-drd | bunnei | 2018-08-07 | 4 | -37/+24 |
|\ \ \ \ \ \ |
|
| * | | | | | | loader: Make AppLoader_NCA rely on directory loading code | Zach Hilman | 2018-08-06 | 4 | -37/+24 |
| | |_|_|/ /
| |/| | | | |
|
* | | | | | | Merge pull request #947 from lioncash/encoding | bunnei | 2018-08-07 | 1 | -13/+17 |
|\ \ \ \ \ \ |
|
| * | | | | | | game_list: Remove unnecessary conversion to std::string in ValidateEntry() | Lioncash | 2018-08-06 | 1 | -8/+10 |
| * | | | | | | game_list: Use QString::fromStdString() where applicable instead of c_str() | Lioncash | 2018-08-06 | 1 | -5/+7 |
* | | | | | | | GDBStub works with both Unicorn and Dynarmic now (#941) | Hedges | 2018-08-07 | 5 | -9/+26 |
* | | | | | | | Merge pull request #943 from lioncash/decl | bunnei | 2018-08-07 | 1 | -7/+7 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | game_list: Join declarations and assignments in onTextChanged() | Lioncash | 2018-08-06 | 1 | -7/+7 |
| |/ / / / / / |
|
* | | | | | | | Merge pull request #946 from lioncash/compress | bunnei | 2018-08-07 | 1 | -10/+8 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | qt/main: Avoid sign conversions in UpdateRecentFiles() | Lioncash | 2018-08-06 | 1 | -4/+6 |
| * | | | | | | | qt/main: Collapse if statement in UpdateRecentFiles() | Lioncash | 2018-08-06 | 1 | -6/+2 |
| |/ / / / / / |
|
* | | | | | | | Merge pull request #944 from lioncash/menu | bunnei | 2018-08-07 | 1 | -2/+8 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | qt: Don't show error dialog when canceling the Load Folder dialog | Lioncash | 2018-08-06 | 1 | -2/+8 |
| |/ / / / / / |
|
* | | | | | | | Merge pull request #942 from lioncash/default | bunnei | 2018-08-07 | 14 | -24/+26 |
|\ \ \ \ \ \ \
| |_|_|/ / / /
|/| | | | | | |
|
| * | | | | | | qt/game_list_p: Remove redundant base class constructor invocations | Lioncash | 2018-08-06 | 1 | -1/+2 |
| * | | | | | | qt: Add missing override specifiers where applicable | Lioncash | 2018-08-06 | 5 | -7/+9 |
| * | | | | | | qt: Default destructors where applicable | Lioncash | 2018-08-06 | 9 | -16/+15 |
| |/ / / / / |
|
* | | | | | | Merge pull request #940 from lioncash/private | bunnei | 2018-08-07 | 2 | -5/+9 |
|\ \ \ \ \ \ |
|
| * | | | | | | kernel/event: Make data members private | Lioncash | 2018-08-06 | 2 | -5/+9 |
| |/ / / / / |
|
* | | | | | | Merge pull request #936 from bunnei/avoid-copies | bunnei | 2018-08-07 | 3 | -6/+21 |
|\ \ \ \ \ \ |
|
| * | | | | | | maxwell_3d: Remove outdated assert. | bunnei | 2018-08-06 | 1 | -2/+0 |
| * | | | | | | gl_rasterizer_cache: Avoid superfluous surface copies. | bunnei | 2018-08-06 | 2 | -4/+21 |
* | | | | | | | Merge pull request #934 from lioncash/chrono | bunnei | 2018-08-07 | 4 | -16/+16 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | perf_stats: Correct literal used for MAX_LAG_TIME_US | Lioncash | 2018-08-06 | 1 | -2/+2 |
| * | | | | | | | core_timing: Make GetGlobalTimeUs() return std::chrono::microseconds | Lioncash | 2018-08-06 | 4 | -14/+14 |
| | |_|/ / / /
| |/| | | | | |
|
* | | | | | | | Merge pull request #945 from lioncash/exist | James Rowe | 2018-08-06 | 1 | -8/+6 |
|\ \ \ \ \ \ \
| |_|_|/ / / /
|/| | | | | | |
|
| * | | | | | | qt/main: Better file-existence checking within OnMenuRecentFile() and UpdateUITheme() | Lioncash | 2018-08-06 | 1 | -8/+6 |
|/ / / / / / |
|
* | | | | | | Merge pull request #933 from lioncash/memory | bunnei | 2018-08-06 | 1 | -12/+11 |
|\ \ \ \ \ \ |
|
| * | | | | | | memory: Make prototype parameter names match their definitions | Lioncash | 2018-08-06 | 1 | -5/+5 |
| * | | | | | | memory: Correct prototype of ZeroBlock | Lioncash | 2018-08-06 | 1 | -1/+1 |
| * | | | | | | memory: Remove unnecessary const qualifiers in prototypes | Lioncash | 2018-08-06 | 1 | -9/+8 |
| |/ / / / / |
|
* | | | | | | Merge pull request #937 from mailwl/audout-fix | Mat M | 2018-08-06 | 1 | -2/+0 |
|\ \ \ \ \ \
| |_|/ / / /
|/| | | | | |
|
| * | | | | | Service/Audio: audout_a.cpp: remove pragma once | mailwl | 2018-08-06 | 1 | -2/+0 |
|/ / / / / |
|
* | | | | | Merge pull request #932 from lioncash/func | bunnei | 2018-08-06 | 2 | -9/+9 |
|\ \ \ \ \ |
|
| * | | | | | core_timing: Convert typedef into a type alias | Lioncash | 2018-08-06 | 1 | -4/+4 |
| * | | | | | core_timing: Use transparent functors where applicable | Lioncash | 2018-08-06 | 1 | -5/+5 |
| |/ / / / |
|
* | | | | | Merge pull request #929 from lioncash/addr | bunnei | 2018-08-06 | 2 | -83/+89 |
|\ \ \ \ \ |
|
| * | | | | | gdbstub: Use type alias for breakpoint maps | Lioncash | 2018-08-05 | 1 | -37/+42 |
| * | | | | | gdbstub: Move all file-static variables into the GDBStub namespace | Lioncash | 2018-08-05 | 1 | -35/+36 |
| * | | | | | gdbstub: Replace PAddr alias with VAddr | Lioncash | 2018-08-05 | 2 | -14/+14 |
* | | | | | | Merge pull request #930 from lioncash/thread | bunnei | 2018-08-06 | 1 | -15/+15 |
|\ \ \ \ \ \ |
|
| * | | | | | | address_arbiter: Return by value from GetThreadsWaitingOnAddress() | Lioncash | 2018-08-05 | 1 | -15/+15 |
| |/ / / / / |
|
* | | | | | | Merge pull request #925 from bunnei/audren | bunnei | 2018-08-06 | 19 | -294/+652 |
|\ \ \ \ \ \
| |_|/ / / /
|/| | | | | |
|
| * | | | | | audio_core: Implement audren_u audio playback. | bunnei | 2018-08-05 | 5 | -218/+451 |
| * | | | | | audio_core: Use s16 where possible for audio samples. | bunnei | 2018-08-05 | 9 | -36/+27 |
| * | | | | | audio_core: Port codec code from Citra for ADPCM decoding. | bunnei | 2018-08-05 | 5 | -11/+126 |
| * | | | | | cubeb_sink: Support variable sample_rate and num_channels. | bunnei | 2018-08-04 | 1 | -15/+25 |
| * | | | | | audio_core: Sinks need unique names as well. | bunnei | 2018-08-04 | 5 | -9/+14 |
| * | | | | | audio_core: Streams need unique names for CoreTiming. | bunnei | 2018-08-04 | 5 | -10/+14 |
| | |/ / /
| |/| | | |
|
* | | | | | Merge pull request #927 from bunnei/fix-texs | bunnei | 2018-08-05 | 1 | -2/+5 |
|\ \ \ \ \ |
|
| * | | | | | gl_shader_decompiler: Fix TEXS mask and dest. | bunnei | 2018-08-05 | 1 | -2/+5 |
* | | | | | | Merge pull request #912 from lioncash/global-var | bunnei | 2018-08-05 | 19 | -80/+110 |
|\ \ \ \ \ \
| |_|_|/ / /
|/| | | | | |
|
| * | | | | | renderer_base: Make Rasterizer() return the rasterizer by reference | Lioncash | 2018-08-04 | 5 | -11/+15 |
| * | | | | | video_core: Eliminate the g_renderer global variable | Lioncash | 2018-08-04 | 19 | -74/+100 |
* | | | | | | Merge pull request #928 from MerryMage/dynarmic | Mat M | 2018-08-05 | 1 | -0/+0 |
|\ \ \ \ \ \
| |_|/ / / /
|/| | | | | |
|
| * | | | | | externals: Update dynarmic to 4f96c63 | MerryMage | 2018-08-05 | 1 | -0/+0 |
|/ / / / / |
|
* | | | | | Merge pull request #926 from ogniK5377/vertex-attrib-format | bunnei | 2018-08-05 | 1 | -2/+8 |
|\ \ \ \ \ |
|
| * | | | | | added braces for conditions | David Marcec | 2018-08-05 | 1 | -2/+3 |
| * | | | | | fix the attrib format for ints | David Marcec | 2018-08-05 | 1 | -2/+7 |
| | |/ / /
| |/| | | |
|
* | | | | | Merge pull request #924 from lioncash/arp | bunnei | 2018-08-05 | 6 | -0/+97 |
|\ \ \ \ \ |
|
| * | | | | | service: Add arp services | Lioncash | 2018-08-05 | 6 | -0/+97 |
| |/ / / / |
|
* | | | | | Merge pull request #921 from lioncash/view | bunnei | 2018-08-05 | 5 | -35/+35 |
|\ \ \ \ \ |
|
| * | | | | | aes_util: Add static assertion to Transcode() and XTSTranscode() to ensure well-defined behavior | Lioncash | 2018-08-04 | 1 | -0/+4 |
| * | | | | | aes_util: Make CalculateNintendoTweak() an internally linked function | Lioncash | 2018-08-04 | 2 | -12/+10 |
| * | | | | | aes_util: Make Transcode() a const member function | Lioncash | 2018-08-04 | 2 | -8/+9 |
| * | | | | | core/crypto: Remove unnecessary includes | Lioncash | 2018-08-04 | 4 | -5/+5 |
| * | | | | | key_manager: Use regular std::string instead of std::string_view | Lioncash | 2018-08-04 | 2 | -10/+7 |
| |/ / / / |
|
* | | | | | Merge pull request #923 from lioncash/pragma | bunnei | 2018-08-05 | 5 | -10/+0 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | service: Remove redundant #pragma once directives | Lioncash | 2018-08-04 | 5 | -10/+0 |
|/ / / / |
|
* | | | | Merge pull request #849 from DarkLordZach/xci | bunnei | 2018-08-04 | 39 | -80/+1404 |
|\ \ \ \ |
|
| * | | | | Add missing parameter to files.push_back() | Zach Hilman | 2018-08-01 | 1 | -5/+5 |
| * | | | | Fix merge conflicts with opus and update docs | Zach Hilman | 2018-08-01 | 5 | -11/+13 |
| * | | | | Use more descriptive error codes and messages | Zach Hilman | 2018-08-01 | 9 | -34/+101 |
| * | | | | Use static const instead of const static | Zach Hilman | 2018-08-01 | 1 | -2/+2 |
| * | | | | Use ErrorEncrypted where applicable and fix no keys crash | Zach Hilman | 2018-08-01 | 4 | -17/+37 |
| * | | | | Add missing includes and use const where applicable | Zach Hilman | 2018-08-01 | 11 | -24/+40 |
| * | | | | Allow key loading from %YUZU_DIR%/keys in addition to ~/.switch | Zach Hilman | 2018-08-01 | 5 | -7/+23 |
| * | | | | Use SHGetKnownFolderPath instead of SHGetFolderPathA | Zach Hilman | 2018-08-01 | 1 | -3/+4 |
| * | | | | Make XCI comply to review and style guidelines | Zach Hilman | 2018-08-01 | 16 | -482/+223 |
| * | | | | Extract mbedtls to cpp file | Zach Hilman | 2018-08-01 | 5 | -87/+127 |
| * | | | | Add missing string.h include | Zach Hilman | 2018-08-01 | 1 | -0/+1 |
| * | | | | Update mbedtls and fix compile error | Zach Hilman | 2018-08-01 | 2 | -0/+1 |
| * | | | | Remove files that are not used | Zach Hilman | 2018-08-01 | 36 | -43/+1462 |
* | | | | | Merge pull request #919 from lioncash/sign | bunnei | 2018-08-04 | 1 | -8/+9 |
|\ \ \ \ \
| |_|/ / /
|/| | | | |
|
| * | | | | gl_shader_manager: Invert conditional in SetShaderUniformBlockBinding() | Lioncash | 2018-08-04 | 1 | -7/+9 |
| * | | | | gl_shader_manager: Amend sign differences in an assertion comparison in SetShaderUniformBlockBinding() | Lioncash | 2018-08-04 | 1 | -3/+2 |
* | | | | | Merge pull request #911 from lioncash/prototype | bunnei | 2018-08-04 | 1 | -3/+0 |
|\ \ \ \ \ |
|
| * | | | | | video_core: Remove unimplemented Start() function prototype | Lioncash | 2018-08-03 | 1 | -3/+0 |
* | | | | | | Merge pull request #913 from lioncash/unused-func | bunnei | 2018-08-04 | 1 | -16/+0 |
|\ \ \ \ \ \ |
|
| * | | | | | | memory: Remove unused GetSpecialHandlers() function | Lioncash | 2018-08-03 | 1 | -16/+0 |
| | |/ / / /
| |/| | | | |
|
* | | | | | | Merge pull request #914 from lioncash/codeset | bunnei | 2018-08-04 | 5 | -20/+41 |
|\ \ \ \ \ \ |
|
| * | | | | | | kernel/process: Use std::array where applicable | Lioncash | 2018-08-03 | 1 | -1/+2 |
| * | | | | | | kernel/process: Use accessors instead of class members for referencing segment array | Lioncash | 2018-08-03 | 5 | -20/+40 |
| |/ / / / / |
|
* | | | | | | Merge pull request #917 from lioncash/crash | bunnei | 2018-08-04 | 3 | -13/+38 |
|\ \ \ \ \ \ |
|
| * | | | | | | kernel/thread: Fix potential crashes introduced in 26de4bb521b1ace7af76eff4f6956cb23ac0d58c | Lioncash | 2018-08-04 | 3 | -13/+38 |
| |/ / / / / |
|
* | | | | | | Merge pull request #910 from lioncash/unused | bunnei | 2018-08-03 | 1 | -2/+0 |
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
|
| * | | | | | gl_shader_decompiler: Remove unused variable in GenerateDeclarations() | Lioncash | 2018-08-03 | 1 | -2/+0 |
| |/ / / / |
|
* | | | | | Merge pull request #908 from lioncash/memory | bunnei | 2018-08-03 | 16 | -559/+29 |
|\ \ \ \ \ |
|
| * | | | | | core/memory: Get rid of 3DS leftovers | Lioncash | 2018-08-03 | 16 | -559/+29 |
* | | | | | | Merge pull request #909 from lioncash/const | bunnei | 2018-08-03 | 1 | -1/+1 |
|\ \ \ \ \ \
| |_|/ / / /
|/| | | | | |
|
| * | | | | | gl_shader_manager: Make ProgramManager's GetCurrentProgramStage() a const member function | Lioncash | 2018-08-03 | 1 | -1/+1 |
|/ / / / / |
|
* | | | | | Added ability to change username & language code in the settings ui. Added IProfile::Get and SET::GetLanguageCode for libnx tests (#851) | David | 2018-08-03 | 9 | -8/+95 |
* | | | | | Merge pull request #895 from lioncash/sink | bunnei | 2018-08-03 | 1 | -5/+8 |
|\ \ \ \ \ |
|
| * | | | | | sink_details: Deduplicate long std::function repetition | Lioncash | 2018-08-02 | 1 | -4/+6 |
| * | | | | | sink_details: std::move std::function instances | Lioncash | 2018-08-02 | 1 | -1/+2 |
* | | | | | | Merge pull request #898 from lioncash/mig | bunnei | 2018-08-03 | 6 | -0/+55 |
|\ \ \ \ \ \ |
|
| * | | | | | | service: Add migration services | Lioncash | 2018-08-02 | 6 | -0/+55 |
* | | | | | | | Merge pull request #900 from lioncash/init | bunnei | 2018-08-03 | 1 | -5/+5 |
|\ \ \ \ \ \ \
| |_|_|/ / / /
|/| | | | | | |
|
| * | | | | | | math_util: Always initialize members of Rectangle | Lioncash | 2018-08-02 | 1 | -5/+5 |
| |/ / / / / |
|
* | | | | | | Merge pull request #892 from lioncash/global | bunnei | 2018-08-03 | 13 | -64/+54 |
|\ \ \ \ \ \ |
|
| * | | | | | | video_core: Make global EmuWindow instance part of the base renderer class | Lioncash | 2018-08-02 | 13 | -64/+54 |
* | | | | | | | Merge pull request #894 from lioncash/object | bunnei | 2018-08-03 | 44 | -156/+186 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | kernel: Move object class to its own source files | Lioncash | 2018-08-02 | 44 | -156/+186 |
| | |_|/ / / /
| |/| | | | | |
|
* | | | | | | | Merge pull request #904 from lioncash/static | bunnei | 2018-08-03 | 1 | -8/+6 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | kernel/thread: Make GetFreeThreadLocalSlot()'s loop indices size_t | Lioncash | 2018-08-02 | 1 | -8/+5 |
| * | | | | | | | kernel/thread: Make GetFreeThreadLocalSlot() reference parameter a const reference | Lioncash | 2018-08-02 | 1 | -1/+2 |
| * | | | | | | | kernel/thread: Make GetFreeThreadLocalSlot() internally linked | Lioncash | 2018-08-02 | 1 | -1/+1 |
| | |_|/ / / /
| |/| | | | | |
|
* | | | | | | | Merge pull request #906 from lioncash/override | bunnei | 2018-08-03 | 3 | -19/+8 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | input_common: Use std::move where applicable | Lioncash | 2018-08-03 | 2 | -5/+6 |
| * | | | | | | | input_common: Add missing override specifiers | Lioncash | 2018-08-03 | 3 | -14/+2 |
| |/ / / / / / |
|
* | | | | | | | Merge pull request #907 from lioncash/slot | bunnei | 2018-08-03 | 7 | -46/+49 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | yuzu: Use Qt 5 signal/slots where applicable | Lioncash | 2018-08-03 | 7 | -46/+49 |
| |/ / / / / / |
|
* | | | | | | | Merge pull request #905 from lioncash/vma | bunnei | 2018-08-03 | 3 | -23/+23 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | kernel/vm_manager: Convert loop into std::any_of() | Lioncash | 2018-08-02 | 1 | -4/+4 |
| * | | | | | | | kernel/vm_manager: Use const where applicable | Lioncash | 2018-08-02 | 3 | -19/+19 |
| * | | | | | | | kernel/vm_manager: Use the VAddr type alias in CarveVMA() | Lioncash | 2018-08-02 | 1 | -2/+2 |
| |/ / / / / / |
|
* | | | | | | | Merge pull request #903 from lioncash/copy | bunnei | 2018-08-03 | 1 | -3/+6 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | vfs_vector: Remove unused variable in FindAndRemoveVectorElement() | Lioncash | 2018-08-02 | 1 | -2/+2 |
| * | | | | | | | vfs_vector: Avoid unnecessary copies where applicable | Lioncash | 2018-08-02 | 1 | -2/+5 |
| |/ / / / / / |
|
* | | | | | | | Merge pull request #901 from lioncash/ref | bunnei | 2018-08-03 | 1 | -2/+2 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | gl_shader_manager: Take ShaderSetup instances by const reference in UseProgrammableVertexShader() and UseProgrammableFragmentShader() | Lioncash | 2018-08-02 | 1 | -2/+2 |
| |/ / / / / / |
|
* | | | | | | | Merge pull request #899 from lioncash/unused | bunnei | 2018-08-02 | 7 | -334/+0 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | hw: Remove unused files | Lioncash | 2018-08-02 | 7 | -334/+0 |
| |/ / / / / / |
|
* | | | | | | | Merge pull request #902 from lioncash/array | bunnei | 2018-08-02 | 1 | -2/+3 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | gl_state: Make texture_units a std::array | Lioncash | 2018-08-02 | 1 | -2/+3 |
| |/ / / / / / |
|
* | | | | | | | Merge pull request #891 from lioncash/ns | bunnei | 2018-08-02 | 1 | -0/+447 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | service/ns: Add missing ns services | Lioncash | 2018-08-02 | 1 | -0/+447 |
| | |_|/ / / /
| |/| | | | | |
|
* | | | | | | | Implement RGB32F PixelFormat (#886) (used by Go Vacation) | greggameplayer | 2018-08-02 | 3 | -9/+23 |
* | | | | | | | Merge pull request #893 from lioncash/psc | bunnei | 2018-08-02 | 6 | -1/+99 |
|\ \ \ \ \ \ \
| |_|/ / / / /
|/| | | | | | |
|
| * | | | | | | logging/log: Remove incorrect description in PCV doc comment | Lioncash | 2018-08-02 | 1 | -1/+1 |
| * | | | | | | service: Add psc services | Lioncash | 2018-08-02 | 6 | -0/+98 |
| | |/ / / /
| |/| | | | |
|
* | | | | | | Merge pull request #896 from lioncash/audio-out | bunnei | 2018-08-02 | 2 | -2/+2 |
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
|
| * | | | | | audio_out: Use Buffer::Tag alias in GetTagsAndReleaseBuffers()'s prototype | Lioncash | 2018-08-02 | 2 | -2/+2 |
|/ / / / / |
|
* | | | | | Merge pull request #888 from lioncash/caps | bunnei | 2018-08-02 | 6 | -0/+173 |
|\ \ \ \ \ |
|
| * | | | | | service: Add capture services | Lioncash | 2018-08-01 | 6 | -0/+173 |
| |/ / / / |
|
* | | | | | Merge pull request #890 from lioncash/logger | bunnei | 2018-08-02 | 1 | -4/+4 |
|\ \ \ \ \ |
|
| * | | | | | lm: Amend name of ILogger | Lioncash | 2018-08-01 | 1 | -4/+4 |
| |/ / / / |
|
* | | | | | Merge pull request #889 from lioncash/fsp | bunnei | 2018-08-02 | 6 | -0/+89 |
|\ \ \ \ \ |
|
| * | | | | | service/filesystem: Add fsp:ldr and fsp:pr services | Lioncash | 2018-08-01 | 6 | -0/+89 |
| |/ / / / |
|
* | | | | | Merge pull request #887 from lioncash/pcv | bunnei | 2018-08-02 | 8 | -0/+183 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | service: Add bpc and pcv services | Lioncash | 2018-08-01 | 8 | -0/+183 |
|/ / / / |
|
* | | | | Merge pull request #885 from greggameplayer/R32-Float | bunnei | 2018-08-01 | 3 | -0/+5 |
|\ \ \ \ |
|
| * | | | | Implement R32_FLOAT RenderTargetFormat | Unknown | 2018-08-01 | 3 | -0/+5 |
|/ / / / |
|
* | | | | Merge pull request #882 from lioncash/unused | bunnei | 2018-08-01 | 1 | -6/+0 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | kernel/thread: Remove unimplemented function prototype | Lioncash | 2018-08-01 | 1 | -6/+0 |
* | | | | Merge pull request #871 from bunnei/audio-config | bunnei | 2018-08-01 | 12 | -21/+330 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | audio_core: Add configuration settings. | bunnei | 2018-08-01 | 12 | -21/+330 |
* | | | | Merge pull request #877 from lioncash/remove | bunnei | 2018-08-01 | 6 | -104/+0 |
|\ \ \ \ |
|
| * | | | | kernel: Remove unused object_address_table.cpp/.h | Lioncash | 2018-07-31 | 6 | -104/+0 |
* | | | | | Merge pull request #880 from lioncash/audio | bunnei | 2018-08-01 | 14 | -2/+289 |
|\ \ \ \ \
| |_|/ / /
|/| | | | |
|
| * | | | | service/audio: Add missing services | Lioncash | 2018-08-01 | 14 | -2/+289 |
* | | | | | Merge pull request #876 from lioncash/include | bunnei | 2018-08-01 | 23 | -28/+47 |
|\ \ \ \ \ |
|
| * | | | | | kernel: Remove unnecessary includes | Lioncash | 2018-07-31 | 23 | -28/+47 |
| | |/ / /
| |/| | | |
|
* | | | | | Merge pull request #879 from lioncash/audio | bunnei | 2018-08-01 | 1 | -1/+1 |
|\ \ \ \ \
| |_|/ / /
|/| | | | |
|
| * | | | | audout_u: Remove std::move in OpenAudioOutImpl() | Lioncash | 2018-07-31 | 1 | -1/+1 |
* | | | | | Merge pull request #864 from FearlessTobi/port-3973 | bunnei | 2018-07-31 | 1 | -2/+30 |
|\ \ \ \ \ |
|
| * | | | | | remove polymorphism issue | B3n30 | 2018-07-29 | 1 | -2/+30 |
* | | | | | | Merge pull request #869 from Subv/ubsan | bunnei | 2018-07-31 | 4 | -8/+23 |
|\ \ \ \ \ \ |
|
| * | | | | | | MacroInterpreter: Avoid left shifting negative values. | Subv | 2018-07-31 | 2 | -2/+6 |
| * | | | | | | nvhost_gpu: Added checks to ensure we don't read past the end of the entries when handling a GPU command list. | Subv | 2018-07-31 | 1 | -3/+6 |
| * | | | | | | nvhost_ctrl_gpu: Only read the input parameters if they are actually there. | Subv | 2018-07-31 | 1 | -3/+11 |
| | |_|_|_|/
| |/| | | | |
|
* | | | | | | Merge pull request #875 from lioncash/fgm | bunnei | 2018-07-31 | 6 | -0/+96 |
|\ \ \ \ \ \ |
|
| * | | | | | | service: Add fgm services | Lioncash | 2018-07-31 | 6 | -0/+96 |
| | |_|_|/ /
| |/| | | | |
|
* | | | | | | Merge pull request #874 from lioncash/am | bunnei | 2018-07-31 | 8 | -0/+156 |
|\ \ \ \ \ \
| |_|_|_|/ /
|/| | | | | |
|
| * | | | | | service/am: Add missing am services | Lioncash | 2018-07-31 | 8 | -0/+156 |
| |/ / / / |
|
* | | | | | Merge pull request #870 from lioncash/init | bunnei | 2018-07-31 | 1 | -9/+7 |
|\ \ \ \ \ |
|
| * | | | | | arm_dynarmic: Make SetTlsAddress() prototype and definition consistent | Lioncash | 2018-07-31 | 1 | -1/+1 |
| * | | | | | arm_dynarmic: Remove unnecessary qualifying of ThreadContext | Lioncash | 2018-07-31 | 1 | -3/+3 |
| * | | | | | arm_dynarmic: Correct initializer list order | Lioncash | 2018-07-31 | 1 | -5/+3 |
| |/ / / / |
|
* | | | | | Merge pull request #872 from lioncash/pcie | bunnei | 2018-07-31 | 6 | -0/+85 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | service: Add the pcie service | Lioncash | 2018-07-31 | 6 | -0/+85 |
|/ / / / |
|
* | | | | Merge pull request #855 from bunnei/cubeb | bunnei | 2018-07-31 | 21 | -39/+473 |
|\ \ \ \ |
|
| * | | | | audio_core: Implement Sink and SinkStream interfaces with cubeb. | bunnei | 2018-07-31 | 10 | -6/+269 |
| * | | | | audio_core: Add interfaces for Sink and SinkStream. | bunnei | 2018-07-31 | 6 | -0/+163 |
| * | | | | audio_core: Misc. improvements to stream/buffer/audio_out. | bunnei | 2018-07-31 | 5 | -20/+32 |
| * | | | | audio_core: Move to audout_u impl. | bunnei | 2018-07-31 | 4 | -13/+6 |
| * | | | | externals: Add cubeb for audio output. | bunnei | 2018-07-31 | 2 | -0/+3 |
* | | | | | Port #3758 from Citra (#852): Add missing std::string import in text_formatter | Tobias | 2018-07-31 | 1 | -0/+1 |
|/ / / / |
|
* | | | | Implemented various hwopus functions (#853) | David | 2018-07-31 | 6 | -6/+139 |
* | | | | Merge pull request #861 from FearlessTobi/port-3972 | bunnei | 2018-07-30 | 2 | -81/+31 |
|\ \ \ \ |
|
| * | | | | Port #3972 from Citra: "common/timer: use std::chrono, avoid platform-dependent code" | zhupengfei | 2018-07-29 | 2 | -81/+31 |
| | |/ /
| |/| | |
|
* | | | | Merge pull request #862 from FearlessTobi/port-3997 | bunnei | 2018-07-30 | 1 | -3/+5 |
|\ \ \ \ |
|
| * | | | | common/string_utils: replace boost::transform with std counterpart | zhupengfei | 2018-07-29 | 1 | -3/+5 |
| |/ / / |
|
* | | | | Merge pull request #867 from MerryMage/dynarmic | Mat M | 2018-07-30 | 1 | -0/+0 |
|\ \ \ \ |
|
| * | | | | externals: Update dynarmic to 73d3efc | MerryMage | 2018-07-30 | 1 | -0/+0 |
|/ / / / |
|
* | | | | Merge pull request #859 from FearlessTobi/port-3837 | bunnei | 2018-07-30 | 2 | -3/+4 |
|\ \ \ \ |
|
| * | | | | Port #3837 from Citra: "Add build date in about dialog" | fearlessTobi | 2018-07-29 | 2 | -3/+4 |
| |/ / / |
|
* | | | | Port #3769 from Citra: "Update Dark theme to latest version" | Tobias | 2018-07-30 | 3 | -321/+471 |
* | | | | Merge pull request #858 from lioncash/cast | bunnei | 2018-07-30 | 1 | -3/+2 |
|\ \ \ \ |
|
| * | | | | partition_filesystem: Remove dynamic_cast in PrintDebugInfo() | Lioncash | 2018-07-29 | 1 | -3/+2 |
| |/ / / |
|
* | | | | Merge pull request #860 from FearlessTobi/port-3911 | bunnei | 2018-07-30 | 5 | -6/+3 |
|\ \ \ \ |
|
| * | | | | Port #3911 from Citra: "Optimize settings application" | fearlessTobi | 2018-07-29 | 5 | -6/+3 |
| |/ / / |
|
* | | | | Merge pull request #863 from FearlessTobi/port-3913 | bunnei | 2018-07-30 | 1 | -1/+0 |
|\ \ \ \ |
|
| * | | | | Port #3913 from Citra: "citra_qt: Remove obsolete application attribute" | fearlessTobi | 2018-07-29 | 1 | -1/+0 |
| |/ / / |
|
* | | | | Merge pull request #865 from FearlessTobi/port-3732 | bunnei | 2018-07-30 | 2 | -4/+2 |
|\ \ \ \ |
|
| * | | | | Port #3732 from Citra: "common: Fix compilation on ARM" | Cameron Cawley | 2018-07-29 | 2 | -4/+2 |
| |/ / / |
|
* | | | | Merge pull request #857 from lioncash/wlan | bunnei | 2018-07-30 | 6 | -1/+194 |
|\ \ \ \ |
|
| * | | | | service: Add wlan services | Lioncash | 2018-07-29 | 6 | -1/+194 |
| |/ / / |
|
* | | | | Merge pull request #856 from lioncash/btm | bunnei | 2018-07-30 | 6 | -0/+142 |
|\ \ \ \ |
|
| * | | | | service/btm: Add basic implementation of GetCoreImpl() | Lioncash | 2018-07-29 | 1 | -1/+35 |
| * | | | | service: Add btm services | Lioncash | 2018-07-29 | 6 | -0/+108 |
| |/ / / |
|
* / / / | Add some HID commands (#843) | Hexagon12 | 2018-07-30 | 1 | -2/+16 |
|/ / / |
|
* | | | Merge pull request #847 from lioncash/ncm | bunnei | 2018-07-28 | 6 | -0/+80 |
|\ \ \ |
|
| * | | | service: Add ncm services | Lioncash | 2018-07-27 | 6 | -0/+80 |
* | | | | Merge pull request #846 from lioncash/mii | bunnei | 2018-07-28 | 6 | -0/+128 |
|\ \ \ \ |
|
| * | | | | service: Add mii services | Lioncash | 2018-07-27 | 6 | -0/+128 |
| | |_|/
| |/| | |
|
* | | | | Merge pull request #842 from bunnei/audio-core | bunnei | 2018-07-28 | 12 | -94/+459 |
|\ \ \ \ |
|
| * | | | | audout: Implement IAudioOut interface with AudioCore. | bunnei | 2018-07-28 | 2 | -93/+114 |
| * | | | | core: Add AudioCore to global state. | bunnei | 2018-07-28 | 2 | -0/+9 |
| * | | | | audio_core: Add initial code for keeping track of audout state. | bunnei | 2018-07-28 | 8 | -1/+336 |
| | |/ /
| |/| | |
|
* | | | | Merge pull request #696 from DarkLordZach/romfs | bunnei | 2018-07-28 | 12 | -20/+351 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | RomFS Extraction | Zach Hilman | 2018-07-28 | 12 | -20/+351 |
|/ / / |
|
* | | | Merge pull request #845 from lioncash/nfc | bunnei | 2018-07-27 | 6 | -0/+243 |
|\ \ \ |
|
| * | | | service/nfc: Implement Create[x]Interface functions | Lioncash | 2018-07-27 | 1 | -4/+43 |
| * | | | service: Add nfc services | Lioncash | 2018-07-27 | 6 | -0/+204 |
| |/ / |
|
* | | | Merge pull request #839 from FearlessTobi/actually-port-3594 | bunnei | 2018-07-27 | 1 | -0/+16 |
|\ \ \ |
|
| * | | | Port #3594 from Citra | fearlessTobi | 2018-07-26 | 1 | -0/+16 |
| | |/
| |/| |
|
* | | | Merge pull request #844 from lioncash/lbl | bunnei | 2018-07-27 | 6 | -0/+111 |
|\ \ \ |
|
| * | | | service/lbl: Implement EnableVrMode, DisableVrMode and GetVrMode | Lioncash | 2018-07-27 | 3 | -3/+37 |
| * | | | service: Add the lbl service | Lioncash | 2018-07-27 | 4 | -0/+77 |
| | |/
| |/| |
|
* | | | Merge pull request #841 from lioncash/btdrv | bunnei | 2018-07-27 | 4 | -1/+93 |
|\ \ \
| |/ /
|/| | |
|
| * | | service: Add the btdrv service | Lioncash | 2018-07-27 | 4 | -1/+93 |
* | | | Merge pull request #837 from lioncash/priv | bunnei | 2018-07-27 | 2 | -8/+20 |
|\ \ \ |
|
| * | | | kernel/timer: Make data members private where applicable | Lioncash | 2018-07-26 | 2 | -8/+20 |
* | | | | Merge pull request #833 from lioncash/irs | bunnei | 2018-07-27 | 6 | -0/+352 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | service/hid: Add the hidbus, hid:dbg, hid:sys, and hid:tmp services | Lioncash | 2018-07-26 | 1 | -0/+220 |
| * | | | service/hid: Add the xcd:sys service | Lioncash | 2018-07-26 | 4 | -0/+57 |
| * | | | service/hid: Add irs services | Lioncash | 2018-07-26 | 4 | -0/+75 |
|/ / / |
|
* | | | Merge pull request #836 from FearlessTobi/port-3594 | bunnei | 2018-07-26 | 2 | -0/+4 |
|\ \ \ |
|
| * | | | Port #3665 from Citra | fearlessTobi | 2018-07-26 | 2 | -0/+4 |
| | |/
| |/| |
|
* | | | Merge pull request #835 from FearlessTobi/port-minor-prs | bunnei | 2018-07-26 | 2 | -2/+2 |
|\ \ \ |
|
| * | | | Port #3702 from Citra | fearlessTobi | 2018-07-26 | 1 | -1/+1 |
| * | | | Port #3641 from Citra | fearlessTobi | 2018-07-26 | 1 | -1/+1 |
| |/ / |
|
* | | | Merge pull request #834 from lioncash/grc | bunnei | 2018-07-26 | 4 | -0/+50 |
|\ \ \ |
|
| * | | | service: Add the grc:c service | Lioncash | 2018-07-26 | 4 | -0/+50 |
| | |/
| |/| |
|
* | | | Merge pull request #832 from lioncash/nim | bunnei | 2018-07-26 | 4 | -0/+143 |
|\ \ \ |
|
| * | | | service: Add the nim services | Lioncash | 2018-07-26 | 4 | -0/+143 |
| |/ / |
|
* | | | Merge pull request #831 from lioncash/ldn | bunnei | 2018-07-26 | 6 | -0/+164 |
|\ \ \ |
|
| * | | | service: Add ldn services | Lioncash | 2018-07-26 | 6 | -0/+164 |
| |/ / |
|
* | | | Merge pull request #830 from lioncash/socket | bunnei | 2018-07-26 | 6 | -0/+95 |
|\ \ \ |
|
| * | | | service/sockets: Add ethc:c and ethc:i services | Lioncash | 2018-07-26 | 4 | -0/+66 |
| * | | | service/sockets: Add missing bsdcfg socket service | Lioncash | 2018-07-26 | 3 | -0/+29 |
| |/ / |
|
* | | | Merge pull request #808 from lioncash/mem-dedup | bunnei | 2018-07-26 | 1 | -14/+22 |
|\ \ \ |
|
| * | | | video_core/memory_manager: Replace a loop with std::array's fill() function in PageSlot() | Lioncash | 2018-07-24 | 1 | -3/+1 |
| * | | | video_core/memory_manager: Avoid repeated unnecessary page slot lookups | Lioncash | 2018-07-24 | 1 | -11/+21 |
* | | | | Merge pull request #829 from Subv/r16f_rt | bunnei | 2018-07-26 | 2 | -1/+4 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | GPU: Allow using R16F as a render target format. | Subv | 2018-07-26 | 2 | -1/+4 |
|/ / / |
|
* | | | Merge pull request #827 from lioncash/log | bunnei | 2018-07-26 | 2 | -40/+35 |
|\ \ \ |
|
| * | | | lm: Move LM's class declaration into the cpp file | Lioncash | 2018-07-26 | 2 | -37/+31 |
| * | | | lm: Amend names of Initialize() in Logger and Initialize() in LM | Lioncash | 2018-07-26 | 2 | -7/+7 |
| * | | | lm: Add missing function entry to Logger's function table | Lioncash | 2018-07-26 | 1 | -0/+1 |
* | | | | Merge pull request #825 from greggameplayer/R16_G16 | bunnei | 2018-07-26 | 4 | -19/+100 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | Implement R16_G16 | Unknown | 2018-07-26 | 4 | -19/+100 |
* | | | | Merge pull request #828 from lioncash/ldr | Sebastian Valle | 2018-07-26 | 4 | -0/+101 |
|\ \ \ \ |
|
| * | | | | service: Add ldr services | Lioncash | 2018-07-26 | 4 | -0/+101 |
* | | | | | Merge pull request #826 from lioncash/erpt | Sebastian Valle | 2018-07-26 | 6 | -0/+143 |
|\ \ \ \ \ |
|
| * | | | | | service: Add eupld services | Lioncash | 2018-07-26 | 4 | -0/+72 |
| * | | | | | service: Add the erpt services | Lioncash | 2018-07-26 | 4 | -0/+71 |
| | |_|/ /
| |/| | | |
|
* | | | | | Merge pull request #823 from lioncash/nifm | Sebastian Valle | 2018-07-26 | 9 | -141/+30 |
|\ \ \ \ \
| |_|/ / /
|/| | | | |
|
| * | | | | service/nifm: Deduplicate interface code | Lioncash | 2018-07-25 | 9 | -141/+30 |
* | | | | | Merge pull request #824 from lioncash/nvdrv | bunnei | 2018-07-26 | 2 | -5/+7 |
|\ \ \ \ \ |
|
| * | | | | | service/nvdrv: Take std::string in Open() by const reference | Lioncash | 2018-07-25 | 2 | -2/+2 |
| * | | | | | service/nvdrv: Use std::move where applicable | Lioncash | 2018-07-25 | 1 | -3/+5 |
| |/ / / / |
|
* | | | | | Merge pull request #822 from lioncash/pm | bunnei | 2018-07-26 | 4 | -0/+90 |
|\ \ \ \ \
| |_|/ / /
|/| | | | |
|
| * | | | | service: Add pm services | Lioncash | 2018-07-25 | 4 | -0/+90 |
| |/ / / |
|
* | | | | Merge pull request #820 from lioncash/es | Mat M | 2018-07-26 | 4 | -0/+77 |
|\ \ \ \ |
|
| * | | | | service: Add the es service | Lioncash | 2018-07-25 | 4 | -0/+77 |
| |/ / / |
|
* | | | | Merge pull request #821 from lioncash/wait | Mat M | 2018-07-26 | 1 | -0/+4 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | wait_tree: Add missing switch case for WaitTreeThread::GetText() | Lioncash | 2018-07-25 | 1 | -0/+4 |
| |/ / |
|
* | | | Merge pull request #819 from Subv/srgb | bunnei | 2018-07-25 | 2 | -9/+17 |
|\ \ \
| |/ /
|/| | |
|
| * | | GPU: Use the right texture format for sRGBA framebuffers. | Subv | 2018-07-25 | 2 | -9/+17 |
* | | | Merge pull request #801 from lioncash/time | Mat M | 2018-07-25 | 6 | -64/+16 |
|\ \ \ |
|
| * | | | time: Add the time:a service | Lioncash | 2018-07-25 | 3 | -10/+11 |
| * | | | time: Simplify interface creation | Lioncash | 2018-07-24 | 6 | -64/+15 |
* | | | | Merge pull request #804 from lioncash/log | Mat M | 2018-07-25 | 1 | -1/+3 |
|\ \ \ \ |
|
| * | | | | svc: Log parameters in SetMemoryAttribute() | Lioncash | 2018-07-24 | 1 | -1/+3 |
| | |_|/
| |/| | |
|
* | | | | Merge pull request #803 from MerryMage/core_timing_util | bunnei | 2018-07-25 | 12 | -114/+146 |
|\ \ \ \ |
|
| * | | | | core_timing: Split off utility functions into core_timing_util | MerryMage | 2018-07-24 | 12 | -105/+137 |
| * | | | | CMakeLists: Sort filenames | MerryMage | 2018-07-24 | 1 | -9/+9 |
* | | | | | Merge pull request #802 from lioncash/unreach | bunnei | 2018-07-25 | 1 | -0/+3 |
|\ \ \ \ \ |
|
| * | | | | | wait_tree: Silence warning about all code paths not returning a value | Lioncash | 2018-07-24 | 1 | -0/+3 |
| | |_|/ /
| |/| | | |
|
* | | | | | Merge pull request #800 from lioncash/set | bunnei | 2018-07-25 | 3 | -5/+33 |
|\ \ \ \ \ |
|
| * | | | | | set_sys: Implement SetColorSetId() | Lioncash | 2018-07-24 | 2 | -5/+25 |
| * | | | | | ipc_helper: Add helper member function for popping enum values to RequestParser | Lioncash | 2018-07-24 | 1 | -0/+8 |
| |/ / / / |
|
* | | | | | Merge pull request #813 from Subv/z24_s8_tex | bunnei | 2018-07-25 | 1 | -0/+4 |
|\ \ \ \ \
| |_|_|_|/
|/| | | | |
|
| * | | | | GPU: Allow the use of Z24S8 as a texture format. | Subv | 2018-07-25 | 1 | -0/+4 |
|/ / / / |
|
* | | | | Merge pull request #816 from Subv/z32_s8 | bunnei | 2018-07-25 | 4 | -1/+16 |
|\ \ \ \ |
|
| * | | | | GPU: Implemented the Z32_S8_X24 depth buffer format. | Subv | 2018-07-25 | 4 | -1/+16 |
* | | | | | Merge pull request #815 from Subv/z32f_tex | bunnei | 2018-07-25 | 1 | -0/+4 |
|\ \ \ \ \ |
|
| * | | | | | GPU: Allow using Z32 as a texture format. | Subv | 2018-07-25 | 1 | -0/+4 |
| |/ / / / |
|
* | | | | | Merge pull request #814 from Subv/rt_r8 | bunnei | 2018-07-25 | 2 | -0/+4 |
|\ \ \ \ \ |
|
| * | | | | | GPU: Allow the usage of R8 as a render target format. | Subv | 2018-07-25 | 2 | -0/+4 |
| |/ / / / |
|
* | | | | | Merge pull request #818 from MerryMage/dynarmic | bunnei | 2018-07-25 | 1 | -0/+0 |
|\ \ \ \ \ |
|
| * | | | | | externals: Update dynarmic to 98e2380 | MerryMage | 2018-07-25 | 1 | -0/+0 |
|/ / / / / |
|
* | | | | | Merge pull request #809 from lioncash/rasterizer | bunnei | 2018-07-25 | 2 | -16/+13 |
|\ \ \ \ \ |
|
| * | | | | | gl_rasterizer: Replace magic number with GL_INVALID_INDEX in SetupConstBuffers() | Lioncash | 2018-07-24 | 1 | -3/+5 |
| * | | | | | gl_rasterizer: Use std::string_view instead of std::string when checking for extensions | Lioncash | 2018-07-24 | 1 | -1/+3 |
| * | | | | | gl_rasterizer: Use in-class member initializers where applicable | Lioncash | 2018-07-24 | 2 | -12/+5 |
| | |_|_|/
| |/| | | |
|
* | | | | | Merge pull request #811 from Subv/code_address_assert | bunnei | 2018-07-25 | 1 | -8/+0 |
|\ \ \ \ \
| |_|/ / /
|/| | | | |
|
| * | | | | GPU: Remove the assert that required the CODE_ADDRESS to be 0. | Subv | 2018-07-24 | 1 | -8/+0 |
| |/ / / |
|
* | | | | Merge pull request #806 from lioncash/friend | bunnei | 2018-07-25 | 6 | -48/+15 |
|\ \ \ \ |
|
| * | | | | friend: Add friend:m, friend:s, and friend:v services | Lioncash | 2018-07-24 | 1 | -0/+3 |
| * | | | | friend/interface: Add missing CreateDaemonSuspendSessionService() to the function handler table | Lioncash | 2018-07-24 | 1 | -0/+1 |
| * | | | | friend: Deduplicate interfaces | Lioncash | 2018-07-24 | 6 | -48/+11 |
| |/ / / |
|
* | | | | Merge pull request #810 from Subv/r16 | bunnei | 2018-07-25 | 3 | -5/+32 |
|\ \ \ \ |
|
| * | | | | GPU: Implemented the R16 and R16F texture formats. | Subv | 2018-07-24 | 3 | -5/+32 |
| |/ / / |
|
* | | | | Merge pull request #805 from lioncash/sign | bunnei | 2018-07-24 | 1 | -4/+7 |
|\ \ \ \ |
|
| * | | | | svc: Resolve sign comparison warnings in WaitSynchronization() | Lioncash | 2018-07-24 | 1 | -4/+7 |
| |/ / / |
|
* | | | | Merge pull request #807 from lioncash/unused | bunnei | 2018-07-24 | 1 | -29/+0 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | deconstructed_rom_directory: Remove unused FindRomFS() function | Lioncash | 2018-07-24 | 1 | -29/+0 |
|/ / / |
|
* | | | Merge pull request #798 from lioncash/const | bunnei | 2018-07-24 | 2 | -3/+3 |
|\ \ \ |
|
| * | | | arm_dynarmic: Make MakeJit() a const member function | Lioncash | 2018-07-24 | 2 | -3/+3 |
| |/ / |
|
* | | | Merge pull request #797 from lioncash/explicit | bunnei | 2018-07-24 | 5 | -5/+5 |
|\ \ \ |
|
| * | | | core: Make converting constructors explicit where applicable | Lioncash | 2018-07-24 | 5 | -5/+5 |
| |/ / |
|
* | | | Merge pull request #795 from lioncash/decl | bunnei | 2018-07-24 | 1 | -3/+0 |
|\ \ \ |
|
| * | | | apm/interface: Remove redundant declaration of InstallInterfaces() | Lioncash | 2018-07-24 | 1 | -3/+0 |
| |/ / |
|
* | | | Merge pull request #799 from Subv/tex_r32f | bunnei | 2018-07-24 | 3 | -6/+19 |
|\ \ \ |
|
| * | | | GPU: Implement texture format R32F. | Subv | 2018-07-24 | 3 | -6/+19 |
* | | | | Merge pull request #794 from lioncash/ref | bunnei | 2018-07-24 | 1 | -1/+1 |
|\ \ \ \ |
|
| * | | | | mutex: Pass SharedPtr to GetHighestPriorityMutexWaitingThread() by reference | Lioncash | 2018-07-24 | 1 | -1/+1 |
* | | | | | Merge pull request #796 from bunnei/gl-uint | bunnei | 2018-07-24 | 1 | -0/+3 |
|\ \ \ \ \ |
|
| * | | | | | maxwell_to_gl: Implement VertexAttribute::Type::UnsignedInt. | bunnei | 2018-07-24 | 1 | -0/+3 |
* | | | | | | Merge pull request #789 from bunnei/tex-wrap-border | bunnei | 2018-07-24 | 4 | -11/+13 |
|\ \ \ \ \ \
| |_|_|_|_|/
|/| | | | | |
|
| * | | | | | gl_rasterizer: Implement texture border color. | bunnei | 2018-07-24 | 3 | -11/+11 |
| * | | | | | maxwell_to_gl: Implement Texture::WrapMode::Border. | bunnei | 2018-07-24 | 1 | -0/+2 |
| | |_|/ /
| |/| | | |
|
* | | | | | Merge pull request #793 from lioncash/priv | bunnei | 2018-07-24 | 2 | -17/+19 |
|\ \ \ \ \ |
|
| * | | | | | hle_ipc: Make constructors explicit where applicable | Lioncash | 2018-07-24 | 2 | -12/+13 |
| * | | | | | ipc_helpers: Make member variables of ResponseBuilder private | Lioncash | 2018-07-24 | 1 | -5/+6 |
| | |_|/ /
| |/| | | |
|
* | | | | | Merge pull request #785 from lioncash/fs | bunnei | 2018-07-24 | 1 | -3/+3 |
|\ \ \ \ \
| |_|/ / /
|/| | | | |
|
| * | | | | partition_filesystem: Use std::move where applicable | Lioncash | 2018-07-24 | 1 | -3/+3 |
* | | | | | Merge pull request #791 from bunnei/rg32f-rgba32f-bgra8 | bunnei | 2018-07-24 | 5 | -12/+70 |
|\ \ \ \ \
| |_|_|/ /
|/| | | | |
|
| * | | | | gl_rasterizer_cache: Implement RenderTargetFormat RG32_FLOAT. | bunnei | 2018-07-24 | 5 | -7/+25 |
| * | | | | gl_rasterizer_cache: Implement RenderTargetFormat RGBA32_FLOAT. | bunnei | 2018-07-24 | 2 | -10/+34 |
| * | | | | gl_rasterizer_cache: Implement RenderTargetFormat BGRA8_UNORM. | bunnei | 2018-07-24 | 4 | -8/+22 |
| * | | | | gl_rasterizer_cache: Add missing log statements. | bunnei | 2018-07-24 | 1 | -0/+2 |
* | | | | | Merge pull request #792 from lioncash/retval | bunnei | 2018-07-24 | 1 | -2/+2 |
|\ \ \ \ \
| |_|_|_|/
|/| | | | |
|
| * | | | | gl_shader_decompiler: Correct return value of WriteTexsInstruction() | Lioncash | 2018-07-24 | 1 | -2/+2 |
| | |_|/
| |/| | |
|
* | | | | Merge pull request #790 from bunnei/shader-print-instr | bunnei | 2018-07-24 | 1 | -1/+2 |
|\ \ \ \ |
|
| * | | | | gl_shader_decompiler: Print instruction value in shader comments. | bunnei | 2018-07-24 | 1 | -1/+2 |
| | |/ /
| |/| | |
|
* | | | | Merge pull request #788 from bunnei/shader-check-zero | bunnei | 2018-07-24 | 1 | -0/+6 |
|\ \ \ \ |
|
| * | | | | gl_shader_decompiler: Check if SetRegister result is ZeroIndex. | bunnei | 2018-07-24 | 1 | -0/+6 |
| |/ / / |
|
* | / / | VFS Regression and Accuracy Fixes (#776) | Zach Hilman | 2018-07-24 | 5 | -37/+75 |
| |/ /
|/| | |
|
* | | | Merge pull request #787 from bunnei/tlds | bunnei | 2018-07-24 | 1 | -29/+43 |
|\ \ \ |
|
| * | | | gl_shader_decompiler: Implement shader instruction TLDS. | bunnei | 2018-07-24 | 1 | -29/+43 |
* | | | | Merge pull request #786 from lioncash/exclusive | bunnei | 2018-07-24 | 3 | -22/+18 |
|\ \ \ \ |
|
| * | | | | exclusive_monitor: Use consistent type alias for u64 | Lioncash | 2018-07-24 | 3 | -22/+18 |
| | |_|/
| |/| | |
|
* | | | | Merge pull request #784 from lioncash/loader | bunnei | 2018-07-24 | 1 | -1/+1 |
|\ \ \ \ |
|
| * | | | | loader: Remove unnecessary constructor call in IdentifyFile() | Lioncash | 2018-07-23 | 1 | -1/+1 |
| |/ / / |
|
* | | | | Merge pull request #783 from lioncash/linker | bunnei | 2018-07-24 | 2 | -7/+4 |
|\ \ \ \ |
|
| * | | | | linker: Remove unused parameter from WriteRelocations() | Lioncash | 2018-07-23 | 2 | -7/+4 |
| |/ / / |
|
* | | | | Merge pull request #782 from lioncash/file | bunnei | 2018-07-24 | 2 | -14/+33 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | nro: Replace inclusion with a forward declaration | Lioncash | 2018-07-23 | 2 | -1/+8 |
| * | | | nro: Make bracing consistent | Lioncash | 2018-07-23 | 1 | -10/+24 |
| * | | | nro: Make constructor explicit | Lioncash | 2018-07-23 | 1 | -1/+1 |
| * | | | nro: Remove unused forward declaration | Lioncash | 2018-07-23 | 1 | -2/+0 |
| |/ / |
|
* | | | Merge pull request #781 from lioncash/decl | bunnei | 2018-07-24 | 1 | -5/+5 |
|\ \ \ |
|
| * | | | gl_shader_decompiler: Simplify GetCommonDeclarations() | Lioncash | 2018-07-23 | 1 | -5/+5 |
| | |/
| |/| |
|
* | | | Merge pull request #780 from lioncash/move | bunnei | 2018-07-24 | 1 | -11/+22 |
|\ \ \ |
|
| * | | | vi: Add std::is_trivially_copyable checks to Read and Write functions | Lioncash | 2018-07-23 | 1 | -2/+13 |
| * | | | vi: std::move std::vector in constructors where applicable | Lioncash | 2018-07-23 | 1 | -9/+9 |
| |/ / |
|
* | | | Merge pull request #779 from lioncash/shared | bunnei | 2018-07-24 | 8 | -263/+0 |
|\ \ \
| |_|/
|/| | |
|
| * | | hle: Remove config_mem.h/.cpp | Lioncash | 2018-07-23 | 6 | -102/+0 |
| * | | hle: Remove shared_page.h/.cpp | Lioncash | 2018-07-23 | 6 | -161/+0 |
| |/ |
|
* | | Merge pull request #695 from DarkLordZach/nro-asset | bunnei | 2018-07-23 | 5 | -1/+215 |
|\ \ |
|
| * | | NRO Assets and NACP file format | Zach Hilman | 2018-07-23 | 5 | -1/+215 |
* | | | Merge pull request #778 from lioncash/log | bunnei | 2018-07-23 | 1 | -0/+2 |
|\ \ \
| |_|/
|/| | |
|
| * | | set: Add missing log call in GetAvailableLanguageCodeCount() | Lioncash | 2018-07-23 | 1 | -0/+2 |
|/ / |
|
* | | Merge pull request #775 from lioncash/str | bunnei | 2018-07-23 | 2 | -30/+32 |
|\ \ |
|
| * | | string_util: Get rid of separate resize() in CPToUTF16(), UTF16ToUTF8(), CodeToUTF8() and UTF8ToUTF16() | Lioncash | 2018-07-22 | 1 | -20/+22 |
| * | | string_util: Use emplace_back() in SplitString() instead of push_back() | Lioncash | 2018-07-22 | 1 | -2/+3 |
| * | | string_util: Remove unnecessary std::string instance in TabsToSpaces() | Lioncash | 2018-07-22 | 2 | -8/+7 |
* | | | Merge pull request #777 from lioncash/lang | bunnei | 2018-07-23 | 2 | -23/+31 |
|\ \ \
| |_|/
|/| | |
|
| * | | set: Implement GetAvailableLanguageCodeCount() | Lioncash | 2018-07-23 | 2 | -21/+29 |
| * | | set: Correct return code size of value in GetAvailableLanguageCodes() | Lioncash | 2018-07-23 | 1 | -2/+2 |
| |/ |
|
* | | Merge pull request #769 from bunnei/shader-mask-fixes | bunnei | 2018-07-23 | 1 | -5/+9 |
|\ \ |
|
| * | | shader_bytecode: Implement other TEXS masks. | bunnei | 2018-07-22 | 1 | -5/+9 |
* | | | Merge pull request #774 from Subv/atomic_signal | bunnei | 2018-07-22 | 1 | -7/+31 |
|\ \ \
| |_|/
|/| | |
|
| * | | Kernel/SVC: Perform atomic accesses in SignalProcessWideKey as per the real kernel. | Subv | 2018-07-22 | 1 | -7/+31 |
* | | | Merge pull request #773 from Subv/gl_ext_check | bunnei | 2018-07-22 | 2 | -2/+24 |
|\ \ \ |
|
| * | | | Frontend: Check for more required OpenGL extensions during startup. | Subv | 2018-07-22 | 2 | -2/+24 |
| |/ / |
|
* | | | Merge pull request #768 from lioncash/string-view | bunnei | 2018-07-22 | 10 | -133/+213 |
|\ \ \ |
|
| * | | | vfs: Correct file_p variable usage within InterpretAsDirectory() | Lioncash | 2018-07-22 | 1 | -2/+5 |
| * | | | file_util, vfs: Use std::string_view where applicable | Lioncash | 2018-07-22 | 10 | -131/+208 |
* | | | | Merge pull request #770 from lioncash/construct | bunnei | 2018-07-22 | 1 | -4/+8 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | gl_shader_decompiler: Remove redundant Subroutine construction in AddSubroutine() | Lioncash | 2018-07-22 | 1 | -4/+8 |
| | |/
| |/| |
|
* | | | Merge pull request #638 from MerryMage/mp | Mat M | 2018-07-22 | 9 | -13/+160 |
|\ \ \ |
|
| * | | | Implement exclusive monitor | MerryMage | 2018-07-22 | 9 | -13/+160 |
| |/ / |
|
* | | | Merge pull request #772 from MerryMage/dynarmic | Sebastian Valle | 2018-07-22 | 1 | -0/+0 |
|\ \ \
| |/ /
|/| | |
|
| * | | externals: Update dynarmic to fc6b73bd | MerryMage | 2018-07-22 | 1 | -0/+0 |
|/ / |
|
* | | Merge pull request #765 from lioncash/file | bunnei | 2018-07-22 | 1 | -24/+14 |
|\ \ |
|
| * | | file_util: Remove goto usages from Copy() | Lioncash | 2018-07-22 | 1 | -24/+14 |
* | | | Merge pull request #767 from bunnei/shader-cleanup | bunnei | 2018-07-22 | 1 | -78/+15 |
|\ \ \ |
|
| * | | | gl_shader_decompiler: Remove unused state tracking and minor cleanup. | bunnei | 2018-07-22 | 1 | -78/+15 |
* | | | | Merge pull request #766 from bunnei/shader-sel | bunnei | 2018-07-22 | 2 | -0/+20 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | gl_shader_decompiler: Implement SEL instruction. | bunnei | 2018-07-22 | 2 | -0/+20 |
| |/ / |
|
* | | | Merge pull request #764 from lioncash/move | bunnei | 2018-07-22 | 5 | -19/+19 |
|\ \ \
| |/ /
|/| | |
|
| * | | file_util: Use a u64 to represent number of entries | Lioncash | 2018-07-22 | 5 | -18/+18 |
| * | | file_util: std::move FST entries in ScanDirectoryTree() | Lioncash | 2018-07-22 | 1 | -1/+1 |
| |/ |
|
* | | Merge pull request #761 from bunnei/improve-raster-cache | bunnei | 2018-07-22 | 4 | -72/+157 |
|\ \
| |/
|/| |
|
| * | gl_rasterizer_cache: Blit surfaces on recreation instead of flush and load. | bunnei | 2018-07-22 | 2 | -2/+86 |
| * | gl_rasterizer_cache: Use GPUVAddr as cache key, not parameter set. | bunnei | 2018-07-22 | 3 | -57/+46 |
| * | gl_rasterizer_cache: Use zeta_width and zeta_height registers for depth buffer. | bunnei | 2018-07-22 | 2 | -11/+11 |
| * | gl_rasterizer: Use zeta_enable register to enable depth buffer. | bunnei | 2018-07-22 | 1 | -2/+2 |
| * | maxwell_3d: Add depth buffer enable, width, and height registers. | bunnei | 2018-07-22 | 1 | -2/+14 |
|/ |
|
* | Merge pull request #759 from lioncash/redundant | bunnei | 2018-07-22 | 1 | -2/+1 |
|\ |
|
| * | file_util: Remove explicit type from std::min() in GetPathWithoutTop() | Lioncash | 2018-07-21 | 1 | -1/+1 |
| * | file_util: Remove redundant duplicate return in GetPathWithoutTop() | Lioncash | 2018-07-21 | 1 | -1/+0 |
* | | Merge pull request #748 from lioncash/namespace | bunnei | 2018-07-22 | 11 | -48/+24 |
|\ \ |
|
| * | | video_core: Use nested namespaces where applicable | Lioncash | 2018-07-21 | 11 | -48/+24 |
* | | | Merge pull request #758 from lioncash/sync | bunnei | 2018-07-22 | 2 | -86/+0 |
|\ \ \ |
|
| * | | | common: Remove synchronized_wrapper.h | Lioncash | 2018-07-21 | 2 | -86/+0 |
* | | | | Merge pull request #760 from lioncash/path | bunnei | 2018-07-22 | 11 | -73/+85 |
|\ \ \ \ |
|
| * | | | | file_util: Use an enum class for GetUserPath() | Lioncash | 2018-07-21 | 11 | -73/+85 |
| | |_|/
| |/| | |
|
* | | | | Merge pull request #762 from Subv/ioctl2 | bunnei | 2018-07-22 | 3 | -6/+34 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | GPU: Implement the NVGPU_IOCTL_CHANNEL_KICKOFF_PB ioctl2 command. | Subv | 2018-07-21 | 3 | -6/+34 |
|/ / / |
|
* | | | Merge pull request #754 from lioncash/part | bunnei | 2018-07-21 | 2 | -8/+20 |
|\ \ \ |
|
| * | | | vfs_real: Remove redundant copying of std::vector instances in GetFiles() and GetSubdirectories() | Lioncash | 2018-07-21 | 1 | -2/+3 |
| * | | | partition_filesystem, vfs_real: Add missing standard includes | Lioncash | 2018-07-21 | 2 | -0/+4 |
| * | | | partition_filesystem, vfs_real: Use std::move in ReplaceFileWithSubdirectory() where applicable | Lioncash | 2018-07-21 | 2 | -2/+3 |
| * | | | partition_filesystem, vfs_real: Use std::distance() instead of subtraction | Lioncash | 2018-07-21 | 2 | -4/+10 |
* | | | | Merge pull request #750 from lioncash/ctx | bunnei | 2018-07-21 | 3 | -9/+0 |
|\ \ \ \ |
|
| * | | | | arm_interface: Remove unused tls_address member of ThreadContext | Lioncash | 2018-07-21 | 3 | -9/+0 |
* | | | | | Merge pull request #756 from lioncash/dynarmic | bunnei | 2018-07-21 | 1 | -0/+0 |
|\ \ \ \ \
| |_|_|/ /
|/| | | | |
|
| * | | | | externals: Update dynarmic to 7ea1241 | Lioncash | 2018-07-21 | 1 | -0/+0 |
* | | | | | Merge pull request #746 from lioncash/tests | bunnei | 2018-07-21 | 2 | -4/+12 |
|\ \ \ \ \ |
|
| * | | | | | arm_test_common: Get rid of truncation warnings | Lioncash | 2018-07-20 | 1 | -2/+5 |
| * | | | | | arm_test_common: Make file static variable a member variable of the testing environment | Lioncash | 2018-07-20 | 2 | -2/+5 |
| * | | | | | arm_test_common: Add missing header guard | Lioncash | 2018-07-20 | 1 | -0/+2 |
| | |_|_|/
| |/| | | |
|
* | | | | | Merge pull request #747 from lioncash/unimplemented | bunnei | 2018-07-21 | 2 | -3/+3 |
|\ \ \ \ \ |
|
| * | | | | | gl_shader_manager: Replace unimplemented function prototype | Lioncash | 2018-07-21 | 2 | -3/+3 |
| |/ / / / |
|
* | | | | | Merge pull request #755 from lioncash/ctor | bunnei | 2018-07-21 | 1 | -8/+8 |
|\ \ \ \ \ |
|
| * | | | | | file_sys/errors: Remove redundant object constructor calls | Lioncash | 2018-07-21 | 1 | -8/+8 |
| | |_|_|/
| |/| | | |
|
* | | | | | Merge pull request #749 from lioncash/consistency | bunnei | 2018-07-21 | 4 | -14/+17 |
|\ \ \ \ \ |
|
| * | | | | | gpu: Rename Get3DEngine() to Maxwell3D() | Lioncash | 2018-07-21 | 4 | -14/+17 |
| | |_|_|/
| |/| | | |
|
* | | | | | Merge pull request #751 from Subv/tpidr_el0 | bunnei | 2018-07-21 | 8 | -0/+39 |
|\ \ \ \ \ |
|
| * | | | | | CPU: Save and restore the TPIDR_EL0 system register on every context switch. | Subv | 2018-07-21 | 8 | -0/+39 |
* | | | | | | Merge pull request #753 from lioncash/const | bunnei | 2018-07-21 | 4 | -21/+15 |
|\ \ \ \ \ \
| |_|_|_|_|/
|/| | | | | |
|
| * | | | | | vfs_offset: Simplify TrimToFit() | Lioncash | 2018-07-21 | 1 | -1/+2 |
| * | | | | | vfs: Make WriteBytes() overload taking a std::vector pass the std::vector by const reference | Lioncash | 2018-07-21 | 4 | -4/+4 |
| * | | | | | vfs: Use variable template variants of std::is_trivially_copyable | Lioncash | 2018-07-21 | 1 | -13/+6 |
| * | | | | | vfs: Amend constness on pointers in WriteBytes() and WriteArrays() member functions to be const qualified | Lioncash | 2018-07-21 | 1 | -3/+3 |
| | |_|/ /
| |/| | | |
|
* | | | | | Merge pull request #752 from Subv/vfs_load | bunnei | 2018-07-21 | 1 | -5/+2 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | Loader: Only print the module names and addresses if they actually exist. | Subv | 2018-07-21 | 1 | -5/+2 |
| |/ / / |
|
* | | | | Merge pull request #743 from lioncash/view | bunnei | 2018-07-21 | 4 | -57/+56 |
|\ \ \ \ |
|
| * | | | | logging/filter: Use std::string_view in ParseFilterString() | Lioncash | 2018-07-20 | 2 | -41/+40 |
| * | | | | logging/backend: Add missing standard includes | Lioncash | 2018-07-20 | 2 | -4/+3 |
| * | | | | logging/backend: Use std::string_view in RemoveBackend() and GetBackend() | Lioncash | 2018-07-20 | 2 | -12/+13 |
| | |_|/
| |/| | |
|
* | | | | Merge pull request #745 from lioncash/package | bunnei | 2018-07-21 | 2 | -9/+12 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | param_package: Take std::string by value in string-based Set() function | Lioncash | 2018-07-20 | 2 | -4/+6 |
| * | | | param_package: Use std::unordered_map's insert_or_assign instead of map indexing | Lioncash | 2018-07-20 | 1 | -3/+3 |
| * | | | param_package: Get rid of file-static std::string construction | Lioncash | 2018-07-20 | 1 | -3/+4 |
| |/ / |
|
* | | | Merge pull request #742 from bunnei/misc-apm | bunnei | 2018-07-21 | 1 | -1/+16 |
|\ \ \ |
|
| * | | | apm: Improve stub for GetPerformanceConfiguration. | bunnei | 2018-07-20 | 1 | -1/+16 |
| |/ / |
|
* | | | Merge pull request #741 from lioncash/enum | bunnei | 2018-07-21 | 1 | -0/+19 |
|\ \ \
| |/ /
|/| | |
|
| * | | ipc_helpers: Add PushEnum() member function to ResponseBuilder | Lioncash | 2018-07-20 | 1 | -0/+19 |
|/ / |
|
* | | Merge pull request #740 from Subv/acc_crash | bunnei | 2018-07-20 | 1 | -6/+8 |
|\ \ |
|
| * | | HLE/ACC: Stub IManagerForApplication::GetAccountId to return an error. | Subv | 2018-07-20 | 1 | -6/+8 |
| |/ |
|
* | | Merge pull request #739 from lioncash/glad | bunnei | 2018-07-20 | 3 | -925/+993 |
|\ \ |
|
| * | | externals: Update glad to version 0.1.25 | Lioncash | 2018-07-20 | 3 | -925/+993 |
* | | | Merge pull request #738 from lioncash/sign | bunnei | 2018-07-20 | 1 | -16/+20 |
|\ \ \ |
|
| * | | | gl_state: Make references const where applicable in Apply() | Lioncash | 2018-07-20 | 1 | -2/+3 |
| * | | | gl_state: Get rid of mismatched sign conversions | Lioncash | 2018-07-20 | 1 | -14/+17 |
| |/ / |
|
* | | | Merge pull request #737 from lioncash/move | bunnei | 2018-07-20 | 4 | -5/+9 |
|\ \ \ |
|
| * | | | loader/{nca, nro}: std::move VirtualFile in the constructors where applicable | Lioncash | 2018-07-20 | 2 | -2/+4 |
| * | | | vfs_offset: std::move file and name parameters of OffsetVfsFile | Lioncash | 2018-07-20 | 2 | -3/+5 |
| |/ / |
|
* | | | Merge pull request #736 from lioncash/null | bunnei | 2018-07-20 | 2 | -3/+6 |
|\ \ \ |
|
| * | | | audren_u: Use a std::array instead of std::string for holding the audio interface/device name | Lioncash | 2018-07-20 | 1 | -2/+4 |
| * | | | audout_u: Use a std::array instead of std::string for holding the audio interface name | Lioncash | 2018-07-20 | 1 | -1/+2 |
| |/ / |
|
* | | | Merge pull request #735 from lioncash/video-unused | bunnei | 2018-07-20 | 1 | -2/+0 |
|\ \ \ |
|
| * | | | maxwell_3d: Remove unused variable within GetStageTextures() | Lioncash | 2018-07-20 | 1 | -2/+0 |
| |/ / |
|
* | | | Merge pull request #734 from lioncash/thread | bunnei | 2018-07-20 | 10 | -93/+92 |
|\ \ \ |
|
| * | | | thread: Convert ThreadStatus into an enum class | Lioncash | 2018-07-20 | 10 | -93/+92 |
| |/ / |
|
* | | | Merge pull request #733 from lioncash/dirs | bunnei | 2018-07-20 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | partition_filesystem: Return pfs_dirs member variable within GetSubdirectories() | Lioncash | 2018-07-20 | 1 | -1/+1 |
| |/ / |
|
* | | | Merge pull request #732 from lioncash/unused | bunnei | 2018-07-20 | 1 | -17/+6 |
|\ \ \ |
|
| * | | | nso: Silence implicit sign conversion warnings | Lioncash | 2018-07-20 | 1 | -4/+6 |
| * | | | nso: Remove unused function ReadSegment() | Lioncash | 2018-07-20 | 1 | -13/+0 |
| |/ / |
|
* | | | Merge pull request #731 from lioncash/shadow | bunnei | 2018-07-20 | 1 | -6/+4 |
|\ \ \
| |_|/
|/| | |
|
| * | | gl_shader_decompiler: Eliminate variable and declaration shadowing | Lioncash | 2018-07-20 | 1 | -6/+4 |
| |/ |
|
* | | Merge pull request #730 from lioncash/string | bunnei | 2018-07-20 | 1 | -2/+2 |
|\ \ |
|
| * | | gl_shader_decompiler: Remove unnecessary const from return values | Lioncash | 2018-07-20 | 1 | -2/+2 |
| |/ |
|
* | | Merge pull request #729 from lioncash/simplify | bunnei | 2018-07-20 | 1 | -3/+3 |
|\ \
| |/
|/| |
|
| * | pl_u: Simplify WriteBuffer() calls in GetSharedFontInOrderOfPriority() | Lioncash | 2018-07-20 | 1 | -3/+3 |
|/ |
|
* | Merge pull request #726 from lioncash/overload | bunnei | 2018-07-20 | 5 | -10/+25 |
|\ |
|
| * | hle_ipc: Introduce generic WriteBuffer overload for multiple container types | Lioncash | 2018-07-19 | 5 | -10/+25 |
* | | Merge pull request #725 from lioncash/bytes | bunnei | 2018-07-20 | 1 | -3/+3 |
|\ \ |
|
| * | | pl_u: Specify correct size for buffers in GetSharedFontInOrderOfPriority() | Lioncash | 2018-07-19 | 1 | -3/+3 |
| |/ |
|
* | | Merge pull request #728 from Subv/acc_profile | bunnei | 2018-07-20 | 1 | -7/+16 |
|\ \ |
|
| * | | HLE/ACC: Return an IProfile that is consistent with what was requested. | Subv | 2018-07-19 | 1 | -5/+15 |
| * | | HLE/ACC: Change the default user id to be consistent with what we tell games on startup. | Subv | 2018-07-19 | 1 | -2/+1 |
* | | | Merge pull request #727 from Subv/acc_users | bunnei | 2018-07-20 | 1 | -4/+6 |
|\ \ \ |
|
| * | | | HLE/ACC: Write a single whole user id in ListAllUsers and ListOpenUsers. | Subv | 2018-07-19 | 1 | -4/+6 |
| |/ / |
|
* | | | Merge pull request #724 from lioncash/printf | bunnei | 2018-07-20 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | pl_u: Remove printf specifier in log call in a log call in GetSharedFontInOrderOfPriority() | Lioncash | 2018-07-19 | 1 | -1/+1 |
| | |/
| |/| |
|
* | | | Merge pull request #723 from lioncash/gdb | bunnei | 2018-07-20 | 1 | -7/+7 |
|\ \ \ |
|
| * | | | gdbstub: Get rid of a few signed/unsigned comparisons | Lioncash | 2018-07-19 | 1 | -7/+7 |
* | | | | Merge pull request #722 from lioncash/signed | bunnei | 2018-07-20 | 2 | -8/+4 |
|\ \ \ \ |
|
| * | | | | hid: Use a ranged-for loops in UpdatePadCallback | Lioncash | 2018-07-19 | 1 | -7/+3 |
| * | | | | hid: Use HID_NUM_LAYOUTS constant for indicating size of the layouts array | Lioncash | 2018-07-19 | 1 | -1/+1 |
| |/ / / |
|
* | | | | Merge pull request #721 from lioncash/svc | bunnei | 2018-07-20 | 1 | -3/+4 |
|\ \ \ \ |
|
| * | | | | svc: Correct always true assertion case in SetThreadCoreMask | Lioncash | 2018-07-19 | 1 | -3/+4 |
* | | | | | Merge pull request #719 from lioncash/docs | bunnei | 2018-07-20 | 2 | -5/+5 |
|\ \ \ \ \ |
|
| * | | | | | loader: Amend Doxygen comments | Lioncash | 2018-07-19 | 2 | -5/+5 |
| |/ / / / |
|
* | | | | | Merge pull request #718 from lioncash/read | bunnei | 2018-07-20 | 1 | -4/+6 |
|\ \ \ \ \ |
|
| * | | | | | loader/nso: Check if read succeeded in IdentifyFile() before checking magic value | Lioncash | 2018-07-19 | 1 | -4/+6 |
* | | | | | | Merge pull request #717 from lioncash/explicit | bunnei | 2018-07-20 | 22 | -25/+25 |
|\ \ \ \ \ \ |
|
| * | | | | | | hle/service: Make constructors explicit where applicable | Lioncash | 2018-07-19 | 22 | -25/+25 |
| |/ / / / / |
|
* | | | | | | Merge pull request #716 from lioncash/construct | bunnei | 2018-07-19 | 1 | -9/+4 |
|\ \ \ \ \ \ |
|
| * | | | | | | nvflinger: Emplace Display instances directly | Lioncash | 2018-07-19 | 1 | -9/+4 |
| |/ / / / / |
|
* | | | | | | Merge pull request #715 from lioncash/const-ref | bunnei | 2018-07-19 | 1 | -1/+1 |
|\ \ \ \ \ \
| |_|_|_|_|/
|/| | | | | |
|
| * | | | | | nvdrv: Take std::string by const reference in GetDevice() | Lioncash | 2018-07-19 | 1 | -1/+1 |
| |/ / / / |
|
* | | | | | Merge pull request #720 from Subv/getentrytype_root | Sebastian Valle | 2018-07-19 | 1 | -0/+4 |
|\ \ \ \ \
| |_|_|_|/
|/| | | | |
|
| * | | | | Filesystem: Return EntryType::Directory for the root directory. | Subv | 2018-07-19 | 1 | -0/+4 |
* | | | | | Merge pull request #714 from lioncash/index | Sebastian Valle | 2018-07-19 | 1 | -1/+1 |
|\ \ \ \ \ |
|
| * | | | | | hle_ipc: Amend usage of buffer_index within one of HLERequestContext's WriteBuffer() overloads | Lioncash | 2018-07-19 | 1 | -1/+1 |
* | | | | | | Merge pull request #712 from lioncash/fsp | bunnei | 2018-07-19 | 1 | -17/+22 |
|\ \ \ \ \ \
| |_|_|_|_|/
|/| | | | | |
|
| * | | | | | fsp_srv: Remove unnecessary vector construction in IFile's Write() function | Lioncash | 2018-07-19 | 1 | -2/+3 |
| * | | | | | fsp_srv: Remove unnecessary std::vector construction in IDirectory's Read() function | Lioncash | 2018-07-19 | 1 | -10/+8 |
| * | | | | | fsp_srv: Make IStorage constructor explicit | Lioncash | 2018-07-19 | 1 | -1/+1 |
| * | | | | | fsp_srv: Add missing includes | Lioncash | 2018-07-19 | 1 | -0/+5 |
| * | | | | | fsp_srv: Resolve sign-mismatch warnings in assertion comparisons | Lioncash | 2018-07-19 | 1 | -3/+3 |
| * | | | | | fsp_srv: Respect write length in Write() | Lioncash | 2018-07-19 | 1 | -4/+5 |
| |/ / / / |
|
* | | | | | Merge pull request #713 from lioncash/filesys | bunnei | 2018-07-19 | 1 | -3/+3 |
|\ \ \ \ \ |
|
| * | | | | | filesystem: std::move VirtualDir instance in VfsDirectoryServiceWrapper's constructor | Lioncash | 2018-07-19 | 1 | -1/+3 |
| * | | | | | filesystem: Use std::string's empty() function instead of comparing against a literal | Lioncash | 2018-07-19 | 1 | -1/+1 |
| * | | | | | filesystem: Remove pragma disabling global optimizations | Lioncash | 2018-07-19 | 1 | -2/+0 |
| |/ / / / |
|
* | | | | | Merge pull request #711 from lioncash/swap | bunnei | 2018-07-19 | 1 | -50/+50 |
|\ \ \ \ \ |
|
| * | | | | | common/swap: Remove unnecessary const on return value of swap() | Lioncash | 2018-07-19 | 1 | -1/+1 |
| * | | | | | common/swap: Use static_cast where applicable | Lioncash | 2018-07-19 | 1 | -16/+16 |
| * | | | | | common/swap: Use using aliases where applicable | Lioncash | 2018-07-19 | 1 | -33/+33 |
| |/ / / / |
|
* | | | | | Merge pull request #710 from lioncash/unused | bunnei | 2018-07-19 | 1 | -38/+0 |
|\ \ \ \ \ |
|
| * | | | | | common/common_funcs: Remove unused rotation functions | Lioncash | 2018-07-19 | 1 | -38/+0 |
| |/ / / / |
|
* | | | | | Merge pull request #694 from lioncash/warn | bunnei | 2018-07-19 | 2 | -6/+4 |
|\ \ \ \ \
| |_|_|_|/
|/| | | | |
|
| * | | | | loader/nro: Resolve sign mismatch warnings | Lioncash | 2018-07-19 | 1 | -1/+1 |
| * | | | | loader/nso: Remove unnecessary vector resizes | Lioncash | 2018-07-19 | 1 | -4/+2 |
| * | | | | loader/nso: Resolve sign mismatch warnings | Lioncash | 2018-07-19 | 1 | -1/+1 |
* | | | | | Merge pull request #709 from lioncash/thread-local | bunnei | 2018-07-19 | 2 | -12/+8 |
|\ \ \ \ \ |
|
| * | | | | | common/misc: Deduplicate code in GetLastErrorMsg() | Lioncash | 2018-07-19 | 2 | -12/+8 |
| | |/ / /
| |/| | | |
|
* | | | | | Merge pull request #708 from lioncash/xbyak | bunnei | 2018-07-19 | 1 | -0/+0 |
|\ \ \ \ \ |
|
| * | | | | | externals: Update Xbyak to 5.65 | Lioncash | 2018-07-19 | 1 | -0/+0 |
| |/ / / / |
|
* | | | | | Merge pull request #707 from lioncash/catch | bunnei | 2018-07-19 | 1 | -0/+0 |
|\ \ \ \ \ |
|
| * | | | | | externals: Update catch to v2.2.3 | Lioncash | 2018-07-19 | 1 | -0/+0 |
| |/ / / / |
|
* | | | | | Merge pull request #705 from lioncash/string-ref | bunnei | 2018-07-19 | 2 | -2/+2 |
|\ \ \ \ \ |
|
| * | | | | | file_util: return string by const reference for GetExeDirectory() | Lioncash | 2018-07-19 | 2 | -2/+2 |
* | | | | | | Merge pull request #704 from lioncash/string | bunnei | 2018-07-19 | 2 | -15/+0 |
|\ \ \ \ \ \ |
|
| * | | | | | | string_util: Remove AsciiToHex() | Lioncash | 2018-07-19 | 2 | -15/+0 |
* | | | | | | | Merge pull request #703 from lioncash/const | bunnei | 2018-07-19 | 2 | -2/+2 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | savedata_factory: Make SaveDataDescriptor's DebugInfo() function a const member function | Lioncash | 2018-07-19 | 2 | -2/+2 |
| |/ / / / / / |
|
* | | | | | | | Merge pull request #702 from lioncash/initialize | bunnei | 2018-07-19 | 2 | -24/+15 |
|\ \ \ \ \ \ \
| |_|_|_|_|/ /
|/| | | | | | |
|
| * | | | | | | partition_filesystem: Ensure all class members of PartitionFilesystem are initialized | Lioncash | 2018-07-19 | 2 | -24/+15 |
| |/ / / / / |
|
* | | | | | | Merge pull request #701 from lioncash/moving | bunnei | 2018-07-19 | 2 | -2/+10 |
|\ \ \ \ \ \
| |_|_|_|_|/
|/| | | | | |
|
| * | | | | | content_archive: Make IsDirectoryExeFS() take a shared_ptr as a const reference | Lioncash | 2018-07-19 | 1 | -1/+1 |
| * | | | | | content_archive: Add missing standard includes | Lioncash | 2018-07-19 | 1 | -0/+5 |
| * | | | | | content_archive: std::move VirtualFile in NCA's constructor | Lioncash | 2018-07-19 | 1 | -1/+4 |
| |/ / / / |
|
* | | | | | Merge pull request #699 from lioncash/vfs | bunnei | 2018-07-19 | 1 | -6/+6 |
|\ \ \ \ \ |
|
| * | | | | | vfs: Deduplicate accumulation code in VfsDirectory's GetSize() | Lioncash | 2018-07-19 | 1 | -6/+6 |
| |/ / / / |
|
* | | | | | Merge pull request #697 from bunnei/disable-depth-cull | bunnei | 2018-07-19 | 1 | -1/+3 |
|\ \ \ \ \
| |_|_|/ /
|/| | | | |
|
| * | | | | gl_state: Temporarily disable culling and depth test. | bunnei | 2018-07-19 | 1 | -1/+3 |
| | |_|/
| |/| | |
|
* | | | | Merge pull request #700 from bunnei/update-dynarmic | bunnei | 2018-07-19 | 1 | -0/+0 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | externals: Update dynarmic to 5a91c94. | bunnei | 2018-07-19 | 1 | -0/+0 |
| |/ / |
|
* | | | Merge pull request #692 from lioncash/assign | bunnei | 2018-07-19 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | address_arbiter: Correct assignment within an assertion statement in WakeThreads() | Lioncash | 2018-07-19 | 1 | -1/+1 |
* | | | | Merge pull request #690 from lioncash/move | bunnei | 2018-07-19 | 9 | -16/+26 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | core/memory, core/hle/kernel: Use std::move where applicable | Lioncash | 2018-07-19 | 9 | -16/+26 |
* | | | | Merge pull request #691 from lioncash/guard | bunnei | 2018-07-19 | 1 | -0/+2 |
|\ \ \ \ |
|
| * | | | | service/prepo: Add missing header guard | Lioncash | 2018-07-19 | 1 | -0/+2 |
| | |/ /
| |/| | |
|
* | | | | Merge pull request #686 from lioncash/fmt | bunnei | 2018-07-19 | 2 | -1/+1 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | externals: update fmt to version 5.1.0 | Lioncash | 2018-07-18 | 2 | -1/+1 |
| | |/
| |/| |
|
* | | | Merge pull request #688 from lioncash/comma | bunnei | 2018-07-19 | 1 | -22/+12 |
|\ \ \ |
|
| * | | | vm_manager: Add missing commas to string literal array elements in GetMemoryStateName() | Lioncash | 2018-07-19 | 1 | -22/+12 |
| |/ / |
|
* | | | Merge pull request #693 from lioncash/unused | bunnei | 2018-07-19 | 1 | -7/+0 |
|\ \ \ |
|
| * | | | core/memory: Remove unused function GetSpecialHandlers() and an unused variable in ZeroBlock() | Lioncash | 2018-07-19 | 1 | -7/+0 |
| | |/
| |/| |
|
* | | | Merge pull request #687 from lioncash/instance | bunnei | 2018-07-19 | 6 | -22/+26 |
|\ \ \ |
|
| * | | | core: Make System's default constructor private | Lioncash | 2018-07-19 | 2 | -0/+4 |
| * | | | core: Don't construct instance of Core::System, just to access its live instance | Lioncash | 2018-07-19 | 5 | -22/+22 |
| | |/
| |/| |
|
* | | | Merge pull request #680 from bunnei/fix-swizz | bunnei | 2018-07-19 | 1 | -1/+4 |
|\ \ \ |
|
| * | | | decoders: Fix calc of swizzle image_width_in_gobs. | bunnei | 2018-07-19 | 1 | -1/+4 |
* | | | | Merge pull request #685 from lioncash/build | bunnei | 2018-07-19 | 0 | -0/+0 |
|\ \ \ \ |
|
| * | | | | hle/filesystem: Amend trace log in OpenSaveData() to compile in debug mode | Lioncash | 2018-07-18 | 1 | -1/+1 |
| | |/ /
| |/| | |
|
* | | | | Merge pull request #684 from lioncash/nonmember | bunnei | 2018-07-19 | 2 | -2/+1 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | game_list: Make ContainsAllWords an internally linked non-member function | Lioncash | 2018-07-18 | 2 | -2/+1 |
| |/ / |
|
* | / | Virtual Filesystem 2: Electric Boogaloo (#676) | Zach Hilman | 2018-07-19 | 54 | -1959/+1926 |
| |/
|/| |
|
* | | Merge pull request #683 from DarkLordZach/touch | bunnei | 2018-07-18 | 1 | -4/+24 |
|\ \
| |/
|/| |
|
| * | Fill in more fields in TouchScreenEntryTouch | Zach Hilman | 2018-07-18 | 1 | -4/+9 |
| * | Single touch support | Zach Hilman | 2018-07-18 | 1 | -4/+19 |
|/ |
|
* | Merge pull request #681 from lioncash/const | bunnei | 2018-07-18 | 2 | -5/+7 |
|\ |
|
| * | game_list: Upper-case containsAllWords to ContainsAllWords() | Lioncash | 2018-07-18 | 2 | -3/+3 |
| * | game_list: Make containsAllWords a const member function | Lioncash | 2018-07-18 | 2 | -4/+6 |
* | | Merge pull request #682 from lioncash/telemetry | bunnei | 2018-07-18 | 1 | -20/+7 |
|\ \ |
|
| * | | telemetry: Remove unnecessary Field constructor | Lioncash | 2018-07-18 | 1 | -4/+1 |
| * | | telemetry: Make operator== and operator!= const member functions of Field | Lioncash | 2018-07-18 | 1 | -2/+2 |
| * | | telemetry: Default copy/move constructors and assignment operators | Lioncash | 2018-07-18 | 1 | -14/+4 |
| |/ |
|
* | | Merge pull request #679 from lioncash/ctor | bunnei | 2018-07-18 | 1 | -4/+1 |
|\ \ |
|
| * | | game_list: Remove unnecessary QString initialization in KeyReleaseEater | Lioncash | 2018-07-18 | 1 | -4/+1 |
| |/ |
|
* | | Merge pull request #678 from lioncash/astc | bunnei | 2018-07-18 | 1 | -78/+60 |
|\ \ |
|
| * | | astc: Initialize vector size directly in Decompress | Lioncash | 2018-07-18 | 1 | -2/+1 |
| * | | astc: Mark functions as internally linked where applicable | Lioncash | 2018-07-18 | 1 | -17/+20 |
| * | | astc: const-correctness changes where applicable | Lioncash | 2018-07-18 | 1 | -14/+13 |
| * | | astc: Delete Bits' copy contstructor and assignment operator | Lioncash | 2018-07-18 | 1 | -8/+6 |
| * | | astc: In-class initialize member variables where appropriate | Lioncash | 2018-07-18 | 1 | -39/+22 |
| |/ |
|
* | | Merge pull request #677 from bunnei/crop-fb | bunnei | 2018-07-18 | 12 | -20/+52 |
|\ \
| |/
|/| |
|
| * | settings: Turn docked mode off by default. | bunnei | 2018-07-18 | 3 | -3/+3 |
| * | vi: Change TransactionId::CancelBuffer to LOG_CRITICAL. | bunnei | 2018-07-18 | 1 | -1/+1 |
| * | vi: Fix size for ListDisplays default display. | bunnei | 2018-07-18 | 1 | -2/+2 |
| * | vi: Partially implement buffer crop parameters. | bunnei | 2018-07-18 | 9 | -14/+46 |
|/ |
|
* | Merge pull request #675 from Subv/stencil | bunnei | 2018-07-18 | 1 | -2/+25 |
|\ |
|
| * | GPU: Added register definitions for the stencil parameters. | Subv | 2018-07-17 | 1 | -2/+25 |
* | | General Filesystem and Save Data Fixes (#670) | Zach Hilman | 2018-07-17 | 16 | -212/+256 |
* | | Merge pull request #671 from MerryMage/clear-exclusive-state | bunnei | 2018-07-17 | 6 | -0/+11 |
|\ \ |
|
| * | | scheduler: Clear exclusive state when switching contexts | MerryMage | 2018-07-16 | 6 | -0/+11 |
* | | | Merge pull request #672 from SciresM/to_address_fix | bunnei | 2018-07-17 | 1 | -2/+4 |
|\ \ \
| |_|/
|/| | |
|
| * | | Kernel/Arbiter: Fix bug in WaitIfLessThan | Michael Scire | 2018-07-17 | 1 | -2/+4 |
| |/ |
|
* | | Merge pull request #673 from bunnei/fix-buffer-queue-evt | bunnei | 2018-07-17 | 6 | -32/+21 |
|\ \
| |/
|/| |
|
| * | nvflinger: Fix for BufferQueue event handling. | bunnei | 2018-07-17 | 6 | -32/+21 |
|/ |
|
* | Merge pull request #669 from lioncash/dynarmic | bunnei | 2018-07-16 | 1 | -0/+0 |
|\ |
|
| * | externals: Update dynarmic to dfdec79 | Lioncash | 2018-07-15 | 1 | -0/+0 |
|/ |
|
* | Merge pull request #668 from jroweboy/controller-lag | bunnei | 2018-07-15 | 1 | -3/+3 |
|\ |
|
| * | HID: Update controllers less often | James Rowe | 2018-07-15 | 1 | -3/+3 |
* | | Merge pull request #664 from jroweboy/logging-stuff | bunnei | 2018-07-15 | 3 | -4/+17 |
|\ \
| |/
|/| |
|
| * | Logging: Dump all logs in the queue on close in debug mode | James Rowe | 2018-07-15 | 3 | -1/+12 |
| * | Logging: Don't lock the queue for the duration of the write | James Rowe | 2018-07-14 | 1 | -3/+5 |
* | | Merge pull request #666 from bunnei/g8r8 | bunnei | 2018-07-15 | 3 | -9/+40 |
|\ \ |
|
| * | | gl_rasterizer_cache: Implement texture format G8R8. | bunnei | 2018-07-15 | 3 | -9/+40 |
|/ / |
|
* | | Merge pull request #665 from bunnei/fix-z24-s8 | bunnei | 2018-07-15 | 1 | -1/+2 |
|\ \ |
|
| * | | gl_rasterizer_cache: Fix incorrect offset in ConvertS8Z24ToZ24S8. | bunnei | 2018-07-15 | 1 | -1/+2 |
* | | | Merge pull request #659 from bunnei/depth16 | bunnei | 2018-07-15 | 3 | -1/+15 |
|\ \ \
| |/ /
|/| | |
|
| * | | gl_rasterizer_cache: Implement depth format Z16_UNORM. | bunnei | 2018-07-15 | 3 | -1/+15 |
|/ / |
|
* | | Merge pull request #598 from bunnei/makedonecurrent | bunnei | 2018-07-15 | 6 | -2/+39 |
|\ \ |
|
| * | | OpenGL: Use MakeCurrent/DoneCurrent for multithreaded rendering. | bunnei | 2018-07-14 | 6 | -2/+39 |
* | | | Merge pull request #663 from Subv/bsd | bunnei | 2018-07-15 | 1 | -2/+1 |
|\ \ \ |
|
| * | | | Services/BSD: Corrected the return for StartMonitoring according to SwIPC. | Subv | 2018-07-14 | 1 | -2/+1 |
* | | | | Merge pull request #662 from Subv/delete_file | bunnei | 2018-07-14 | 1 | -2/+4 |
|\ \ \ \ |
|
| * | | | | FileSys: Append the requested path to the filesystem base path in DeleteFile. | Subv | 2018-07-14 | 1 | -2/+4 |
| |/ / / |
|
* | | | | Merge pull request #661 from ogniK5377/assert-nit | bunnei | 2018-07-14 | 1 | -2/+2 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | No need to use ASSERT_MSG with an empty message | David Marcec | 2018-07-14 | 1 | -2/+2 |
|/ / / |
|
* | | | Merge pull request #660 from Subv/depth_write | bunnei | 2018-07-14 | 1 | -3/+8 |
|\ \ \
| |/ /
|/| | |
|
| * | | GPU: Always enable the depth write when clearing the depth buffer. | Subv | 2018-07-14 | 1 | -3/+8 |
|/ / |
|
* | | Merge pull request #657 from bunnei/dual-vs | bunnei | 2018-07-13 | 7 | -89/+149 |
|\ \ |
|
| * | | gl_rasterizer: Fix check for if a shader stage is enabled. | bunnei | 2018-07-13 | 3 | -35/+11 |
| * | | gl_shader_gen: Implement dual vertex shader mode. | bunnei | 2018-07-13 | 5 | -55/+139 |
* | | | More improvements to GDBStub (#653) | Hedges | 2018-07-13 | 8 | -50/+173 |
|/ / |
|
* | | Merge pull request #656 from ogniK5377/audren-mem-init | bunnei | 2018-07-13 | 1 | -3/+3 |
|\ \ |
|
| * | | We only need to alert for memory pool changes | David Marcec | 2018-07-13 | 1 | -2/+0 |
| * | | initialized voice status and unused sizes in the update data header | David Marcec | 2018-07-13 | 1 | -1/+3 |
* | | | Merge pull request #655 from bunnei/pred-lt-nan | bunnei | 2018-07-13 | 2 | -5/+7 |
|\ \ \ |
|
| * | | | gl_shader_decompiler: Implement PredCondition::LessThanWithNan. | bunnei | 2018-07-13 | 2 | -5/+7 |
| |/ / |
|
* | | | Merge pull request #654 from bunnei/cond-exit | bunnei | 2018-07-13 | 2 | -8/+34 |
|\ \ \
| |/ /
|/| | |
|
| * | | gl_shader_decompiler: Use FlowCondition field in EXIT instruction. | bunnei | 2018-07-13 | 2 | -8/+34 |
|/ / |
|
* | | Merge pull request #652 from Subv/fadd32i | Sebastian Valle | 2018-07-13 | 2 | -0/+32 |
|\ \ |
|
| * | | GPU: Implement the FADD32I shader instruction. | Subv | 2018-07-12 | 2 | -0/+32 |
* | | | Merge pull request #651 from Subv/ffma_decode | bunnei | 2018-07-12 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | GPU: Corrected the decoding of FFMA for immediate operands. | Subv | 2018-07-12 | 1 | -1/+1 |
| |/ / |
|
* | | | Port #3335 and #3373 from Citra: "Small SDL fixes" and "Print the actual error preventing SDL from working" (#637) | Tobias | 2018-07-12 | 2 | -6/+4 |
* | | | Merge pull request #648 from ogniK5377/no-net | bunnei | 2018-07-12 | 1 | -3/+21 |
|\ \ \ |
|
| * | | | Added IsWirelessCommunicationEnabled, IsEthernetCommunicationEnabled, IsAnyInternetRequestAccepted | David Marcec | 2018-07-12 | 1 | -3/+21 |
* | | | | Merge pull request #649 from ogniK5377/audout-auto | bunnei | 2018-07-12 | 2 | -14/+14 |
|\ \ \ \ |
|
| * | | | | Audout "Auto" functions | David Marcec | 2018-07-12 | 2 | -14/+14 |
| |/ / / |
|
* | | | | Merge pull request #650 from jroweboy/logging-stuff | bunnei | 2018-07-12 | 3 | -4/+8 |
|\ \ \ \
| |/ / /
|/| | /
| | |/
| |/| |
|
| * | | yuzu - Fix duplicate logs | James Rowe | 2018-07-12 | 2 | -2/+7 |
| * | | yuzu-cmd Apply the filter string from settings | James Rowe | 2018-07-12 | 1 | -2/+1 |
|/ / |
|
* | | Merge pull request #559 from Subv/mount_savedata | bunnei | 2018-07-12 | 2 | -2/+12 |
|\ \ |
|
| * | | Services/FS: Return the correct error code when trying to mount a nonexistent savedata. | Subv | 2018-06-19 | 2 | -2/+12 |
* | | | Merge pull request #585 from janisozaur/patch-11 | bunnei | 2018-07-12 | 1 | -3/+3 |
|\ \ \ |
|
| * | | | Improve directory creation in WindowsCopyFiles.cmake | Michał Janiszewski | 2018-06-24 | 1 | -3/+3 |
* | | | | Merge pull request #646 from bunnei/fix-hid-smo | bunnei | 2018-07-11 | 1 | -7/+5 |
|\ \ \ \ |
|
| * | | | | hid: Fix timestamps and controller type. | bunnei | 2018-07-11 | 1 | -7/+5 |
|/ / / / |
|
* | | | | Merge pull request #644 from ogniK5377/getconfig-err | bunnei | 2018-07-11 | 1 | -17/+2 |
|\ \ \ \ |
|
| * | | | | NvOsGetConfigU32 production impl | David Marcec | 2018-07-10 | 1 | -17/+2 |
* | | | | | Merge pull request #633 from FearlessTobi/port-defines | bunnei | 2018-07-10 | 3 | -7/+7 |
|\ \ \ \ \ |
|
| * | | | | | Port #3579 from Citra | fearlessTobi | 2018-07-07 | 3 | -7/+7 |
* | | | | | | Merge pull request #642 from bunnei/create-save-dir | bunnei | 2018-07-10 | 1 | -0/+9 |
|\ \ \ \ \ \
| |_|/ / / /
|/| | | | | |
|
| * | | | | | savedata_factory: Always create a save directory for games. | bunnei | 2018-07-08 | 1 | -0/+9 |
* | | | | | | Merge pull request #636 from FearlessTobi/add-gitignore | bunnei | 2018-07-10 | 1 | -0/+1 |
|\ \ \ \ \ \ |
|
| * | | | | | | Port #3513 (partly) from Citra | fearlessTobi | 2018-07-07 | 1 | -0/+1 |
| | |/ / / /
| |/| | | | |
|
* | | | | | | Merge pull request #635 from FearlessTobi/port-crashfix | bunnei | 2018-07-10 | 1 | -1/+1 |
|\ \ \ \ \ \ |
|
| * | | | | | | Port #3474 from Citra | fearlessTobi | 2018-07-07 | 1 | -1/+1 |
| |/ / / / / |
|
* | | | | | | Merge pull request #634 from FearlessTobi/port-viewport-fix | bunnei | 2018-07-10 | 1 | -6/+7 |
|\ \ \ \ \ \ |
|
| * | | | | | | Port #3505 from CItra | fearlessTobi | 2018-07-07 | 1 | -6/+7 |
| |/ / / / / |
|
* | | | | | | Merge pull request #640 from bunnei/flip-tris-viewport | bunnei | 2018-07-09 | 1 | -1/+4 |
|\ \ \ \ \ \ |
|
| * | | | | | | gl_rasterizer: Flip triangles when regs.viewport_transform[0].scale_y is negative. | bunnei | 2018-07-08 | 1 | -1/+4 |
| | |/ / / /
| |/| | | | |
|
* | | | | | | Merge pull request #641 from bunnei/nvhost-ctrl-fix | bunnei | 2018-07-09 | 1 | -1/+1 |
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
|
| * | | | | | nvhost_ctrl: Fix NvOsGetConfigU32 for Snipper Clips. | bunnei | 2018-07-08 | 1 | -1/+1 |
|/ / / / / |
|
* | | | | | Merge pull request #625 from Subv/imnmx | bunnei | 2018-07-08 | 2 | -3/+31 |
|\ \ \ \ \ |
|
| * | | | | | GPU: Implemented the IMNMX shader instruction. | Subv | 2018-07-04 | 2 | -3/+31 |
* | | | | | | Merge pull request #627 from Subv/bc7u | bunnei | 2018-07-08 | 3 | -7/+21 |
|\ \ \ \ \ \ |
|
| * | | | | | | GPU: Implemented the BC7U texture format. | Subv | 2018-07-07 | 3 | -7/+21 |
| | |/ / / /
| |/| | | | |
|
* | | | | | | Merge pull request #639 from bunnei/revert-vfs | bunnei | 2018-07-08 | 45 | -1784/+1676 |
|\ \ \ \ \ \
| |_|_|_|_|/
|/| | | | | |
|
| * | | | | | Revert "Virtual Filesystem (#597)" | bunnei | 2018-07-08 | 45 | -1784/+1676 |
|/ / / / / |
|
* | | | | | Merge pull request #632 from FearlessTobi/add-discord-link | bunnei | 2018-07-07 | 1 | -1/+1 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | Port #3466 from Citra | Tobias | 2018-07-07 | 1 | -1/+1 |
* | | | | | Merge pull request #631 from lioncash/dynarmic | bunnei | 2018-07-07 | 1 | -0/+0 |
|\ \ \ \ \ |
|
| * | | | | | externals: Update dynarmic to f7d11baa1 | Lioncash | 2018-07-07 | 1 | -0/+0 |
|/ / / / / |
|
* | | | | | Merge pull request #630 from FearlessTobi/remove-citra-references | bunnei | 2018-07-06 | 3 | -3/+3 |
|\ \ \ \ \ |
|
| * | | | | | Remove some references to Citra | fearlessTobi | 2018-07-06 | 3 | -3/+3 |
| |/ / / / |
|
* / / / / | Virtual Filesystem (#597) | Zach Hilman | 2018-07-06 | 45 | -1676/+1784 |
|/ / / / |
|
* | | | | Merge pull request #629 from Subv/depth_test | bunnei | 2018-07-05 | 2 | -9/+29 |
|\ \ \ \ |
|
| * | | | | GPU: Allow using the old NV04 values for the depth test function. | Subv | 2018-07-05 | 2 | -9/+29 |
* | | | | | Merge pull request #626 from Subv/shader_sync | bunnei | 2018-07-05 | 2 | -0/+12 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | GPU: Stub the shader SYNC and DEPBAR instructions. | Subv | 2018-07-04 | 2 | -0/+12 |
| |/ / / |
|
* | | | | Merge pull request #624 from Subv/f2f_round | bunnei | 2018-07-05 | 1 | -0/+3 |
|\ \ \ \ |
|
| * | | | | GPU: Implemented the F2F 'round' rounding mode. | Subv | 2018-07-04 | 1 | -0/+3 |
| |/ / / |
|
* | | | | Merge pull request #623 from Subv/vertex_types | bunnei | 2018-07-05 | 1 | -0/+8 |
|\ \ \ \ |
|
| * | | | | GPU: Implement the Size_16_16 and Size_10_10_10_2 vertex attribute types. | Subv | 2018-07-04 | 1 | -0/+8 |
| |/ / / |
|
* | | | | Merge pull request #622 from Subv/unused_tex | bunnei | 2018-07-05 | 2 | -2/+5 |
|\ \ \ \ |
|
| * | | | | GPU: Ignore textures that the GLSL compiler deemed unused when binding textures to the shaders. | Subv | 2018-07-04 | 1 | -1/+4 |
| * | | | | GPU: Corrected the decoding for the TEX shader instruction. | Subv | 2018-07-04 | 1 | -1/+1 |
| |/ / / |
|
* | | | | Merge pull request #621 from Subv/psetp_ | bunnei | 2018-07-05 | 2 | -0/+43 |
|\ \ \ \ |
|
| * | | | | GPU: Implemented the PSETP shader instruction. | Subv | 2018-07-04 | 2 | -0/+43 |
| |/ / / |
|
* | | | | Merge pull request #620 from Subv/depth_z32f | bunnei | 2018-07-05 | 3 | -2/+15 |
|\ \ \ \ |
|
| * | | | | GPU: Implemented the 32 bit float depth buffer format. | Subv | 2018-07-04 | 3 | -2/+15 |
| |/ / / |
|
* | | | | Merge pull request #619 from Subv/flip_cull | bunnei | 2018-07-04 | 2 | -3/+29 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | GPU: Flip the triangle front face winding if the GPU is configured to not flip the triangles. | Subv | 2018-07-04 | 2 | -3/+29 |
|/ / / |
|
* | | | Merge pull request #618 from Subv/clear_used_buffers | bunnei | 2018-07-04 | 4 | -17/+48 |
|\ \ \ |
|
| * | | | GPU: Only configure the used framebuffers during clear. | Subv | 2018-07-04 | 4 | -17/+48 |
|/ / / |
|
* | | | Merge pull request #609 from Subv/clear_buffers | bunnei | 2018-07-04 | 5 | -16/+105 |
|\ \ \ |
|
| * | | | GPU: Factor out the framebuffer configuration code for both Clear and Draw commands. | Subv | 2018-07-03 | 2 | -72/+39 |
| * | | | GPU: Support clears that don't clear the color buffer. | Subv | 2018-07-03 | 2 | -6/+17 |
| * | | | GPU: Bind and clear the render target when the CLEAR_BUFFERS register is written to. | Subv | 2018-07-03 | 4 | -0/+86 |
| * | | | GPU: Added registers for the CLEAR_BUFFERS and CLEAR_COLOR methods. | Subv | 2018-07-03 | 1 | -2/+27 |
* | | | | Merge pull request #616 from bunnei/s8z24 | bunnei | 2018-07-04 | 3 | -11/+83 |
|\ \ \ \ |
|
| * | | | | gl_rasterizer_cache: Implement PixelFormat S8Z24. | bunnei | 2018-07-03 | 3 | -11/+83 |
* | | | | | Merge pull request #613 from jroweboy/qt-style | bunnei | 2018-07-03 | 2 | -0/+7 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | Add qt windowsvistastyle dll to the build | James Rowe | 2018-07-03 | 2 | -0/+7 |
|/ / / / |
|
* | | | | Update AudioRenderer Voice Sections (#614) | David | 2018-07-03 | 1 | -0/+87 |
* | | | | Merge pull request #607 from jroweboy/logging | bunnei | 2018-07-03 | 116 | -887/+1261 |
|\ \ \ \ |
|
| * | | | | Fix build and address review feedback | bunnei | 2018-07-03 | 2 | -4/+5 |
| * | | | | Add configurable logging backends | James Rowe | 2018-07-03 | 14 | -22/+408 |
| * | | | | Update clang format | James Rowe | 2018-07-03 | 37 | -154/+141 |
| * | | | | Rename logging macro back to LOG_* | James Rowe | 2018-07-03 | 105 | -730/+730 |
| |/ / / |
|
* | | | | Merge pull request #612 from bunnei/fix-cull | bunnei | 2018-07-03 | 1 | -2/+5 |
|\ \ \ \ |
|
| * | | | | gl_rasterizer: Only set cull mode and front face if enabled. | bunnei | 2018-07-03 | 1 | -2/+5 |
| |/ / / |
|
* | | | | Merge pull request #611 from Subv/enabled_depth_test | bunnei | 2018-07-03 | 2 | -9/+13 |
|\ \ \ \ |
|
| * | | | | GPU: Use only the least significant 3 bits when reading the depth test func. | Subv | 2018-07-03 | 1 | -9/+9 |
| * | | | | GPU: Don't try to parse the depth test function if the depth test is disabled. | Subv | 2018-07-03 | 1 | -0/+4 |
| |/ / / |
|
* | | | | Merge pull request #610 from Subv/mufu_8 | bunnei | 2018-07-03 | 2 | -0/+5 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | GPU: Implemented MUFU suboperation 8, sqrt. | Subv | 2018-07-03 | 2 | -0/+5 |
* | | | | Merge pull request #608 from Subv/depth | bunnei | 2018-07-03 | 9 | -32/+246 |
|\ \ \ \ |
|
| * | | | | GPU: Set up the culling configuration on each draw. | Subv | 2018-07-03 | 1 | -6/+8 |
| * | | | | GPU: Set up the depth test state on every draw. | Subv | 2018-07-02 | 2 | -0/+14 |
| * | | | | MaxwellToGL: Added conversion functions for depth test and cull mode. | Subv | 2018-07-02 | 1 | -0/+50 |
| * | | | | GPU: Added registers for depth test and cull mode. | Subv | 2018-07-02 | 1 | -3/+51 |
| * | | | | GPU: Implemented the Z24S8 depth format and load the depth framebuffer. | Subv | 2018-07-02 | 7 | -24/+124 |
| |/ / / |
|
* | | | | Merge pull request #606 from Subv/base_vertex | Sebastian Valle | 2018-07-02 | 2 | -8/+15 |
|\ \ \ \ |
|
| * | | | | GPU: Implement offsetted rendering when using non-indexed drawing. | Subv | 2018-07-02 | 1 | -1/+1 |
| * | | | | GPU: Fixed the index offset rendering, and implemented the base vertex functionality. | Subv | 2018-07-02 | 1 | -6/+8 |
| * | | | | GPU: Added register definitions for the vertex buffer base element. | Subv | 2018-07-02 | 1 | -1/+6 |
| |/ / / |
|
* | | | | Merge pull request #603 from Subv/nvmap_free | Sebastian Valle | 2018-07-02 | 3 | -4/+16 |
|\ \ \ \ |
|
| * | | | | GPU: Remove a surface from the cache when its backing memory is being unmapped from the GPU's MMU. | Subv | 2018-07-01 | 1 | -0/+5 |
| * | | | | nvmap: Return the address of the nvmap object when Freeing it for the last time. | Subv | 2018-07-01 | 2 | -4/+11 |
* | | | | | Merge pull request #605 from Subv/dma_copy | Sebastian Valle | 2018-07-02 | 1 | -1/+5 |
|\ \ \ \ \ |
|
| * | | | | | GPU: Directly copy the pixels when performing a same-layout DMA. | Subv | 2018-07-02 | 1 | -1/+5 |
| |/ / / / |
|
* | | | | | Merge pull request #604 from Subv/invalid_textures | bunnei | 2018-07-02 | 3 | -3/+12 |
|\ \ \ \ \
| |_|/ / /
|/| | | | |
|
| * | | | | GPU: Ignore disabled textures and textures with an invalid address. | Subv | 2018-07-02 | 2 | -1/+10 |
| * | | | | GPU: Allow GpuToCpuAddress to return boost::none for unmapped addresses. | Subv | 2018-07-02 | 1 | -2/+2 |
| |/ / / |
|
* | | | | Merge pull request #602 from Subv/mufu_subop | bunnei | 2018-07-01 | 2 | -6/+1 |
|\ \ \ \ |
|
| * | | | | GPU: Corrected the size of the MUFU subop field, and removed incorrect "min" operation. | Subv | 2018-06-30 | 2 | -6/+1 |
| |/ / / |
|
* | | | | Merge pull request #601 from Subv/rgba32_ui | bunnei | 2018-07-01 | 4 | -25/+48 |
|\ \ \ \ |
|
| * | | | | GPU: Implemented the RGBA32_UINT rendertarget format. | Subv | 2018-06-30 | 4 | -9/+28 |
| * | | | | GLCache: Specify the component type along the texture type in the format tuple. | Subv | 2018-06-30 | 1 | -17/+21 |
| |/ / / |
|
* | | | | Merge pull request #600 from bunnei/pred-not-eq-nan | bunnei | 2018-07-01 | 2 | -17/+24 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | gl_shader_decompiler: Implement predicate NotEqualWithNan. | bunnei | 2018-06-30 | 2 | -17/+24 |
|/ / / |
|
* | | | Merge pull request #595 from bunnei/raster-cache | bunnei | 2018-06-29 | 15 | -1454/+425 |
|\ \ \ |
|
| * | | | gl_rasterizer_cache: Only dereference color_surface/depth_surface if valid. | bunnei | 2018-06-29 | 1 | -2/+6 |
| * | | | gl_rasterizer_cache: Implement caching for texture and framebuffer surfaces. | bunnei | 2018-06-27 | 3 | -16/+168 |
| * | | | gl_rasterizer_cache: Various fixes for ASTC handling. | bunnei | 2018-06-27 | 2 | -35/+39 |
| * | | | gl_rasterizer_cache: Use SurfaceParams as a key for surface caching. | bunnei | 2018-06-27 | 2 | -43/+72 |
| * | | | maxwell_3d: Add a struct for RenderTargetConfig. | bunnei | 2018-06-27 | 1 | -17/+19 |
| * | | | settings: Add a configuration for use_accurate_framebuffers. | bunnei | 2018-06-27 | 7 | -0/+21 |
| * | | | gl_rasterizer: Implement AccelerateDisplay to forward textures to framebuffers. | bunnei | 2018-06-27 | 6 | -8/+62 |
| * | | | gl_rasterizer_cache: Cache size_in_bytes as a const per surface. | bunnei | 2018-06-27 | 2 | -9/+13 |
| * | | | gl_rasterizer_cache: Refactor to make SurfaceParams members const. | bunnei | 2018-06-27 | 2 | -52/+37 |
| * | | | gl_rasterizer_cache: Remove Citra's rasterizer cache, always load/flush surfaces. | bunnei | 2018-06-27 | 4 | -1494/+210 |
* | | | | Merge pull request #588 from mailwl/hwopus | bunnei | 2018-06-28 | 4 | -0/+53 |
|\ \ \ \ |
|
| * | | | | Service/Audio: add hwopus service, stub GetWorkBufferSize function | mailwl | 2018-06-25 | 4 | -0/+53 |
| | |/ /
| |/| | |
|
* | | | | gl_shader_decompiler: Add a return path for unknown instructions. | bunnei | 2018-06-27 | 1 | -0/+1 |
| |/ /
|/| | |
|
* | | | Merge pull request #594 from bunnei/max-constbuff | bunnei | 2018-06-27 | 2 | -1/+7 |
|\ \ \ |
|
| * | | | gl_rasterizer: Workaround for when exceeding max UBO size. | bunnei | 2018-06-27 | 2 | -1/+7 |
|/ / / |
|
* | | | Merge pull request #593 from bunnei/fix-swizzle | bunnei | 2018-06-27 | 5 | -12/+20 |
|\ \ \ |
|
| * | | | gl_state: Fix state management for texture swizzle. | bunnei | 2018-06-26 | 5 | -12/+20 |
* | | | | Merge pull request #592 from bunnei/cleanup-gl-state | bunnei | 2018-06-27 | 2 | -94/+0 |
|\ \ \ \ |
|
| * | | | | gl_state: Remove unused state management from 3DS. | bunnei | 2018-06-26 | 2 | -94/+0 |
| |/ / / |
|
* | | | | Merge pull request #591 from bunnei/fix-rgb565 | bunnei | 2018-06-27 | 1 | -1/+1 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | gl_rasterizer_cache: Fix inverted B5G6R5 format. | bunnei | 2018-06-26 | 1 | -1/+1 |
|/ / / |
|
* | | | Merge pull request #590 from bunnei/rm-ssbo-check | bunnei | 2018-06-26 | 1 | -2/+0 |
|\ \ \ |
|
| * | | | yuzu: Remove SSBOs check from Qt frontend. | bunnei | 2018-06-26 | 1 | -2/+0 |
|/ / / |
|
* | | | Merge pull request #554 from Subv/constbuffer_ubo | bunnei | 2018-06-26 | 4 | -18/+39 |
|\ \ \ |
|
| * | | | Rasterizer: Use UBOs instead of SSBOs for uploading const buffers. | Subv | 2018-06-10 | 4 | -18/+39 |
* | | | | Merge pull request #589 from mailwl/fix-crash | bunnei | 2018-06-26 | 1 | -2/+4 |
|\ \ \ \ |
|
| * | | | | Fix crash at exit | mailwl | 2018-06-25 | 1 | -2/+4 |
| | |/ /
| |/| | |
|
* / | | | Send the correct RequestUpdateAudioRenderer revision in the output header (#587) | David | 2018-06-25 | 1 | -1/+1 |
|/ / / |
|
* | | | Removed duplicate structs, changed AudioRendererResponse -> UpdateDataHeader (#583) | David | 2018-06-24 | 2 | -34/+21 |
* | | | Revert "Use Ninja for MSVC AppVeyor builds" (#584) | bunnei | 2018-06-23 | 6 | -17/+9 |
* | | | Fixed RequestUpdateAudioRenderer deadlocks and calculated section sizes properly (#580) | David | 2018-06-23 | 2 | -44/+76 |
* | | | Merge pull request #526 from janisozaur/appveyor-ninja | bunnei | 2018-06-22 | 6 | -9/+17 |
|\ \ \ |
|
| * | | | Use Ninja for MSVC AppVeyor builds | Michał Janiszewski | 2018-06-05 | 5 | -8/+16 |
| * | | | Drop /std:c++latest from MSVC command line | Michał Janiszewski | 2018-06-05 | 1 | -1/+1 |
* | | | | Merge pull request #579 from SciresM/master | bunnei | 2018-06-22 | 12 | -9/+312 |
|\ \ \ \ |
|
| * | | | | Kernel/Arbiters: Fix casts, cleanup comments/magic numbers | Michael Scire | 2018-06-22 | 4 | -17/+27 |
| * | | | | Add additional missing format. | Michael Scire | 2018-06-22 | 2 | -21/+27 |
| * | | | | Run clang-format on PR. | Michael Scire | 2018-06-22 | 3 | -180/+181 |
| * | | | | Kernel/Arbiters: HLE is atomic, adjust code to reflect that. | Michael Scire | 2018-06-22 | 2 | -37/+13 |
| * | | | | Kernel/Arbiters: Initialize arb_wait_address in thread struct. | Michael Scire | 2018-06-21 | 3 | -1/+7 |
| * | | | | Kernel/Arbiters: Clear WaitAddress in SignalToAddress | Michael Scire | 2018-06-21 | 1 | -0/+1 |
| * | | | | Kernel/Arbiters: Mostly implement SignalToAddress | Michael Scire | 2018-06-21 | 5 | -11/+111 |
| * | | | | Kernel/Arbiters: Implement WaitForAddress | Michael Scire | 2018-06-21 | 5 | -6/+71 |
| * | | | | Kernel/Arbiters: Add stubs for 4.x SignalToAddress/WaitForAddres SVCs. | Michael Scire | 2018-06-21 | 7 | -9/+147 |
* | | | | | Merge pull request #581 from mailwl/empty-buf-skip | bunnei | 2018-06-22 | 1 | -0/+5 |
|\ \ \ \ \ |
|
| * | | | | | IPC: skip empty buffer write | mailwl | 2018-06-22 | 1 | -0/+5 |
|/ / / / / |
|
* | | | | | Merge pull request #577 from mailwl/audren-update | bunnei | 2018-06-22 | 2 | -49/+60 |
|\ \ \ \ \ |
|
| * | | | | | Service/Audio: update audren:u service | mailwl | 2018-06-21 | 2 | -49/+60 |
| |/ / / / |
|
* / / / / | Add support for decrypted NCA files (#567) | Zach Hilman | 2018-06-21 | 10 | -16/+453 |
|/ / / / |
|
* | | | | Merge pull request #576 from Subv/warnings1 | bunnei | 2018-06-20 | 12 | -22/+24 |
|\ \ \ \ |
|
| * | | | | Build: Fixed some MSVC warnings in various parts of the code. | Subv | 2018-06-20 | 12 | -22/+24 |
|/ / / / |
|
* | | | | Implement GetAvailableLanguageCodes2 (#575) | greggameplayer | 2018-06-19 | 1 | -4/+1 |
* | | | | Merge pull request #574 from Subv/shader_abs_neg | bunnei | 2018-06-19 | 1 | -7/+14 |
|\ \ \ \ |
|
| * | | | | GPU: Perform negation after absolute value in the float shader instructions. | Subv | 2018-06-19 | 1 | -7/+14 |
* | | | | | Merge pull request #561 from DarkLordZach/fix-odyssey-input-crash | bunnei | 2018-06-19 | 1 | -0/+4 |
|\ \ \ \ \ |
|
| * | | | | | Narrow down filter of layout configs | Zach Hilman | 2018-06-14 | 2 | -10/+5 |
| * | | | | | Move loop condition to free function | Zach Hilman | 2018-06-13 | 1 | -4/+9 |
| * | | | | | Avoid initializing single-joycon layouts with handheld controller | Zach Hilman | 2018-06-13 | 2 | -1/+5 |
* | | | | | | Merge pull request #573 from Subv/shader_imm | bunnei | 2018-06-19 | 2 | -14/+18 |
|\ \ \ \ \ \
| |_|/ / / /
|/| | | | | |
|
| * | | | | | GPU: Don't mark uniform buffers and registers as used for instructions which don't have them. | Subv | 2018-06-19 | 2 | -14/+18 |
|/ / / / / |
|
* | | | | | Merge pull request #570 from bunnei/astc | bunnei | 2018-06-19 | 6 | -1/+1709 |
|\ \ \ \ \ |
|
| * | | | | | gl_rasterizer: Implement texture format ASTC_2D_4X4. | bunnei | 2018-06-18 | 6 | -1/+1709 |
* | | | | | | Merge pull request #562 from DarkLordZach/extracted-ncas-ui | bunnei | 2018-06-18 | 4 | -3/+50 |
|\ \ \ \ \ \ |
|
| * | | | | | | Bug fixes, testing, and review changes | Zach Hilman | 2018-06-14 | 2 | -7/+20 |
| * | | | | | | Add 'Load Folder' menu option | Zach Hilman | 2018-06-14 | 3 | -0/+17 |
| * | | | | | | Add support for main files in file picker | Zach Hilman | 2018-06-14 | 1 | -0/+2 |
| * | | | | | | Recognize main files in game list | Zach Hilman | 2018-06-14 | 1 | -2/+17 |
| | |/ / / /
| |/| | | | |
|
* | | | | | | Merge pull request #572 from Armada651/user-except-stub | bunnei | 2018-06-18 | 1 | -0/+5 |
|\ \ \ \ \ \ |
|
| * | | | | | | svc: Add a stub for UserExceptionContextAddr. | Jules Blok | 2018-06-18 | 1 | -0/+5 |
* | | | | | | | Merge pull request #571 from Armada651/loose-blend | bunnei | 2018-06-18 | 1 | -1/+1 |
|\ \ \ \ \ \ \
| |_|_|/ / / /
|/| | | | | | |
|
| * | | | | | | gl_rasterizer: Get loose on independent blending. | Jules Blok | 2018-06-18 | 1 | -1/+1 |
* | | | | | | | Merge pull request #569 from bunnei/fix-cache | bunnei | 2018-06-18 | 1 | -26/+8 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | gl_rasterizer_cache: Loosen things up a bit. | bunnei | 2018-06-18 | 1 | -26/+8 |
|/ / / / / / / |
|
* | | | | | | | Merge pull request #568 from bunnei/lop | bunnei | 2018-06-17 | 2 | -63/+84 |
|\ \ \ \ \ \ \
| |/ / / / / /
|/| | | | | | |
|
| * | | | | | | gl_shader_decompiler: Implement LOP instructions. | bunnei | 2018-06-17 | 2 | -6/+42 |
| * | | | | | | gl_shader_decompiler: Refactor LOP32I instruction a bit in support of LOP. | bunnei | 2018-06-17 | 2 | -57/+42 |
|/ / / / / / |
|
* | | | | | | Merge pull request #565 from bunnei/shader_conversions | bunnei | 2018-06-16 | 2 | -14/+43 |
|\ \ \ \ \ \ |
|
| * | | | | | | gl_shader_decompiler: Implement integer size conversions for I2I/I2F/F2I. | bunnei | 2018-06-16 | 2 | -14/+43 |
|/ / / / / / |
|
* | | | | | | Merge pull request #564 from bunnei/lop32i_passb | bunnei | 2018-06-16 | 1 | -6/+12 |
|\ \ \ \ \ \ |
|
| * | | | | | | gl_shader_decompiler: Implement LOP32I LogicOperation PassB. | bunnei | 2018-06-16 | 1 | -6/+12 |
| | |/ / / /
| |/| | | | |
|
* | | | | | | Merge pull request #566 from bunnei/set_pos_w | bunnei | 2018-06-16 | 1 | -0/+4 |
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
|
| * | | | | | gl_shader_gen: Set position.w to 1. | bunnei | 2018-06-16 | 1 | -0/+4 |
|/ / / / / |
|
* | | | | | Merge pull request #560 from Subv/crash_widget | bunnei | 2018-06-13 | 6 | -292/+0 |
|\ \ \ \ \ |
|
| * | | | | | Qt: Removed the Registers widget. | Subv | 2018-06-13 | 6 | -292/+0 |
| | |_|_|/
| |/| | | |
|
* | | | | | Merge pull request #556 from Subv/dma_engine | bunnei | 2018-06-12 | 7 | -1/+237 |
|\ \ \ \ \ |
|
| * | | | | | GPU: Partially implemented the Maxwell DMA engine. | Subv | 2018-06-12 | 7 | -1/+237 |
* | | | | | | Merge pull request #558 from Subv/iadd32i | bunnei | 2018-06-12 | 2 | -2/+31 |
|\ \ \ \ \ \ |
|
| * | | | | | | GPU: Implemented the iadd32i shader instruction. | Subv | 2018-06-12 | 2 | -2/+31 |
| | |/ / / /
| |/| | | | |
|
* | | | | | | Merge pull request #557 from shinyquagsire23/libnx-hid-fix | bunnei | 2018-06-12 | 2 | -2/+3 |
|\ \ \ \ \ \ |
|
| * | | | | | | hid: Update all layouts and only show handheld as connected, fixes libnx input for P1_AUTO | shinyquagsire23 | 2018-06-12 | 2 | -2/+3 |
| |/ / / / / |
|
* | | | | | | Merge pull request #552 from bunnei/sat-fmul | bunnei | 2018-06-12 | 2 | -39/+32 |
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
|
| * | | | | | gl_shader_decompiler: Implement saturate for float instructions. | bunnei | 2018-06-12 | 2 | -39/+32 |
|/ / / / / |
|
* | | | | | Merge pull request #555 from Subv/gpu_sysregs | bunnei | 2018-06-11 | 1 | -1/+1 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | GPU: Convert the gl_InstanceId and gl_VertexID variables to floats when reading from them. | Subv | 2018-06-10 | 1 | -1/+1 |
|/ / / / |
|
* | | | | Merge pull request #553 from Subv/iset | bunnei | 2018-06-10 | 2 | -2/+53 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | GPU: Implement the iset family of shader instructions. | Subv | 2018-06-09 | 2 | -2/+46 |
| * | | | GPU: Added decodings for the ISET family of instructions. | Subv | 2018-06-09 | 1 | -0/+7 |
|/ / / |
|
* | | | Merge pull request #550 from Subv/ssy | bunnei | 2018-06-09 | 2 | -0/+7 |
|\ \ \ |
|
| * | | | GPU: Stub the SSY shader instruction. | Subv | 2018-06-09 | 2 | -0/+7 |
* | | | | Merge pull request #551 from bunnei/shr | bunnei | 2018-06-09 | 2 | -0/+17 |
|\ \ \ \ |
|
| * | | | | gl_shader_decompiler: Implement SHR instruction. | bunnei | 2018-06-09 | 2 | -0/+17 |
| |/ / / |
|
* | | | | Merge pull request #549 from bunnei/iadd | bunnei | 2018-06-09 | 2 | -19/+55 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | gl_shader_decompiler: Implement IADD instruction. | bunnei | 2018-06-09 | 2 | -11/+37 |
| * | | | gl_shader_decompiler: Add missing asserts for saturate_a instructions. | bunnei | 2018-06-09 | 2 | -8/+18 |
|/ / / |
|
* | | | Merge pull request #505 from janisozaur/ccache-travis | bunnei | 2018-06-09 | 5 | -7/+17 |
|\ \ \ |
|
| * | | | Cache ccache on Travis | Michał Janiszewski | 2018-06-07 | 1 | -0/+4 |
| * | | | Add ccache support for macOS on Travis | Michał Janiszewski | 2018-06-07 | 2 | -1/+5 |
| * | | | Add ccache support for Linux on Travis | Michał Janiszewski | 2018-06-07 | 2 | -2/+8 |
| * | | | Install cmake from repositories for Ubuntu | Michał Janiszewski | 2018-06-07 | 1 | -5/+1 |
* | | | | Merge pull request #533 from mailwl/array-to-buffer | bunnei | 2018-06-09 | 3 | -22/+15 |
|\ \ \ \ |
|
| * | | | | Common/string_util: add StringFromBuffer function | mailwl | 2018-06-07 | 3 | -22/+15 |
* | | | | | Merge pull request #548 from Subv/blend | bunnei | 2018-06-09 | 3 | -47/+47 |
|\ \ \ \ \ |
|
| * | | | | | GPU: Synchronize the blend state on every draw call. | Subv | 2018-06-09 | 2 | -16/+20 |
| * | | | | | GPU: Added registers for normal and independent blending. | Subv | 2018-06-09 | 2 | -31/+27 |
|/ / / / / |
|
* | | | | | Merge pull request #547 from Subv/compressed_alignment | bunnei | 2018-06-08 | 1 | -2/+7 |
|\ \ \ \ \ |
|
| * | | | | | GLCache: Align compressed texture sizes to their compression ratio, and then align that compressed size to the block height for tiled textures. | Subv | 2018-06-08 | 1 | -2/+7 |
| | |/ / /
| |/| | | |
|
* | | | | | Merge pull request #546 from Subv/flush_ubo_buffer | bunnei | 2018-06-08 | 1 | -0/+3 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | Rasterizer: Flush the written region when writing shader uniform data before copying it to the uniform buffers. | Subv | 2018-06-08 | 1 | -0/+3 |
|/ / / / |
|
* | | | | Merge pull request #478 from janisozaur/patch-1 | bunnei | 2018-06-07 | 1 | -3/+3 |
|\ \ \ \ |
|
| * | | | | Use Ninja for Travis builds | Michał Janiszewski | 2018-05-28 | 1 | -3/+3 |
* | | | | | Merge pull request #543 from Subv/uniforms | bunnei | 2018-06-07 | 1 | -3/+4 |
|\ \ \ \ \
| |_|/ / /
|/| | | | |
|
| * | | | | GLRenderer: Write the shader stage configuration UBO data *before* copying it to the GPU. | Subv | 2018-06-07 | 1 | -3/+4 |
* | | | | | Merge pull request #522 from mailwl/mm-u | bunnei | 2018-06-07 | 6 | -0/+85 |
|\ \ \ \ \ |
|
| * | | | | | Remove unused header files | mailwl | 2018-06-06 | 1 | -2/+0 |
| * | | | | | Small fixes | mailwl | 2018-06-05 | 2 | -6/+8 |
| * | | | | | Service/MM: add service and stub some functions | mailwl | 2018-06-05 | 6 | -0/+85 |
* | | | | | | Merge pull request #542 from bunnei/bfe_imm | bunnei | 2018-06-07 | 2 | -7/+44 |
|\ \ \ \ \ \ |
|
| * | | | | | | gl_shader_decompiler: Implement BFE_IMM instruction. | bunnei | 2018-06-07 | 2 | -7/+44 |
* | | | | | | | Merge pull request #541 from Subv/blittextures | bunnei | 2018-06-07 | 1 | -56/+9 |
|\ \ \ \ \ \ \
| |/ / / / / /
|/| | | | | | |
|
| * | | | | | | GLCache: Use the full uncompressed size when blitting from one texture to another. | Subv | 2018-06-07 | 1 | -3/+6 |
| * | | | | | | GLCache: Simplify the logic to copy from one texture to another in BlitTextures. | Subv | 2018-06-07 | 1 | -53/+3 |
| | |/ / / /
| |/| | | | |
|
* | | | | | | Merge pull request #539 from bunnei/f2f-rounding | bunnei | 2018-06-07 | 2 | -10/+35 |
|\ \ \ \ \ \ |
|
| * | | | | | | gl_shader_decompiler: F2F: Implement rounding modes. | bunnei | 2018-06-07 | 2 | -10/+35 |
* | | | | | | | Merge pull request #503 from mailwl/nfp-stubs | bunnei | 2018-06-07 | 1 | -7/+101 |
|\ \ \ \ \ \ \
| |/ / / / / /
|/| | | | | | |
|
| * | | | | | | Stub IUser::AttachAvailabilityChangeEvent | mailwl | 2018-06-06 | 1 | -5/+23 |
| * | | | | | | Correct function results | mailwl | 2018-06-04 | 1 | -4/+16 |
| * | | | | | | Service/nfp:user : stub some functions. | mailwl | 2018-06-04 | 1 | -6/+70 |
* | | | | | | | Merge pull request #537 from bunnei/misc-shader | bunnei | 2018-06-07 | 2 | -8/+24 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | gl_shader_decompiler: Remove some attribute stuff that has nothing to do with TEX/TEXS. | bunnei | 2018-06-07 | 1 | -8/+4 |
| * | | | | | | | shader_bytecode: Add instruction decodings for BFE, IMNMX, and XMAD. | bunnei | 2018-06-07 | 1 | -0/+20 |
| | |/ / / / /
| |/| | | | | |
|
* | | | | | | | Merge pull request #535 from Subv/gpu_swizzle | bunnei | 2018-06-07 | 6 | -0/+65 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | GPU: Support changing the texture swizzles for Maxwell textures. | Subv | 2018-06-07 | 3 | -0/+45 |
| * | | | | | | | GLState: Support changing the GL_TEXTURE_SWIZZLE parameter of each texture unit. | Subv | 2018-06-07 | 3 | -0/+20 |
| |/ / / / / / |
|
* | | | | | | | Merge pull request #536 from bunnei/isetp_imm | bunnei | 2018-06-07 | 1 | -8/+9 |
|\ \ \ \ \ \ \
| |/ / / / / /
|/| | | | | | |
|
| * | | | | | | gl_shader_decompiler: Implement ISETP_IMM instruction. | bunnei | 2018-06-07 | 1 | -8/+9 |
|/ / / / / / |
|
* | | | | | | Merge pull request #534 from Subv/multitexturing | bunnei | 2018-06-07 | 9 | -69/+172 |
|\ \ \ \ \ \ |
|
| * | | | | | | GPU: Implement sampling multiple textures in the generated glsl shaders. | Subv | 2018-06-06 | 9 | -69/+172 |
* | | | | | | | Merge pull request #532 from bunnei/ld_c | bunnei | 2018-06-07 | 4 | -28/+110 |
|\ \ \ \ \ \ \
| |/ / / / / /
|/| | | | | | |
|
| * | | | | | | gl_shader_decompiler: Implement LD_C instruction. | bunnei | 2018-06-07 | 2 | -0/+43 |
| * | | | | | | gl_shader_gen: Add uniform handling for indirect const buffer access. | bunnei | 2018-06-07 | 3 | -4/+40 |
| * | | | | | | gl_shader_decompiler: Refactor uniform handling to allow different decodings. | bunnei | 2018-06-06 | 2 | -26/+29 |
|/ / / / / / |
|
* | | | | | | nvdrv/devices/nvidia_ctrl_gpu : add IoctlCommands with their params (#524) | greggameplayer | 2018-06-06 | 2 | -0/+53 |
* | | | | | | Merge pull request #529 from bunnei/am-nifm-stubs | Sebastian Valle | 2018-06-06 | 3 | -2/+23 |
|\ \ \ \ \ \ |
|
| * | | | | | | nifm: Stub out IRequest::SetConnectionConfirmationOption. | bunnei | 2018-06-06 | 1 | -1/+10 |
| * | | | | | | am: Stub out IApplicationFunctions::GetPseudoDeviceId. | bunnei | 2018-06-06 | 2 | -1/+13 |
* | | | | | | | Merge pull request #531 from bunnei/fix-shl | Sebastian Valle | 2018-06-06 | 1 | -1/+1 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | gl_shader_decompiler: Fix un/signed mismatch with SHL. | bunnei | 2018-06-06 | 1 | -1/+1 |
| |/ / / / / / |
|
* | | | | | | | Merge pull request #530 from bunnei/wrap-mirror | Sebastian Valle | 2018-06-06 | 1 | -0/+2 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | maxwell_to_gl: Implement WrapMode Mirror. | bunnei | 2018-06-06 | 1 | -0/+2 |
| |/ / / / / / |
|
* | | | | | | | Merge pull request #527 from Subv/rgba32f_texcopy | bunnei | 2018-06-06 | 2 | -0/+5 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | GPU: Allow the usage of RGBA16_FLOAT in the texture copy engine. | Subv | 2018-06-06 | 1 | -0/+2 |
| * | | | | | | | GPU: Allow the usage of RGBA32_FLOAT in the texture copy engine. | Subv | 2018-06-06 | 2 | -0/+3 |
| | |_|/ / / /
| |/| | | | | |
|
* | | | | | | | Merge pull request #528 from Subv/rg11b10f | bunnei | 2018-06-06 | 4 | -12/+31 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | GPU: Implemented the R11FG11FB10F texture and rendertarget formats. | Subv | 2018-06-06 | 4 | -11/+30 |
| * | | | | | | | GPU: Fixed the compression factor for RGBA16F textures. | Subv | 2018-06-06 | 1 | -1/+1 |
| |/ / / / / / |
|
* | / / / / / | GDB Stub Improvements (#508) | Hedges | 2018-06-06 | 4 | -27/+194 |
| |/ / / / /
|/| | | | | |
|
* | | | | | | Merge pull request #516 from Subv/f2i_r | bunnei | 2018-06-06 | 2 | -7/+64 |
|\ \ \ \ \ \
| |_|_|_|_|/
|/| | | | | |
|
| * | | | | | GPU: Implemented the F2I_R shader instruction. | Subv | 2018-06-05 | 2 | -7/+64 |
* | | | | | | Merge pull request #523 from yuzu-emu/revert-507-3616 | James Rowe | 2018-06-05 | 1 | -1/+1 |
|\ \ \ \ \ \ |
|
| * | | | | | | Revert "Port citra #3616" | bunnei | 2018-06-05 | 1 | -1/+1 |
|/ / / / / / |
|
* | | | | | | Merge pull request #521 from Subv/bra | bunnei | 2018-06-05 | 1 | -4/+5 |
|\ \ \ \ \ \ |
|
| * | | | | | | GPU: Corrected the branch targets for the shader bra instruction. | Subv | 2018-06-05 | 1 | -4/+5 |
| | |/ / / /
| |/| | | | |
|
* | | | | | | Merge pull request #520 from bunnei/shader-shl | bunnei | 2018-06-05 | 2 | -15/+48 |
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
|
| * | | | | | gl_shader_decompiler: Fix typo with ISCADD instruction. | bunnei | 2018-06-05 | 1 | -1/+1 |
| * | | | | | gl_shader_decompiler: Implement SHL instruction. | bunnei | 2018-06-05 | 2 | -14/+47 |
* | | | | | | Merge pull request #518 from Subv/incomplete_shaders | bunnei | 2018-06-05 | 1 | -5/+16 |
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
|
| * | | | | | GPU: Implement predicated exit instructions in the shader programs. | Subv | 2018-06-05 | 1 | -4/+6 |
| * | | | | | GPU: Take into account predicated exits when performing shader control flow analysis. | Subv | 2018-06-05 | 1 | -1/+10 |
* | | | | | | Merge pull request #519 from bunnei/pred-not-equal | bunnei | 2018-06-05 | 1 | -3/+3 |
|\ \ \ \ \ \ |
|
| * | | | | | | gl_shader_decompiler: Implement PredCondition::NotEqual. | bunnei | 2018-06-05 | 1 | -3/+3 |
|/ / / / / / |
|
* | | | | | | Merge pull request #517 from Subv/iscadd | bunnei | 2018-06-05 | 2 | -0/+47 |
|\ \ \ \ \ \
| |_|/ / / /
|/| | | | | |
|
| * | | | | | GPU: Implement the ISCADD shader instructions. | Subv | 2018-06-05 | 2 | -0/+40 |
| * | | | | | GPU: Added decodings for the ISCADD instructions. | Subv | 2018-06-05 | 1 | -0/+7 |
|/ / / / / |
|
* | | | | | Merge pull request #514 from Subv/lop32i | bunnei | 2018-06-05 | 2 | -1/+58 |
|\ \ \ \ \ |
|
| * | | | | | GPU: Implemented the LOP32I instruction. | Subv | 2018-06-04 | 2 | -1/+58 |
| | |/ / /
| |/| | | |
|
* | | | | | Merge pull request #510 from Subv/isetp | bunnei | 2018-06-05 | 2 | -6/+63 |
|\ \ \ \ \ |
|
| * | | | | | GPU: Use explicit types when retrieving the uniform values for fsetp/fset and isetp instead of the type of an invalid output register. | Subv | 2018-06-04 | 1 | -9/+18 |
| * | | | | | GPU: Implemented the ISETP_R and ISETP_C shader instructions. | Subv | 2018-06-04 | 2 | -0/+48 |
* | | | | | | Merge pull request #512 from Subv/fset | bunnei | 2018-06-05 | 2 | -4/+19 |
|\ \ \ \ \ \
| |_|_|/ / /
|/| | | | | |
|
| * | | | | | GPU: Use the bf bit in FSET to determine whether to write 0xFFFFFFFF or 1.0f. | Subv | 2018-06-04 | 2 | -2/+7 |
| * | | | | | GPU: Corrected the I2F_R implementation. | Subv | 2018-06-04 | 1 | -2/+12 |
| | |/ / /
| |/| | | |
|
* | | | | | Merge pull request #501 from Subv/shader_bra | bunnei | 2018-06-05 | 2 | -1/+45 |
|\ \ \ \ \ |
|
| * | | | | | GPU: Partially implemented the shader BRA instruction. | Subv | 2018-06-04 | 2 | -1/+43 |
| * | | | | | GPU: Added decoding for the BRA instruction. | Subv | 2018-06-04 | 1 | -0/+2 |
| | |/ / /
| |/| | | |
|
* | | | | | Merge pull request #515 from Subv/viewport_fix | bunnei | 2018-06-05 | 2 | -14/+30 |
|\ \ \ \ \ |
|
| * | | | | | GPU: Calculate the correct viewport dimensions based on the scale and translate registers. | Subv | 2018-06-04 | 2 | -14/+30 |
| | |/ / /
| |/| | | |
|
* | | | | | Merge pull request #490 from BreadFish64/extension-check | bunnei | 2018-06-04 | 4 | -0/+53 |
|\ \ \ \ \ |
|
| * | | | | | sdl: add check for GL extension support | BreadFish64 | 2018-06-04 | 2 | -0/+26 |
| * | | | | | qt: add check for GL extension support | BreadFish64 | 2018-06-04 | 2 | -0/+27 |
* | | | | | | Merge pull request #513 from Subv/cache_alignment | bunnei | 2018-06-04 | 1 | -1/+2 |
|\ \ \ \ \ \ |
|
| * | | | | | | GLCache: Corrected a mismatch between storing compressed sizes and verifying the uncompressed alignment in GetSurface. | Subv | 2018-06-04 | 1 | -1/+2 |
| | |/ / / /
| |/| | | | |
|
* | | | | | | Nvdrv/devices/nvhost_gpu : Add some IoctlCommands with their params (#511) | greggameplayer | 2018-06-04 | 1 | -0/+47 |
* | | | | | | Merge pull request #502 from bunnei/more-am-stuff | bunnei | 2018-06-04 | 1 | -4/+28 |
|\ \ \ \ \ \ |
|
| * | | | | | | am: Implement ILibraryAppletAccessor::PopOutData. | bunnei | 2018-06-04 | 1 | -1/+11 |
| * | | | | | | am: ISelfController:LaunchableEvent should be sticky. | bunnei | 2018-06-04 | 1 | -1/+1 |
| * | | | | | | am: Stub out ILibraryAppletAccessor Start and GetResult methods. | bunnei | 2018-06-04 | 1 | -2/+16 |
| |/ / / / / |
|
* | | | | | | Merge pull request #507 from valentinvanelslande/3616 | James Rowe | 2018-06-04 | 1 | -1/+1 |
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
|
| * | | | | | Port citra #3616 | Valentin Vanelslande | 2018-06-04 | 1 | -1/+1 |
|/ / / / / |
|
* | | | | | Merge pull request #499 from bunnei/am-stuff | bunnei | 2018-06-04 | 2 | -66/+105 |
|\ \ \ \ \
| |_|/ / /
|/| | | | |
|
| * | | | | am: Implement ILibraryAppletAccessor::PushInData. | bunnei | 2018-06-04 | 1 | -43/+55 |
| * | | | | am: Implement IStorageAccessor::Write. | bunnei | 2018-06-04 | 1 | -1/+17 |
| * | | | | am: Cleanup IStorageAccessor::Read. | bunnei | 2018-06-04 | 1 | -5/+3 |
| * | | | | am: Implement ILibraryAppletCreator::CreateStorage. | bunnei | 2018-06-04 | 2 | -21/+34 |
* | | | | | Merge pull request #500 from Subv/long_queries | bunnei | 2018-06-04 | 1 | -9/+24 |
|\ \ \ \ \ |
|
| * | | | | | GPU: Partial implementation of long GPU queries. | Subv | 2018-06-04 | 1 | -9/+24 |
* | | | | | | Merge pull request #498 from bunnei/texs-mask | bunnei | 2018-06-04 | 2 | -9/+26 |
|\ \ \ \ \ \
| |_|/ / / /
|/| | | | | |
|
| * | | | | | gl_shader_decompiler: Implement TEXS component mask. | bunnei | 2018-06-03 | 2 | -9/+26 |
|/ / / / / |
|
* | | | | | Merge pull request #494 from bunnei/shader-tex | bunnei | 2018-06-03 | 2 | -2/+58 |
|\ \ \ \ \ |
|
| * | | | | | gl_shader_decompiler: Implement TEX instruction. | bunnei | 2018-06-01 | 2 | -1/+36 |
| * | | | | | gl_shader_decompiler: Support multi-destination for TEXS. | bunnei | 2018-06-01 | 2 | -2/+23 |
* | | | | | | Merge pull request #495 from bunnei/improve-rro | bunnei | 2018-06-03 | 2 | -9/+18 |
|\ \ \ \ \ \ |
|
| * | | | | | | gl_shader_decompiler: Implement RRO as a register move. | bunnei | 2018-06-03 | 2 | -9/+18 |
| |/ / / / / |
|
* | | | | | | Merge pull request #484 from mailwl/nvhost-nvdec | bunnei | 2018-06-03 | 4 | -0/+74 |
|\ \ \ \ \ \ |
|
| * | | | | | | Services/nvdrv: add '/dev/nvhost-nvdec' device | mailwl | 2018-05-30 | 4 | -0/+74 |
* | | | | | | | Merge pull request #496 from Subv/waitprocesswidekey_timeout | bunnei | 2018-06-03 | 1 | -2/+5 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | Kernel/Threads: A thread waking up by timeout from a WaitProcessWideKey may already have an assigned lock owner. | Subv | 2018-06-02 | 1 | -2/+5 |
| | |_|/ / / /
| |/| | | | | |
|
* | | | | | | | Merge pull request #497 from Subv/dxn1 | bunnei | 2018-06-03 | 3 | -3/+16 |
|\ \ \ \ \ \ \
| |/ / / / / /
|/| | | | | | |
|
| * | | | | | | GPU: Implemented the DXN1 (BC4) texture format. | Subv | 2018-06-02 | 3 | -3/+16 |
|/ / / / / / |
|
* | | | | | | Merge pull request #492 from mailwl/time | bunnei | 2018-06-01 | 2 | -14/+72 |
|\ \ \ \ \ \
| |_|/ / / /
|/| | | | | |
|
| * | | | | | Service/time: implement posix time to calendar conversion | mailwl | 2018-06-01 | 2 | -14/+72 |
|/ / / / / |
|
* | | | | | Merge pull request #488 from Subv/thread_masks | bunnei | 2018-06-01 | 3 | -4/+31 |
|\ \ \ \ \ |
|
| * | | | | | Kernel/Thread: Corrected a typo that caused the affinity mask to never be changed. | Subv | 2018-05-31 | 1 | -2/+2 |
| * | | | | | Kernel/SVC: Support special core values -2 and -3 in svcSetThreadCoreMask. | Subv | 2018-05-31 | 2 | -1/+28 |
| * | | | | | Kernel/Thread: Corrected a typo in an assert about the processor id. | Subv | 2018-05-30 | 1 | -1/+1 |
* | | | | | | Merge pull request #491 from bunnei/rgba16f | bunnei | 2018-06-01 | 3 | -7/+24 |
|\ \ \ \ \ \ |
|
| * | | | | | | gl_rasterizer_cache: Assert that component type is UNorm or format is RGBA16F. | bunnei | 2018-05-31 | 1 | -1/+2 |
| * | | | | | | gl_rasterizer_cache: Implement PixelFormat RGBA16F. | bunnei | 2018-05-31 | 3 | -6/+22 |
|/ / / / / / |
|
* | | | | | | Merge pull request #489 from Subv/vertexid | bunnei | 2018-05-30 | 2 | -1/+11 |
|\ \ \ \ \ \ |
|
| * | | | | | | Shaders: Implemented reading the gl_InstanceID and gl_VertexID variables in the vertex shader. | Subv | 2018-05-30 | 2 | -1/+11 |
| |/ / / / / |
|
* | | / / / | add IPC CommandType & Some HID FunctionInfo (#487) | greggameplayer | 2018-05-30 | 2 | -0/+33 |
| |_|/ / /
|/| | | | |
|
* | | | | | Merge pull request #483 from bunnei/sonic | Sebastian Valle | 2018-05-30 | 5 | -10/+35 |
|\ \ \ \ \
| |_|/ / /
|/| | | | |
|
| * | | | | gl_shader_decompiler: F2F_R instruction: Implement abs. | bunnei | 2018-05-30 | 1 | -1/+7 |
| * | | | | gl_shader_decompiler: Partially implement F2F_R instruction. | bunnei | 2018-05-30 | 2 | -4/+9 |
| * | | | | nvhost_ctrl: Stub out IocCtrlEventRegister. | bunnei | 2018-05-30 | 2 | -0/+10 |
| * | | | | nvhost_ctrl: Stub out IocCtrlEventWaitAsyncCommand. | bunnei | 2018-05-30 | 2 | -5/+9 |
| * | | | | gl_rasterize_cache: Invert order of tex format RGB565. | bunnei | 2018-05-30 | 1 | -1/+1 |
| |/ / / |
|
* | | | | Merge pull request #482 from Subv/r8 | bunnei | 2018-05-30 | 3 | -5/+18 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | GPU: Implemented the R8 texture format (0x1D) | Subv | 2018-05-30 | 3 | -5/+18 |
|/ / / |
|
* | | | Merge pull request #480 from mailwl/bcat | bunnei | 2018-05-30 | 8 | -0/+120 |
|\ \ \ |
|
| * | | | Service/BCAT: add module and services | mailwl | 2018-05-28 | 8 | -0/+120 |
| |/ / |
|
* / / | add all the known TextureFormat (#474) | greggameplayer | 2018-05-29 | 1 | -2/+71 |
|/ / |
|
* | | Merge pull request #472 from bunnei/greater-equal | bunnei | 2018-05-27 | 1 | -4/+3 |
|\ \ |
|
| * | | gl_shader_decompiler: Implement GetPredicateComparison GreaterEqual. | bunnei | 2018-05-26 | 1 | -4/+3 |
* | | | Merge pull request #476 from Subv/a1bgr5 | bunnei | 2018-05-27 | 4 | -5/+21 |
|\ \ \ |
|
| * | | | GPU: Implemented the A1B5G5R5 texture format (0x14) | Subv | 2018-05-27 | 4 | -5/+21 |
| |/ / |
|
* | | | Merge pull request #475 from ogniK5377/nvos-getconfig | bunnei | 2018-05-27 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | NvOsGetConfigU32 should return null instead of 0 for default output | David Marcec | 2018-05-27 | 1 | -1/+1 |
| |/ / |
|
* | | | Merge pull request #473 from bunnei/get-display-version | bunnei | 2018-05-27 | 2 | -1/+10 |
|\ \ \ |
|
| * | | | am: Stub IApplicationFunctions GetDisplayVersion. | bunnei | 2018-05-26 | 2 | -1/+10 |
| |/ / |
|
* | | | Merge pull request #471 from bunnei/fmnmx | Sebastian Valle | 2018-05-27 | 2 | -4/+10 |
|\ \ \
| |/ /
|/| | |
|
| * | | shader_bytecode: Implement other variants of FMNMX. | bunnei | 2018-05-26 | 2 | -4/+10 |
|/ / |
|
* | | Add & correct miscellaneous things (#470) | greggameplayer | 2018-05-26 | 4 | -4/+55 |
* | | Merge pull request #466 from mailwl/nv-timeout | bunnei | 2018-05-26 | 2 | -0/+16 |
|\ \ |
|
| * | | Stub NVGPU_IOCTL_CHANNEL_SET_TIMEOUT | mailwl | 2018-05-24 | 2 | -0/+16 |
* | | | GetAudioRendererWorkBufferSize impl (#465) | David | 2018-05-26 | 2 | -2/+88 |
* | | | Merge pull request #468 from Subv/compound_preds | bunnei | 2018-05-26 | 1 | -46/+66 |
|\ \ \ |
|
| * | | | Shader: Implemented compound predicates in fset. | Subv | 2018-05-25 | 1 | -28/+12 |
| * | | | Shader: Implemented compound predicates in fsetp. | Subv | 2018-05-25 | 1 | -19/+55 |
| |/ / |
|
* | | | Merge pull request #469 from Subv/channel_rebind | bunnei | 2018-05-26 | 1 | -1/+0 |
|\ \ \ |
|
| * | | | GPU: Allow command lists to rebind a channel to another engine in the middle of the command list. | Subv | 2018-05-25 | 1 | -1/+0 |
| |/ / |
|
* / / | Stubbed NVGPU_GPU_IOCTL_ZBC_SET_TABLE (#463) | David | 2018-05-25 | 2 | -0/+22 |
|/ / |
|
* | | Merge pull request #464 from bunnei/fix-msvc | bunnei | 2018-05-24 | 1 | -14/+12 |
|\ \ |
|
| * | | yuzu_cmd: Fix project for latest msvc. | bunnei | 2018-05-24 | 1 | -14/+12 |
|/ / |
|
* | | Merge pull request #462 from ogniK5377/hid-fix | bunnei | 2018-05-24 | 1 | -1/+1 |
|\ \ |
|
| * | | Fix deadlocks caused from HID having too many layouts | David Marcec | 2018-05-24 | 1 | -1/+1 |
|/ / |
|
* | | Merge pull request #460 from greggameplayer/patch-6 | bunnei | 2018-05-23 | 1 | -2/+8 |
|\ \ |
|
| * | | Add & correct some error modules | greggameplayer | 2018-05-23 | 1 | -2/+8 |
* | | | Merge pull request #459 from greggameplayer/patch-5 | bunnei | 2018-05-23 | 3 | -29/+117 |
|\ \ \ |
|
| * | | | change some functions | greggameplayer | 2018-05-23 | 1 | -6/+6 |
| * | | | correct placement and add size check | greggameplayer | 2018-05-23 | 1 | -21/+25 |
| * | | | Add ioctl commands with their params and size check | greggameplayer | 2018-05-23 | 1 | -2/+86 |
| |/ / |
|
* | | | Merge pull request #461 from lioncash/dynarmic | bunnei | 2018-05-23 | 1 | -0/+0 |
|\ \ \ |
|
| * | | | externals: Update dynarmic | Lioncash | 2018-05-23 | 1 | -0/+0 |
|/ / / |
|
* | | | Merge pull request #454 from Subv/signal_processwide | bunnei | 2018-05-23 | 1 | -83/+74 |
|\ \ \
| |/ /
|/| | |
|
| * | | Kernel/SVC: Signal the highest priority threads first in svcSignalProcessWideKey. | Subv | 2018-05-19 | 1 | -51/+68 |
| * | | Kernel/Threads: Reschedule the proper core when operating on that core's threads. | Subv | 2018-05-19 | 1 | -2/+6 |
| * | | SVC: Removed unused WaitSynchronization1 function | Subv | 2018-05-19 | 1 | -30/+0 |
* | | | Implemented NVHOST_IOCTL_CHANNEL_GET_WAITBASE (#440) | David | 2018-05-22 | 2 | -1/+20 |
* | | | Merge pull request #456 from Subv/unmap_buffer | bunnei | 2018-05-21 | 6 | -1/+118 |
|\ \ \ |
|
| * | | | GPU: Implemented the nvmap Free ioctl. | Subv | 2018-05-20 | 2 | -1/+48 |
| * | | | GPU: Implemented nvhost-as-gpu's UnmapBuffer ioctl. | Subv | 2018-05-20 | 4 | -0/+70 |
| |/ / |
|
* | | | Correct audio command numbers & add or rename some functions (#455) | greggameplayer | 2018-05-21 | 5 | -34/+34 |
* | | | Merge pull request #457 from Subv/mutex_waiters | bunnei | 2018-05-21 | 1 | -1/+0 |
|\ \ \ |
|
| * | | | Mutex: Do not assert when the mutex waiting threads list isn't empty on mutex release. | Subv | 2018-05-20 | 1 | -1/+0 |
| |/ / |
|
* | | | Merge pull request #458 from Subv/fmnmx | bunnei | 2018-05-21 | 2 | -6/+26 |
|\ \ \ |
|
| * | | | Shaders: Implemented the FMNMX shader instruction. | Subv | 2018-05-21 | 2 | -6/+26 |
| |/ / |
|
* | | | Merge pull request #445 from greggameplayer/patch-2 | bunnei | 2018-05-21 | 3 | -6/+7 |
|\ \ \ |
|
| * | | | rename fatal:u functions & add ThrowFatal | greggameplayer | 2018-05-18 | 1 | -2/+3 |
| * | | | Properly update fatal.h void name | greggameplayer | 2018-05-18 | 1 | -2/+2 |
| * | | | Properly rename fatal module functions | greggameplayer | 2018-05-18 | 1 | -2/+2 |
| |/ / |
|
* | | | Merge pull request #453 from Subv/thread_callstack | Sebastian Valle | 2018-05-21 | 2 | -0/+37 |
|\ \ \ |
|
| * | | | Qt/WaitTree: Display the callstack for each thread in the wait tree widget. | Subv | 2018-05-19 | 2 | -0/+37 |
| |/ / |
|
* | | | Merge pull request #452 from Subv/psetp | Sebastian Valle | 2018-05-21 | 1 | -0/+3 |
|\ \ \ |
|
| * | | | ShadersDecompiler: Added decoding for the PSETP instruction. | Subv | 2018-05-19 | 1 | -0/+3 |
| |/ / |
|
* | | | Merge pull request #451 from Subv/gl_array_size | Sebastian Valle | 2018-05-21 | 2 | -13/+3 |
|\ \ \ |
|
| * | | | GLRenderer: Remove unused hw_vao_enabled_attributes variable. | Subv | 2018-05-19 | 2 | -4/+0 |
| * | | | GLRenderer: Remove unused vertex buffer and increase the size of the stream buffer to 128 MB. | Subv | 2018-05-19 | 2 | -9/+3 |
| |/ / |
|
* | | | Merge pull request #450 from Subv/shader_link_error | Sebastian Valle | 2018-05-20 | 1 | -0/+27 |
|\ \ \ |
|
| * | | | GLRenderer: Log the shader source code when program linking fails. | Subv | 2018-05-19 | 1 | -0/+27 |
| |/ / |
|
* | | | Merge pull request #443 from ogniK5377/ipc-500 | Sebastian Valle | 2018-05-20 | 3 | -1/+7 |
|\ \ \ |
|
| * | | | Added RequestWithContext & ControlWithContext | David Marcec | 2018-05-17 | 3 | -1/+7 |
| |/ / |
|
* | | | Add and correct some Error Modules (#444) | greggameplayer | 2018-05-20 | 1 | -6/+40 |
* | | | Merge pull request #442 from Hexagon12/nfp-service-names | Sebastian Valle | 2018-05-20 | 1 | -24/+24 |
|\ \ \
| |/ /
|/| | |
|
| * | | Updated nfp with more service names | Hexagon12 | 2018-05-13 | 1 | -24/+24 |
|/ / |
|
* | | Merge pull request #436 from bunnei/multi-core | bunnei | 2018-05-11 | 24 | -189/+613 |
|\ \ |
|
| * | | core: Add several missing docstrings. | bunnei | 2018-05-11 | 1 | -0/+8 |
| * | | thread: Rename mask to affinity_masks. | bunnei | 2018-05-11 | 4 | -5/+6 |
| * | | core: Run all CPU cores separately, even in single-thread mode. | bunnei | 2018-05-11 | 2 | -13/+23 |
| * | | thread: Support core change on ResumeFromWait and improve ChangeCore. | bunnei | 2018-05-11 | 1 | -37/+68 |
| * | | scheduler: Protect scheduling functions with a global mutex. | bunnei | 2018-05-11 | 2 | -0/+18 |
| * | | wait_tree: Add ideal core and affinity mask. | bunnei | 2018-05-11 | 1 | -0/+2 |
| * | | thread: Initialize ideal_core and mask members. | bunnei | 2018-05-11 | 1 | -0/+2 |
| * | | threading: Reschedule only on cores that are necessary. | bunnei | 2018-05-11 | 4 | -3/+10 |
| * | | svc: Implement GetThreadCoreMask and SetThreadCoreMask. | bunnei | 2018-05-11 | 1 | -7/+22 |
| * | | thread: Implement ChangeCore function. | bunnei | 2018-05-11 | 2 | -1/+58 |
| * | | svc: SignalProcessWideKey should apply to all cores. | bunnei | 2018-05-11 | 1 | -43/+50 |
| * | | svc: Implement GetCurrentProcessorNumber. | bunnei | 2018-05-11 | 1 | -2/+2 |
| * | | wait_tree: Show all threads on all schedulers. | bunnei | 2018-05-11 | 1 | -6/+14 |
| * | | core: Add a configuration setting for use_multi_core. | bunnei | 2018-05-11 | 10 | -17/+56 |
| * | | core: Support session close with multicore. | bunnei | 2018-05-11 | 4 | -16/+47 |
| * | | core: Implement multicore support. | bunnei | 2018-05-11 | 13 | -78/+113 |
| * | | core: Create a thread for each CPU core, keep in lock-step with a barrier. | bunnei | 2018-05-11 | 4 | -18/+94 |
| * | | core: Move common CPU core things to its own class. | bunnei | 2018-05-11 | 5 | -58/+135 |
* | | | Merge pull request #439 from ogniK5377/GetTPCMasks | bunnei | 2018-05-11 | 2 | -4/+8 |
|\ \ \
| |/ /
|/| | |
|
| * | | More accurate GetTPCMasks impl | David Marcec | 2018-05-11 | 2 | -4/+8 |
|/ / |
|
* | | Stubs for QLaunch (#428) | Hexagon12 | 2018-05-07 | 4 | -5/+221 |
* | | hid: Tweaks, Analog Sticks (#435) | Max Thomas | 2018-05-07 | 3 | -68/+224 |
* | | Merge pull request #434 from lioncash/vdtor | bunnei | 2018-05-03 | 3 | -1/+13 |
|\ \ |
|
| * | | memory_hook: Default virtual destructor in the cpp file | Lioncash | 2018-05-03 | 3 | -1/+13 |
* | | | Merge pull request #433 from lioncash/logging | bunnei | 2018-05-03 | 2 | -48/+55 |
|\ \ \
| |/ /
|/| | |
|
| * | | core_timing: Don't include the log header in core timing's header | Lioncash | 2018-05-03 | 2 | -48/+55 |
|/ / |
|
* | | Merge pull request #431 from lioncash/fmt | bunnei | 2018-05-02 | 29 | -104/+105 |
|\ \ |
|
| * | | general: Make formatting of logged hex values more straightforward | Lioncash | 2018-05-02 | 29 | -104/+105 |
* | | | Merge pull request #430 from lioncash/vec | bunnei | 2018-05-02 | 1 | -9/+9 |
|\ \ \ |
|
| * | | | vector_math: Ensure members are always initialized | Lioncash | 2018-05-02 | 1 | -9/+9 |
| |/ / |
|
* | | | Merge pull request #427 from bunnei/domain-inputs | bunnei | 2018-05-02 | 4 | -0/+23 |
|\ \ \
| |/ /
|/| | |
|
| * | | ipc: Add support for PopIpcInterface() method. | bunnei | 2018-05-02 | 4 | -0/+23 |
|/ / |
|
* | | Merge pull request #429 from Subv/ioctl_corruption | bunnei | 2018-05-01 | 2 | -5/+0 |
|\ \ |
|
| * | | GPU: Don't write to invalid memory locations when handling ioctls that don't have an output. | Subv | 2018-05-01 | 2 | -5/+0 |
* | | | GetSharedFontInOrderOfPriority (#381) | David | 2018-05-01 | 4 | -24/+54 |
|/ / |
|
* | | Merge pull request #425 from lioncash/namespace | bunnei | 2018-04-30 | 9 | -14/+18 |
|\ \ |
|
| * | | core_timing: Namespace all functions and constants in core_timing's header | Lioncash | 2018-04-30 | 9 | -14/+18 |
|/ / |
|
* | | Merge pull request #424 from lioncash/string | bunnei | 2018-04-30 | 8 | -99/+19 |
|\ \ |
|
| * | | string_util: Remove StringFromFormat() and related functions | Lioncash | 2018-04-30 | 8 | -99/+19 |
* | | | Merge pull request #422 from bunnei/shader-mov | bunnei | 2018-04-30 | 4 | -0/+30 |
|\ \ \ |
|
| * | | | maxwell_3d: Reset vertex counts after drawing. | bunnei | 2018-04-29 | 1 | -0/+10 |
| * | | | gl_shader_decompiler: Implement MOV_R. | bunnei | 2018-04-29 | 1 | -1/+2 |
| * | | | maxwell_to_gl: Implement type SignedNorm, Size_8_8_8_8. | bunnei | 2018-04-29 | 1 | -0/+12 |
| * | | | shader_bytecode: Add decoding for FMNMX instruction. | bunnei | 2018-04-29 | 1 | -0/+2 |
| * | | | gl_shader_decompiler: Implement MOV_C. | bunnei | 2018-04-29 | 1 | -0/+5 |
* | | | | Merge pull request #423 from lioncash/file | bunnei | 2018-04-30 | 2 | -8/+12 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | file_util: Make move constructor/assignment operator and related functions noexcept | Lioncash | 2018-04-30 | 2 | -6/+6 |
| * | | | file_util: Add static assertions to ReadBytes() and WriteBytes() | Lioncash | 2018-04-30 | 1 | -2/+6 |
|/ / / |
|
* | | | Merge pull request #421 from Subv/sh_pred3 | bunnei | 2018-04-29 | 1 | -0/+7 |
|\ \ \
| |/ /
|/| | |
|
| * | | Shaders: Implemented predicate condition 3 (LessEqual) in the fset and fsetp instructions. | Subv | 2018-04-29 | 1 | -0/+7 |
|/ / |
|
* | | Merge pull request #416 from bunnei/shader-ints-p3 | bunnei | 2018-04-29 | 2 | -114/+206 |
|\ \ |
|
| * | | gl_shader_decompiler: Partially implement I2I_R, and I2F_R. | bunnei | 2018-04-29 | 2 | -8/+34 |
| * | | gl_shader_decompiler: More cleanups, etc. with how we handle register types. | bunnei | 2018-04-29 | 1 | -44/+120 |
| * | | GLSLRegister: Simplify register declarations, etc. | bunnei | 2018-04-29 | 1 | -63/+31 |
| * | | shader_bytecode: Add decodings for i2i instructions. | bunnei | 2018-04-29 | 1 | -3/+20 |
| * | | gl_shader_decompiler: Implement MOV32_IMM instruction. | bunnei | 2018-04-29 | 2 | -2/+7 |
* | | | Merge pull request #417 from bunnei/lang-codes | bunnei | 2018-04-29 | 3 | -8/+49 |
|\ \ \ |
|
| * | | | am: Fix GetDesiredLanguage implementation. | bunnei | 2018-04-29 | 1 | -2/+4 |
| * | | | set: Fix GetAvailableLanguageCodes implementation. | bunnei | 2018-04-29 | 2 | -6/+45 |
| |/ / |
|
* | | | Merge pull request #418 from bunnei/copy-block-height | Sebastian Valle | 2018-04-29 | 2 | -2/+7 |
|\ \ \
| |/ /
|/| | |
|
| * | | fermi_2d: Fix surface copy block height. | bunnei | 2018-04-29 | 2 | -2/+7 |
|/ / |
|
* | | Merge pull request #414 from lioncash/cruft | bunnei | 2018-04-28 | 1 | -8/+0 |
|\ \ |
|
| * | | file_util: Remove compiler version checks around is_trivially_copyable() | Lioncash | 2018-04-28 | 1 | -8/+0 |
* | | | Merge pull request #413 from lioncash/dynarmic | bunnei | 2018-04-28 | 1 | -0/+0 |
|\ \ \
| |/ /
|/| | |
|
| * | | externals: Update dynarmic | Lioncash | 2018-04-28 | 1 | -0/+0 |
* | | | Merge pull request #412 from lioncash/log | bunnei | 2018-04-28 | 2 | -54/+1 |
|\ \ \
| |/ /
|/| | |
|
| * | | log: Remove old logging macros and functions | Lioncash | 2018-04-27 | 2 | -54/+1 |
* | | | Merge pull request #411 from lioncash/travis | Mat M | 2018-04-28 | 1 | -1/+1 |
|\ \ \
| |/ /
|/| | |
|
| * | | travis: Use Xcode 9.3 instead of 9.2 | Lioncash | 2018-04-27 | 1 | -1/+1 |
* | | | Merge pull request #408 from bunnei/shader-ints-p2 | bunnei | 2018-04-27 | 1 | -154/+262 |
|\ \ \ |
|
| * | | | gl_shader_decompiler: Add GLSLRegisterManager class to track register state. | bunnei | 2018-04-27 | 1 | -154/+262 |
| |/ / |
|
* | | | Merge pull request #410 from lioncash/generic | bunnei | 2018-04-27 | 4 | -12/+11 |
|\ \ \
| |/ /
|/| | |
|
| * | | renderer_opengl: Replace usages of LOG_GENERIC with fmt-capable equivalents | Lioncash | 2018-04-27 | 1 | -6/+7 |
| * | | core: Replace usages of LOG_GENERIC with new fmt-capable equivalents | Lioncash | 2018-04-27 | 3 | -6/+4 |
|/ / |
|
* | | Merge pull request #409 from lioncash/assert | bunnei | 2018-04-27 | 17 | -39/+39 |
|\ \ |
|
| * | | general: Convert assertion macros over to be fmt-compatible | Lioncash | 2018-04-27 | 17 | -39/+39 |
|/ / |
|
* | | Merge pull request #380 from ogniK5377/service-impl | bunnei | 2018-04-27 | 13 | -13/+140 |
|\ \ |
|
| * | | Switched to NGLOG_WARNING | David Marcec | 2018-04-27 | 4 | -5/+5 |
| * | | Merge branch 'master' of https://github.com/yuzu-emu/yuzu into service-impl | David Marcec | 2018-04-26 | 110 | -2244/+1811 |
| |\ \ |
|
| * | | | Added PREPO to logging backend, Removed comments from SaveReportWithUser | David Marcec | 2018-04-26 | 3 | -13/+3 |
| * | | | GetIUserInterface->CreateUserInterface, Added todos and stub logs. Playreport->PlayReport. | David Marcec | 2018-04-23 | 10 | -25/+64 |
| * | | | lioncash proposed changes | David | 2018-04-22 | 1 | -2/+2 |
| * | | | Implemented GetIUserInterface properly, Playreport and SSL::SetInterfaceVersion. Fixed ipc issues with IAudioDevice(wrong ids) | David Marcec | 2018-04-22 | 11 | -11/+109 |
* | | | | Merge pull request #406 from lioncash/frontend | bunnei | 2018-04-27 | 5 | -27/+26 |
|\ \ \ \ |
|
| * | | | | frontends: Move logging macros over to new fmt-capable ones | Lioncash | 2018-04-27 | 5 | -27/+26 |
* | | | | | Merge pull request #407 from lioncash/common | bunnei | 2018-04-27 | 4 | -67/+67 |
|\ \ \ \ \ |
|
| * | | | | | common: Move logging macros over to new fmt-capable macros where applicable | Lioncash | 2018-04-27 | 4 | -67/+67 |
| |/ / / / |
|
* | | | | | Merge pull request #405 from lioncash/input | bunnei | 2018-04-27 | 1 | -3/+3 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | input_common: Move old logging macros over to fmt-capable ones | Lioncash | 2018-04-27 | 1 | -3/+3 |
|/ / / / |
|
* | | | | Merge pull request #402 from lioncash/core | bunnei | 2018-04-27 | 6 | -28/+28 |
|\ \ \ \ |
|
| * | | | | core: Replace remaining old non-generic logger usages with fmt-capable equivalents | Lioncash | 2018-04-26 | 6 | -28/+28 |
* | | | | | Merge pull request #399 from bunnei/shader-ints | bunnei | 2018-04-27 | 2 | -9/+120 |
|\ \ \ \ \
| |_|_|/ /
|/| | | | |
|
| * | | | | gl_shader_decompiler: Boilerplate for handling integer instructions. | bunnei | 2018-04-26 | 2 | -6/+111 |
| * | | | | gl_shader_decompiler: Move color output to EXIT instruction. | bunnei | 2018-04-26 | 1 | -6/+12 |
| |/ / / |
|
* | | | | Merge pull request #403 from lioncash/common | bunnei | 2018-04-26 | 3 | -792/+0 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | common: Remove chunk_file.h and linear_disk_cache.h | Lioncash | 2018-04-26 | 3 | -792/+0 |
|/ / / |
|
* | | | Merge pull request #401 from lioncash/gdbstub | bunnei | 2018-04-26 | 1 | -38/+37 |
|\ \ \ |
|
| * | | | core/gdbstub: Move logging macros to new fmt-compatible ones | Lioncash | 2018-04-26 | 1 | -38/+37 |
|/ / / |
|
* | | | Merge pull request #400 from lioncash/hw | bunnei | 2018-04-26 | 2 | -8/+10 |
|\ \ \ |
|
| * | | | core/hw: Move logging macros over to fmt-capable ones | Lioncash | 2018-04-26 | 2 | -8/+10 |
|/ / / |
|
* | | | Merge pull request #396 from Subv/shader_ops | bunnei | 2018-04-26 | 2 | -9/+89 |
|\ \ \ |
|
| * | | | Shaders: Added bit decodings for the I2I instruction. | Subv | 2018-04-25 | 1 | -0/+6 |
| * | | | Shaders: Implemented the FSET instruction. | Subv | 2018-04-25 | 1 | -0/+53 |
| * | | | Shaders: Added decodings for the FSET instructions. | Subv | 2018-04-25 | 2 | -9/+30 |
* | | | | Merge pull request #398 from lioncash/kernel | bunnei | 2018-04-26 | 11 | -107/+110 |
|\ \ \ \ |
|
| * | | | | kernel/shared_memory: Remove unnecessary semicolon at end of ConvertPermissions() | Lioncash | 2018-04-26 | 1 | -1/+1 |
| * | | | | kernel: Migrate logging macros to fmt-compatible ones | Lioncash | 2018-04-26 | 11 | -106/+109 |
* | | | | | Merge pull request #387 from Subv/maxwell_2d | bunnei | 2018-04-26 | 10 | -52/+203 |
|\ \ \ \ \ |
|
| * | | | | | GPU: Partially implemented the Fermi2D surface copy operation. | Subv | 2018-04-25 | 2 | -0/+59 |
| * | | | | | Memory: Added a missing shortcut for Memory::CopyBlock for the current process. | Subv | 2018-04-25 | 1 | -0/+4 |
| * | | | | | GPU: Make the Textures::CopySwizzledData function accessible from the outside of the file. | Subv | 2018-04-25 | 2 | -3/+6 |
| * | | | | | GPU: Added a function to retrieve the bytes per pixel of the render target formats. | Subv | 2018-04-25 | 2 | -0/+15 |
| * | | | | | GPU: Added surface copy registers to Fermi2D | Subv | 2018-04-25 | 1 | -1/+57 |
| * | | | | | GPU: Added boilerplate code for the Fermi2D engine | Subv | 2018-04-25 | 3 | -3/+34 |
| * | | | | | GPU: Reduce the number of registers of Maxwell3D to 0xE00. | Subv | 2018-04-25 | 2 | -5/+5 |
| * | | | | | GPU: Move the Maxwell3D macro uploading code to the inside of the Maxwell3D processor. | Subv | 2018-04-25 | 4 | -40/+23 |
| * | | | | | GPU: Corrected the upper bound of the PFIFO method ids in the command processor. | Subv | 2018-04-25 | 1 | -1/+1 |
* | | | | | | Merge pull request #395 from lioncash/file-sys | bunnei | 2018-04-26 | 8 | -68/+59 |
|\ \ \ \ \ \
| |_|/ / / /
|/| | | | | |
|
| * | | | | | file-sys: convert a StringFromFormat call into fmt::format in GetFullPath() | Lioncash | 2018-04-25 | 1 | -4/+1 |
| * | | | | | file-sys: Move logging macros over to the new fmt-capable ones | Lioncash | 2018-04-25 | 8 | -64/+58 |
| | |/ / /
| |/| | | |
|
* | | | | | Merge pull request #390 from mailwl/pctl-module | bunnei | 2018-04-25 | 7 | -39/+71 |
|\ \ \ \ \ |
|
| * | | | | | Service/PCTL: convert to module, add services, stub | mailwl | 2018-04-25 | 7 | -39/+71 |
| |/ / / / |
|
* | | | | | Merge pull request #397 from lioncash/core | bunnei | 2018-04-25 | 1 | -24/+26 |
|\ \ \ \ \
| |_|/ / /
|/| | | | |
|
| * | | | | core/memory: Amend address widths in asserts | Lioncash | 2018-04-25 | 1 | -2/+2 |
| * | | | | core/memory: Move logging macros over to new fmt-capable ones | Lioncash | 2018-04-25 | 1 | -22/+24 |
| |/ / / |
|
* | | | | Merge pull request #394 from lioncash/video-core | bunnei | 2018-04-25 | 5 | -18/+20 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | video-core: Move logging macros over to new fmt-capable ones | Lioncash | 2018-04-25 | 5 | -18/+20 |
|/ / / |
|
* | | | Merge pull request #388 from bunnei/refactor-rasterizer-cache | bunnei | 2018-04-25 | 14 | -175/+334 |
|\ \ \ |
|
| * | | | renderer_opengl: Use correct byte order for framebuffer pixel format ABGR8. | bunnei | 2018-04-25 | 1 | -2/+1 |
| * | | | gl_rasterizer_cache: Use CHAR_BIT for bpp conversions instead of 8. | bunnei | 2018-04-25 | 2 | -4/+4 |
| * | | | gl_rasterizer_cache: Use GPU PAGE_BITS/SIZE, not CPU. | bunnei | 2018-04-25 | 1 | -5/+5 |
| * | | | gl_rasterizer_cache: Use new logger. | bunnei | 2018-04-25 | 1 | -4/+4 |
| * | | | gl_rasterizer_cache: Add a function for finding framebuffer GPU address. | bunnei | 2018-04-25 | 3 | -0/+31 |
| * | | | gl_rasterizer_cache: Handle compressed texture sizes. | bunnei | 2018-04-25 | 2 | -24/+65 |
| * | | | gl_rasterizer_cache: Update to be based on GPU addresses, not CPU addresses. | bunnei | 2018-04-25 | 10 | -67/+122 |
| * | | | memory_manager: Add implement CpuToGpuAddress. | bunnei | 2018-04-24 | 2 | -0/+27 |
| * | | | memory_manager: Make GpuToCpuAddress return an optional. | bunnei | 2018-04-24 | 7 | -28/+37 |
| * | | | memory_manager: Use GPUVAdddr, not PAddr, for GPU addresses. | bunnei | 2018-04-24 | 7 | -60/+57 |
* | | | | Merge pull request #393 from lioncash/loader | bunnei | 2018-04-25 | 5 | -26/+25 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | loader: Move old logging macros over to new fmt-capable ones | Lioncash | 2018-04-25 | 5 | -26/+25 |
|/ / / |
|
* | | | Merge pull request #386 from Subv/gpu_query | bunnei | 2018-04-24 | 2 | -2/+53 |
|\ \ \ |
|
| * | | | GPU: Added asserts to our code for handling the QUERY_GET GPU command. | Subv | 2018-04-24 | 2 | -2/+53 |
* | | | | Merge pull request #392 from lioncash/log | bunnei | 2018-04-24 | 38 | -297/+298 |
|\ \ \ \ |
|
| * | | | | service: Move logging macros over to new fmt-compatible ones | Lioncash | 2018-04-24 | 1 | -5/+5 |
| * | | | | vi: Move logging macros over to new fmt-compatible ones | Lioncash | 2018-04-24 | 1 | -26/+27 |
| * | | | | time: Move logging macros over to new fmt-compatible ones | Lioncash | 2018-04-24 | 1 | -12/+12 |
| * | | | | ssl: Move logging macros over to new fmt-compatible ones | Lioncash | 2018-04-24 | 1 | -3/+3 |
| * | | | | spl: Move logging macros over to new fmt-compatible ones | Lioncash | 2018-04-24 | 1 | -1/+1 |
| * | | | | sockets: Move logging macros over to new fmt-compatible ones | Lioncash | 2018-04-24 | 2 | -7/+8 |
| * | | | | sm: Move logging macros over to new fmt-compatible ones | Lioncash | 2018-04-24 | 2 | -9/+8 |
| * | | | | set: Move logging macros over to new fmt-compatible ones | Lioncash | 2018-04-24 | 2 | -2/+2 |
| * | | | | pctl: Move logging macros over to new fmt-compatible ones | Lioncash | 2018-04-24 | 1 | -1/+1 |
| * | | | | nvflinger: Move logging macros over to new fmt-compatible ones | Lioncash | 2018-04-24 | 2 | -3/+3 |
| * | | | | nvdrv: Move logging macros over to new fmt-compatible ones | Lioncash | 2018-04-24 | 7 | -60/+61 |
| * | | | | ns: Move logging macros over to new fmt-compatible ones | Lioncash | 2018-04-24 | 1 | -6/+6 |
| * | | | | nifm: Move logging macros over to new fmt-compatible ones | Lioncash | 2018-04-24 | 1 | -11/+11 |
| * | | | | nfp: Move logging macros over to new fmt-compatible ones | Lioncash | 2018-04-24 | 1 | -1/+1 |
| * | | | | lm: Move logging macros over to new fmt-compatible ones | Lioncash | 2018-04-24 | 1 | -6/+6 |
| * | | | | hid: Move logging macros over to new fmt-compatible ones | Lioncash | 2018-04-24 | 1 | -25/+25 |
| * | | | | friend: Move logging macros over to new fmt-compatible ones | Lioncash | 2018-04-24 | 1 | -1/+1 |
| * | | | | filesystem: Move logging macros over to new fmt-compatible ones | Lioncash | 2018-04-24 | 2 | -30/+29 |
| * | | | | fatal: Move logging macros over to new fmt-compatible ones | Lioncash | 2018-04-24 | 1 | -2/+2 |
| * | | | | audio: Move logging macros over to new fmt-compatible ones | Lioncash | 2018-04-24 | 2 | -21/+21 |
| * | | | | apm: Move logging macros over to new fmt-compatible ones | Lioncash | 2018-04-24 | 1 | -3/+3 |
| * | | | | aoc: Move logging macros over to new fmt-compatible ones | Lioncash | 2018-04-24 | 1 | -2/+2 |
| * | | | | am: Move logging macros over to new fmt-compatible ones | Lioncash | 2018-04-24 | 3 | -50/+50 |
| * | | | | acc: Move logging macros over to new fmt-compatible ones | Lioncash | 2018-04-24 | 1 | -10/+10 |
* | | | | | Merge pull request #391 from lioncash/video | bunnei | 2018-04-24 | 1 | -1/+2 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | renderer_opengl: Silence a -Wdangling-else warning in DrawScreenTriangles() | Lioncash | 2018-04-24 | 1 | -1/+2 |
|/ / / / |
|
* | | | | Merge pull request #389 from mailwl/fs-renamefile | bunnei | 2018-04-24 | 6 | -8/+36 |
|\ \ \ \ |
|
| * | | | | Service/FS: implement IFileSystem::RenameFile | mailwl | 2018-04-24 | 6 | -8/+36 |
|/ / / / |
|
* | | | | Merge pull request #379 from Subv/multi_buffers | bunnei | 2018-04-24 | 3 | -43/+89 |
|\ \ \ \ |
|
| * | | | | GPU: Support multiple enabled vertex arrays. | Subv | 2018-04-23 | 3 | -43/+89 |
| |/ / / |
|
* | | | | Merge pull request #370 from Subv/sync_primitives | bunnei | 2018-04-23 | 16 | -525/+285 |
|\ \ \ \ |
|
| * | | | | Kernel: Implemented mutex priority inheritance. | Subv | 2018-04-23 | 4 | -10/+94 |
| * | | | | Kernel: Use 0x2C as default main thread priority for homebrew and lone NRO/NSOs | Subv | 2018-04-21 | 3 | -3/+3 |
| * | | | | Qt: Update the WaitTree widget to show info about the current mutex of each thread. | Subv | 2018-04-21 | 5 | -90/+55 |
| * | | | | Kernel: Remove unused ConditionVariable class. | Subv | 2018-04-21 | 6 | -150/+0 |
| * | | | | Kernel: Remove old and unused Mutex code. | Subv | 2018-04-21 | 4 | -209/+3 |
| * | | | | Kernel: Properly implemented svcWaitProcessWideKey and svcSignalProcessWideKey | Subv | 2018-04-21 | 1 | -83/+46 |
| * | | | | Kernel: Corrected the implementation of svcArbitrateLock and svcArbitrateUnlock. | Subv | 2018-04-21 | 6 | -22/+126 |
* | | | | | Merge pull request #384 from Subv/nvhost-remap | bunnei | 2018-04-23 | 2 | -0/+57 |
|\ \ \ \ \ |
|
| * | | | | | NvDrv/nvhost-as-gpu: Ensure that the object passed to MapBufferEx has already been allocated. | Subv | 2018-04-23 | 1 | -0/+10 |
| * | | | | | Nvdrv/nvhost-as-gpu: Implemented the ioctl REMAP command. | Subv | 2018-04-23 | 2 | -0/+47 |
| | |/ / /
| |/| | | |
|
* | | | | | Merge pull request #385 from Subv/unimpl_ioctls | bunnei | 2018-04-23 | 5 | -5/+5 |
|\ \ \ \ \ |
|
| * | | | | | Nvdrv: Assert when receiving an unimplemented ioctl in the nv* handlers. | Subv | 2018-04-23 | 5 | -5/+5 |
| |/ / / / |
|
* | | | | | Merge pull request #383 from Subv/gpu_mmu | bunnei | 2018-04-23 | 2 | -34/+25 |
|\ \ \ \ \ |
|
| * | | | | | GPU: Make the GPU virtual memory manager use 16 page bits and 10 page table bits. | Subv | 2018-04-23 | 2 | -34/+25 |
| |/ / / / |
|
* | | | | | Merge pull request #382 from Subv/a2rgb10_rt | bunnei | 2018-04-23 | 2 | -0/+4 |
|\ \ \ \ \
| |_|_|/ /
|/| | | | |
|
| * | | | | GPU: Implement the RGB10_A2 RenderTarget format, it will use the same format as the A2BGR10 texture format. | Subv | 2018-04-23 | 2 | -0/+4 |
|/ / / / |
|
* | | | | Merge pull request #378 from Subv/a2bgr10 | bunnei | 2018-04-22 | 4 | -6/+18 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | GPU: Implement the A2BGR10 texture format. | Subv | 2018-04-22 | 4 | -6/+18 |
|/ / / |
|
* | | | Merge pull request #377 from adityaruplaha/sdl2-fullscreen | bunnei | 2018-04-21 | 3 | -4/+40 |
|\ \ \ |
|
| * | | | SDL2: Implement fullscreen. (Original PR: citra-emu/citra#3607) | adityaruplaha | 2018-04-21 | 3 | -4/+40 |
* | | | | Merge pull request #376 from bunnei/shader-decoder | bunnei | 2018-04-21 | 2 | -210/+249 |
|\ \ \ \ |
|
| * | | | | gl_shader_decompiler: Skip RRO instruction. | bunnei | 2018-04-21 | 1 | -0/+4 |
| * | | | | gl_shader_decompiler: Cleanup error logging. | bunnei | 2018-04-21 | 1 | -14/+6 |
| * | | | | shader_bytecode: Add several more instruction decodings. | bunnei | 2018-04-21 | 1 | -5/+52 |
| * | | | | shader_bytecode: Decode instructions based on bit strings. | bunnei | 2018-04-21 | 2 | -205/+201 |
* | | | | | Merge pull request #375 from lioncash/header | bunnei | 2018-04-21 | 4 | -11/+0 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | opengl: Remove unnecessary header inclusions | Lioncash | 2018-04-21 | 4 | -11/+0 |
* | | | | | Merge pull request #369 from Subv/shader_instr2 | bunnei | 2018-04-21 | 2 | -4/+179 |
|\ \ \ \ \ |
|
| * | | | | | ShaderGen: Implemented the KIL instruction, which is equivalent to 'discard'. | Subv | 2018-04-21 | 1 | -1/+7 |
| * | | | | | ShaderGen: Implemented predicated instruction execution. | Subv | 2018-04-21 | 2 | -1/+40 |
| * | | | | | ShaderGen: Implemented the fsetp instruction. | Subv | 2018-04-21 | 2 | -3/+112 |
| * | | | | | ShaderGen: Register id 255 is special and is hardcoded to return 0 (SR_ZERO). | Subv | 2018-04-20 | 2 | -0/+5 |
| * | | | | | ShaderGen: Ignore the 'sched' instruction when generating shaders. | Subv | 2018-04-20 | 1 | -0/+16 |
| | |_|/ /
| |/| | | |
|
* | | | | | Merge pull request #374 from lioncash/noexcept | bunnei | 2018-04-21 | 1 | -20/+19 |
|\ \ \ \ \ |
|
| * | | | | | gl_resource_manager: Add missing noexcept specifiers to move constructors and assignment operators | Lioncash | 2018-04-21 | 1 | -20/+19 |
| | |/ / /
| |/| | | |
|
* | | | | | Merge pull request #373 from lioncash/enum2 | bunnei | 2018-04-21 | 1 | -4/+9 |
|\ \ \ \ \ |
|
| * | | | | | gl_rasterizer_cache: Make MatchFlags an enum class | Lioncash | 2018-04-21 | 1 | -4/+9 |
| |/ / / / |
|
* | | | | | Merge pull request #372 from lioncash/enum | bunnei | 2018-04-21 | 3 | -38/+38 |
|\ \ \ \ \ |
|
| * | | | | | resource_limit: Make ResourceTypes an enum class | Lioncash | 2018-04-21 | 3 | -38/+38 |
| |/ / / / |
|
* | | | | | Merge pull request #371 from lioncash/global | bunnei | 2018-04-21 | 6 | -38/+66 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | core: Relocate g_service_manager to the System class | Lioncash | 2018-04-21 | 6 | -38/+66 |
|/ / / / |
|
* | | | | Merge pull request #340 from mailwl/vi-update | bunnei | 2018-04-20 | 1 | -7/+27 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | Service/VI: stub SetLayerVisibility, fix GetDisplayResolution output | mailwl | 2018-04-17 | 1 | -7/+27 |
* | | | | Merge pull request #367 from lioncash/clamp | bunnei | 2018-04-20 | 5 | -24/+22 |
|\ \ \ \ |
|
| * | | | | math_util: Remove the Clamp() function | Lioncash | 2018-04-20 | 5 | -24/+22 |
* | | | | | Merge pull request #361 from lioncash/common | bunnei | 2018-04-20 | 1 | -18/+12 |
|\ \ \ \ \ |
|
| * | | | | | common_types: Convert typedefs to using aliases | Lioncash | 2018-04-20 | 1 | -12/+12 |
| * | | | | | common_types: Remove unnecessary check for whether or not__func__ is defined | Lioncash | 2018-04-20 | 1 | -6/+0 |
| |/ / / / |
|
* | | | | | Merge pull request #368 from lioncash/dynarmic | bunnei | 2018-04-20 | 1 | -0/+0 |
|\ \ \ \ \ |
|
| * | | | | | externals: Update dynarmic to HEAD | Lioncash | 2018-04-20 | 1 | -0/+0 |
* | | | | | | Merge pull request #360 from lioncash/namespaces | bunnei | 2018-04-20 | 136 | -570/+273 |
|\ \ \ \ \ \ |
|
| * | | | | | | service: Use nested namespace specifiers where applicable | Lioncash | 2018-04-20 | 136 | -570/+273 |
| | |/ / / /
| |/| | | | |
|
* | | | | | | Merge pull request #364 from lioncash/thread-local | bunnei | 2018-04-20 | 1 | -19/+0 |
|\ \ \ \ \ \ |
|
| * | | | | | | common/thread: Remove unnecessary feature checking for thread_local | Lioncash | 2018-04-20 | 1 | -19/+0 |
| |/ / / / / |
|
* | | | | | | Merge pull request #362 from lioncash/snprintf | bunnei | 2018-04-20 | 1 | -5/+0 |
|\ \ \ \ \ \ |
|
| * | | | | | | common_funcs: Remove check for VS versions that we don't even support | Lioncash | 2018-04-20 | 1 | -5/+0 |
| |/ / / / / |
|
* | | | | | | Merge pull request #363 from lioncash/array-size | bunnei | 2018-04-20 | 3 | -5/+4 |
|\ \ \ \ \ \ |
|
| * | | | | | | common_funcs: Remove ARRAY_SIZE macro | Lioncash | 2018-04-20 | 3 | -5/+4 |
| |/ / / / / |
|
* | | | | | | Merge pull request #366 from lioncash/vec | bunnei | 2018-04-20 | 1 | -30/+0 |
|\ \ \ \ \ \ |
|
| * | | | | | | vector_math: Remove AsArray() and Write() functions from Vec[2,3,4] | Lioncash | 2018-04-20 | 1 | -30/+0 |
* | | | | | | | Merge pull request #365 from lioncash/codeblock | bunnei | 2018-04-20 | 2 | -86/+0 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | common: Remove code_block.h | Lioncash | 2018-04-20 | 2 | -86/+0 |
| | |/ / / / /
| |/| | | | | |
|
* | | | | | | | Merge pull request #357 from lioncash/guard | bunnei | 2018-04-20 | 2 | -0/+4 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | renderer_opengl: Add missing header guards | Lioncash | 2018-04-20 | 2 | -0/+4 |
| |/ / / / / / |
|
* | | | | | | | Merge pull request #358 from lioncash/explicit | bunnei | 2018-04-20 | 2 | -4/+3 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | disk_filesystem: Remove unused total_entries_in_directory member from Disk_Directory | Lioncash | 2018-04-20 | 1 | -1/+0 |
| * | | | | | | | disk_filesystem: Remove redundant initializer in Disk_Directory's constructor | Lioncash | 2018-04-20 | 1 | -1/+1 |
| * | | | | | | | disk_filesystem: Make constructors explicit where applicable | Lioncash | 2018-04-20 | 1 | -2/+2 |
| |/ / / / / / |
|
* | | | | | | | Merge pull request #359 from lioncash/redundant | bunnei | 2018-04-20 | 1 | -9/+5 |
|\ \ \ \ \ \ \
| |/ / / / / /
|/| | | | | | |
|
| * | | | | | | vi: Remove redundant initializers in the constructors | Lioncash | 2018-04-20 | 1 | -9/+5 |
|/ / / / / / |
|
* | | | | | | Merge pull request #356 from lioncash/shader | bunnei | 2018-04-20 | 1 | -12/+30 |
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
|
| * | | | | | glsl_shader_decompiler: Use std::string_view instead of std::string for AddLine() | Lioncash | 2018-04-20 | 1 | -1/+2 |
| * | | | | | glsl_shader_decompiler: Add AddNewLine() function to ShaderWriter | Lioncash | 2018-04-20 | 1 | -6/+12 |
| * | | | | | glsl_shader_decompiler: Add char overload for ShaderWriter's AddLine() | Lioncash | 2018-04-20 | 1 | -4/+11 |
| * | | | | | glsl_shader_decompiler: Append indentation without constructing a separate std::string | Lioncash | 2018-04-20 | 1 | -1/+5 |
* | | | | | | Merge pull request #355 from Subv/shader_instr | bunnei | 2018-04-20 | 2 | -11/+39 |
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
|
| * | | | | | ShaderGen: Implemented the fmul32i shader instruction. | Subv | 2018-04-19 | 2 | -9/+30 |
| * | | | | | ShaderGen: Fixed a case where the TEXS instruction would use the same registers for the input and the output. | Subv | 2018-04-19 | 1 | -2/+9 |
* | | | | | | Merge pull request #348 from jlachniet/patch-1 | James Rowe | 2018-04-19 | 1 | -1/+1 |
|\ \ \ \ \ \ |
|
| * | | | | | | Technically, yuzu can boot commercial games | jlachniet | 2018-04-18 | 1 | -1/+1 |
* | | | | | | | Implement Pull #3528 from citra: use nvidia graphics automatically on laptops with optimus (with AMD support) (#271) | N00byKing | 2018-04-19 | 2 | -0/+18 |
* | | | | | | | Merge pull request #352 from bunnei/fix-microprofile | James Rowe | 2018-04-19 | 1 | -0/+3 |
|\ \ \ \ \ \ \
| |_|/ / / / /
|/| | | | | | |
|
| * | | | | | | nvflinger: Call MicroProfileFlip on NVFlinger::Compose. | bunnei | 2018-04-19 | 1 | -0/+3 |
| |/ / / / / |
|
* | | | | | | Merge pull request #353 from Subv/compressed_formats | bunnei | 2018-04-19 | 3 | -28/+35 |
|\ \ \ \ \ \ |
|
| * | | | | | | GPU: Add support for the DXT23 and DXT45 compressed texture formats. | Subv | 2018-04-19 | 3 | -28/+35 |
|/ / / / / / |
|
* | | | | | | Merge pull request #351 from Subv/tex_formats | bunnei | 2018-04-19 | 4 | -8/+28 |
|\ \ \ \ \ \ |
|
| * | | | | | | GPU: Implemented the B5G6R5 format. | Subv | 2018-04-19 | 4 | -8/+28 |
* | | | | | | | gl_shader_gen: Support vertical/horizontal viewport flipping. (#347) | bunnei | 2018-04-18 | 4 | -5/+29 |
|/ / / / / / |
|
* | | | | | | Merge pull request #350 from Subv/tex_components | bunnei | 2018-04-18 | 3 | -43/+90 |
|\ \ \ \ \ \ |
|
| * | | | | | | GLCache: Added boilerplate code to make supporting configurable texture component types. | Subv | 2018-04-18 | 3 | -9/+69 |
| * | | | | | | GLCache: Unify texture and framebuffer formats when converting to OpenGL. | Subv | 2018-04-18 | 2 | -26/+13 |
| * | | | | | | GPU: Texture format 8 and framebuffer format 0xD5 are actually ABGR8. | Subv | 2018-04-18 | 2 | -10/+10 |
|/ / / / / / |
|
* | | | | | | Merge pull request #349 from Subv/texturing | bunnei | 2018-04-18 | 7 | -53/+97 |
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
|
| * | | | | | GPU: Pitch textures are now supported, don't assert when encountering them. | Subv | 2018-04-18 | 1 | -2/+3 |
| * | | | | | GLCache: Take into account the texture's block height when caching and unswizzling. | Subv | 2018-04-18 | 3 | -43/+43 |
| * | | | | | GLCache: Added a function to convert cached PixelFormats back to texture formats. | Subv | 2018-04-18 | 1 | -0/+12 |
| * | | | | | GPU: Allow using a configurable block height when unswizzling textures. | Subv | 2018-04-18 | 4 | -7/+23 |
| * | | | | | GPU/TIC: Added the pitch and block height fields to the TIC structure. | Subv | 2018-04-18 | 1 | -1/+16 |
|/ / / / / |
|
* | | | | | Merge pull request #346 from bunnei/misc-gpu-improvements | bunnei | 2018-04-18 | 4 | -2/+11 |
|\ \ \ \ \ |
|
| * | | | | | gl_rasterizer_cache: Add missing LOG statements. | bunnei | 2018-04-18 | 1 | -0/+3 |
| * | | | | | texture: Add missing formats. | bunnei | 2018-04-18 | 1 | -1/+3 |
| * | | | | | gpu: Add several framebuffer formats to RenderTargetFormat. | bunnei | 2018-04-18 | 1 | -0/+3 |
| * | | | | | maxwell3d: Allow Texture2DNoMipmap as Texture2D. | bunnei | 2018-04-18 | 1 | -1/+2 |
* | | | | | | Merge pull request #344 from bunnei/shader-decompiler-p2 | bunnei | 2018-04-18 | 4 | -73/+180 |
|\ \ \ \ \ \ |
|
| * | | | | | | shader_bytecode: Make ctor's constexpr and explicit. | bunnei | 2018-04-18 | 1 | -7/+7 |
| * | | | | | | bit_field: Remove is_pod check, add is_trivially_copyable_v. | bunnei | 2018-04-18 | 1 | -6/+1 |
| * | | | | | | gl_shader_decompiler: Fix warnings with MarkAsUsed. | bunnei | 2018-04-17 | 1 | -1/+2 |
| * | | | | | | gl_shader_decompiler: Cleanup logging, updating to NGLOG_*. | bunnei | 2018-04-17 | 1 | -24/+22 |
| * | | | | | | gl_shader_decompiler: Implement several MUFU subops and abs_d. | bunnei | 2018-04-17 | 1 | -7/+21 |
| * | | | | | | gl_shader_decompiler: Fix swizzle in GetRegister. | bunnei | 2018-04-17 | 1 | -1/+1 |
| * | | | | | | gl_shader_decompiler: Implement FMUL/FADD/FFMA immediate instructions. | bunnei | 2018-04-17 | 2 | -12/+53 |
| * | | | | | | gl_shader_decompiler: Allow vertex position to be used in fragment shader. | bunnei | 2018-04-17 | 2 | -16/+18 |
| * | | | | | | gl_shader_decompiler: Implement IPA instruction. | bunnei | 2018-04-17 | 1 | -0/+11 |
| * | | | | | | gl_shader_decompiler: Add support for TEXS instruction. | bunnei | 2018-04-17 | 2 | -12/+43 |
| * | | | | | | gl_shader_decompiler: Use fragment output color for GPR 0-3. | bunnei | 2018-04-17 | 1 | -0/+5 |
| * | | | | | | gl_shader_decompiler: Partially implement MUFU. | bunnei | 2018-04-17 | 1 | -2/+11 |
| |/ / / / / |
|
* | | | | | | Merge pull request #345 from bunnei/blending | bunnei | 2018-04-18 | 6 | -7/+140 |
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
|
| * | | | | | renderer_opengl: Implement BlendEquation and BlendFunc. | bunnei | 2018-04-18 | 6 | -7/+140 |
|/ / / / / |
|
* | | | | | Merge pull request #341 from shinyquagsire23/pfs-hfs-impl | bunnei | 2018-04-17 | 3 | -0/+214 |
|\ \ \ \ \
| |_|/ / /
|/| | | | |
|
| * | | | | file_sys: Use NGLOG | shinyquagsire23 | 2018-04-17 | 1 | -5/+5 |
| * | | | | file_sys: tweaks | shinyquagsire23 | 2018-04-16 | 2 | -6/+7 |
| * | | | | file_sys: Add HFS/PFS helper component | shinyquagsire23 | 2018-04-16 | 3 | -0/+213 |
| |/ / / |
|
* | | | | Merge pull request #343 from Subv/tex_wrap_4 | bunnei | 2018-04-17 | 1 | -0/+7 |
|\ \ \ \ |
|
| * | | | | MaxwellToGL: Implemented tex wrap mode 1 (Wrap, GL_REPEAT). | Subv | 2018-04-17 | 1 | -0/+2 |
| * | | | | MaxwellToGL: Added a TODO and partial implementation of maxwell wrap mode 4 (Clamp, GL_CLAMP). | Subv | 2018-04-17 | 1 | -0/+5 |
| |/ / / |
|
* | | | | Various service name fixes - part 2 (rebased) (#322) | Hexagon12 | 2018-04-17 | 13 | -11/+207 |
* | | | | Merge pull request #342 from bunnei/indexed-verts | bunnei | 2018-04-17 | 5 | -28/+98 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | gl_rendering: Use NGLOG* for changed code. | bunnei | 2018-04-17 | 2 | -10/+11 |
| * | | | gl_rasterizer: Implement indexed vertex mode. | bunnei | 2018-04-17 | 5 | -23/+92 |
|/ / / |
|
* | | | Merge pull request #338 from bunnei/unrequire-shared-font | bunnei | 2018-04-15 | 1 | -17/+14 |
|\ \ \ |
|
| * | | | pl_u: Use empty shared font if none is available. | bunnei | 2018-04-15 | 1 | -17/+14 |
* | | | | Merge pull request #337 from Subv/used_buffers | bunnei | 2018-04-15 | 5 | -12/+59 |
|\ \ \ \ |
|
| * | | | | GPU: Use the same buffer names in the generated GLSL and the buffer uploading code. | Subv | 2018-04-15 | 4 | -17/+24 |
| * | | | | GPU: Don't use explicit binding points when uploading the constbuffers to opengl. | Subv | 2018-04-15 | 3 | -7/+47 |
* | | | | | Merge pull request #335 from bunnei/delete-file | bunnei | 2018-04-15 | 6 | -9/+27 |
|\ \ \ \ \ |
|
| * | | | | | fsp_srv: Implement DeleteFile. | bunnei | 2018-04-15 | 6 | -9/+27 |
| | |/ / /
| |/| | | |
|
* | | | | | Merge pull request #334 from Subv/used_buffers | bunnei | 2018-04-15 | 3 | -28/+39 |
|\ \ \ \ \
| |/ / / /
|/| / / /
| |/ / / |
|
| * | | | GPU: Don't use GetPointer when uploading the constbuffer data to the GPU. | Subv | 2018-04-15 | 1 | -3/+4 |
| * | | | GPU: Use the buffer hints from the shader decompiler to upload only the necessary const buffers for each shader stage. | Subv | 2018-04-15 | 3 | -31/+41 |
|/ / / |
|
* | | | Merge pull request #333 from bunnei/const-buff-hints | bunnei | 2018-04-15 | 5 | -31/+146 |
|\ \ \ |
|
| * | | | shaders: Expose hints about used const buffers. | bunnei | 2018-04-15 | 5 | -31/+146 |
|/ / / |
|
* | | | Merge pull request #328 from Subv/constbuffers | bunnei | 2018-04-15 | 8 | -16/+104 |
|\ \ \ |
|
| * | | | GPU: Upload the entirety of each constbuffer for each shader stage as SSBOs. | Subv | 2018-04-15 | 4 | -14/+48 |
| * | | | GPU: Allow configuring ssbos in the opengl state manager. | Subv | 2018-04-15 | 4 | -0/+30 |
| * | | | GPU: Added a function to determine whether a shader stage is enabled or not. | Subv | 2018-04-15 | 3 | -3/+27 |
|/ / / |
|
* | | | Merge pull request #332 from bunnei/fix-total-mem-usage | bunnei | 2018-04-15 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | vm_manager: Increase GetTotalMemoryUsage value. | bunnei | 2018-04-15 | 1 | -1/+1 |
| |/ / |
|
* | | | Merge pull request #327 from adityaruplaha/fullscreen-fix | bunnei | 2018-04-15 | 1 | -2/+4 |
|\ \ \ |
|
| * | | | Fix the stuck in fullscreen bug (Original PR: citra-emu/citra#3611) | adityaruplaha | 2018-04-14 | 1 | -2/+4 |
| |/ / |
|
* | | | Merge pull request #331 from bunnei/fsp-flush | bunnei | 2018-04-15 | 1 | -1/+9 |
|\ \ \ |
|
| * | | | fsp_srv: Implement IFile::Flush. | bunnei | 2018-04-15 | 1 | -1/+9 |
| |/ / |
|
* | | | Merge pull request #329 from bunnei/shader-gen-part-1 | bunnei | 2018-04-15 | 26 | -642/+1872 |
|\ \ \
| |/ /
|/| | |
|
| * | | shaders: Add NumTextureSamplers const, remove unused #pragma. | bunnei | 2018-04-15 | 4 | -4/+5 |
| * | | shaders: Address PR review feedback. | bunnei | 2018-04-14 | 2 | -7/+9 |
| * | | gl_shader_decompiler: Cleanup log statements. | bunnei | 2018-04-14 | 1 | -15/+15 |
| * | | shaders: Fix GCC and clang build issues. | bunnei | 2018-04-14 | 3 | -5/+5 |
| * | | gl_shader_decompiler: Implement negate, abs, etc. and lots of cleanup. | bunnei | 2018-04-14 | 2 | -40/+96 |
| * | | shader_bytecode: Add FSETP and KIL to GetInfo. | bunnei | 2018-04-14 | 1 | -0/+3 |
| * | | shader_bytecode: Add SubOp decoding. | bunnei | 2018-04-14 | 1 | -0/+10 |
| * | | gl_shader_decompiler: Add shader stage hint. | bunnei | 2018-04-14 | 2 | -5/+12 |
| * | | renderer_opengl: Fix Morton copy byteswap, etc. | bunnei | 2018-04-14 | 2 | -6/+6 |
| * | | gl_shader_manager: Implement SetShaderSamplerBindings. | bunnei | 2018-04-14 | 1 | -0/+8 |
| * | | gl_rasterizer: Generate shaders and upload uniforms. | bunnei | 2018-04-14 | 2 | -32/+77 |
| * | | gl_shader_decompiler: Basic impl. for very simple vertex shaders. | bunnei | 2018-04-14 | 2 | -16/+311 |
| * | | gl_shader_manager: Cleanup and consolidate uniform handling. | bunnei | 2018-04-14 | 2 | -26/+24 |
| * | | maxwell_3d: Make memory_manager public. | bunnei | 2018-04-14 | 1 | -2/+1 |
| * | | maxwell_3d: Fix shader_config decodings. | bunnei | 2018-04-14 | 1 | -6/+3 |
| * | | gl_rasterizer: Use shader program manager, remove test shader. | bunnei | 2018-04-14 | 2 | -196/+31 |
| * | | renderer_opengl: Add gl_shader_manager class. | bunnei | 2018-04-14 | 3 | -0/+209 |
| * | | maxwell_to_gl: Add a few types, etc. | bunnei | 2018-04-14 | 1 | -0/+10 |
| * | | gl_shader_gen: Add hashable setup/config structs. | bunnei | 2018-04-14 | 2 | -29/+50 |
| * | | gl_shader_util: Add missing includes. | bunnei | 2018-04-14 | 1 | -0/+2 |
| * | | common: Port cityhash code from Citra. | bunnei | 2018-04-14 | 5 | -147/+502 |
| * | | renderer_opengl: Use OGLProgram instead of OGLShader. | bunnei | 2018-04-14 | 6 | -6/+6 |
| * | | gl_shader_util: Grab latest upstream. | bunnei | 2018-04-14 | 2 | -149/+74 |
| * | | gl_resource_manager: Grab latest upstream. | bunnei | 2018-04-14 | 1 | -30/+86 |
| * | | gl_shader_decompiler: Add skeleton code from Citra for shader analysis. | bunnei | 2018-04-14 | 2 | -44/+142 |
| * | | shader_bytecode: Add initial module for shader decoding. | bunnei | 2018-04-14 | 2 | -0/+298 |
| * | | bit_field: Make all methods constexpr. | bunnei | 2018-04-14 | 1 | -5/+5 |
|/ / |
|
* | | Merge pull request #323 from Hexagon12/stub-hid | bunnei | 2018-04-13 | 1 | -1/+7 |
|\ \ |
|
| * | | Stubbed out GetPlayerLedPattern | Hexagon12 | 2018-04-13 | 1 | -1/+7 |
* | | | Merge pull request #325 from Hexagon12/ipc-value-fix | bunnei | 2018-04-13 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | Fixed normal params in GetDisplayResolution | Hexagon12 | 2018-04-13 | 1 | -1/+1 |
| |/ / |
|
| * | | Merge pull request #1 from yuzu-emu/master | Hexagon12 | 2018-04-13 | 34 | -193/+853 |
| |\ \
| |/ /
|/| | |
|
* | | | Merge pull request #319 from Hexagon12/service-name-fix | bunnei | 2018-04-13 | 21 | -65/+413 |
|\ \ \ |
|
| * | | | Various fixes and clang | Hexagon12 | 2018-04-11 | 6 | -115/+108 |
| * | | | Decimal change | Hexagon12 | 2018-04-10 | 1 | -4/+4 |
| * | | | Updated pctl:a with new service names. | Hexagon12 | 2018-04-10 | 1 | -4/+101 |
| * | | | Updated nvmemp with new service names. | Hexagon12 | 2018-04-10 | 1 | -4/+4 |
| * | | | Updated nvdrv with more service names. | Hexagon12 | 2018-04-10 | 1 | -0/+7 |
| * | | | Updated pl:u with more service names. | Hexagon12 | 2018-04-10 | 1 | -1/+3 |
| * | | | Updated hid with more service names. | Hexagon12 | 2018-04-10 | 1 | -0/+50 |
| * | | | Updated friend:u with more service names. | Hexagon12 | 2018-04-10 | 1 | -1/+2 |
| * | | | Updated the unknown name | Hexagon12 | 2018-04-10 | 1 | -1/+1 |
| * | | | Updated friend:a with more service names. | Hexagon12 | 2018-04-10 | 1 | -1/+2 |
| * | | | Updated fsp-srv with more service names. | Hexagon12 | 2018-04-10 | 1 | -4/+102 |
| * | | | Updated CodecCtl with more service names. | Hexagon12 | 2018-04-10 | 1 | -3/+3 |
| * | | | Updated audren with more service names. | Hexagon12 | 2018-04-10 | 1 | -10/+14 |
| * | | | Updated audrec with more service names. | Hexagon12 | 2018-04-10 | 1 | -7/+9 |
| * | | | Updated audout with more service names. | Hexagon12 | 2018-04-10 | 1 | -13/+16 |
| * | | | Updated audin with more service names. | Hexagon12 | 2018-04-10 | 1 | -9/+16 |
| * | | | Updated AOC with more service names. | Hexagon12 | 2018-04-10 | 1 | -0/+1 |
| * | | | Updated AppletOE with more service names. | Hexagon12 | 2018-04-10 | 1 | -0/+1 |
| * | | | Updated AppletAE with more service names. | Hexagon12 | 2018-04-10 | 1 | -0/+1 |
| * | | | Updated AM with more service names. | Hexagon12 | 2018-04-10 | 1 | -2/+82 |
| |/ / |
|
* | | | Merge pull request #320 from mailwl/ssl-update | bunnei | 2018-04-12 | 2 | -1/+98 |
|\ \ \ |
|
| * | | | Service/SSL: update service according switchbrew | mailwl | 2018-04-11 | 2 | -1/+98 |
|/ / / |
|
* | | | Merge pull request #318 from mailwl/account | bunnei | 2018-04-10 | 11 | -127/+342 |
|\ \ \
| |/ /
|/| | |
|
| * | | Service/ACC: convert to module, add acc:aa, acc:su, acc:u1 services | mailwl | 2018-04-10 | 11 | -127/+342 |
|/ / |
|
* | | Merge pull request #314 from jroweboy/tegra-progress-3b | bunnei | 2018-04-08 | 9 | -173/+274 |
|\ \ |
|
| * | | Fix clang format issues | James Rowe | 2018-04-07 | 1 | -1/+1 |
| * | | GPU: Assert when finding a texture with a format type other than UNORM. | Subv | 2018-04-07 | 2 | -4/+16 |
| * | | GL: Set up the textures used for each draw call. | Subv | 2018-04-07 | 2 | -2/+39 |
| * | | GL: Bind the textures to the shaders used for drawing. | Subv | 2018-04-07 | 1 | -2/+11 |
| * | | GLCache: Specialize the MortonCopy function for the DXT1 texture format. | Subv | 2018-04-07 | 1 | -1/+15 |
| * | | GLCache: Implemented GetTextureSurface. | Subv | 2018-04-07 | 1 | -3/+28 |
| * | | GLCache: Support uploading compressed textures to the GPU. | Subv | 2018-04-07 | 1 | -5/+17 |
| * | | GL: Remove remaining references to 3DS-specific pixel formats | Subv | 2018-04-07 | 1 | -83/+22 |
| * | | RasterizerCache: Remove 3DS-specific pixel formats. | Subv | 2018-04-07 | 2 | -71/+32 |
| * | | GL: Create the sampler objects when starting up the GL rasterizer. | Subv | 2018-04-07 | 1 | -0/+6 |
| * | | GL: Ported the SamplerInfo struct from citra. | Subv | 2018-04-07 | 2 | -1/+59 |
| * | | GL: Rename PicaTexture to MaxwellTexture. | Subv | 2018-04-07 | 2 | -2/+2 |
| * | | GL: Added functions to convert Maxwell tex filters and wrap modes to OpenGL. | Subv | 2018-04-07 | 1 | -0/+23 |
| * | | Textures: Added a helper function to know if a texture is blocklinear or pitch. | Subv | 2018-04-07 | 1 | -0/+5 |
* | | | Merge pull request #315 from jroweboy/spelling-fix | bunnei | 2018-04-07 | 2 | -3/+3 |
|\ \ \ |
|
| * | | | Fix spelling of Initialize | James Rowe | 2018-04-07 | 2 | -3/+3 |
| |/ / |
|
* | | | Merge pull request #316 from jroweboy/dontcrash | bunnei | 2018-04-07 | 1 | -2/+1 |
|\ \ \
| |/ /
|/| | |
|
| * | | Prevent crash from uninitialized telemetry | James Rowe | 2018-04-07 | 1 | -2/+1 |
|/ / |
|
* | | Merge pull request #310 from N00byKing/patch-1 | bunnei | 2018-04-06 | 5 | -10/+10 |
|\ \ |
|
| * | | rasterizer_interface.h: Update from citra to yuzu | N00byKing | 2018-04-04 | 1 | -3/+3 |
| * | | default_ini.h: Update from citra to yuzu | N00byKing | 2018-04-04 | 1 | -1/+1 |
| * | | gl_rasterizer_cache.cpp: Update from citra to yuzu | N00byKing | 2018-04-04 | 1 | -1/+1 |
| * | | gl_rasterizer_cache.h: Update from citra to yuzu | N00byKing | 2018-04-04 | 1 | -3/+3 |
| * | | renderer_opengl.h: Update from citra to yuzu | N00byKing | 2018-04-04 | 1 | -2/+2 |
* | | | core, main.h: Abort on 32Bit ROMs (#309) | N00byKing | 2018-04-06 | 5 | -1/+17 |
* | | | Merge pull request #312 from jroweboy/update-fmtlib | bunnei | 2018-04-06 | 3 | -5/+8 |
|\ \ \
| |/ /
|/| | |
|
| * | | Update fmtlib to fix msvc warnings | James Rowe | 2018-04-06 | 3 | -5/+8 |
|/ / |
|
* | | Merge pull request #308 from bunnei/misc-fixes-2 | bunnei | 2018-04-04 | 12 | -18/+108 |
|\ \ |
|
| * | | svc: Stub out SetThreadActivity, GetThreadContext. | bunnei | 2018-04-03 | 2 | -2/+19 |
| * | | audren_u: Stub out GetActiveAudioDeviceName. | bunnei | 2018-04-03 | 1 | -1/+13 |
| * | | audout_u: Implement GetAudioOutState. | bunnei | 2018-04-03 | 1 | -1/+8 |
| * | | nifm: GetResult does not return a data field. | bunnei | 2018-04-03 | 1 | -2/+1 |
| * | | vi: Implement GetDisplayResolution. | bunnei | 2018-04-03 | 2 | -0/+26 |
| * | | shared_memory: Remove incorrect 3ds-specific check. | bunnei | 2018-04-03 | 1 | -12/+0 |
| * | | service: Add friend:u interface. | bunnei | 2018-04-03 | 4 | -0/+41 |
|/ / |
|
* | | Merge pull request #306 from daniellimws/new-fmt-macros | bunnei | 2018-04-03 | 2 | -5/+11 |
|\ \ |
|
| * | | logging: Change FmtLogMessage to use variadic template instead of FMT_VARIADIC | Daniel Lim Wee Soong | 2018-04-03 | 2 | -5/+11 |
|/ / |
|
* | | Merge pull request #262 from daniellimws/fmtlib-macros | bunnei | 2018-04-03 | 11 | -68/+112 |
|\ \ |
|
| * | | Remove dependency chrono | Daniel Lim Wee Soong | 2018-03-22 | 1 | -1/+0 |
| * | | Change "yuzu starting..." to be logged with the new macro | Daniel Lim Wee Soong | 2018-03-22 | 1 | -1/+1 |
| * | | Logging: Create logging macros based on fmtlib | Daniel Lim Wee Soong | 2018-03-22 | 10 | -67/+112 |
* | | | Merge pull request #267 from N00byKing/patch-1 | bunnei | 2018-04-03 | 2 | -14/+14 |
|\ \ \ |
|
| * | | | yuzu.cpp: Update Link from citra to yuzu | N00byKing | 2018-03-26 | 1 | -1/+1 |
| * | | | main.cpp: Replace Citra with yuzu Wiki Links | N00byKing | 2018-03-25 | 1 | -4/+4 |
| * | | | main.cpp: Update Dialog from citra to yuzu | N00byKing | 2018-03-25 | 1 | -11/+11 |
* | | | | Merge pull request #276 from N00byKing/acctoyuzu | bunnei | 2018-04-03 | 4 | -10/+10 |
|\ \ \ \ |
|
| * | | | | telemetry.h: Reword comment from citra to yuzu | N00byKing | 2018-03-27 | 1 | -1/+1 |
| * | | | | telemetry_session.h: Reword Documentation Comment from citra to yuzu | N00byKing | 2018-03-27 | 1 | -2/+2 |
| * | | | | Remove Links to citra Services | N00byKing | 2018-03-27 | 1 | -2/+2 |
| * | | | | Change Telemetry Names to yuzu | N00byKing | 2018-03-27 | 2 | -5/+5 |
* | | | | | Merge pull request #304 from daniellimws/fix-openbsd | bunnei | 2018-04-03 | 4 | -7/+20 |
|\ \ \ \ \ |
|
| * | | | | | externals: Update fmt to 4d35f94 | Daniel Lim Wee Soong | 2018-04-02 | 3 | -6/+7 |
| * | | | | | common: fix swap functions on Bitrig and OpenBSD | Daniel Lim Wee Soong | 2018-04-02 | 1 | -1/+13 |
* | | | | | | Merge pull request #305 from N00byKing/patch-2 | James Rowe | 2018-04-03 | 1 | -1/+1 |
|\ \ \ \ \ \ |
|
| * | | | | | | deconstructed_rom_directory.cpp: Fix Typo | N00byKing | 2018-04-03 | 1 | -1/+1 |
|/ / / / / / |
|
* | | | | | | Merge pull request #66 from RiverCityRansomware/qtUpdate | bunnei | 2018-04-02 | 1 | -1/+1 |
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
|
| * | | | | | Update qt | River City Ransomware | 2018-01-17 | 1 | -1/+1 |
* | | | | | | Merge pull request #297 from bunnei/hid-touch-state | bunnei | 2018-04-02 | 1 | -5/+21 |
|\ \ \ \ \ \ |
|
| * | | | | | | hid: Write empty touch screen state. | bunnei | 2018-04-01 | 1 | -5/+21 |
* | | | | | | | Merge pull request #296 from bunnei/misc-mem-fsp-fixes | bunnei | 2018-04-02 | 10 | -16/+49 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | hle_ipc, fsp_srv: Cleanup logging. | bunnei | 2018-04-01 | 2 | -3/+3 |
| * | | | | | | | hid: Stub out GetSupportedNpadStyleSet. | bunnei | 2018-03-31 | 1 | -0/+8 |
| * | | | | | | | hle_ipc: Do not ensure write buffer size. | bunnei | 2018-03-31 | 1 | -2/+5 |
| * | | | | | | | fsp_srv: Implement GetSize and SetSize. | bunnei | 2018-03-31 | 2 | -4/+24 |
| * | | | | | | | memory: Fix stack region. | bunnei | 2018-03-31 | 6 | -10/+12 |
| |/ / / / / / |
|
* | | | | | | | Merge pull request #288 from Subv/macro_interpreter | bunnei | 2018-04-02 | 5 | -121/+444 |
|\ \ \ \ \ \ \
| |/ / / / / /
|/| | | | | | |
|
| * | | | | | | GPU: Use the MacroInterpreter class to execute the GPU macros instead of HLEing them. | Subv | 2018-04-01 | 2 | -121/+13 |
| * | | | | | | GPU: Implemented a gpu macro interpreter. | Subv | 2018-04-01 | 5 | -0/+431 |
* | | | | | | | Merge pull request #293 from N00byKing/drkthm | bunnei | 2018-03-31 | 57 | -5/+1428 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | Port citra-emu/citra#3610 to yuzu | N00byKing | 2018-03-30 | 2 | -3/+7 |
| * | | | | | | | Remove whitespaces | N00byKing | 2018-03-30 | 1 | -1/+1 |
| * | | | | | | | Add Dark theme, Icon theming | N00byKing | 2018-03-30 | 57 | -5/+1424 |
* | | | | | | | | Merge pull request #292 from bunnei/botw-progress | bunnei | 2018-03-30 | 11 | -11/+163 |
|\ \ \ \ \ \ \ \
| |/ / / / / / /
|/| | | | | | | |
|
| * | | | | | | | audren_u: Stub QueryAudioDeviceSystemEvent and GetActiveChannelCount. | bunnei | 2018-03-30 | 1 | -8/+36 |
| * | | | | | | | svc: Stub GetThreadCoreMask. | bunnei | 2018-03-30 | 2 | -3/+26 |
| * | | | | | | | service: Add NFP module interface. | bunnei | 2018-03-30 | 8 | -0/+101 |
|/ / / / / / / |
|
* | | | | | | | Merge pull request #290 from MerryMage/dfix-20180329 | bunnei | 2018-03-29 | 1 | -0/+0 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | dynarmic: Update to 9cc12d8 | MerryMage | 2018-03-29 | 1 | -0/+0 |
* | | | | | | | | Merge pull request #289 from lioncash/self-assign | bunnei | 2018-03-29 | 1 | -0/+3 |
|\ \ \ \ \ \ \ \
| |_|/ / / / / /
|/| | | | | | | |
|
| * | | | | | | | result: Check against self-assignment in ResultVal's copy assignment operator | Lioncash | 2018-03-29 | 1 | -0/+3 |
|/ / / / / / / |
|
* | | | | | | | Merge pull request #286 from N00byKing/citratoyuzuagain | bunnei | 2018-03-28 | 1 | -5/+2 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | main.h: Add pragma once, remove ifndef | N00byKing | 2018-03-27 | 1 | -5/+2 |
* | | | | | | | | Merge pull request #285 from MerryMage/dfix-20180327 | bunnei | 2018-03-27 | 1 | -0/+0 |
|\ \ \ \ \ \ \ \
| | |/ / / / / /
| |/| | | | | | |
|
| * | | | | | | | dynarmic: Update to 12a1020 | MerryMage | 2018-03-27 | 1 | -0/+0 |
| | |_|/ / / /
| |/| | | | | |
|
* | | | | | | | Merge pull request #284 from bunnei/docked-config | bunnei | 2018-03-27 | 9 | -61/+88 |
|\ \ \ \ \ \ \
| |/ / / / / /
|/| | | | | | |
|
| * | | | | | | settings: Remove unused CpuCore class. | bunnei | 2018-03-27 | 1 | -5/+0 |
| * | | | | | | config: Use simplified checkbox (from Citra) for CPU JIT. | bunnei | 2018-03-27 | 8 | -46/+33 |
| * | | | | | | config: Rename is_docked to use_docked_mode to be consistent with other config bools. | bunnei | 2018-03-27 | 7 | -14/+14 |
| * | | | | | | configure_general: Cleanup naming. | bunnei | 2018-03-27 | 1 | -14/+14 |
| * | | | | | | qt: Add config option for is_docked. | bunnei | 2018-03-27 | 2 | -0/+23 |
| * | | | | | | config: Add setting for whether the system is docked or not. | bunnei | 2018-03-27 | 5 | -2/+24 |
* | | | | | | | Merge pull request #282 from N00byKing/patch-2 | bunnei | 2018-03-27 | 4 | -4/+4 |
|\ \ \ \ \ \ \
| |/ / / / / /
|/| | | | | | |
|
| * | | | | | | log.h: Change comment from citra to yuzu | N00byKing | 2018-03-26 | 1 | -1/+1 |
| * | | | | | | file_util.h: Update Comment from citra to yuzu | N00byKing | 2018-03-26 | 1 | -1/+1 |
| * | | | | | | cpu_detect.cpp: Change comment from citra to yuzu | N00byKing | 2018-03-26 | 1 | -1/+1 |
| * | | | | | | pre-commit: Change comment from citra to yuzu | N00byKing | 2018-03-26 | 1 | -1/+1 |
| |/ / / / / |
|
* | | | | | | Merge pull request #279 from bunnei/tegra-progress-3 | bunnei | 2018-03-27 | 20 | -446/+913 |
|\ \ \ \ \ \ |
|
| * | | | | | | renderer_opengl: Use better naming for DrawScreens and DrawSingleScreen. | bunnei | 2018-03-27 | 2 | -8/+8 |
| * | | | | | | graphics_surface: Remove superfluous cast. | bunnei | 2018-03-27 | 1 | -2/+1 |
| * | | | | | | gl_rasterizer: Move code to bind framebuffer surfaces before draw to its own function. | bunnei | 2018-03-27 | 2 | -22/+31 |
| * | | | | | | gl_rasterizer: Add a SyncViewport method. | bunnei | 2018-03-27 | 3 | -18/+30 |
| * | | | | | | gl_rasterizer: Move PrimitiveTopology check to MaxwellToGL. | bunnei | 2018-03-27 | 2 | -11/+12 |
| * | | | | | | graphics_surface: Fix merge conflicts. | bunnei | 2018-03-27 | 2 | -3/+4 |
| * | | | | | | gl_rasterizer: Use ReadBlock instead of GetPointer for SetupVertexArray. | bunnei | 2018-03-27 | 1 | -1/+1 |
| * | | | | | | gl_rasterizer: Normalize vertex array data as appropriate. | bunnei | 2018-03-27 | 2 | -1/+5 |
| * | | | | | | memory: Fix cast for ReadBlock/WriteBlock/ZeroBlock/CopyBlock. | bunnei | 2018-03-27 | 1 | -4/+8 |
| * | | | | | | maxwel_to_gl: Fix string formatting in log statements. | bunnei | 2018-03-27 | 1 | -2/+2 |
| * | | | | | | rasterizer: Rename DrawTriangles to DrawArrays. | bunnei | 2018-03-27 | 3 | -5/+5 |
| * | | | | | | gl_rasterizer: Use passthrough shader for SetupVertexShader. | bunnei | 2018-03-27 | 1 | -1/+2 |
| * | | | | | | renderer_opengl: Logging, etc. cleanup. | bunnei | 2018-03-27 | 6 | -33/+34 |
| * | | | | | | renderer_opengl: Remove framebuffer RasterizerFlushVirtualRegion hack. | bunnei | 2018-03-27 | 1 | -5/+0 |
| * | | | | | | gl_rasterizer_cache: Implement UpdatePagesCachedCount. | bunnei | 2018-03-27 | 2 | -8/+37 |
| * | | | | | | memory: Add RasterizerMarkRegionCached code and cleanup. | bunnei | 2018-03-27 | 2 | -200/+195 |
| * | | | | | | gl_rasterizer: Implement SetupVertexArray. | bunnei | 2018-03-27 | 1 | -20/+38 |
| * | | | | | | gl_rasterizer_cache: Fix an ASSERT_MSG. | bunnei | 2018-03-27 | 1 | -1/+1 |
| * | | | | | | maxwell_to_gl: Add module and function for decoding VertexType. | bunnei | 2018-03-27 | 2 | -0/+41 |
| * | | | | | | maxwell_3d: Use names that match envytools for VertexType. | bunnei | 2018-03-27 | 1 | -8/+8 |
| * | | | | | | maxwell_3d: Add VertexAttribute struct and cleanup. | bunnei | 2018-03-27 | 1 | -121/+160 |
| * | | | | | | gl_rasterizer: Use 32 texture units instead of 3. | bunnei | 2018-03-27 | 3 | -2/+3 |
| * | | | | | | gl_rasterizer: Implement DrawTriangles. | bunnei | 2018-03-27 | 1 | -1/+194 |
| * | | | | | | Maxwell3D: Call AccelerateDrawBatch on DrawArrays. | bunnei | 2018-03-27 | 1 | -1/+8 |
| * | | | | | | gl_rasterizer: Implement AnalyzeVertexArray. | bunnei | 2018-03-27 | 2 | -1/+56 |
| * | | | | | | gl_rasterizer_cache: MortonCopy Switch-style. | bunnei | 2018-03-27 | 1 | -72/+32 |
| * | | | | | | gl_rasterizer_cache: Implement GetFramebufferSurfaces. | bunnei | 2018-03-27 | 2 | -4/+104 |
| * | | | | | | maxwell: Add RenderTargetFormat enum. | bunnei | 2018-03-27 | 2 | -4/+5 |
| * | | | | | | renderer_opengl: Only draw the screen if a framebuffer is specified. | bunnei | 2018-03-27 | 1 | -6/+7 |
|/ / / / / / |
|
* | | | | | | Merge pull request #283 from Subv/tsc | bunnei | 2018-03-27 | 3 | -25/+147 |
|\ \ \ \ \ \ |
|
| * | | | | | | GPU: Load the sampler info (TSC) when retrieving active textures. | Subv | 2018-03-26 | 2 | -21/+67 |
| * | | | | | | GPU: Added the TSC structure. It contains information about the sampler. | Subv | 2018-03-26 | 1 | -0/+50 |
| * | | | | | | GPU: Added more fields to the TIC structure. | Subv | 2018-03-26 | 1 | -4/+30 |
| |/ / / / / |
|
* | | | | | | Merge pull request #102 from N00byKing/master | bunnei | 2018-03-27 | 2 | -15/+47 |
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
|
| * | | | | | Implement Citra pull 3043 | N00byKing | 2018-02-24 | 2 | -15/+47 |
* | | | | | | Merge pull request #280 from bunnei/misc-service-fixes | bunnei | 2018-03-25 | 5 | -8/+66 |
|\ \ \ \ \ \ |
|
| * | | | | | | audren_u: Fix GetAudioDevice. | bunnei | 2018-03-25 | 2 | -7/+48 |
| * | | | | | | hid: Stub out SetNpadJoyAssignmentModeDual. | bunnei | 2018-03-25 | 1 | -1/+7 |
| * | | | | | | pl_u: Add RequestLoad. | bunnei | 2018-03-25 | 2 | -0/+11 |
* | | | | | | | Merge pull request #273 from Subv/textures | bunnei | 2018-03-25 | 21 | -10/+1464 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | GPU: Make the debug_context variable a member of the frontend instead of a global. | Subv | 2018-03-25 | 7 | -19/+40 |
| * | | | | | | | GPU: Added a function to retrieve the active textures for a shader stage. | Subv | 2018-03-24 | 2 | -50/+59 |
| * | | | | | | | Frontend: Updated the surface view debug widget to work with Maxwell surfaces. | Subv | 2018-03-24 | 3 | -19/+38 |
| * | | | | | | | Frontend: Allow opening the Surface View widget in the Qt frontend. | Subv | 2018-03-24 | 2 | -0/+8 |
| * | | | | | | | GPU: Implement the Incoming/FinishedPrimitiveBatch debug breakpoints. | Subv | 2018-03-24 | 1 | -0/+7 |
| * | | | | | | | GPU: Implement the MaxwellCommandLoaded/Processed debug breakpoints. | Subv | 2018-03-24 | 1 | -0/+10 |
| * | | | | | | | Frontend: Ported the GPU breakpoints and surface viewer widgets from citra. | Subv | 2018-03-24 | 15 | -4/+1155 |
| * | | | | | | | GPU: Added a method to unswizzle a texture without decoding it. | Subv | 2018-03-24 | 4 | -5/+95 |
| * | | | | | | | GPU: Preliminary work for texture decoding. | Subv | 2018-03-24 | 5 | -0/+139 |
| |/ / / / / / |
|
* | | | | | | | Merge pull request #281 from mailwl/sockets-services | bunnei | 2018-03-25 | 8 | -32/+96 |
|\ \ \ \ \ \ \
| |/ / / / / /
|/| | | | | | |
|
| * | | | | | | Service/sockets: add bsd:s, nsd:a, nsd:u services | mailwl | 2018-03-25 | 8 | -32/+96 |
|/ / / / / / |
|
* | | | | | | Merge pull request #275 from MerryMage/addticks-dynarmic | bunnei | 2018-03-24 | 1 | -7/+3 |
|\ \ \ \ \ \ |
|
| * | | | | | | arm_dynarmic: Fix timing | MerryMage | 2018-03-24 | 1 | -7/+3 |
|/ / / / / / |
|
* | | | | | | Merge pull request #274 from Subv/viewport_regs | bunnei | 2018-03-24 | 1 | -1/+18 |
|\ \ \ \ \ \ |
|
| * | | | | | | GPU: Added viewport registers to Maxwell3D's reg structure. | Subv | 2018-03-24 | 1 | -1/+18 |
|/ / / / / / |
|
* | | | | | | Merge pull request #265 from bunnei/tegra-progress-2 | bunnei | 2018-03-24 | 17 | -296/+591 |
|\ \ \ \ \ \ |
|
| * | | | | | | gl_rasterizer: Fake render in green, because it's cooler. | bunnei | 2018-03-24 | 1 | -1/+1 |
| * | | | | | | gl_rasterizer: Log warning instead of sync'ing unimplemented funcs. | bunnei | 2018-03-24 | 1 | -7/+1 |
| * | | | | | | gl_rasterizer_cache: Add missing include for vm_manager. | bunnei | 2018-03-23 | 1 | -0/+1 |
| * | | | | | | renderer_opengl: Only invalidate the framebuffer region, not flush. | bunnei | 2018-03-23 | 1 | -4/+3 |
| * | | | | | | renderer_opengl: Fixes for properly flushing & rendering the framebuffer. | bunnei | 2018-03-23 | 2 | -12/+12 |
| * | | | | | | memory: Fix typo in RasterizerFlushVirtualRegion. | bunnei | 2018-03-23 | 1 | -3/+3 |
| * | | | | | | RasterizerCacheOpenGL: FlushAll should flush full memory region. | bunnei | 2018-03-23 | 1 | -1/+1 |
| * | | | | | | memory: RasterizerFlushVirtualRegion should also check process image region. | bunnei | 2018-03-23 | 1 | -0/+1 |
| * | | | | | | rasterizer: Flush and invalidate regions should be 64-bit. | bunnei | 2018-03-23 | 5 | -12/+12 |
| * | | | | | | renderer_opengl: Add framebuffer_transform_flags member variable. | bunnei | 2018-03-23 | 1 | -2/+2 |
| * | | | | | | renderer_opengl: Better handling of framebuffer transform flags. | bunnei | 2018-03-23 | 4 | -6/+23 |
| * | | | | | | renderer_opengl: Use accelerated framebuffer load with LoadFBToScreenInfo. | bunnei | 2018-03-23 | 1 | -31/+25 |
| * | | | | | | nvdisp_disp0: Always flush and invalidate framebuffer region. | bunnei | 2018-03-23 | 1 | -0/+7 |
| * | | | | | | gl_rasterizer: Implement AccelerateDisplay method from Citra. | bunnei | 2018-03-23 | 2 | -2/+44 |
| * | | | | | | LoadGLBuffer: Use bytes_per_pixel, not bits. | bunnei | 2018-03-23 | 1 | -1/+2 |
| * | | | | | | memory: Port RasterizerFlushVirtualRegion from Citra. | bunnei | 2018-03-23 | 2 | -1/+58 |
| * | | | | | | gl_rasterizer_cache: LoadGLBuffer should do a morton copy. | bunnei | 2018-03-23 | 1 | -16/+5 |
| * | | | | | | video_core: Move MortonCopyPixels128 to utils header. | bunnei | 2018-03-23 | 2 | -111/+113 |
| * | | | | | | video_core: Remove usage of PAddr and replace with VAddr. | bunnei | 2018-03-23 | 5 | -39/+39 |
| * | | | | | | video_core: Move FramebufferInfo to FramebufferConfig in GPU. | bunnei | 2018-03-23 | 8 | -69/+77 |
| * | | | | | | gl_rasterizer: Replace a bunch of UNIMPLEMENTED with ASSERT. | bunnei | 2018-03-23 | 2 | -20/+20 |
| * | | | | | | gl_rasterizer: Add a simple passthrough shader in lieu of shader generation. | bunnei | 2018-03-23 | 2 | -5/+68 |
| * | | | | | | gpu: Expose Maxwell3D engine. | bunnei | 2018-03-23 | 1 | -0/+4 |
| * | | | | | | maxwell_3d: Add some format decodings and string helper functions. | bunnei | 2018-03-23 | 1 | -3/+107 |
| * | | | | | | renderer: Create rasterizer and cleanup. | bunnei | 2018-03-23 | 4 | -4/+16 |
* | | | | | | | Merge pull request #255 from Subv/sd_card | bunnei | 2018-03-24 | 12 | -48/+329 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | FS: Move the file open mode calculation to a separate function. | Subv | 2018-03-23 | 1 | -7/+14 |
| * | | | | | | | FS: Implemented IFileSystem::CreateDirectory. | Subv | 2018-03-21 | 6 | -7/+29 |
| * | | | | | | | FS: Implemented IFileSystem's OpenDirectory function. | Subv | 2018-03-20 | 1 | -0/+28 |
| * | | | | | | | FS: Added the IDirectory IPC interface and implemented its two functions. | Subv | 2018-03-20 | 1 | -0/+51 |
| * | | | | | | | FS: Implement DiskFileSystem's OpenDirectory interface. | Subv | 2018-03-20 | 5 | -6/+19 |
| * | | | | | | | FS: Implement DiskFileSystem::GetEntryType for existing files/directories. | Subv | 2018-03-20 | 1 | -2/+4 |
| * | | | | | | | FS: Updated the Directory Entry structure to match the Switch. | Subv | 2018-03-20 | 5 | -30/+84 |
| * | | | | | | | FS: Support the file Append open mode. | Subv | 2018-03-20 | 2 | -2/+23 |
| * | | | | | | | FS: Implement MountSdCard. | Subv | 2018-03-20 | 1 | -2/+6 |
| * | | | | | | | FS: Added an SDMC archive factory and registered it to the SDMC archive on startup. | Subv | 2018-03-20 | 5 | -0/+79 |
* | | | | | | | | Merge pull request #268 from mailwl/ssl | bunnei | 2018-03-23 | 6 | -0/+45 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | Service/SSL: add ssl service | mailwl | 2018-03-23 | 6 | -0/+45 |
| | |_|_|_|/ / /
| |/| | | | | | |
|
* | | | | | | | | Merge pull request #270 from N00byKing/patch-2 | bunnei | 2018-03-23 | 1 | -4/+0 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | Remove Option for N/3DS from default.ini | N00byKing | 2018-03-23 | 1 | -4/+0 |
| |/ / / / / / / |
|
* | | | | | | | | Merge pull request #269 from N00byKing/icontoyuzu | bunnei | 2018-03-23 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \
| |/ / / / / / /
|/| | | | | | | |
|
| * | | | | | | | CITRA_ICON -> YUZU_ICON | N00byKing | 2018-03-23 | 1 | -1/+1 |
|/ / / / / / / |
|
* | | | | | | | Merge pull request #264 from valentinvanelslande/cmd-dynarmic | bunnei | 2018-03-23 | 2 | -2/+2 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | yuzu_cmd: change default cpu core to dynarmic | Valentin Vanelslande | 2018-03-23 | 1 | -1/+1 |
| * | | | | | | | default_ini: change default cpu core to dynarmic | Valentin Vanelslande | 2018-03-23 | 1 | -1/+1 |
|/ / / / / / / |
|
* | | | | | | | Merge pull request #263 from N00byKing/non3ds | bunnei | 2018-03-22 | 2 | -20/+0 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | Remove more N3DS References | N00byKing | 2018-03-22 | 2 | -20/+0 |
|/ / / / / / / |
|
* | | | | | | | Merge pull request #261 from mailwl/spl | bunnei | 2018-03-22 | 10 | -0/+176 |
|\ \ \ \ \ \ \
| |_|/ / / / /
|/| | | | | | |
|
| * | | | | | | Service/spl: add module and services | mailwl | 2018-03-22 | 10 | -0/+176 |
|/ / / / / / |
|
* | | | | | | Merge pull request #258 from Subv/gpu_attribs | bunnei | 2018-03-22 | 1 | -3/+27 |
|\ \ \ \ \ \ |
|
| * | | | | | | GPU: Added vertex attribute format registers. | Subv | 2018-03-21 | 1 | -1/+14 |
| * | | | | | | GPU: Added registers for the number of vertices to render. | Subv | 2018-03-21 | 1 | -2/+13 |
* | | | | | | | Merge pull request #260 from N00byKing/3535 | bunnei | 2018-03-21 | 4 | -36/+3 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | CMake: Set EMU_ARCH_BITS in CMakeLists.txt | N00byKing | 2018-03-21 | 4 | -36/+3 |
* | | | | | | | | Merge pull request #259 from N00byKing/usehttps | bunnei | 2018-03-21 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \
| |/ / / / / / /
|/| | | | | | | |
|
| * | | | | | | | Use HTTPS for Submodule lz4 | N00byKing | 2018-03-21 | 1 | -1/+1 |
|/ / / / / / / |
|
* | | | | | | | Merge pull request #257 from mailwl/vi-module | bunnei | 2018-03-21 | 8 | -212/+160 |
|\ \ \ \ \ \ \
| |/ / / / / /
|/| | | | | | |
|
| * | | | | | | Service/vi: convert services to module | mailwl | 2018-03-21 | 8 | -212/+160 |
|/ / / / / / |
|
* | | | | | | Merge pull request #254 from bunnei/port-citra-renderer | bunnei | 2018-03-21 | 22 | -1172/+24167 |
|\ \ \ \ \ \ |
|
| * | | | | | | renderer_gl: Port boilerplate rasterizer code over from Citra. | bunnei | 2018-03-20 | 5 | -1/+495 |
| * | | | | | | gl_shader_util: Sync latest version with Citra. | bunnei | 2018-03-20 | 3 | -46/+116 |
| * | | | | | | renderer_gl: Port over gl_shader_gen module from Citra. | bunnei | 2018-03-20 | 3 | -0/+88 |
| * | | | | | | renderer_gl: Port over gl_shader_decompiler module from Citra. | bunnei | 2018-03-20 | 3 | -0/+87 |
| * | | | | | | renderer_gl: Port over gl_rasterizer_cache module from Citra. | bunnei | 2018-03-20 | 3 | -0/+1714 |
| * | | | | | | gl_resource_manager: Sync latest version with Citra. | bunnei | 2018-03-20 | 1 | -8/+77 |
| * | | | | | | renderer_gl: Port over gl_stream_buffer module from Citra. | bunnei | 2018-03-20 | 3 | -0/+218 |
| * | | | | | | externals: Update Glad to latest version used by Citra. | bunnei | 2018-03-20 | 4 | -1071/+21262 |
| * | | | | | | gl_state: Sync latest version with Citra. | bunnei | 2018-03-20 | 2 | -47/+111 |
* | | | | | | | Merge pull request #256 from mailwl/fatal | bunnei | 2018-03-20 | 10 | -0/+146 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | Service: add fatal:u, fatal:p services | mailwl | 2018-03-20 | 10 | -0/+146 |
|/ / / / / / / |
|
* | | | | | | | Merge pull request #253 from Subv/rt_depth | Mat M | 2018-03-20 | 1 | -1/+48 |
|\ \ \ \ \ \ \
| |/ / / / / /
|/| | | | | | |
|
| * | | | | | | GPU: Added Z buffer registers to Maxwell3D's reg structure. | Subv | 2018-03-19 | 1 | -1/+17 |
| * | | | | | | GPU: Added the render target (RT) registers to Maxwell3D's reg structure. | Subv | 2018-03-19 | 1 | -1/+32 |
| |/ / / / / |
|
* | | | | | | Merge pull request #252 from N00byKing/3064 | bunnei | 2018-03-19 | 15 | -27/+29 |
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
|
| * | | | | | Clang Fixes | N00byKing | 2018-03-19 | 5 | -9/+11 |
| * | | | | | oops | N00byKing | 2018-03-19 | 1 | -3/+3 |
| * | | | | | More Warning cleanups | N00byKing | 2018-03-19 | 3 | -3/+3 |
| * | | | | | Clean Warnings (?) | N00byKing | 2018-03-19 | 15 | -20/+20 |
|/ / / / / |
|
* | | | | | Merge pull request #251 from Subv/tic_tsc | bunnei | 2018-03-19 | 1 | -1/+30 |
|\ \ \ \ \ |
|
| * | | | | | GPU: Added the TSC registers to the Maxwell3D register structure. | Subv | 2018-03-19 | 1 | -1/+15 |
| * | | | | | GPU: Added the TIC registers to the Maxwell3D register structure. | Subv | 2018-03-19 | 1 | -1/+16 |
|/ / / / / |
|
* | | | | | Merge pull request #193 from N00byKing/3184_2_robotic_boogaloo | bunnei | 2018-03-19 | 7 | -41/+41 |
|\ \ \ \ \ |
|
| * | | | | | Implements citra-emu/citra#3184 | N00byKing | 2018-02-25 | 7 | -41/+41 |
* | | | | | | Merge pull request #250 from bunnei/buffer-dequeue-wait | bunnei | 2018-03-19 | 10 | -51/+128 |
|\ \ \ \ \ \ |
|
| * | | | | | | vi: Remove DequeueBuffer and wait until next available buffer. | bunnei | 2018-03-19 | 3 | -12/+49 |
| * | | | | | | hle_ipc: Add SleepClientThread to block current thread within HLE routines. | bunnei | 2018-03-19 | 2 | -0/+47 |
| * | | | | | | hle_ipc: Use shared_ptr instead of unique_ptr to allow copies. | bunnei | 2018-03-19 | 2 | -9/+9 |
| * | | | | | | hle_ipc: Remove GetPointer(..) usage with WriteToOutgoingCommandBuffer. | bunnei | 2018-03-19 | 3 | -7/+14 |
| * | | | | | | thread: Add THREADSTATUS_WAIT_HLE_EVENT, remove THREADSTATUS_WAIT_ARB. | bunnei | 2018-03-19 | 4 | -23/+9 |
* | | | | | | | Merge pull request #249 from Subv/macro_E1A | bunnei | 2018-03-19 | 2 | -1/+29 |
|\ \ \ \ \ \ \
| |/ / / / / /
|/| | | | | | |
|
| * | | | | | | GPU: Implement macro 0xE1A BindTextureInfoBuffer in HLE. | Subv | 2018-03-19 | 2 | -1/+29 |
|/ / / / / / |
|
* | | | | | | Merge pull request #248 from Subv/cb_data | bunnei | 2018-03-19 | 5 | -11/+105 |
|\ \ \ \ \ \ |
|
| * | | | | | | GPU: Implement the BindStorageBuffer macro method in HLE. | Subv | 2018-03-18 | 2 | -1/+36 |
| * | | | | | | GPU: Handle writes to the CB_DATA method. | Subv | 2018-03-18 | 2 | -0/+39 |
| * | | | | | | GPU: Move the GPU's class constructor and destructors to a cpp file. | Subv | 2018-03-18 | 3 | -10/+30 |
|/ / / / / / |
|
* | | | | | | Merge pull request #246 from Subv/gpu_macro_calls | Sebastian Valle | 2018-03-18 | 8 | -80/+119 |
|\ \ \ \ \ \ |
|
| * | | | | | | GPU: Store uploaded GPU macros and keep track of the number of method parameters. | Subv | 2018-03-18 | 4 | -27/+74 |
| * | | | | | | GPU: Macros are specific to the Maxwell3D engine, so handle them internally. | Subv | 2018-03-18 | 8 | -63/+55 |
|/ / / / / / |
|
* | | | | | | Merge pull request #245 from Subv/set_shader2 | bunnei | 2018-03-18 | 2 | -23/+115 |
|\ \ \ \ \ \ |
|
| * | | | | | | GPU: Renamed ShaderType to ShaderStage as that is less confusing. | Subv | 2018-03-18 | 2 | -19/+19 |
| * | | | | | | GPU: Store shader constbuffer bindings in the GPU state. | Subv | 2018-03-18 | 2 | -5/+61 |
| * | | | | | | GPU: Corrected some register offsets and removed superfluous macro registers. | Subv | 2018-03-18 | 1 | -9/+3 |
| * | | | | | | GPU: Make the SetShader macro call do the same as the real macro's code. | Subv | 2018-03-18 | 2 | -3/+44 |
| * | | | | | | GPU: Corrected the parameter documentation for the SetShader macro call. | Subv | 2018-03-17 | 2 | -11/+12 |
|/ / / / / / |
|
* | | | | | | Merge pull request #242 from Subv/set_shader | bunnei | 2018-03-17 | 2 | -4/+38 |
|\ \ \ \ \ \ |
|
| * | | | | | | GPU: Handle the SetShader method call (0xE24) and store the shader config. | Subv | 2018-03-17 | 2 | -4/+38 |
* | | | | | | | Merge pull request #243 from Subv/vertex_buffer | bunnei | 2018-03-17 | 1 | -2/+33 |
|\ \ \ \ \ \ \
| |/ / / / / /
|/| | | | | | |
|
| * | | | | | | GPU: Added the vertex array registers. | Subv | 2018-03-17 | 1 | -2/+33 |
|/ / / / / / |
|
* | | | | | | Merge pull request #241 from Subv/gpu_method_call | bunnei | 2018-03-17 | 9 | -8/+97 |
|\ \ \ \ \ \ |
|
| * | | | | | | GPU: Process command mode 5 (IncreaseOnce) differently from other commands. | Subv | 2018-03-17 | 9 | -8/+97 |
* | | | | | | | Merge pull request #239 from Subv/shaders | bunnei | 2018-03-17 | 2 | -2/+63 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | GPU: Assert that we get a 0 CODE_ADDRESS register in the 3D engine. | Subv | 2018-03-17 | 1 | -0/+8 |
| * | | | | | | | GPU: Added Maxwell registers for Shader Program control. | Subv | 2018-03-17 | 1 | -2/+55 |
| |/ / / / / / |
|
* | | | | | | | Merge pull request #238 from bunnei/fix-buffer-check | bunnei | 2018-03-17 | 1 | -3/+1 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | nvflinger: Remove superfluous buffer format check. | bunnei | 2018-03-17 | 1 | -3/+1 |
|/ / / / / / / |
|
* | | | | | | | Merge pull request #232 from bunnei/heap-fixes | bunnei | 2018-03-17 | 15 | -82/+110 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | process: MirrorMemory should use MemoryState::Mapped. | bunnei | 2018-03-17 | 1 | -1/+1 |
| * | | | | | | | process: Unmap previously allocated heap. | bunnei | 2018-03-16 | 1 | -1/+3 |
| * | | | | | | | arm_interface: Support unmapping previously mapped memory. | bunnei | 2018-03-16 | 6 | -2/+18 |
| * | | | | | | | svc: Use more correct values for GetInfo MapRegion and NewMapRegion. | bunnei | 2018-03-16 | 3 | -29/+5 |
| * | | | | | | | kernel: Move stack region outside of application heap. | bunnei | 2018-03-16 | 6 | -11/+6 |
| * | | | | | | | memory: Add regions for map region, "new" map region, etc. | bunnei | 2018-03-16 | 1 | -19/+29 |
| * | | | | | | | process: Fix stack memory state. | bunnei | 2018-03-16 | 1 | -2/+4 |
| * | | | | | | | MemoryState: Add additional memory states and improve naming. | bunnei | 2018-03-16 | 5 | -18/+45 |
|/ / / / / / / |
|
* | | | | | | | Merge pull request #237 from mailwl/nifm-module | bunnei | 2018-03-16 | 8 | -125/+84 |
|\ \ \ \ \ \ \
| |/ / / / / /
|/| | | | | | |
|
| * | | | | | | IGeneralService: fix function list | mailwl | 2018-03-16 | 1 | -2/+3 |
| * | | | | | | Service/NIFM: stub cancel function | mailwl | 2018-03-16 | 1 | -1/+6 |
| * | | | | | | Service/NIFM: convert to module | mailwl | 2018-03-16 | 8 | -122/+75 |
|/ / / / / / |
|
* | | | | | | Merge pull request #236 from bunnei/refactor-process-creation | bunnei | 2018-03-15 | 22 | -72/+87 |
|\ \ \ \ \ \ |
|
| * | | | | | | core: Move process creation out of global state. | bunnei | 2018-03-14 | 22 | -72/+87 |
|/ / / / / / |
|
* | | | | | | Merge pull request #213 from Hexagon12/dynarmic-default | bunnei | 2018-03-08 | 1 | -1/+1 |
|\ \ \ \ \ \ |
|
| * | | | | | | pls, that was easy | Hexagon12 | 2018-02-14 | 1 | -1/+1 |
| |/ / / / / |
|
* | | | | | | Merge pull request #230 from Subv/gpu_draw | bunnei | 2018-03-05 | 2 | -1/+18 |
|\ \ \ \ \ \ |
|
| * | | | | | | GPU: Intercept writes to the VERTEX_END_GL register. | Subv | 2018-03-05 | 2 | -1/+18 |
|/ / / / / / |
|
* | | | | | | Merge pull request #229 from Subv/ensuresavedata_impl | bunnei | 2018-03-04 | 12 | -43/+91 |
|\ \ \ \ \ \ |
|
| * | | | | | | FS: Use the correct error code when trying to open files that don't exist. | Subv | 2018-03-04 | 2 | -26/+6 |
| * | | | | | | FS: Stubbed CreateSaveData. It currently does nothing. | Subv | 2018-03-04 | 2 | -0/+15 |
| * | | | | | | FS: Make EnsureSaveData create the savedata folder when called for the first time. | Subv | 2018-03-04 | 8 | -17/+70 |
* | | | | | | | Merge pull request #228 from Subv/unschedule_events | bunnei | 2018-03-04 | 3 | -2/+10 |
|\ \ \ \ \ \ \
| |/ / / / / /
|/| | | | | | |
|
| * | | | | | | CoreTiming: Unschedule the pending events when an Interface is destroyed. | Subv | 2018-03-04 | 3 | -2/+10 |
|/ / / / / / |
|
* | | | | | | Merge pull request #226 from Subv/buffer_queue_event | bunnei | 2018-03-03 | 1 | -0/+3 |
|\ \ \ \ \ \ |
|
| * | | | | | | Vi: Signal the BufferQueue's Native Handle right after ReleaseBuffer is called. | Subv | 2018-03-03 | 1 | -0/+3 |
* | | | | | | | Merge pull request #225 from mailwl/settings | bunnei | 2018-03-03 | 12 | -10/+348 |
|\ \ \ \ \ \ \
| |/ / / / / /
|/| | | | | | |
|
| * | | | | | | Service/Set: add more services | mailwl | 2018-03-03 | 12 | -10/+348 |
|/ / / / / / |
|
* | | | | | | Merge pull request #216 from Subv/savedata | bunnei | 2018-03-02 | 22 | -44/+546 |
|\ \ \ \ \ \ |
|
| * | | | | | | SaveData: Use the current titleid when opening the savedata archive. | Subv | 2018-03-02 | 1 | -2/+3 |
| * | | | | | | Kernel: Store the program id in the Process class instead of the CodeSet class. | Subv | 2018-03-02 | 9 | -26/+25 |
| * | | | | | | FS: Implement MountSaveData and some of the IFile interface. | Subv | 2018-03-02 | 2 | -0/+189 |
| * | | | | | | Filesystem: Added a SaveData Factory and associated Disk_FileSystem. | Subv | 2018-03-02 | 10 | -16/+329 |
| * | | | | | | ResultCode: Mark any error code that isn't 0 as an error. | Subv | 2018-02-27 | 1 | -2/+2 |
| | |_|_|_|/
| |/| | | | |
|
* | | | | | | Merge pull request #224 from Armada651/clear-process | bunnei | 2018-02-28 | 1 | -1/+3 |
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
|
| * | | | | | thread: Clear the process list on shutdown. | Jules Blok | 2018-02-27 | 1 | -1/+3 |
|/ / / / / |
|
* | | | | | Removes the use of QKeySequence::Cancel (#186) | Vishal Sharma | 2018-02-27 | 1 | -1/+2 |
* | | | | | Merge pull request #207 from mailwl/duplicatesession | bunnei | 2018-02-27 | 3 | -6/+12 |
|\ \ \ \ \
| |_|_|_|/
|/| | | | |
|
| * | | | | Add warning if Domain request has no domain message header | mailwl | 2018-02-20 | 1 | -0/+3 |
| * | | | | Fix: change check for domain order and existance of domain message header | mailwl | 2018-02-20 | 3 | -3/+4 |
| * | | | | IPC: add domain header to response if only it exists in request | mailwl | 2018-02-20 | 3 | -6/+8 |
* | | | | | Merge pull request #215 from N00byKing/umapsharedmmry | bunnei | 2018-02-26 | 2 | -1/+17 |
|\ \ \ \ \ |
|
| * | | | | | (Hopefully) Fix MinGW Build | N00byKing | 2018-02-25 | 1 | -1/+1 |
| * | | | | | Add UnmapSharedMemory | N00byKing | 2018-02-25 | 2 | -1/+17 |
* | | | | | | Merge pull request #222 from shinyquagsire23/npdm-parsing | bunnei | 2018-02-26 | 7 | -9/+294 |
|\ \ \ \ \ \ |
|
| * | | | | | | file_sys: Style tweaks | shinyquagsire23 | 2018-02-26 | 2 | -11/+5 |
| * | | | | | | loader: Check error on NPDM load, use TID for CodeSet | shinyquagsire23 | 2018-02-25 | 3 | -6/+10 |
| * | | | | | | loader: Use NPDM information when loading NSOs | shinyquagsire23 | 2018-02-25 | 2 | -4/+15 |
| * | | | | | | file_sys: Add support for parsing NPDM files | shinyquagsire23 | 2018-02-25 | 3 | -0/+276 |
|/ / / / / / |
|
* | | | | | | Merge pull request #212 from mailwl/stubs | bunnei | 2018-02-24 | 10 | -9/+112 |
|\ \ \ \ \ \ |
|
| * | | | | | | Stub more functions | mailwl | 2018-02-22 | 7 | -8/+90 |
| * | | | | | | Stub am::SetScreenShotPermission, and bsd::StartMonitoring functions | mailwl | 2018-02-22 | 5 | -1/+22 |
| |/ / / / / |
|
* | | | | | | Merge pull request #217 from shinyquagsire23/time-s-missing | bunnei | 2018-02-23 | 1 | -0/+4 |
|\ \ \ \ \ \ |
|
| * | | | | | | time: Add missing time:s functions, used for libnx | shinyquagsire23 | 2018-02-23 | 1 | -0/+4 |
| |/ / / / / |
|
* | | | | | | Merge pull request #210 from MerryMage/f/dynarmic/sysreg | bunnei | 2018-02-23 | 3 | -2/+33 |
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
|
| * | | | | | dynarmic: Update to 6b4c6b0 | MerryMage | 2018-02-21 | 2 | -2/+18 |
| * | | | | | arm_dynarmic: LOG_INFO on unicorn fallback | MerryMage | 2018-02-21 | 1 | -0/+4 |
| * | | | | | memory: LOG_ERROR when falling off end of page table | MerryMage | 2018-02-21 | 1 | -0/+11 |
| |/ / / / |
|
* | | | | | Merge pull request #211 from shinyquagsire23/time_local | bunnei | 2018-02-22 | 3 | -0/+9 |
|\ \ \ \ \ |
|
| * | | | | | time: Add GetStandardLocalSystemClock, used by libnx | shinyquagsire23 | 2018-02-22 | 3 | -0/+9 |
| |/ / / / |
|
* | | | | | Merge pull request #209 from MerryMage/f/scheduler-shutdown | bunnei | 2018-02-22 | 1 | -5/+9 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | core: Fix scheduler-shutdown related crash | MerryMage | 2018-02-21 | 1 | -5/+9 |
|/ / / / |
|
* | | | | Merge pull request #206 from mailwl/aoc-listaddoncontent | bunnei | 2018-02-20 | 4 | -2/+28 |
|\ \ \ \ |
|
| * | | | | Service/AOC: stub ListAddOnContent function | mailwl | 2018-02-20 | 4 | -2/+28 |
* | | | | | Merge pull request #205 from bunnei/more-puyo-stubs | bunnei | 2018-02-20 | 10 | -1/+113 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | acc_u0: Stub ListOpenUsers service function. | bunnei | 2018-02-19 | 2 | -1/+11 |
| * | | | | service: Add Friend service interface. | bunnei | 2018-02-19 | 6 | -0/+100 |
| * | | | | logging: Add category for Friend service. | bunnei | 2018-02-19 | 2 | -0/+2 |
|/ / / / |
|
* | | | | Merge pull request #202 from bunnei/scheduler-cleanup | bunnei | 2018-02-19 | 11 | -379/+239 |
|\ \ \ \ |
|
| * | | | | scheduler: Cleanup based on PR feedback. | bunnei | 2018-02-19 | 3 | -5/+4 |
| * | | | | kernel: Use Scheduler class for threading. | bunnei | 2018-02-18 | 6 | -174/+26 |
| * | | | | kernel: Add Scheduler, which encapsulates the scheduling loading from Thread module. | bunnei | 2018-02-18 | 3 | -0/+210 |
| * | | | | core: Use shared_ptr for cpu_core. | bunnei | 2018-02-18 | 2 | -6/+4 |
| * | | | | kernel: Remove unused address_arbiter code. | bunnei | 2018-02-18 | 5 | -199/+0 |
* | | | | | Merge pull request #203 from Subv/ensure_save_data | bunnei | 2018-02-19 | 1 | -1/+2 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | AM: Corrected the response in EnsureSaveData. | Subv | 2018-02-19 | 1 | -1/+2 |
|/ / / / |
|
* | | | | Merge pull request #198 from N00byKing/clang | bunnei | 2018-02-18 | 4 | -9/+18 |
|\ \ \ \ |
|
| * | | | | Update build.sh | N00byKing | 2018-02-18 | 1 | -1/+1 |
| * | | | | Use Docker for Build Target clang-format for travis. | N00byKing | 2018-02-16 | 4 | -9/+18 |
* | | | | | Merge pull request #201 from Subv/ipc_delay_ | bunnei | 2018-02-18 | 4 | -50/+63 |
|\ \ \ \ \ |
|
| * | | | | | Kernel/IPC: Add a small delay after each SyncRequest to prevent thread starvation. | Subv | 2018-02-18 | 4 | -50/+63 |
* | | | | | | Merge pull request #200 from Subv/bufferproducerfence | bunnei | 2018-02-18 | 5 | -28/+68 |
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
|
| * | | | | | nvmap: Make IocFromId return the same existing handle instead of creating a new one. | Subv | 2018-02-17 | 1 | -5/+2 |
| * | | | | | Parcel: Ensure we don't read past the end of the parcels in Vi. | Subv | 2018-02-17 | 1 | -0/+5 |
| * | | | | | Vi: Mark all fences as NO_FENCE in the DequeueBuffer response parcel. | Subv | 2018-02-17 | 1 | -2/+2 |
| * | | | | | Vi: Always write the IGBPBuffer in the RequestBuffer response parcel. | Subv | 2018-02-17 | 1 | -1/+2 |
| * | | | | | nvhost-ctrl: Stub NVHOST_IOCTL_CTRL_EVENT_WAIT. | Subv | 2018-02-15 | 2 | -0/+25 |
| * | | | | | Vi: Mark the fences as valid in the DequeueBuffer response parcel. | Subv | 2018-02-15 | 1 | -0/+3 |
| * | | | | | Vi: Added a missing u32 in the DequeueBuffer response parcel. | Subv | 2018-02-15 | 1 | -0/+1 |
| * | | | | | Vi: Don't write the IGBPBuffer in the IGBPRequestBufferResponseParcel. | Subv | 2018-02-15 | 1 | -4/+2 |
| * | | | | | Vi: Properly write the BufferProducerFence object in the DequeueBuffer response parcel. | Subv | 2018-02-15 | 2 | -18/+28 |
* | | | | | | Merge pull request #199 from FernandoS27/update_dynarmic | bunnei | 2018-02-17 | 1 | -0/+0 |
|\ \ \ \ \ \ |
|
| * | | | | | | updated dynarmic | FernandoS27 | 2018-02-17 | 1 | -0/+0 |
|/ / / / / / |
|
* | | | | | | Merge pull request #197 from mailwl/hid | bunnei | 2018-02-17 | 4 | -1/+98 |
|\ \ \ \ \ \
| |_|/ / / /
|/| | | | | |
|
| * | | | | | Service/hid: stub some functions | mailwl | 2018-02-16 | 4 | -1/+98 |
|/ / / / / |
|
* | | | | | Merge pull request #195 from bunnei/shared-font | bunnei | 2018-02-15 | 10 | -13/+199 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | shared_memory: Remove some checks. | bunnei | 2018-02-15 | 1 | -13/+0 |
| * | | | | pl_u: Implement basic shared font loading from RAM dump. | bunnei | 2018-02-15 | 6 | -0/+182 |
| * | | | | log: Add logging category for NS services. | bunnei | 2018-02-15 | 2 | -0/+2 |
| * | | | | hid: Stub GetVibrationDeviceInfo and SendVibrationValues. | bunnei | 2018-02-15 | 1 | -0/+15 |
|/ / / / |
|
* | | | | Merge pull request #188 from bunnei/refactor-buffer-descriptor | bunnei | 2018-02-15 | 11 | -108/+102 |
|\ \ \ \ |
|
| * | | | | hle_ipc: Remove const from WriteBuffer size. | bunnei | 2018-02-14 | 2 | -2/+2 |
| * | | | | hle_ipc: Add GetReadBufferSize and check write buffer size. | bunnei | 2018-02-14 | 2 | -0/+10 |
| * | | | | service: Remove remaining uses of BufferDescriptor*. | bunnei | 2018-02-14 | 5 | -14/+8 |
| * | | | | audio: Use WriteBuffer instead of BufferDescriptorB. | bunnei | 2018-02-14 | 2 | -9/+3 |
| * | | | | vi: Eliminate direct usage of BufferDescriptorB. | bunnei | 2018-02-14 | 1 | -14/+3 |
| * | | | | nvdrv: Use ReadBuffer/WriteBuffer functions for Ioctl. | bunnei | 2018-02-14 | 1 | -17/+5 |
| * | | | | vi: Use ReadBuffer/WriteBuffer functions for TransactParcel. | bunnei | 2018-02-14 | 1 | -44/+19 |
| * | | | | hle_ipc: Add helper functions for reading and writing buffers. | bunnei | 2018-02-14 | 1 | -4/+2 |
| * | | | | hle_ipc: Add helper functions for reading and writing buffers. | bunnei | 2018-02-14 | 3 | -0/+55 |
| * | | | | vi: Fix TransactParcelAuto to support both buffer formats. | bunnei | 2018-02-14 | 1 | -25/+16 |
* | | | | | Merge pull request #192 from jroweboy/fix-fps | bunnei | 2018-02-14 | 1 | -0/+2 |
|\ \ \ \ \
| |_|/ / /
|/| | | | |
|
| * | | | | Fix fps counter to correctly measure frame end when there was no frame to draw | James Rowe | 2018-02-14 | 1 | -0/+2 |
|/ / / / |
|
* | | | | Merge pull request #190 from bunnei/fix-qt-waittree | bunnei | 2018-02-14 | 1 | -1/+1 |
|\ \ \ \ |
|
| * | | | | debugger: Fix wait_tree crash. | bunnei | 2018-02-14 | 1 | -1/+1 |
| |/ / / |
|
* | | | | Merge pull request #191 from lioncash/log | bunnei | 2018-02-14 | 12 | -57/+82 |
|\ \ \ \ |
|
| * | | | | memory: Silence formatting sepecifier warnings | Lioncash | 2018-02-14 | 1 | -21/+30 |
| * | | | | nso: Silence formatting specifier warnings | Lioncash | 2018-02-14 | 1 | -2/+4 |
| * | | | | deconstructed_rom_directory: Silence formatting specifier warnings | Lioncash | 2018-02-14 | 1 | -3/+4 |
| * | | | | nvdrv/interface: Silence formatting specifier warnings | Lioncash | 2018-02-14 | 1 | -1/+2 |
| * | | | | nvmap: Silence formatting specifier warnings | Lioncash | 2018-02-14 | 1 | -1/+2 |
| * | | | | nvhost_gpu: Silence formatting specifier warnings | Lioncash | 2018-02-14 | 1 | -6/+8 |
| * | | | | nvhost_ctrl: Silence formatting specifier warnings | Lioncash | 2018-02-14 | 1 | -2/+2 |
| * | | | | nvhost_ctrl_gpu: Silence formatting specifier warnings | Lioncash | 2018-02-14 | 1 | -3/+4 |
| * | | | | nvhost_as_gpu: Silence formatting specifier warnings | Lioncash | 2018-02-14 | 1 | -5/+7 |
| * | | | | thread: Silence formatting specifier warnings | Lioncash | 2018-02-14 | 1 | -2/+3 |
| * | | | | vm_manager: Silence formatting specifier warnings | Lioncash | 2018-02-14 | 1 | -5/+7 |
| * | | | | gdbstub: Silence formatting specifier warnings | Lioncash | 2018-02-14 | 1 | -6/+9 |
| |/ / / |
|
* | | | | Merge pull request #189 from lioncash/misc | bunnei | 2018-02-14 | 1 | -1/+1 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | maxwell_3d: Make constructor explicit | Lioncash | 2018-02-14 | 1 | -1/+1 |
|/ / / |
|
* | | | Merge pull request #187 from Subv/maxwell3d_query | bunnei | 2018-02-14 | 3 | -3/+95 |
|\ \ \ |
|
| * | | | GPU: Partially implemented the QUERY_* registers in the Maxwell3D engine. | Subv | 2018-02-12 | 3 | -3/+95 |
* | | | | audren_u: Schedule reoccuring event. (#183) | bunnei | 2018-02-14 | 2 | -6/+36 |
* | | | | Merge pull request #181 from bunnei/vi-fixes-2 | bunnei | 2018-02-14 | 1 | -17/+36 |
|\ \ \ \ |
|
| * | | | | vi: Add FENCE_HACK, which is useful for booting BOTW. | bunnei | 2018-02-13 | 1 | -7/+21 |
| * | | | | vi: Stub TransactParcel CancelBuffer. | bunnei | 2018-02-13 | 1 | -0/+2 |
| * | | | | TransactParcel: Move WriteBlock to narrowest scope. | bunnei | 2018-02-13 | 1 | -10/+13 |
* | | | | | Merge pull request #184 from mailwl/lm | bunnei | 2018-02-13 | 1 | -20/+49 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | Service/lm: add support to multiline logs | mailwl | 2018-02-13 | 1 | -20/+49 |
* | | | | | Merge pull request #180 from MerryMage/f/dynarmic/direct-page-table | bunnei | 2018-02-13 | 4 | -10/+19 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | arm_dynarmic: Support direct page table access | MerryMage | 2018-02-12 | 4 | -10/+19 |
|/ / / / |
|
* | | | | Merge pull request #179 from gdkchan/audren_stubs | bunnei | 2018-02-12 | 1 | -2/+76 |
|\ \ \ \ |
|
| * | | | | Add RequestUpdateAudioRenderer, StartAudioRenderer and StopAudioRenderer stubs to audren:u | gdkchan | 2018-02-12 | 1 | -2/+76 |
* | | | | | Merge pull request #178 from Subv/command_buffers | bunnei | 2018-02-12 | 20 | -23/+364 |
|\ \ \ \ \
| |/ / / /
|/| / / /
| |/ / / |
|
| * | | | Make a GPU class in VideoCore to contain the GPU state. | Subv | 2018-02-12 | 20 | -76/+125 |
| * | | | GPU: Added a command processor to decode the GPU pushbuffers and forward the commands to their respective engines. | Subv | 2018-02-12 | 12 | -3/+285 |
| * | | | nvdrv: Make the GPU memory manager available to nvhost-gpu. | Subv | 2018-02-12 | 3 | -6/+16 |
* | | | | Merge pull request #177 from bunnei/vi-fixes | bunnei | 2018-02-12 | 9 | -22/+67 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | renderer_opengl: Support framebuffer flip vertical. | bunnei | 2018-02-12 | 3 | -5/+13 |
| * | | | vi: Parse IGBPQueueBufferRequestParcel params and expose buffer flip vertical. | bunnei | 2018-02-12 | 6 | -11/+46 |
| * | | | vi: Fix OpenLayer and CreateStrayLayer. | bunnei | 2018-02-11 | 1 | -6/+8 |
|/ / / |
|
* | | | Merge pull request #175 from bunnei/libnx-fixes-2 | bunnei | 2018-02-10 | 9 | -99/+166 |
|\ \ \ |
|
| * | | | fsp_srv: Stub MountSdCard. | bunnei | 2018-02-10 | 2 | -0/+9 |
| * | | | apm: Refactor service impl. to support multiple ports. | bunnei | 2018-02-10 | 5 | -58/+102 |
| * | | | vi: Implement TransactParcelAuto. | bunnei | 2018-02-10 | 1 | -32/+46 |
| * | | | nvflinger: (Hack) Use first available buffer if none are found. | bunnei | 2018-02-10 | 1 | -1/+5 |
| * | | | IGBPQueueBufferRequestParcel: Don't enforce buffer length. | bunnei | 2018-02-10 | 1 | -1/+0 |
| * | | | IGBPRequestBufferResponseParcel: Fix response for libnx. | bunnei | 2018-02-10 | 1 | -7/+4 |
|/ / / |
|
* | | | Merge pull request #171 from bunnei/libnx-fixes | bunnei | 2018-02-09 | 6 | -9/+38 |
|\ \ \ |
|
| * | | | nvdrv: Fix QueryEvent for libnx. | bunnei | 2018-02-09 | 2 | -4/+8 |
| * | | | IApplicationDisplayService::CloseDisplay: Fix response params size. | bunnei | 2018-02-09 | 1 | -1/+1 |
| * | | | nvhost_ctrl_gpu: Implement ZCullGetInfo. | bunnei | 2018-02-09 | 1 | -2/+14 |
| * | | | acc_u0: Implement ListAllUsers. | bunnei | 2018-02-09 | 2 | -2/+15 |
* | | | | Merge pull request #173 from MerryMage/feature/dynarmic-fix-windows | bunnei | 2018-02-09 | 1 | -0/+0 |
|\ \ \ \ |
|
| * | | | | dynarmic: Fix bug due to Windows ABI mismatch | MerryMage | 2018-02-09 | 1 | -0/+0 |
* | | | | | Merge pull request #170 from MerryMage/feature/dynarmic-update-201802 | bunnei | 2018-02-09 | 5 | -32/+46 |
|\| | | |
| |/ / /
|/| | | |
|
| * | | | dynarmic: Update to 41ae12263 | MerryMage | 2018-02-09 | 5 | -32/+46 |
|/ / / |
|
* | | | Merge pull request #169 from bunnei/gpu-mem | bunnei | 2018-02-08 | 8 | -30/+225 |
|\ \ \ |
|
| * | | | nvhost_as_gpu: Implement AllocateSpace and MapBufferEx. | bunnei | 2018-02-08 | 2 | -10/+33 |
| * | | | nvdrv: Add MemoryManager class to track GPU memory. | bunnei | 2018-02-08 | 3 | -0/+162 |
| * | | | nvmap: Refactor to expose nvmap objects. | bunnei | 2018-02-08 | 2 | -19/+22 |
| * | | | nvhost_as_gpu: Add nvmap as a class member. | bunnei | 2018-02-08 | 3 | -2/+9 |
|/ / / |
|
* | | | Merge pull request #168 from mailwl/new-stubs | bunnei | 2018-02-07 | 9 | -6/+191 |
|\ \ \ |
|
| * | | | Service: stub some functions in am, audio, time, vi services | mailwl | 2018-02-07 | 9 | -6/+191 |
|/ / / |
|
* | | | Merge pull request #166 from mailwl/hid-SetNpadHandhelpActivationMode | bunnei | 2018-02-06 | 1 | -0/+7 |
|\ \ \ |
|
| * | | | Service/hid: stub SetNpadHandheldActivationMode | mailwl | 2018-02-06 | 1 | -0/+7 |
|/ / / |
|
* | | | Merge pull request #165 from bunnei/puyo-fixes | bunnei | 2018-02-06 | 4 | -2/+23 |
|\ \ \ |
|
| * | | | mutex: Update hasWaiters on release. | bunnei | 2018-02-06 | 1 | -0/+1 |
| * | | | hid: Stub ActivateTouchScreen and SetNpadJoyHoldType. | bunnei | 2018-02-06 | 1 | -2/+14 |
| * | | | IApplicationFunctions: Stub out EnsureSaveData. | bunnei | 2018-02-06 | 2 | -0/+8 |
* | | | | Extra nvdrv support (#162) | David | 2018-02-06 | 17 | -37/+765 |
|/ / / |
|
* | | | Merge pull request #164 from ogniK5377/libnx_sm_fix | bunnei | 2018-02-05 | 1 | -0/+2 |
|\ \ \ |
|
| * | | | Dont call UNIMPLEMENTED for 'empty services', just return error code | David Marcec | 2018-02-05 | 1 | -0/+2 |
* | | | | Merge pull request #163 from ogniK5377/istorage_to_romfs | bunnei | 2018-02-05 | 2 | -5/+5 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | Changed .istorage to .romfs | David Marcec | 2018-02-05 | 2 | -5/+5 |
|/ / / |
|
* | | | Merge pull request #161 from bunnei/service-improvements | bunnei | 2018-02-05 | 24 | -124/+211 |
|\ \ \ |
|
| * | | | set: GetAvailableLanguageCodes should not return lang_codes size. | bunnei | 2018-02-05 | 1 | -2/+3 |
| * | | | nvflinger: Signal BufferQueue native handle event. | bunnei | 2018-02-05 | 1 | -0/+1 |
| * | | | logger: Add Time service logging category. | bunnei | 2018-02-05 | 3 | -10/+12 |
| * | | | logger: Add SET service logging category. | bunnei | 2018-02-05 | 3 | -16/+12 |
| * | | | logger: Add PCTL service logging category. | bunnei | 2018-02-05 | 3 | -1/+3 |
| * | | | logger: Add LM service logging category. | bunnei | 2018-02-05 | 3 | -2/+4 |
| * | | | logger: Add APM service logging category. | bunnei | 2018-02-05 | 3 | -2/+5 |
| * | | | lm: Ensure log string is non-empty before checking back(). | bunnei | 2018-02-05 | 1 | -1/+1 |
| * | | | logger: Add NIFM service logging category. | bunnei | 2018-02-05 | 6 | -11/+13 |
| * | | | logger: Add VI service logging category. | bunnei | 2018-02-05 | 6 | -21/+22 |
| * | | | hid: Stub out several functions. | bunnei | 2018-02-05 | 1 | -1/+39 |
| * | | | hid: Implement CreateActiveVibrationDeviceList. | bunnei | 2018-02-04 | 1 | -0/+25 |
| * | | | logger: Use Service_HID category where applicable. | bunnei | 2018-02-04 | 1 | -2/+2 |
| * | | | logger: Use Service_NVDRV category where applicable. | bunnei | 2018-02-04 | 2 | -10/+10 |
| * | | | logger: Add AM service logging category. | bunnei | 2018-02-04 | 5 | -42/+44 |
| * | | | logger: Add "account" service logging category. | bunnei | 2018-02-04 | 3 | -8/+10 |
| * | | | acc_u0: Stub out GetLastOpenedUser. | bunnei | 2018-02-04 | 2 | -0/+10 |
|/ / / |
|
* | | | Merge pull request #160 from bunnei/svc-improvements | bunnei | 2018-02-04 | 5 | -24/+32 |
|\ \ \ |
|
| * | | | GetInfo: Implement IsCurrentProcessBeingDebugged. | bunnei | 2018-02-04 | 1 | -0/+3 |
| * | | | WaitProcessWideKeyAtomic: Handle case where condition variable was already created. | bunnei | 2018-02-04 | 3 | -13/+17 |
| * | | | svc: SharedMemory size should be 64-bits and cleanup. | bunnei | 2018-02-03 | 3 | -11/+11 |
| * | | | ArbitrateLock: Assert that requesting_thread is current_thread. | bunnei | 2018-02-03 | 1 | -0/+1 |
* | | | | Merge pull request #159 from mailwl/acc0-fix | bunnei | 2018-02-04 | 1 | -1/+9 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | acc:u0 : stub GetAccountId | mailwl | 2018-02-04 | 1 | -1/+9 |
|/ / / |
|
* | | | Merge pull request #157 from bunnei/fix-duplicate-session | bunnei | 2018-02-03 | 1 | -4/+9 |
|\ \ \ |
|
| * | | | controller: DuplicateSession should return a ClientSession. | bunnei | 2018-02-03 | 1 | -4/+9 |
* | | | | Merge pull request #156 from mailwl/nifm | bunnei | 2018-02-03 | 10 | -0/+378 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | Service:nifm: add nifm:a, nifm:s and nifm:u services | mailwl | 2018-02-03 | 10 | -0/+378 |
|/ / / |
|
* | | | Service/am: Add AppletAE service (#153) | mailwl | 2018-02-02 | 7 | -379/+571 |
* | | | Merge pull request #154 from mailwl/vi_create_stray_array | bunnei | 2018-02-02 | 1 | -0/+1 |
|\ \ \ |
|
| * | | | vi::CreateStrayLayer : add padding to request | mailwl | 2018-02-02 | 1 | -0/+1 |
* | | | | Merge pull request #155 from mailwl/vi-services | bunnei | 2018-02-02 | 6 | -0/+128 |
|\ \ \ \ |
|
| * | | | | Services/vi: add vi:s and vi:u services | mailwl | 2018-02-02 | 6 | -0/+128 |
| |/ / / |
|
* | | | | Merge pull request #152 from shinyquagsire23/sharedmem-valid-bounds | bunnei | 2018-02-02 | 1 | -1/+2 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | shared_memory: Only mark addresses as invalid if they are within the heap | shinyquagsire23 | 2018-01-30 | 1 | -1/+2 |
* | | | | [WIP] sfdnsres: stub (#146) | mailwl | 2018-01-30 | 5 | -2/+52 |
|/ / / |
|
* | | | Merge pull request #151 from lioncash/catch | bunnei | 2018-01-28 | 1 | -0/+0 |
|\ \ \ |
|
| * | | | externals: Update catch to v2.1.1 | Lioncash | 2018-01-27 | 1 | -0/+0 |
|/ / / |
|
* | | | Merge pull request #148 from MerryMage/feature/special-memory | bunnei | 2018-01-27 | 11 | -441/+273 |
|\ \ \ |
|
| * | | | memory: Replace all memory hooking with Special regions | MerryMage | 2018-01-27 | 11 | -441/+273 |
* | | | | Merge pull request #149 from MerryMage/feature/remove-x86_64h | bunnei | 2018-01-27 | 1 | -1/+1 |
|\ \ \ \ |
|
| * | | | | travis: Remove CMAKE_OSX_ARCHITECTURES argument | MerryMage | 2018-01-27 | 1 | -1/+1 |
* | | | | | Merge pull request #147 from chris062689/master | Flame Sage | 2018-01-27 | 1 | -0/+5 |
|\ \ \ \ \ |
|
| * | | | | | Added webhook notifications to TravisCI build. | Flame Sage | 2018-01-27 | 1 | -0/+5 |
|/ / / / / |
|
* | | | | | Merge pull request #144 from KAMiKAZOW/patch-1 | bunnei | 2018-01-27 | 1 | -1/+1 |
|\ \ \ \ \ |
|
| * | | | | | Install Linux icon in hicolor instead of pixmaps | KAMiKAZOW | 2018-01-26 | 1 | -1/+1 |
* | | | | | | Merge pull request #145 from jroweboy/oops | bunnei | 2018-01-26 | 1 | -1/+1 |
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
|
| * | | | | | Fix typo for dependent options | James Rowe | 2018-01-26 | 1 | -1/+1 |
|/ / / / / |
|
* | | | | | Merge pull request #142 from bunnei/improve-time | bunnei | 2018-01-26 | 2 | -1/+22 |
|\ \ \ \ \ |
|
| * | | | | | time: Implement ISteadyClock::GetCurrentTimePoint. | bunnei | 2018-01-26 | 2 | -1/+22 |
|/ / / / / |
|
* | | | | | Merge pull request #137 from bunnei/improve-ipc | bunnei | 2018-01-25 | 32 | -452/+311 |
|\ \ \ \ \ |
|
| * | | | | | audout_u: Various cleanups. | bunnei | 2018-01-25 | 1 | -29/+17 |
| * | | | | | ResponseBuilder: Use a bit field for customizing instead of always_move_handles. | bunnei | 2018-01-25 | 3 | -11/+21 |
| * | | | | | time: Stub GetSystemClockContext function. | bunnei | 2018-01-25 | 2 | -2/+17 |
| * | | | | | server_session: Fix scenario where all domain handlers are closed. | bunnei | 2018-01-25 | 1 | -3/+3 |
| * | | | | | hle: Rename RequestBuilder to ResponseBuilder. | bunnei | 2018-01-25 | 19 | -128/+129 |
| * | | | | | service: Fix all incorrect IPC response headers. | bunnei | 2018-01-25 | 14 | -82/+42 |
| * | | | | | ipc_helpers: Make interface domain agnostic and add header validation. | bunnei | 2018-01-25 | 2 | -25/+58 |
| * | | | | | hle: Integrate Domain handling into ServerSession. | bunnei | 2018-01-25 | 7 | -38/+74 |
| * | | | | | hle: Remove Domain and SyncObject kernel objects. | bunnei | 2018-01-25 | 10 | -169/+2 |
| * | | | | | handle_table: Remove ConvertSessionToDomain. | bunnei | 2018-01-25 | 2 | -17/+0 |
|/ / / / / |
|
* | | | | | audout:u OpenAudioOut and IAudioOut (#138) | st4rk | 2018-01-25 | 4 | -14/+168 |
* | | | | | Merge pull request #140 from gdkchan/time_fix | bunnei | 2018-01-24 | 1 | -1/+1 |
|\ \ \ \ \ |
|
| * | | | | | Fix time returning epoch time in milliseconds rather than in seconds | gdkchan | 2018-01-24 | 1 | -1/+1 |
|/ / / / / |
|
* | | | | | Merge pull request #139 from Rozelette/log_nvdrv | bunnei | 2018-01-24 | 1 | -0/+1 |
|\ \ \ \ \ |
|
| * | | | | | logging: add missing NVDRV subclass to macro list | Rozlette | 2018-01-24 | 1 | -0/+1 |
|/ / / / / |
|
* | | | | | Merge pull request #136 from N00byKing/patch-1 | bunnei | 2018-01-24 | 1 | -2/+2 |
|\ \ \ \ \ |
|
| * | | | | | Correct Spelling | N00byKing | 2018-01-23 | 1 | -2/+2 |
|/ / / / / |
|
* | | | | | Merge pull request #135 from Subv/no_ports | bunnei | 2018-01-23 | 5 | -65/+67 |
|\ \ \ \ \ |
|
| * | | | | | Services: Added a todo about returning interfaces as domain objects in lm, hid and time. | Subv | 2018-01-23 | 3 | -0/+12 |
| * | | | | | Time: Don't create unnecessary ports when retrieving the clock service sessions. | Subv | 2018-01-22 | 1 | -33/+27 |
| * | | | | | HID: Don't create an unnecessary port in CreateAppletResource. | Subv | 2018-01-22 | 1 | -13/+13 |
| * | | | | | LM: Don't create an unnecessary port in Initialize. | Subv | 2018-01-22 | 2 | -15/+10 |
| * | | | | | IPC: Don't create an unnecessary port when using PushIpcInterface outside of a domain. | Subv | 2018-01-22 | 1 | -4/+5 |
* | | | | | | Merge pull request #133 from Subv/nvflinger2 | bunnei | 2018-01-22 | 9 | -17/+59 |
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
|
| * | | | | | AppletOE: Stubbed CreateManagedDisplayLayer to create a new layer in the Default display. | Subv | 2018-01-22 | 1 | -0/+14 |
| * | | | | | AppletOE: Make ISelfController keep a reference to nvflinger. | Subv | 2018-01-22 | 5 | -10/+32 |
| * | | | | | Services: Vi shouldn't be responsible for creating nvflinger. | Subv | 2018-01-22 | 5 | -7/+13 |
* | | | | | | Merge pull request #134 from gdkchan/audout_hid_fix | bunnei | 2018-01-22 | 3 | -2/+21 |
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
|
| * | | | | | Stub OpenAudioOut and fix a issue with HID IAppletResource being created more than once | gdkchan | 2018-01-22 | 3 | -2/+21 |
* | | | | | | Merge pull request #132 from Subv/nvflinger | bunnei | 2018-01-22 | 9 | -363/+452 |
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
|
| * | | | | | VI: Move BufferQueue and NVFlinger to their own folder/namespace. | Subv | 2018-01-22 | 9 | -363/+452 |
|/ / / / / |
|
* | | | | | Added stubs for audio services. (#116) | st4rk | 2018-01-22 | 12 | -5/+309 |
* | | | | | Merge pull request #131 from lioncash/enum | bunnei | 2018-01-22 | 2 | -12/+13 |
|\ \ \ \ \ |
|
| * | | | | | nvmap: Add a return 0 underneath the UNIMPLEMENTED macro | Lioncash | 2018-01-21 | 1 | -0/+1 |
| * | | | | | nvmap: Make IoctlCommands an enum class | Lioncash | 2018-01-21 | 2 | -12/+12 |
* | | | | | | Merge pull request #130 from MerryMage/dynarmic | bunnei | 2018-01-22 | 1 | -0/+0 |
|\ \ \ \ \ \
| | |_|/ / /
| |/| | | | |
|
| * | | | | | externals: Update dynarmic | MerryMage | 2018-01-21 | 1 | -0/+0 |
* | | | | | | Added nvmemp, Added /dev/nvhost-ctrl, SetClientPID now stores pid (#114) | David | 2018-01-21 | 9 | -5/+163 |
* | | | | | | Merge pull request #128 from Subv/parcel_query | bunnei | 2018-01-21 | 2 | -0/+58 |
|\ \ \ \ \ \ |
|
| * | | | | | | VI: Implement the Query transaction of IHOSBinderDriver, and stubbed some results. | Subv | 2018-01-21 | 2 | -0/+58 |
| | |_|/ / /
| |/| | | | |
|
* | | | | | | Merge pull request #123 from bunnei/fs | bunnei | 2018-01-21 | 25 | -947/+535 |
|\ \ \ \ \ \
| |_|_|/ / /
|/| | | | | |
|
| * | | | | | file_sys: Clang format fixes. | bunnei | 2018-01-21 | 3 | -4/+4 |
| * | | | | | fsp_srv: Various improvements to IStorage:Read implementation. | bunnei | 2018-01-21 | 5 | -48/+79 |
| * | | | | | deconstructed_rom_directory: Implement istorage loading for RomFS. | bunnei | 2018-01-21 | 2 | -2/+71 |
| * | | | | | filesystem: Implement basic IStorage functionality. | David Marcec | 2018-01-21 | 6 | -0/+258 |
| * | | | | | file_sys: Cleanup to better match Switch file system constructs. | bunnei | 2018-01-21 | 10 | -63/+136 |
| * | | | | | file_sys: Remove disk_archive, savedata_archive, and title_metadata. | bunnei | 2018-01-21 | 7 | -835/+0 |
| * | | | | | archive_backend: Minor changes to match Switch IFileSystem. | bunnei | 2018-01-21 | 5 | -26/+26 |
| * | | | | | file_sys: Repurpose 3DS IVFC code for Switch ROMFS. | bunnei | 2018-01-21 | 3 | -51/+43 |
|/ / / / / |
|
* | | | | | Merge pull request #129 from Rozelette/master | bunnei | 2018-01-21 | 1 | -113/+155 |
|\ \ \ \ \ |
|
| * | | | | | gdbstub: Update registers and sizes for aarch64 | Rozlette | 2018-01-21 | 1 | -113/+155 |
| |/ / / / |
|
* | | | | | Merge pull request #124 from akkatracker/patch-1 | bunnei | 2018-01-21 | 1 | -1/+1 |
|\ \ \ \ \ |
|
| * | | | | | Fix spelling error in CMakeLists | Matthew Brener | 2018-01-21 | 1 | -1/+1 |
| |/ / / / |
|
* | | | | | Merge pull request #125 from MerryMage/bundled-unicorn | bunnei | 2018-01-21 | 1 | -3/+6 |
|\ \ \ \ \
| |/ / / /
|/| / / /
| |/ / / |
|
| * | | | CMakeLists: Fix unicorn build for macOS developers with x86_64-only systems | MerryMage | 2018-01-21 | 1 | -1/+1 |
| * | | | CMakeLists: Do not look for system Unicorn by default | MerryMage | 2018-01-21 | 1 | -2/+5 |
|/ / / |
|
* | | | Merge pull request #72 from N00byKing/patch-2 | bunnei | 2018-01-21 | 1 | -1/+0 |
|\ \ \ |
|
| * | | | Update core.cpp | N00byKing | 2018-01-17 | 1 | -1/+0 |
* | | | | Merge pull request #92 from gdkchan/nro_refactor | bunnei | 2018-01-21 | 1 | -2/+2 |
|\ \ \ \ |
|
| * | | | | Fix NRO Entry Point | gdkchan | 2018-01-18 | 1 | -2/+2 |
* | | | | | Merge pull request #122 from tgsm/time-remove-pragma | bunnei | 2018-01-21 | 2 | -4/+0 |
|\ \ \ \ \ |
|
| * | | | | | service/time: remove accidental #pragmas | tgsm | 2018-01-21 | 2 | -4/+0 |
* | | | | | | Merge pull request #121 from Rozelette/master | bunnei | 2018-01-21 | 1 | -1/+0 |
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
|
| * | | | | | loader: Minor style fix in deconstructed_rom_directory | Rozlette | 2018-01-21 | 1 | -1/+0 |
|/ / / / / |
|
* | | | | | Merge pull request #117 from jroweboy/clang-format | bunnei | 2018-01-21 | 78 | -122/+275 |
|\ \ \ \ \ |
|
| * | | | | | Travis: Add missing PPA for newer libstdc++ | James Rowe | 2018-01-21 | 1 | -0/+1 |
| * | | | | | Travis: Update clang-format to 6.0 | James Rowe | 2018-01-21 | 2 | -2/+5 |
| * | | | | | Format: Run the new clang format on everything | James Rowe | 2018-01-21 | 74 | -117/+207 |
| * | | | | | CMake: Conditionally turn on bundled libs for MSVC | James Rowe | 2018-01-21 | 1 | -2/+5 |
| * | | | | | CMake: Update contributing guide with the new clang format info | James Rowe | 2018-01-21 | 1 | -1/+10 |
| * | | | | | CMake: Add a custom clang format target | James Rowe | 2018-01-20 | 1 | -0/+47 |
* | | | | | | Merge pull request #120 from Rozelette/master | bunnei | 2018-01-20 | 1 | -0/+3 |
|\ \ \ \ \ \ |
|
| * | | | | | | memory: Return false for large VAddr in IsValidVirtualAddress | Rozlette | 2018-01-20 | 1 | -0/+3 |
| |/ / / / / |
|
* | | | | | | Merge pull request #119 from bunnei/desconstucted-loader | bunnei | 2018-01-20 | 11 | -51/+200 |
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
|
| * | | | | | loader: Clean up ctors and includes. | bunnei | 2018-01-20 | 10 | -18/+22 |
| * | | | | | loader: Add DeconstructedRomDirectory for game dumps. | bunnei | 2018-01-20 | 5 | -0/+156 |
| * | | | | | loader: Refactor to also pass filepath into IdentifyType. | bunnei | 2018-01-20 | 8 | -19/+19 |
| * | | | | | nso: Remove code specific to directory loading. | bunnei | 2018-01-20 | 2 | -17/+6 |
|/ / / / / |
|
* | | | | | Port citra #3352 to yuzu (#103) | River City Ransomware | 2018-01-20 | 4 | -12/+36 |
* | | | | | Added CreateSharedMemory & UNIMPLEMENTED() for non existent services. (#113) | David | 2018-01-20 | 3 | -1/+23 |
* | | | | | Fixes some cast warnings, partial port of citra #3064 (#106) | River City Ransomware | 2018-01-20 | 6 | -21/+22 |
* | | | | | Merge pull request #112 from Rozelette/master | bunnei | 2018-01-19 | 1 | -0/+16 |
|\ \ \ \ \ |
|
| * | | | | | ISelfController: Stub LockExit and UnlockExit | Rozlette | 2018-01-19 | 1 | -0/+16 |
* | | | | | | acc, set, applet_oe: stub various functions, add set service (#105) | goaaats | 2018-01-19 | 8 | -0/+161 |
|/ / / / / |
|
* | | | | | Merge pull request #109 from bunnei/libnx-fixes | bunnei | 2018-01-19 | 6 | -1/+26 |
|\ \ \ \ \ |
|
| * | | | | | nvdrv: Stub SetClientPID. | bunnei | 2018-01-19 | 2 | -0/+13 |
| * | | | | | svc: Fix svcGetInfo MapRegionBaseAddr. | bunnei | 2018-01-19 | 3 | -1/+9 |
| * | | | | | svc: Add additional fields to MemoryInfo struct. | bunnei | 2018-01-19 | 1 | -0/+4 |
* | | | | | | Merge pull request #97 from bunnei/time-stub | bunnei | 2018-01-19 | 2 | -4/+12 |
|\ \ \ \ \ \ |
|
| * | | | | | | time: Stub out GetTotalLocationNameCount and some cleanup. | bunnei | 2018-01-19 | 2 | -4/+12 |
* | | | | | | | time: Add new line to ends of files. | bunnei | 2018-01-19 | 4 | -4/+4 |
* | | | | | | | applet_oe: Clang-format. | bunnei | 2018-01-19 | 1 | -2/+1 |
|/ / / / / / |
|
* | | | | | | Merge pull request #108 from gdkchan/dispdrv | bunnei | 2018-01-19 | 1 | -1/+1 |
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
|
| * | | | | | Fix dispdrv typo | gdkchan | 2018-01-19 | 1 | -1/+1 |
|/ / / / / |
|
* | | | | | Merge pull request #100 from Rozelette/master | bunnei | 2018-01-19 | 7 | -32/+113 |
|\ \ \ \ \ |
|
| * | | | | | time: Fix use of CamelCase in ToCalendarTimeWithMyRule | Rozlette | 2018-01-18 | 1 | -6/+6 |
| * | | | | | time: Refactor time:* to use a single shared module | Rozlette | 2018-01-18 | 7 | -26/+107 |
| | |_|/ /
| |/| | | |
|
* | | | | | Merge pull request #104 from RiverCityRansomware/resizedConfigWindow | bunnei | 2018-01-19 | 1 | -1/+1 |
|\ \ \ \ \ |
|
| * | | | | | Port citra #3336 - Resizes the configuration window to not be so stretched out | River City Ransomware | 2018-01-18 | 1 | -1/+1 |
| | |/ / /
| |/| | | |
|
* | | | | | Merge pull request #107 from lioncash/qt | bunnei | 2018-01-19 | 5 | -31/+31 |
|\ \ \ \ \ |
|
| * | | | | | qt: Migrate to Qt 5 signal/slot connection syntax where applicable | Lioncash | 2018-01-19 | 5 | -31/+31 |
|/ / / / / |
|
* | | | | | ui: Rename almost all classes in configuration_input.ui (#99) | Evgeni Danailov | 2018-01-18 | 1 | -66/+66 |
* | | | | | Merge pull request #101 from jroweboy/add-missing-dlls | bunnei | 2018-01-18 | 1 | -3/+10 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | Build: Add missing dlls to msvc release | James Rowe | 2018-01-18 | 1 | -3/+10 |
* | | | | | Stub PopLaunchParameter and implement Buffer C Descriptors reading on hle_ipc (#96) | gdkchan | 2018-01-18 | 5 | -7/+127 |
* | | | | | Start to implement/stub BSD:U and SFDNSRES services (#78) | flerovium^-^ | 2018-01-18 | 7 | -0/+159 |
* | | | | | Merge pull request #98 from lioncash/xcode | bunnei | 2018-01-18 | 1 | -1/+1 |
|\ \ \ \ \ |
|
| * | | | | | travis: Use Xcode 9.2 | Lioncash | 2018-01-18 | 1 | -1/+1 |
| | |/ / /
| |/| | | |
|
* | | | | | Merge pull request #95 from bunnei/lm-skip-byte | bunnei | 2018-01-18 | 1 | -0/+7 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | lm: Minor logging fix to skip a byte. | bunnei | 2018-01-18 | 1 | -0/+7 |
* | | | | | Merge pull request #84 from lioncash/cmake | bunnei | 2018-01-18 | 11 | -389/+361 |
|\ \ \ \ \ |
|
| * | | | | | CMakeLists: Derive the source directory grouping from targets themselves | Lioncash | 2018-01-18 | 11 | -389/+361 |
* | | | | | | Merge pull request #91 from lioncash/svc | bunnei | 2018-01-18 | 1 | -9/+9 |
|\ \ \ \ \ \ |
|
| * | | | | | | svc: Rename some entries to match their analogue on SwitchBrew | Lioncash | 2018-01-18 | 1 | -7/+7 |
| * | | | | | | svc: Add CreateJitMemory and MapJitMemory svc strings | Lioncash | 2018-01-18 | 1 | -2/+2 |
| |/ / / / / |
|
* | | | | | | Merge pull request #90 from lioncash/vi-override | bunnei | 2018-01-18 | 1 | -20/+21 |
|\ \ \ \ \ \ |
|
| * | | | | | | vi: Make constructors explicit where applicable | Lioncash | 2018-01-18 | 1 | -13/+14 |
| * | | | | | | vi: Add missing override specifiers | Lioncash | 2018-01-18 | 1 | -7/+7 |
| |/ / / / / |
|
* | | | | | | Merge pull request #89 from lioncash/vi-vector | bunnei | 2018-01-18 | 1 | -2/+3 |
|\ \ \ \ \ \ |
|
| * | | | | | | vi: Copy data directly into the std::vector within Parcel's ReadBlock function | Lioncash | 2018-01-18 | 1 | -2/+3 |
| |/ / / / / |
|
* | | | | | | Merge pull request #88 from lioncash/include | bunnei | 2018-01-18 | 1 | -0/+1 |
|\ \ \ \ \ \ |
|
| * | | | | | | hotkeys: Add missing <QTreeWidgetItem> include | Lioncash | 2018-01-18 | 1 | -0/+1 |
| |/ / / / / |
|
* | | | | | | Merge pull request #87 from lioncash/override | bunnei | 2018-01-18 | 1 | -1/+1 |
|\ \ \ \ \ \ |
|
| * | | | | | | game_list: Add missing override specifier for KeyReleaseEater's eventFilter function | Lioncash | 2018-01-18 | 1 | -1/+1 |
| |/ / / / / |
|
* | | | | | | Merge pull request #93 from jroweboy/deploy-key | Flame Sage | 2018-01-18 | 2 | -2/+2 |
|\ \ \ \ \ \
| | |_|/ / /
| |/| | | | |
|
| * | | | | | Build: Update deploy keys | James Rowe | 2018-01-18 | 2 | -2/+2 |
|/ / / / / |
|
* | | | | | Merge pull request #86 from lioncash/doxygen | bunnei | 2018-01-18 | 1 | -2/+2 |
|\ \ \ \ \ |
|
| * | | | | | game_list: Amend doxygen parameter identifiers for containsAllWords() | Lioncash | 2018-01-18 | 1 | -2/+2 |
| |/ / / / |
|
* | | | | | Merge pull request #85 from lioncash/warn | bunnei | 2018-01-18 | 1 | -2/+2 |
|\ \ \ \ \
| |_|/ / /
|/| | | | |
|
| * | | | | telemetry: Silence initialization order warnings | Lioncash | 2018-01-18 | 1 | -2/+2 |
| |/ / / |
|
* | | | | controller: Use DuplicateSession for DuplicateSessionEx. | bunnei | 2018-01-18 | 2 | -1/+8 |
* | | | | Merge pull request #83 from lioncash/pessimizing-move | bunnei | 2018-01-18 | 1 | -1/+1 |
|\ \ \ \ |
|
| * | | | | input_common/sdl: Silence a -Wpessimizing-move warning | Lioncash | 2018-01-18 | 1 | -1/+1 |
| |/ / / |
|
* | | | | Merge pull request #82 from lioncash/catch | bunnei | 2018-01-18 | 1 | -0/+0 |
|\ \ \ \ |
|
| * | | | | externals: Update catch to 2.1.0 | Lioncash | 2018-01-18 | 1 | -0/+0 |
| |/ / / |
|