| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | | | | | gl_shader_decompiler: Fix MrgH0 decompilation | ReinUsesLisp | 2019-04-16 | 1 | -2/+2 |
| * | | | | | | | shader_ir/decode: Implement half float saturation | ReinUsesLisp | 2019-04-16 | 5 | -8/+31 |
| * | | | | | | | shader_ir/decode: Reduce severity of unimplemented half-float FTZ | ReinUsesLisp | 2019-04-16 | 3 | -3/+9 |
| * | | | | | | | renderer_opengl: Implement half float NaN comparisons | ReinUsesLisp | 2019-04-16 | 3 | -36/+59 |
| * | | | | | | | shader_ir: Avoid using static on heap-allocated objects | ReinUsesLisp | 2019-04-16 | 1 | -5/+4 |
| |/ / / / / / |
|
* | | | | | | | Merge pull request #2415 from lioncash/const | bunnei | 2019-04-20 | 2 | -2/+2 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | kernel/wait_object: Make GetHighestPriorityReadyThread() a const member function | Lioncash | 2019-04-17 | 2 | -2/+2 |
| | |_|_|/ / /
| |/| | | | | |
|
* | | | | | | | Merge pull request #2414 from lioncash/reorder | bunnei | 2019-04-20 | 2 | -5/+3 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | yuzu/bootmanager: Replace unnnecessary constructor initializer list member of GGLContext | Lioncash | 2019-04-17 | 1 | -2/+2 |
| * | | | | | | | yuzu/bootmanager: Remove unnecessary includes | Lioncash | 2019-04-17 | 1 | -1/+0 |
| * | | | | | | | yuzu/bootmanager: Resolve constructor initializer list warnings | Lioncash | 2019-04-17 | 1 | -2/+1 |
| |/ / / / / / |
|
* | | | | | | | Merge pull request #2421 from lioncash/svc-call | bunnei | 2019-04-20 | 1 | -1/+1 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | kernel/svc: Name supervisor call 0x36 | Lioncash | 2019-04-19 | 1 | -1/+1 |
| | |_|/ / / /
| |/| | | | | |
|
* | | | | | | | Merge pull request #2374 from lioncash/pagetable | bunnei | 2019-04-20 | 38 | -177/+253 |
|\ \ \ \ \ \ \
| |/ / / / / /
|/| | | | | | |
|
| * | | | | | | core/core: Move process execution start to System's Load() | Lioncash | 2019-04-12 | 20 | -107/+144 |
| * | | | | | | core/process: Remove unideal page table setting from LoadFromMetadata() | Lioncash | 2019-04-12 | 1 | -5/+0 |
| * | | | | | | core/core: Move main process creation into Load() | Lioncash | 2019-04-12 | 1 | -4/+3 |
| * | | | | | | video_core/gpu: Create threads separately from initialization | Lioncash | 2019-04-12 | 10 | -25/+51 |
| * | | | | | | core/cpu_core_manager: Create threads separately from initialization. | Lioncash | 2019-04-12 | 11 | -39/+58 |
* | | | | | | | Merge pull request #2397 from lioncash/thread-unused | bunnei | 2019-04-18 | 3 | -18/+17 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | svc: Specify handle value in thread's name | Lioncash | 2019-04-15 | 2 | -2/+10 |
| * | | | | | | | kernel/thread: Remove unused guest_handle member variable | Lioncash | 2019-04-14 | 3 | -16/+7 |
| | |_|/ / / /
| |/| | | | | |
|
* | | | | | | | Merge pull request #2318 from ReinUsesLisp/sampler-cache | bunnei | 2019-04-18 | 9 | -181/+183 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | gl_sampler_cache: Port sampler cache to OpenGL | ReinUsesLisp | 2019-04-02 | 5 | -123/+82 |
| * | | | | | | | video_core: Abstract vk_sampler_cache into a templated class | ReinUsesLisp | 2019-04-02 | 5 | -58/+101 |
* | | | | | | | | Merge pull request #2348 from FernandoS27/guest-bindless | bunnei | 2019-04-18 | 8 | -44/+217 |
|\ \ \ \ \ \ \ \
| |_|_|_|/ / / /
|/| | | | | | | |
|
| * | | | | | | | Adapt Bindless to work with AOFFI | Fernando Sahmkow | 2019-04-08 | 1 | -7/+18 |
| * | | | | | | | Move ConstBufferAccessor to Maxwell3d, correct mistakes and clang format. | Fernando Sahmkow | 2019-04-08 | 9 | -44/+25 |
| * | | | | | | | Fix bad rebase | Fernando Sahmkow | 2019-04-08 | 1 | -2/+1 |
| * | | | | | | | Fix TMML | Fernando Sahmkow | 2019-04-08 | 1 | -5/+7 |
| * | | | | | | | Simplify ConstBufferAccessor | Fernando Sahmkow | 2019-04-08 | 5 | -53/+22 |
| * | | | | | | | Refactor GetTextureCode and GetTexCode to use an optional instead of optional parameters | Fernando Sahmkow | 2019-04-08 | 2 | -34/+33 |
| * | | | | | | | Implement TXQ_B | Fernando Sahmkow | 2019-04-08 | 2 | -2/+10 |
| * | | | | | | | Implement TMML_B | Fernando Sahmkow | 2019-04-08 | 1 | -5/+10 |
| * | | | | | | | Corrections to TEX_B | Fernando Sahmkow | 2019-04-08 | 2 | -4/+37 |
| * | | | | | | | Fixes to Const Buffer Accessor and Formatting | Fernando Sahmkow | 2019-04-08 | 3 | -10/+10 |
| * | | | | | | | Implement Bindless Handling on SetupTexture | Fernando Sahmkow | 2019-04-08 | 4 | -18/+34 |
| * | | | | | | | Unify both sampler types. | Fernando Sahmkow | 2019-04-08 | 4 | -22/+48 |
| * | | | | | | | Implement Bindless Samplers and TEX_B in the IR. | Fernando Sahmkow | 2019-04-08 | 4 | -16/+77 |
| * | | | | | | | Implement Const Buffer Accessor | Fernando Sahmkow | 2019-04-08 | 5 | -2/+65 |
* | | | | | | | | Merge pull request #2315 from ReinUsesLisp/severity-decompiler | bunnei | 2019-04-17 | 2 | -5/+20 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | shader_ir/memory: Reduce severity of LD_L cache management and log it | ReinUsesLisp | 2019-04-03 | 2 | -2/+9 |
| * | | | | | | | | shader_ir/memory: Reduce severity of ST_L cache management and log it | ReinUsesLisp | 2019-04-03 | 2 | -3/+11 |
* | | | | | | | | | Merge pull request #2384 from ReinUsesLisp/gl-state-clear | bunnei | 2019-04-17 | 1 | -4/+4 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | gl_rasterizer: Apply just the needed state on Clear | ReinUsesLisp | 2019-04-10 | 1 | -4/+4 |
| | |_|_|_|_|/ / /
| |/| | | | | | | |
|
* | | | | | | | | | Merge pull request #2405 from lioncash/qt | bunnei | 2019-04-17 | 2 | -1/+7 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | CMakeLists: Define QT_USE_QSTRINGBUILDER for the Qt target | Lioncash | 2019-04-15 | 2 | -1/+7 |
| | |_|_|_|/ / / /
| |/| | | | | | | |
|
* | | | | | | | | | Merge pull request #2092 from ReinUsesLisp/stg | bunnei | 2019-04-17 | 11 | -89/+186 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | shader_ir: Implement STG, keep track of global memory usage and flush | ReinUsesLisp | 2019-04-14 | 11 | -89/+186 |
| |/ / / / / / / / |
|
* | | | | | | | | | Merge pull request #2376 from lioncash/const | bunnei | 2019-04-17 | 3 | -12/+12 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | configure_hotkeys: Pass the dialog as a parent to SequenceDialog() | Lioncash | 2019-04-10 | 1 | -1/+1 |
| * | | | | | | | | | configure_hotkeys: Avoid dialog memory leak within Configure() | Lioncash | 2019-04-10 | 1 | -3/+3 |
| * | | | | | | | | | configure_hotkeys: Mark member variables as const where applicable in Configure() | Lioncash | 2019-04-10 | 1 | -7/+7 |
| * | | | | | | | | | configure_hotkeys: Make comparison check a little more self-documenting | Lioncash | 2019-04-10 | 1 | -1/+2 |
| * | | | | | | | | | configure_dialog: Amend constructor initializer list order | Lioncash | 2019-04-10 | 1 | -1/+1 |
| * | | | | | | | | | configure_hotkey: Remove unnecessary include | Lioncash | 2019-04-10 | 1 | -1/+0 |
| * | | | | | | | | | configure_hotkey: Make IsUsedKey() a const member function | Lioncash | 2019-04-10 | 2 | -2/+2 |
* | | | | | | | | | | Merge pull request #2401 from lioncash/guard | bunnei | 2019-04-17 | 2 | -0/+4 |
|\ \ \ \ \ \ \ \ \ \
| |_|_|_|_|_|_|_|/ /
|/| | | | | | | | | |
|
| * | | | | | | | | | common/{lz4_compression, zstd_compression}: Add missing header guards | Lioncash | 2019-04-15 | 2 | -0/+4 |
| | |/ / / / / / /
| |/| | | | | | | |
|
* | | | | | | | | | Merge pull request #2382 from lioncash/table | bunnei | 2019-04-16 | 27 | -57/+262 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | service: Update service function tables | Lioncash | 2019-04-11 | 27 | -57/+262 |
| | |/ / / / / / /
| |/| | | | | | | |
|
* | | | | | | | | | Merge pull request #2393 from lioncash/svc | bunnei | 2019-04-16 | 4 | -2/+274 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | kernel/svc: Implement svcUnmapProcessCodeMemory | Lioncash | 2019-04-13 | 3 | -1/+143 |
| * | | | | | | | | | kernel/svc: Implement svcMapProcessCodeMemory | Lioncash | 2019-04-13 | 4 | -1/+131 |
| | |_|_|_|_|_|/ /
| |/| | | | | | | |
|
* | | | | | | | | | Merge pull request #2398 from lioncash/boost | bunnei | 2019-04-16 | 2 | -11/+0 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | kernel/thread: Remove BoostPriority() | Lioncash | 2019-04-15 | 2 | -11/+0 |
| | |_|/ / / / / /
| |/| | | | | | | |
|
* | | | | | | | | | Merge pull request #2399 from FernandoS27/fermi-fix | bunnei | 2019-04-16 | 1 | -4/+1 |
|\ \ \ \ \ \ \ \ \
| |/ / / / / / / /
|/| | | | | | | | |
|
| * | | | | | | | | Correct Pitch in Fermi2D | Fernando Sahmkow | 2019-04-15 | 1 | -4/+1 |
|/ / / / / / / / |
|
* | | | | | | | | Merge pull request #2378 from lioncash/ro | bunnei | 2019-04-14 | 1 | -65/+85 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | ldr: Mark IsValidNROHash() as a const member function | Lioncash | 2019-04-10 | 1 | -5/+4 |
| * | | | | | | | | ldr: Amend parameters for LoadNro/UnloadNro LoadNrr/UnloadNrr | Lioncash | 2019-04-10 | 1 | -60/+81 |
| | |/ / / / / /
| |/| | | | | | |
|
* | | | | | | | | Merge pull request #2373 from FernandoS27/z32 | bunnei | 2019-04-14 | 2 | -2/+19 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | Implement Texture Format ZF32_X24S8. | Fernando Sahmkow | 2019-04-09 | 1 | -0/+2 |
| * | | | | | | | | Correct depth compare with color formats for R32F | Fernando Sahmkow | 2019-04-09 | 1 | -2/+17 |
| | |_|_|_|/ / /
| |/| | | | | | |
|
* | | | | | | | | Merge pull request #2357 from zarroboogs/force-30fps-mode | bunnei | 2019-04-14 | 5 | -6/+23 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | added a toggle to force 30fps mode | zarroboogs | 2019-04-09 | 5 | -6/+23 |
| |/ / / / / / / |
|
* | | | | | | | | Merge pull request #2381 from lioncash/fs | bunnei | 2019-04-14 | 1 | -8/+7 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | fsp_srv: Remove unnecessary parameter popping in IDirectory's Read() | Lioncash | 2019-04-10 | 1 | -4/+1 |
| * | | | | | | | | fsp_srv: Log out option values in IFile's Read and Write functions | Lioncash | 2019-04-10 | 1 | -4/+6 |
| | |/ / / / / /
| |/| | | | | | |
|
* | | | | | | | | Merge pull request #2386 from ReinUsesLisp/shader-manager | bunnei | 2019-04-14 | 2 | -34/+61 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | gl_shader_manager: Move code to source file and minor clean up | ReinUsesLisp | 2019-04-11 | 2 | -34/+61 |
| | |_|_|/ / / /
| |/| | | | | | |
|
* | | | | | | | | Merge pull request #2017 from jroweboy/glwidget | bunnei | 2019-04-14 | 7 | -94/+240 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | bootmanager: Bypass input focus issues | ReinUsesLisp | 2019-03-25 | 4 | -55/+78 |
| * | | | | | | | | bootmanager: Bypass resizing issue | ReinUsesLisp | 2019-03-25 | 1 | -7/+12 |
| * | | | | | | | | bootmanager: Delete container to avoid crash on game restarting | ReinUsesLisp | 2019-03-25 | 2 | -14/+10 |
| * | | | | | | | | QT: Hide GLWidget immediately after showing. | James Rowe | 2019-01-22 | 1 | -0/+2 |
| * | | | | | | | | SDL Frontend: Add shared context support | James Rowe | 2019-01-22 | 2 | -1/+38 |
| * | | | | | | | | QT Frontend: Migrate to QOpenGLWindow | James Rowe | 2019-01-22 | 4 | -30/+113 |
* | | | | | | | | | Merge pull request #2389 from FreddyFunk/rename-gamedir | bunnei | 2019-04-14 | 5 | -20/+25 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | Fix Clang Format | FreddyFunk | 2019-04-12 | 2 | -5/+10 |
| * | | | | | | | | | ui_settings: Rename game directory variables | FreddyFunk | 2019-04-11 | 5 | -20/+20 |
| | |/ / / / / / /
| |/| | | | | | | |
|
* | | | | | | | | | Merge pull request #2391 from lioncash/scope | bunnei | 2019-04-13 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | common/scope_exit: Replace std::move with std::forward in ScopeExit() | Lioncash | 2019-04-12 | 1 | -1/+1 |
| | |_|/ / / / / /
| |/| | | | | | | |
|
* | | | | | | | | | Merge pull request #2392 from lioncash/swap | bunnei | 2019-04-13 | 1 | -69/+27 |
|\ \ \ \ \ \ \ \ \
| |_|_|_|_|/ / / /
|/| | | | | | | | |
|
| * | | | | | | | | common/swap: Improve codegen of the default swap fallbacks | Lioncash | 2019-04-12 | 1 | -3/+7 |
| * | | | | | | | | common/swap: Mark byte swapping free functions with [[nodiscard]] and noexcept | Lioncash | 2019-04-12 | 1 | -11/+11 |
| * | | | | | | | | common/swap: Simplify swap function ifdefs | Lioncash | 2019-04-12 | 1 | -48/+15 |
| * | | | | | | | | common/swap: Remove 32-bit ARM path | Lioncash | 2019-04-12 | 1 | -13/+0 |
| |/ / / / / / / |
|
* | | | | | | | | Merge pull request #2235 from ReinUsesLisp/spirv-decompiler | bunnei | 2019-04-12 | 6 | -1/+1473 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | vk_shader_decompiler: Implement flow primitives | ReinUsesLisp | 2019-04-10 | 1 | -5/+82 |
| * | | | | | | | | vk_shader_decompiler: Implement most common texture primitives | ReinUsesLisp | 2019-04-10 | 1 | -8/+65 |
| * | | | | | | | | vk_shader_decompiler: Implement texture decompilation helper functions | ReinUsesLisp | 2019-04-10 | 1 | -0/+32 |
| * | | | | | | | | vk_shader_decompiler: Implement Assign and LogicalAssign | ReinUsesLisp | 2019-04-10 | 1 | -2/+64 |
| * | | | | | | | | vk_shader_decompiler: Implement non-OperationCode visits | ReinUsesLisp | 2019-04-10 | 1 | -7/+129 |
| * | | | | | | | | vk_shader_decompiler: Implement OperationCode decompilation interface | ReinUsesLisp | 2019-04-10 | 1 | -1/+411 |
| * | | | | | | | | vk_shader_decompiler: Implement Visit | ReinUsesLisp | 2019-04-10 | 1 | -1/+50 |
| * | | | | | | | | vk_shader_decompiler: Implement labels tree and flow | ReinUsesLisp | 2019-04-10 | 1 | -0/+71 |
| * | | | | | | | | vk_shader_decompiler: Implement declarations | ReinUsesLisp | 2019-04-10 | 1 | -3/+457 |
| * | | | | | | | | vk_shader_decompiler: Declare and stub interface for a SPIR-V decompiler | ReinUsesLisp | 2019-04-10 | 3 | -0/+127 |
| * | | | | | | | | video_core: Add sirit as optional dependency with Vulkan | ReinUsesLisp | 2019-04-10 | 4 | -1/+12 |
| | |/ / / / / /
| |/| | | | | | |
|
* | | | | | | | | Merge pull request #2360 from lioncash/svc-global | bunnei | 2019-04-12 | 8 | -364/+413 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | kernel/svc: Deglobalize the supervisor call handlers | Lioncash | 2019-04-08 | 8 | -364/+413 |
| | |_|_|/ / / /
| |/| | | | | | |
|
* | | | | | | | | Merge pull request #2388 from lioncash/constexpr | bunnei | 2019-04-12 | 10 | -10/+10 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | kernel: Make handle type declarations constexpr | Lioncash | 2019-04-11 | 10 | -10/+10 |
| | |_|/ / / / /
| |/| | | | | | |
|
* | | | | | | | | Merge pull request #2387 from FernandoS27/fast-copy-relax | bunnei | 2019-04-12 | 1 | -4/+10 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | gl_rasterizer_cache: Relax restrictions on FastCopySurface and FastLayeredCopySurface | Fernando Sahmkow | 2019-04-11 | 1 | -4/+10 |
|/ / / / / / / / |
|
* | | | | | | | | Merge pull request #2278 from ReinUsesLisp/vc-texture-cache | bunnei | 2019-04-11 | 3 | -0/+974 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | video_core: Implement API agnostic view based texture cache | ReinUsesLisp | 2019-03-22 | 3 | -0/+974 |
* | | | | | | | | | Merge pull request #2372 from FernandoS27/fermi-fix | bunnei | 2019-04-11 | 1 | -0/+4 |
|\ \ \ \ \ \ \ \ \
| |_|_|_|/ / / / /
|/| | | | | | | | |
|
| * | | | | | | | | Correct Fermi Copy on Linear Textures. | Fernando Sahmkow | 2019-04-09 | 1 | -0/+4 |
* | | | | | | | | | Merge pull request #2345 from ReinUsesLisp/multibind | bunnei | 2019-04-10 | 4 | -30/+69 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | renderer_opengl/utils: Skip empty binds | ReinUsesLisp | 2019-04-06 | 1 | -0/+3 |
| * | | | | | | | | | gl_rasterizer: Use ARB_multi_bind to update SSBOs | ReinUsesLisp | 2019-04-06 | 2 | -9/+9 |
| * | | | | | | | | | gl_rasterizer: Use ARB_multi_bind to update UBOs across stages | ReinUsesLisp | 2019-04-06 | 4 | -22/+58 |
* | | | | | | | | | | Merge pull request #2377 from lioncash/todo | bunnei | 2019-04-10 | 1 | -7/+2 |
|\ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | kernel/server_session: Remove obsolete TODOs | Lioncash | 2019-04-10 | 1 | -7/+2 |
| | |_|_|/ / / / / /
| |/| | | | | | | | |
|
* | | | | | | | | | | Merge pull request #2375 from FernandoS27/fix-ldc | bunnei | 2019-04-10 | 1 | -2/+1 |
|\ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | Remove bounding in LD_C | Fernando Sahmkow | 2019-04-10 | 1 | -2/+1 |
| | |_|/ / / / / / /
| |/| | | | | | | | |
|
* | | | | | | | | | | Merge pull request #2353 from lioncash/surface | bunnei | 2019-04-10 | 5 | -622/+0 |
|\ \ \ \ \ \ \ \ \ \
| |_|/ / / / / / / /
|/| | | | | | | | | |
|
| * | | | | | | | | | yuzu/debugger: Remove graphics surface viewer | Lioncash | 2019-04-06 | 5 | -622/+0 |
* | | | | | | | | | | Merge pull request #2354 from lioncash/header | bunnei | 2019-04-10 | 8 | -3/+10 |
|\ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | video_core/textures/convert: Replace include with a forward declaration | Lioncash | 2019-04-06 | 2 | -1/+5 |
| * | | | | | | | | | | video_core/texures/texture: Remove unnecessary includes | Lioncash | 2019-04-06 | 6 | -2/+5 |
* | | | | | | | | | | | Merge pull request #1957 from DarkLordZach/title-provider | bunnei | 2019-04-10 | 22 | -276/+461 |
|\ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | patch_manager: Dump NSO name with build ID | Zach Hilman | 2019-03-28 | 4 | -9/+11 |
| * | | | | | | | | | | | game_list: Register content with ContentProvider | Zach Hilman | 2019-03-27 | 8 | -91/+102 |
| * | | | | | | | | | | | core: Port current uses of RegisteredCache to ContentProvider | Zach Hilman | 2019-03-27 | 8 | -27/+32 |
| * | | | | | | | | | | | core: Store system-wide ContentProvider for the emulator | Zach Hilman | 2019-03-27 | 2 | -0/+40 |
| * | | | | | | | | | | | file_sys: Create ContentProvider interface and default implementations | Zach Hilman | 2019-03-27 | 2 | -152/+279 |
* | | | | | | | | | | | | Merge pull request #2366 from FernandoS27/xmad-fix | bunnei | 2019-04-10 | 2 | -9/+33 |
|\ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | Correct XMAD mode, psl and high_b on different encodings. | Fernando Sahmkow | 2019-04-08 | 2 | -9/+33 |
| | |_|_|_|_|_|/ / / / /
| |/| | | | | | | | | | |
|
* | | | | | | | | | | | | Merge pull request #2132 from FearlessTobi/port-4437 | bunnei | 2019-04-10 | 23 | -208/+426 |
|\ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | yuzu: Make hotkeys configurable via the GUI | Adityarup Laha | 2019-03-16 | 23 | -208/+426 |
* | | | | | | | | | | | | | Merge pull request #2370 from lioncash/qt-warn | bunnei | 2019-04-09 | 1 | -1/+6 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | yuzu/loading_screen: Resolve runtime Qt string formatting warnings | Lioncash | 2019-04-09 | 1 | -1/+6 |
| | |/ / / / / / / / / / /
| |/| | | | | | | | | | | |
|
* | | | | | | | | | | | | | Merge pull request #2369 from FernandoS27/mip-align | bunnei | 2019-04-09 | 2 | -4/+12 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | gl_backend: Align Pixel Storage | Fernando Sahmkow | 2019-04-08 | 2 | -4/+12 |
| |/ / / / / / / / / / / / |
|
* | | | | | | | | | | | | | Merge pull request #2368 from FernandoS27/fix-lop | bunnei | 2019-04-09 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ \ \ \
| |_|_|_|_|_|/ / / / / / /
|/| | | | | | | | | | | | |
|
| * | | | | | | | | | | | | Correct LOP_IMN encoding | Fernando Sahmkow | 2019-04-08 | 1 | -1/+1 |
| |/ / / / / / / / / / / |
|
* | | | | | | | | | | | | Merge pull request #2371 from lioncash/pagetable | Hexagon12 | 2019-04-09 | 1 | -0/+2 |
|\ \ \ \ \ \ \ \ \ \ \ \
| |/ / / / / / / / / / /
|/| | | | | | | | | | | |
|
| * | | | | | | | | | | | kernel/process: Set page table when page table resizes occur. | Lioncash | 2019-04-09 | 1 | -0/+2 |
|/ / / / / / / / / / / |
|
* | | | | | | | | | | | Merge pull request #2300 from FernandoS27/null-shader | bunnei | 2019-04-07 | 2 | -0/+22 |
|\ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | Permit a Null Shader in case of a bad host_ptr. | Fernando Sahmkow | 2019-04-07 | 2 | -0/+22 |
* | | | | | | | | | | | | Merge pull request #2355 from ReinUsesLisp/sync-point | bunnei | 2019-04-07 | 1 | -2/+2 |
|\ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | maxwell_3d: Reduce severity of ProcessSyncPoint | ReinUsesLisp | 2019-04-06 | 1 | -2/+2 |
| | |_|_|/ / / / / / / /
| |/| | | | | | | | | | |
|
* | | | | | | | | | | | | Merge pull request #2359 from FearlessTobi/port-2-prs | bunnei | 2019-04-07 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | fix clang-format target when using a path with spaces on windows | khang06 | 2019-04-07 | 1 | -1/+1 |
| |/ / / / / / / / / / / |
|
* | | | | | | | | | | | | Merge pull request #2306 from ReinUsesLisp/aoffi | bunnei | 2019-04-07 | 4 | -71/+205 |
|\ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | gl_shader_decompiler: Hide local definitions inside an anonymous namespace | ReinUsesLisp | 2019-03-31 | 1 | -6/+8 |
| * | | | | | | | | | | | | shader_ir/decode: Silent implicit sign conversion warning | Mat M | 2019-03-31 | 1 | -2/+2 |
| * | | | | | | | | | | | | gl_shader_decompiler: Add AOFFI backing implementation | ReinUsesLisp | 2019-03-30 | 1 | -38/+85 |
| * | | | | | | | | | | | | shader_ir/decode: Implement AOFFI for TEX and TLD4 | ReinUsesLisp | 2019-03-30 | 2 | -27/+94 |
| * | | | | | | | | | | | | shader_ir: Implement immediate register tracking | ReinUsesLisp | 2019-03-30 | 2 | -1/+19 |
* | | | | | | | | | | | | | Merge pull request #2361 from lioncash/pagetable | bunnei | 2019-04-07 | 8 | -20/+4 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | core/memory: Remove GetCurrentPageTable() | Lioncash | 2019-04-07 | 2 | -6/+1 |
| * | | | | | | | | | | | | | arm/arm_dynarmic: Remove unnecessary current_page_table member | Lioncash | 2019-04-07 | 2 | -8/+0 |
| * | | | | | | | | | | | | | kernel: Handle page table switching within MakeCurrentProcess() | Lioncash | 2019-04-07 | 4 | -6/+3 |
| | |/ / / / / / / / / / /
| |/| | | | | | | | | | | |
|
* | | | | | | | | | | | | | Merge pull request #2321 from ReinUsesLisp/gl-state-rework | bunnei | 2019-04-07 | 3 | -339/+324 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | gl_state: Rework to enable individual applies | ReinUsesLisp | 2019-04-04 | 3 | -339/+324 |
| | |_|_|_|_|_|_|_|_|/ / /
| |/| | | | | | | | | | | |
|
* | | | | | | | | | | | | | Merge pull request #2098 from FreddyFunk/disk-cache-zstd | bunnei | 2019-04-07 | 7 | -7/+111 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | gitmodules: Replace taps with spaces | unknown | 2019-03-29 | 1 | -2/+2 |
| * | | | | | | | | | | | | | common/zstd_compression: simplify decompression interface | unknown | 2019-03-29 | 3 | -13/+11 |
| * | | | | | | | | | | | | | gl_shader_disk_cache: Fixup clang format | unknown | 2019-03-29 | 1 | -2/+3 |
| * | | | | | | | | | | | | | gl_shader_disk_cache: Use Zstandard for compression | unknown | 2019-03-29 | 1 | -6/+6 |
| * | | | | | | | | | | | | | common/zstd_compression: Add Zstandard wrapper | unknown | 2019-03-29 | 3 | -0/+98 |
| * | | | | | | | | | | | | | common: Link libzstd_static | unknown | 2019-03-29 | 1 | -1/+1 |
| * | | | | | | | | | | | | | externals: Add libzstd_static to externals CMakeLists.txt | unknown | 2019-03-29 | 1 | -0/+4 |
| * | | | | | | | | | | | | | externals: Add Zstandard v1.3.8 | unknown | 2019-03-29 | 2 | -0/+3 |
| * | | | | | | | | | | | | | Addressed feedback | unknown | 2019-03-29 | 1 | -1/+0 |
| * | | | | | | | | | | | | | core: Do not link LZ4 to core. Use common/data_compression for nso segment decompression instead. | unknown | 2019-03-29 | 1 | -0/+1 |
* | | | | | | | | | | | | | | Merge pull request #2356 from lioncash/pair | bunnei | 2019-04-07 | 6 | -18/+15 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | kernel/server_session: Return a std::pair from CreateSessionPair() | Lioncash | 2019-04-06 | 4 | -11/+8 |
| * | | | | | | | | | | | | | | kernel/server_port: Return a std::pair from CreatePortPair() | Lioncash | 2019-04-06 | 2 | -7/+7 |
| | |_|/ / / / / / / / / / /
| |/| | | | | | | | | | | | |
|
* | | | | | | | | | | | | | | Merge pull request #2362 from lioncash/enum | bunnei | 2019-04-07 | 1 | -10/+0 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | core/memory: Remove unused enum constants | Lioncash | 2019-04-07 | 1 | -10/+0 |
| |/ / / / / / / / / / / / / |
|
* | | | | | | | | | | | | | | Merge pull request #2352 from bunnei/mem-manager-fixes | bunnei | 2019-04-07 | 3 | -12/+84 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| |/ / / / / / / / / / / / /
|/| | | | | | | | | | | | | |
|
| * | | | | | | | | | | | | | memory_manager: Improved implementation of read/write/copy block. | bunnei | 2019-04-06 | 3 | -12/+84 |
| | |_|_|_|_|_|/ / / / / /
| |/| | | | | | | | | | | |
|
* | | | | | | | | | | | | | Merge pull request #2317 from FernandoS27/sync | bunnei | 2019-04-06 | 2 | -1/+27 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | Implement SyncPoint Register in the GPU. | Fernando Sahmkow | 2019-04-06 | 2 | -1/+27 |
| | |_|_|/ / / / / / / / /
| |/| | | | | | | | | | | |
|
* | | | | | | | | | | | | | Merge pull request #2325 from lioncash/name | bunnei | 2019-04-06 | 1 | -0/+4 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | kernel/server_session: Provide a GetName() override | Lioncash | 2019-04-03 | 1 | -0/+4 |
* | | | | | | | | | | | | | | Merge pull request #2342 from lioncash/warning | bunnei | 2019-04-06 | 2 | -9/+9 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | common/multi_level_queue: Silence truncation warning in iterator operator++ | Lioncash | 2019-04-05 | 1 | -1/+1 |
| * | | | | | | | | | | | | | | common/bit_util: Make CountLeading/CountTrailing functions have the same return types | Lioncash | 2019-04-05 | 1 | -8/+8 |
| | |_|_|_|_|_|_|_|/ / / / /
| |/| | | | | | | | | | | | |
|
* | | | | | | | | | | | | | | Merge pull request #2240 from FearlessTobi/port-4651 | bunnei | 2019-04-06 | 3 | -4/+5 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | gdbstub: Fix some bugs in IsMemoryBreak() and ServeBreak. Add workaround to let watchpoints break into GDB. (#4651) | Dimitri A | 2019-03-15 | 3 | -4/+5 |
* | | | | | | | | | | | | | | | Merge pull request #2346 from lioncash/header | bunnei | 2019-04-06 | 10 | -22/+39 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| |_|_|_|_|/ / / / / / / / / /
|/| | | | | | | | | | | | | | |
|
| * | | | | | | | | | | | | | | video_core/engines: Make memory manager members private | Lioncash | 2019-04-06 | 9 | -13/+14 |
| * | | | | | | | | | | | | | | video_core/engines: Remove unnecessary inclusions where applicable | Lioncash | 2019-04-06 | 10 | -9/+25 |
| | |/ / / / / / / / / / / /
| |/| | | | | | | | | | | | |
|
* | | | | | | | | | | | | | | Merge pull request #2350 from lioncash/vmem | bunnei | 2019-04-06 | 2 | -22/+38 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | video_core/memory_manager: Make Read() a const qualified member function | Lioncash | 2019-04-06 | 2 | -6/+6 |
| * | | | | | | | | | | | | | | video_core/memory_manager: Make ReadBlock() a const qualifier member function | Lioncash | 2019-04-06 | 2 | -2/+2 |
| * | | | | | | | | | | | | | | video_core/memory_manager: Add a const qualified variant of GetPointer() | Lioncash | 2019-04-06 | 2 | -2/+17 |
| * | | | | | | | | | | | | | | video_core/memory_manager: Make FindFreeRegion() a const member function | Lioncash | 2019-04-06 | 2 | -10/+11 |
| * | | | | | | | | | | | | | | video_core/memory_manager: Make GpuToCpuAddress() a const member function | Lioncash | 2019-04-06 | 2 | -3/+3 |
| |/ / / / / / / / / / / / / |
|
* | | | | | | | | | | | | | | Merge pull request #2340 from lioncash/view | bunnei | 2019-04-06 | 1 | -1/+3 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | file_sys/fsmitm_romfsbuild: Utilize a string_view in romfs_calc_path_hash() | Lioncash | 2019-04-05 | 1 | -1/+3 |
| |/ / / / / / / / / / / / / |
|
* | | | | | | | | | | | | | | Merge pull request #2334 from lioncash/override | bunnei | 2019-04-06 | 13 | -23/+9 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | core: Add missing override specifiers where applicable | Lioncash | 2019-04-04 | 13 | -23/+9 |
* | | | | | | | | | | | | | | | Merge pull request #2347 from lioncash/trunc | bunnei | 2019-04-06 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | | video_core/gpu_thread: Silence truncation warning in ThreadManager's constructor | Lioncash | 2019-04-06 | 1 | -1/+1 |
| | |/ / / / / / / / / / / / /
| |/| | | | | | | | | | | | | |
|
* | | | | | | | | | | | | | | | Merge pull request #2341 from lioncash/compare | bunnei | 2019-04-06 | 2 | -11/+0 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | | file_sys/nca_metadata: Remove unnecessary comparison operators for TitleType | Lioncash | 2019-04-05 | 2 | -11/+0 |
| |/ / / / / / / / / / / / / / |
|
* | | | | | | | | | | | | | | | Merge pull request #2339 from lioncash/rank | bunnei | 2019-04-06 | 5 | -17/+29 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | | service/fsp_srv: Don't pass SaveDataDescriptor instances by value. | Lioncash | 2019-04-05 | 4 | -6/+6 |
| * | | | | | | | | | | | | | | | service/fsp_srv: Remove unnecessary unknown member in OpenSaveDataFileSystem | Lioncash | 2019-04-05 | 1 | -7/+8 |
| * | | | | | | | | | | | | | | | service/fsp_srv: Update SaveDataInfo and SaveDataDescriptor structs | Lioncash | 2019-04-05 | 3 | -4/+15 |
| | |/ / / / / / / / / / / / /
| |/| | | | | | | | | | | | | |
|
* | | | | | | | | | | | | | | | Merge pull request #2327 from ReinUsesLisp/crash-safe-visit | bunnei | 2019-04-06 | 1 | -1/+6 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | | gl_shader_decompiler: Return early when an operation is invalid | ReinUsesLisp | 2019-04-03 | 1 | -1/+6 |
| | |_|_|_|_|_|/ / / / / / / /
| |/| | | | | | | | | | | | | |
|
* | | | | | | | | | | | | | | | Merge pull request #2343 from lioncash/todo | bunnei | 2019-04-06 | 2 | -15/+14 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | | file_sys/program_metadata: Remove obsolete TODOs | Lioncash | 2019-04-05 | 2 | -15/+14 |
| | |_|/ / / / / / / / / / / /
| |/| | | | | | | | | | | | | |
|
* | | | | | | | | | | | | | | | Merge pull request #2337 from lioncash/temporary | bunnei | 2019-04-06 | 1 | -12/+12 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | | gl_shader_decompiler: Rename GenerateTemporal() to GenerateTemporary() | Lioncash | 2019-04-05 | 1 | -12/+12 |
| | |_|/ / / / / / / / / / / /
| |/| | | | | | | | | | | | | |
|
* | | | | | | | | | | | | | | | Merge pull request #2329 from lioncash/sanitize | bunnei | 2019-04-06 | 1 | -0/+14 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | | kernel/svc: Properly sanitize mutex address in WaitProcessWideKeyAtomic | Lioncash | 2019-04-04 | 1 | -0/+14 |
* | | | | | | | | | | | | | | | | Merge pull request #2344 from lioncash/result | bunnei | 2019-04-06 | 1 | -4/+0 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | | | hle/result: Remove unnecessary bitfield entry for ResultCode | Lioncash | 2019-04-05 | 1 | -4/+0 |
| | |_|/ / / / / / / / / / / / /
| |/| | | | | | | | | | | | | | |
|
* | | | | | | | | | | | | | | | | Merge pull request #2349 from lioncash/surface | bunnei | 2019-04-06 | 1 | -75/+131 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | | | yuzu/debugger/graphics_surface: Display error messages for file I/O errors | Lioncash | 2019-04-06 | 1 | -7/+25 |
| * | | | | | | | | | | | | | | | | yuzu/debugger/graphics_surface: Tidy up SaveSurface | Lioncash | 2019-04-06 | 1 | -15/+14 |
| * | | | | | | | | | | | | | | | | yuzu/debugger/graphics_surface: Clean up connection overload deduction | Lioncash | 2019-04-06 | 1 | -12/+10 |
| * | | | | | | | | | | | | | | | | yuzu/debugger/graphics_surface: Fill in missing surface format listings | Lioncash | 2019-04-06 | 1 | -43/+84 |
| |/ / / / / / / / / / / / / / / |
|
* | | | | | | | | | | | | | | | | Merge pull request #2351 from lioncash/macro | bunnei | 2019-04-06 | 1 | -13/+7 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | | | video_core/macro_interpreter: Remove assertion within FetchParameter() | Lioncash | 2019-04-06 | 1 | -2/+1 |
| * | | | | | | | | | | | | | | | | video_core/macro_interpreter: Simplify GetRegister() | Lioncash | 2019-04-06 | 1 | -11/+6 |
| |/ / / / / / / / / / / / / / / |
|
* | | | | | | | | | | | | | | | | Merge pull request #2338 from lioncash/fs | bunnei | 2019-04-05 | 1 | -5/+8 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| |/ / / / / / / / / / / / / / /
|/| | | | | | | | | | | | | | | |
|
| * | | | | | | | | | | | | | | | filesystem: Use a std::string_view in OpenFile() | Lioncash | 2019-04-05 | 1 | -5/+8 |
| | |/ / / / / / / / / / / / /
| |/| | | | | | | | | | | | | |
|
* | | | | | | | | | | | | | | | Merge pull request #2282 from bunnei/gpu-asynch-v2 | bunnei | 2019-04-05 | 3 | -51/+65 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | | gpu_thread: Improve synchronization by using CoreTiming. | bunnei | 2019-04-02 | 3 | -51/+65 |
* | | | | | | | | | | | | | | | | Merge pull request #2292 from lioncash/nacp | bunnei | 2019-04-05 | 2 | -12/+24 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | | | file_sys/control_metadata: Amend naming of members | Lioncash | 2019-04-04 | 2 | -12/+24 |
| | |_|_|_|_|_|_|_|_|_|/ / / / /
| |/| | | | | | | | | | | | | | |
|
* | | | | | | | | | | | | | | | | Merge pull request #2335 from lioncash/service-unused | bunnei | 2019-04-05 | 8 | -62/+58 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | | | hle/service: Resolve unused variable warnings | Lioncash | 2019-04-04 | 8 | -62/+58 |
| | |_|/ / / / / / / / / / / / /
| |/| | | | | | | | | | | | | | |
|
* | | | | | | | | | | | | | | | | Merge pull request #2336 from ReinUsesLisp/txq | bunnei | 2019-04-05 | 1 | -2/+3 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | | | gl_shader_decompiler: Fix TXQ types | ReinUsesLisp | 2019-04-05 | 1 | -2/+3 |
| | |_|_|_|/ / / / / / / / / / /
| |/| | | | | | | | | | | | | | |
|
* | | | | | | | | | | | | | | | | Merge pull request #2331 from lioncash/cache | bunnei | 2019-04-05 | 1 | -9/+6 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | | | yuzu/main: Use QStringLiteral where applicable within OnTransferableShaderCacheOpenFile() | Lioncash | 2019-04-04 | 1 | -2/+2 |
| * | | | | | | | | | | | | | | | | yuzu/main: Tidy up the error dialog string in OnTransferableShaderCacheOpenFile() | Lioncash | 2019-04-04 | 1 | -3/+2 |
| * | | | | | | | | | | | | | | | | yuzu/main: Remove unnecessary string concatenation in OnTransferableShaderCacheOpenFile() | Lioncash | 2019-04-04 | 1 | -1/+1 |
| * | | | | | | | | | | | | | | | | yuzu/main: Make open_target a QString | Lioncash | 2019-04-04 | 1 | -4/+2 |
| * | | | | | | | | | | | | | | | | yuzu/main: Use static variant of QFile's exists() | Lioncash | 2019-04-04 | 1 | -1/+1 |
| | |/ / / / / / / / / / / / / /
| |/| | | | | | | | | | | | | | |
|
* | | | | | | | | | | | | | | | | Merge pull request #2333 from lioncash/video-include | bunnei | 2019-04-05 | 13 | -24/+4 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | | | video_core/renderer_opengl: Remove unnecessary includes | Lioncash | 2019-04-04 | 13 | -24/+4 |
| |/ / / / / / / / / / / / / / / |
|
* | | | | | | | | | | | | | | | | Merge pull request #2332 from lioncash/include | bunnei | 2019-04-05 | 1 | -5/+8 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| |/ / / / / / / / / / / / / / /
|/| | | | | | | | | | | | | | | |
|
| * | | | | | | | | | | | | | | | yuzu/main: Remove unnecessary includes | Lioncash | 2019-04-04 | 1 | -5/+8 |
|/ / / / / / / / / / / / / / / |
|
* | | | | | | | | | | | | | | | Merge pull request #2330 from lioncash/pragma | bunnei | 2019-04-04 | 1 | -2/+0 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | | common/lz4_compression: Remove #pragma once directive from the cpp file | Lioncash | 2019-04-04 | 1 | -2/+0 |
|/ / / / / / / / / / / / / / / |
|
* | | | | | | | | | | | | | | | Merge pull request #2328 from lioncash/transfer | bunnei | 2019-04-04 | 3 | -17/+37 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | | service/am: Correct behavior of CreateTransferMemoryStorage() | Lioncash | 2019-04-03 | 1 | -6/+6 |
| * | | | | | | | | | | | | | | | kernel/transfer_memory: Add accessors to data and sizes | Lioncash | 2019-04-03 | 2 | -11/+31 |
| | |_|_|/ / / / / / / / / / /
| |/| | | | | | | | | | | | | |
|
* | | | | | | | | | | | | | | | Merge pull request #2095 from FreddyFunk/open-transferable-shader-cache | bunnei | 2019-04-04 | 4 | -0/+44 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | | Use QString instead of std::string where applicable | unknown | 2019-02-08 | 1 | -17/+11 |
| * | | | | | | | | | | | | | | | Use constexpr char array instead of string where applicable | Mat M | 2019-02-08 | 1 | -1/+1 |
| * | | | | | | | | | | | | | | | frontend: Open transferable shader cache for a selected game in the gamelist | unknown | 2019-02-08 | 4 | -0/+50 |
* | | | | | | | | | | | | | | | | Merge pull request #2093 from FreddyFunk/disk-cache-better-compression | bunnei | 2019-04-04 | 7 | -50/+153 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | |_|_|_|_|_|_|_|/ / / / / / /
| |/| | | | | | | | | | | | | | |
|
| * | | | | | | | | | | | | | | | gl_shader_disk_cache: Use LZ4HC with compression level 9 instead of compression level 12 for less compression time | unknown | 2019-03-29 | 1 | -3/+3 |
| * | | | | | | | | | | | | | | | Addressed feedback | unknown | 2019-03-29 | 7 | -91/+145 |
| * | | | | | | | | | | | | | | | core: Do not link LZ4 to core. Use common/data_compression for nso segment decompression instead. | unknown | 2019-03-29 | 2 | -11/+8 |
| * | | | | | | | | | | | | | | | gl_shader_disk_cache: Use better compression for transferable and precompiled shader disk chache files | unknown | 2019-03-29 | 3 | -10/+26 |
| * | | | | | | | | | | | | | | | data_compression: Move LZ4 compression from video_core/gl_shader_disk_cache to common/data_compression | unknown | 2019-03-29 | 5 | -39/+75 |
| | |_|_|_|_|_|_|/ / / / / / /
| |/| | | | | | | | | | | | | |
|
* | | | | | | | | | | | | | | | Merge pull request #2299 from lioncash/maxwell | bunnei | 2019-04-04 | 4 | -17/+15 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | | gl_shader_manager: Remove unnecessary gl_shader_manager inclusion | Lioncash | 2019-03-28 | 1 | -2/+0 |
| * | | | | | | | | | | | | | | | gl_shader_manager: Move using statement into the cpp file | Lioncash | 2019-03-28 | 2 | -4/+4 |
| * | | | | | | | | | | | | | | | gl_shader_manager: Remove reliance on global accessor within MaxwellUniformData::SetFromRegs() | Lioncash | 2019-03-28 | 3 | -9/+9 |
| * | | | | | | | | | | | | | | | gl_shader_manager: Amend Doxygen string for MaxwellUniformData | Lioncash | 2019-03-27 | 1 | -3/+3 |
| | |_|_|_|_|_|_|_|/ / / / / /
| |/| | | | | | | | | | | | | |
|
* | | | | | | | | | | | | | | | Merge pull request #2324 from lioncash/enum-unused | bunnei | 2019-04-04 | 2 | -2/+0 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| |_|_|_|_|/ / / / / / / / / /
|/| | | | | | | | | | | | | | |
|
| * | | | | | | | | | | | | | | kernel/object: Remove unused handle type entry | Lioncash | 2019-04-03 | 2 | -2/+0 |
| | |_|_|_|_|_|_|/ / / / / /
| |/| | | | | | | | | | | | |
|
* | | | | | | | | | | | | | | Merge pull request #2294 from lioncash/fatal | bunnei | 2019-04-03 | 2 | -36/+63 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | service/am: Implement EnterFatalSection and LeaveFatalSection | Lioncash | 2019-03-26 | 2 | -2/+29 |
| * | | | | | | | | | | | | | | service/am: Sort ISelfController's member functions according to table order | Lioncash | 2019-03-26 | 2 | -36/+36 |
| | |/ / / / / / / / / / / /
| |/| | | | | | | | | | | | |
|
* | | | | | | | | | | | | | | Merge pull request #2323 from lioncash/include | bunnei | 2019-04-03 | 2 | -4/+6 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| |_|_|_|_|/ / / / / / / / /
|/| | | | | | | | | | | | | |
|
| * | | | | | | | | | | | | | yuzu/debugger/profiler: Remove unnecessary includes | Lioncash | 2019-04-03 | 2 | -4/+6 |
| | |/ / / / / / / / / / /
| |/| | | | | | | | | | | |
|
* | | | | | | | | | | | | | Merge pull request #2302 from ReinUsesLisp/vk-swapchain | bunnei | 2019-04-03 | 3 | -1/+305 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | vk_swapchain: Implement a swapchain manager | ReinUsesLisp | 2019-03-29 | 3 | -1/+305 |
| | |_|/ / / / / / / / / /
| |/| | | | | | | | | | | |
|
* | | | | | | | | | | | | | Merge pull request #2305 from lioncash/shared | bunnei | 2019-04-03 | 3 | -5/+18 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | kernel/shared_memory: Remove unused core/memory.h include | Lioncash | 2019-03-29 | 1 | -1/+0 |
| * | | | | | | | | | | | | | kernel/shared_memory: Sanitize supplied size when unmapping | Lioncash | 2019-03-29 | 3 | -4/+18 |
| |/ / / / / / / / / / / / |
|
* | | | | | | | | | | | | | Merge pull request #2314 from lioncash/const | bunnei | 2019-04-03 | 11 | -18/+18 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | kernel/thread: Make AllWaitObjectsReady() a const qualified member function | Lioncash | 2019-04-02 | 2 | -2/+2 |
| * | | | | | | | | | | | | | kernel/wait_object: Make ShouldWait() take thread members by pointer-to-const | Lioncash | 2019-04-02 | 11 | -11/+11 |
| * | | | | | | | | | | | | | kernel/thread: Avoid sign conversion within GetCommandBufferAddress() | Lioncash | 2019-04-01 | 1 | -2/+2 |
| * | | | | | | | | | | | | | kernel/thread: Make parameter of GetWaitObjectIndex() const qualified | Lioncash | 2019-04-01 | 2 | -3/+3 |
| | |_|_|_|_|/ / / / / / /
| |/| | | | | | | | | | | |
|
* | | | | | | | | | | | | | Merge pull request #2326 from lioncash/translation | bunnei | 2019-04-03 | 2 | -11/+8 |
|\ \ \ \ \ \ \ \ \ \ \ \ \
| |_|_|/ / / / / / / / / /
|/| | | | | | | | | | | | |
|
| * | | | | | | | | | | | | yuzu/applets/software_keyboard: Use QDialogButtonBox standard buttons instead of custom buttons | Lioncash | 2019-04-03 | 1 | -7/+7 |
| * | | | | | | | | | | | | yuzu/applets/profile_select: Use QDialogButtonBox standard buttons instead of custom buttons | Lioncash | 2019-04-03 | 1 | -4/+1 |
|/ / / / / / / / / / / / |
|
* | | | | | | | | | | | | Merge pull request #2270 from lioncash/plist | bunnei | 2019-04-03 | 7 | -2/+123 |
|\ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | kernel/svc: Implement svcGetThreadList | Lioncash | 2019-04-02 | 4 | -1/+70 |
| * | | | | | | | | | | | | kernel/svc: Implement svcGetProcessList | Lioncash | 2019-04-02 | 4 | -1/+53 |
| | |_|_|_|_|_|_|_|_|/ /
| |/| | | | | | | | | | |
|
* | | | | | | | | | | | | Merge pull request #2313 from lioncash/reslimit | bunnei | 2019-04-02 | 3 | -14/+6 |
|\ \ \ \ \ \ \ \ \ \ \ \
| |/ / / / / / / / / / /
|/| | | | | | | | | | | |
|
| * | | | | | | | | | | | kernel/resource_limit: Remove the name member from resource limits | Lioncash | 2019-04-01 | 3 | -14/+6 |
| |/ / / / / / / / / / |
|
* | | | | | | | | | | | Merge pull request #2316 from ReinUsesLisp/fixup-process | Mat M | 2019-04-02 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | process: Fix up compilation | ReinUsesLisp | 2019-04-02 | 1 | -1/+1 |
|/ / / / / / / / / / / |
|
* | | | | | | | | | | | Merge pull request #2281 from lioncash/memory | bunnei | 2019-04-02 | 5 | -7/+8 |
|\ \ \ \ \ \ \ \ \ \ \
| |/ / / / / / / / / /
|/| | | | | | | | | | |
|
| * | | | | | | | | | | kernel/codeset: Make CodeSet's memory data member a regular std::vector | Lioncash | 2019-03-22 | 5 | -7/+8 |
* | | | | | | | | | | | Merge pull request #2301 from FearlessTobi/remove-amiibo-setting | bunnei | 2019-04-01 | 7 | -28/+1 |
|\ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | core/yuzu: Remove enable_nfc setting | fearlessTobi | 2019-03-29 | 7 | -28/+1 |
| | |_|/ / / / / / / /
| |/| | | | | | | | | |
|
* | | | | | | | | | | | Merge pull request #2283 from FearlessTobi/port-4517 | bunnei | 2019-04-01 | 2 | -83/+14 |
|\ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | travis/macos: Use macpack to bundle dependencies | Alex James | 2019-03-23 | 2 | -3/+4 |
| * | | | | | | | | | | | travis: Simplify macos/upload.sh | MerryMage | 2019-03-23 | 1 | -81/+11 |
* | | | | | | | | | | | | Merge pull request #2312 from lioncash/locks | bunnei | 2019-04-01 | 23 | -75/+77 |
|\ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | general: Use deducation guides for std::lock_guard and std::unique_lock | Lioncash | 2019-04-01 | 23 | -75/+77 |
|/ / / / / / / / / / / / |
|
* | | | | | | | | | | | | Merge pull request #2304 from lioncash/memsize | bunnei | 2019-03-31 | 3 | -9/+28 |
|\ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | kernel/process: Report total physical memory used to svcGetInfo | Lioncash | 2019-03-29 | 3 | -4/+11 |
| * | | | | | | | | | | | | kernel/process: Store the total size of the code memory loaded | Lioncash | 2019-03-29 | 2 | -0/+5 |
| * | | | | | | | | | | | | kernel/process: Store the main thread stack size to a data member | Lioncash | 2019-03-28 | 2 | -4/+7 |
| * | | | | | | | | | | | | kernel/process: Make Run's stack size parameter a u64 | Lioncash | 2019-03-28 | 2 | -2/+2 |
| * | | | | | | | | | | | | kernel/process: Ensure that given stack size is always page-aligned | Lioncash | 2019-03-28 | 1 | -0/+4 |
* | | | | | | | | | | | | | Merge pull request #2303 from lioncash/thread | bunnei | 2019-03-31 | 2 | -41/+0 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | common/thread: Remove unused functions | Lioncash | 2019-03-29 | 2 | -41/+0 |
| |/ / / / / / / / / / / / |
|
* | | | | | | | | | | | | | Merge pull request #2297 from lioncash/reorder | bunnei | 2019-03-31 | 6 | -14/+14 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | video_core: Amend constructor initializer list order where applicable | Lioncash | 2019-03-27 | 6 | -14/+14 |
| | |_|/ / / / / / / / / /
| |/| | | | | | | | | | | |
|
* | | | | | | | | | | | | | Merge pull request #2298 from lioncash/variable | bunnei | 2019-03-31 | 5 | -14/+7 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | gpu_thread: Remove unused dma_pusher class member variable from ThreadManager | Lioncash | 2019-03-27 | 2 | -5/+2 |
| * | | | | | | | | | | | | | gl_rasterizer: Remove unused reference member variable from RasterizerOpenGL | Lioncash | 2019-03-27 | 3 | -9/+5 |
| |/ / / / / / / / / / / / |
|
* | | | | | | | | | | | | | Merge pull request #2308 from lioncash/deduction | bunnei | 2019-03-31 | 3 | -12/+12 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | kernel/scheduler: Remove unused parameter to AddThread() | Lioncash | 2019-03-30 | 3 | -4/+4 |
| * | | | | | | | | | | | | | kernel/scheduler: Use deduction guides on mutex locks | Lioncash | 2019-03-30 | 1 | -8/+8 |
| | |_|_|_|/ / / / / / / /
| |/| | | | | | | | | | | |
|
* | | | | | | | | | | | | | Merge pull request #2307 from lioncash/regnames | bunnei | 2019-03-31 | 1 | -38/+51 |
|\ \ \ \ \ \ \ \ \ \ \ \ \
| |/ / / / / / / / / / / /
|/| | | | | | | | | | | | |
|
| * | | | | | | | | | | | | service/fatal: Mark local variables as const where applicable | Lioncash | 2019-03-30 | 1 | -6/+6 |
| * | | | | | | | | | | | | service/fatal: Remove unnecessary semicolon | Lioncash | 2019-03-30 | 1 | -1/+1 |
| * | | | | | | | | | | | | service/fatal: Name FatalInfo structure members | Lioncash | 2019-03-30 | 1 | -31/+44 |
|/ / / / / / / / / / / / |
|
* | | | | | | | | | | | | Merge pull request #2266 from FernandoS27/arbitration | bunnei | 2019-03-29 | 6 | -14/+22 |
|\ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | Fix small bug that kept a thread as a condvar thread after being signalled. | Fernando Sahmkow | 2019-03-20 | 2 | -6/+8 |
| * | | | | | | | | | | | | Add CondVar Thread State. | Fernando Sahmkow | 2019-03-20 | 5 | -4/+10 |
| * | | | | | | | | | | | | Small fixes to address_arbiter to better match the IDB. | Fernando Sahmkow | 2019-03-20 | 2 | -5/+5 |
* | | | | | | | | | | | | | Merge pull request #2265 from FernandoS27/multilevelqueue | bunnei | 2019-03-29 | 8 | -19/+484 |
|\ \ \ \ \ \ \ \ \ \ \ \ \
| |_|_|/ / / / / / / / / /
|/| | | | | | | | | | | | |
|
| * | | | | | | | | | | | | Fixes and corrections on formatting. | Fernando Sahmkow | 2019-03-27 | 5 | -41/+30 |
| * | | | | | | | | | | | | Fixes to multilevelqueue's iterator. | Fernando Sahmkow | 2019-03-27 | 1 | -1/+5 |
| * | | | | | | | | | | | | Use MultiLevelQueue instead of old ThreadQueueList | Fernando Sahmkow | 2019-03-27 | 3 | -31/+34 |
| * | | | | | | | | | | | | Add MultiLevelQueue Tests | Fernando Sahmkow | 2019-03-27 | 2 | -0/+56 |
| * | | | | | | | | | | | | Implement intrinsics CountTrailingZeroes and test it. | Fernando Sahmkow | 2019-03-27 | 3 | -12/+76 |
| * | | | | | | | | | | | | Implement a MultiLevelQueue | Fernando Sahmkow | 2019-03-27 | 3 | -0/+349 |
| | |/ / / / / / / / / /
| |/| | | | | | | | | | |
|
* | | | | | | | | | | | | Merge pull request #2284 from lioncash/heap-alloc | bunnei | 2019-03-28 | 3 | -59/+81 |
|\ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | kernel/vm_manager: Handle shrinking of the heap size within SetHeapSize() | Lioncash | 2019-03-24 | 2 | -24/+46 |
| * | | | | | | | | | | | | kernel/vm_manager: Rename HeapAllocate to SetHeapSize | Lioncash | 2019-03-24 | 3 | -4/+3 |
| * | | | | | | | | | | | | kernel/vm_manager: Handle case of identical calls to HeapAllocate | Lioncash | 2019-03-24 | 1 | -0/+5 |
| * | | | | | | | | | | | | kernel/vm_manager: Remove unused class variables | Lioncash | 2019-03-24 | 1 | -3/+0 |
| * | | | | | | | | | | | | kernel/vm_manager: Remove unnecessary heap_used data member | Lioncash | 2019-03-24 | 3 | -13/+2 |
| * | | | | | | | | | | | | kernel/vm_manager: Tidy up heap allocation code | Lioncash | 2019-03-24 | 3 | -27/+37 |
* | | | | | | | | | | | | | Merge pull request #2296 from lioncash/override | bunnei | 2019-03-28 | 3 | -4/+4 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | video_core: Add missing override specifiers | Lioncash | 2019-03-27 | 3 | -4/+4 |
| | |/ / / / / / / / / / /
| |/| | | | | | | | | | | |
|
* | | | | | | | | | | | | | Merge pull request #2295 from lioncash/typo | bunnei | 2019-03-28 | 2 | -7/+8 |
|\ \ \ \ \ \ \ \ \ \ \ \ \
| |/ / / / / / / / / / / /
|/| | | | | | | | | | | | |
|
| * | | | | | | | | | | | | video_core/gpu: Amend typo in GPU member variable name | Lioncash | 2019-03-27 | 2 | -7/+8 |
|/ / / / / / / / / / / / |
|
* | | | | | | | | | | | | Merge pull request #2285 from lioncash/unused-struct | bunnei | 2019-03-26 | 1 | -8/+0 |
|\ \ \ \ \ \ \ \ \ \ \ \
| |_|_|_|_|_|/ / / / / /
|/| | | | | | | | | | | |
|
| * | | | | | | | | | | | kernel/process: Remove unused AddressMapping struct | Lioncash | 2019-03-24 | 1 | -8/+0 |
* | | | | | | | | | | | | Merge pull request #2287 from lioncash/coretiming-cb | bunnei | 2019-03-26 | 7 | -12/+12 |
|\ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | core/core_timing: Make callback parameters consistent | Lioncash | 2019-03-24 | 7 | -12/+12 |
| |/ / / / / / / / / / / |
|
* | | | | | | | | | | | | Merge pull request #2286 from lioncash/fwd | bunnei | 2019-03-26 | 1 | -3/+0 |
|\ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | kernel/kernel: Remove unnecessary forward declaration | Lioncash | 2019-03-24 | 1 | -3/+0 |
| |/ / / / / / / / / / / |
|
* | | | | | | | | | | | | Merge pull request #2288 from lioncash/linkage | bunnei | 2019-03-26 | 1 | -0/+2 |
|\ \ \ \ \ \ \ \ \ \ \ \
| |/ / / / / / / / / / /
|/| | | | | | | | | | | |
|
| * | | | | | | | | | | | core/cheat_engine: Make MemoryReadImpl and MemoryWriteImpl internally linked | Lioncash | 2019-03-24 | 1 | -0/+2 |
|/ / / / / / / / / / / |
|
* | | | | | | | | | | | Merge pull request #2232 from lioncash/transfer-memory | bunnei | 2019-03-24 | 6 | -6/+282 |
|\ \ \ \ \ \ \ \ \ \ \
| |/ / / / / / / / / /
|/| | | | | | | | | | |
|
| * | | | | | | | | | | core/hle/kernel/svc: Implement svcUnmapTransferMemory | Lioncash | 2019-03-13 | 1 | -1/+48 |
| * | | | | | | | | | | core/hle/kernel/svc: Implement svcMapTransferMemory | Lioncash | 2019-03-13 | 1 | -1/+57 |
| * | | | | | | | | | | core/hle/kernel: Split transfer memory handling out into its own class | Lioncash | 2019-03-13 | 6 | -4/+177 |
* | | | | | | | | | | | Merge pull request #2221 from DarkLordZach/firmware-version | bunnei | 2019-03-23 | 7 | -3/+154 |
|\ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | set_sys: Move constants to anonymous namespace | Zach Hilman | 2019-03-11 | 1 | -1/+1 |
| * | | | | | | | | | | | set_sys: Use official nintendo version string | Zach Hilman | 2019-03-11 | 4 | -19/+25 |
| * | | | | | | | | | | | system_version: Correct sizes on VectorVfsFile construction | Zach Hilman | 2019-03-11 | 1 | -4/+4 |
| * | | | | | | | | | | | set_sys: Use correct error codes in GetFirmwareVersion* | Zach Hilman | 2019-03-11 | 1 | -21/+41 |
| * | | | | | | | | | | | set_sys: Implement GetFirmwareVersion(2) for libnx hosversion | Zach Hilman | 2019-03-10 | 6 | -3/+128 |
* | | | | | | | | | | | | Merge pull request #2253 from lioncash/flags | bunnei | 2019-03-23 | 2 | -79/+70 |
|\ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | CMakeLists: Move off of modifying CMAKE_*-related flags | Lioncash | 2019-03-17 | 1 | -20/+12 |
| * | | | | | | | | | | | | CMakeLists: Move compilation flags into the src directory | Lioncash | 2019-03-17 | 2 | -79/+78 |
* | | | | | | | | | | | | | Merge pull request #2280 from lioncash/nso | bunnei | 2019-03-23 | 3 | -73/+92 |
|\ \ \ \ \ \ \ \ \ \ \ \ \
| |_|_|_|_|/ / / / / / / /
|/| | | | | | | | | | | | |
|
| * | | | | | | | | | | | | loader/nso: Place translation unit specific functions into an anonymous namespace | Lioncash | 2019-03-22 | 1 | -20/+21 |
| * | | | | | | | | | | | | loader/nso: Clean up use of magic constants | Lioncash | 2019-03-22 | 1 | -4/+6 |
| * | | | | | | | | | | | | file_sys/patch_manager: Deduplicate NSO header | Lioncash | 2019-03-22 | 3 | -64/+65 |
| * | | | | | | | | | | | | loader/nso: Fix definition of the NSO header struct | Lioncash | 2019-03-22 | 1 | -3/+15 |
| * | | | | | | | | | | | | file_sys/patch_manager: Remove two magic values | Lioncash | 2019-03-22 | 1 | -2/+5 |
| | |_|_|_|/ / / / / / /
| |/| | | | | | | | | | |
|
* | | | | | | | | | | | | Merge pull request #2279 from lioncash/cheat-global | bunnei | 2019-03-22 | 6 | -48/+57 |
|\ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | file_sys/cheat_engine: Silence truncation and sign-conversion warnings | Lioncash | 2019-03-22 | 2 | -5/+6 |
| * | | | | | | | | | | | | file_sys/cheat_engine: Remove use of global system accessors | Lioncash | 2019-03-22 | 6 | -43/+51 |
| |/ / / / / / / / / / / |
|
* | | | | | | | | | | | | Merge pull request #2256 from bunnei/gpu-vmm | bunnei | 2019-03-22 | 28 | -257/+550 |
|\ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | memory_manager: Cleanup FindFreeRegion. | bunnei | 2019-03-21 | 2 | -12/+6 |
| * | | | | | | | | | | | | memory_manager: Use Common::AlignUp in public interface as needed. | bunnei | 2019-03-21 | 1 | -11/+22 |
| * | | | | | | | | | | | | memory_manager: Bug fixes and further cleanup. | bunnei | 2019-03-21 | 2 | -73/+72 |
| * | | | | | | | | | | | | memory: Check that core is powered on before attempting to use GPU. | bunnei | 2019-03-21 | 1 | -1/+1 |
| * | | | | | | | | | | | | maxwell_dma: Check for valid source in destination before copy. | bunnei | 2019-03-21 | 1 | -0/+10 |
| * | | | | | | | | | | | | memory_manager: Add protections for invalid GPU addresses. | bunnei | 2019-03-21 | 2 | -22/+43 |
| * | | | | | | | | | | | | gl_rasterizer_cache: Check that backing memory is valid before creating a surface. | bunnei | 2019-03-21 | 2 | -15/+12 |
| * | | | | | | | | | | | | gpu: Rewrite virtual memory manager using PageTable. | bunnei | 2019-03-21 | 13 | -212/+481 |
| * | | | | | | | | | | | | gpu: Move GPUVAddr definition to common_types. | bunnei | 2019-03-21 | 17 | -39/+31 |
* | | | | | | | | | | | | | Merge pull request #2277 from bunnei/fix-smo-transitions | bunnei | 2019-03-22 | 3 | -8/+12 |
|\ \ \ \ \ \ \ \ \ \ \ \ \
| |_|/ / / / / / / / / / /
|/| | | | | | | | | | | | |
|
| * | | | | | | | | | | | | Revert "Devirtualize Register/Unregister and use a wrapper instead." | bunnei | 2019-03-22 | 3 | -8/+12 |
* | | | | | | | | | | | | | Merge pull request #2234 from lioncash/mutex | bunnei | 2019-03-22 | 5 | -29/+62 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | core/hle/kernel/mutex: Remove usages of global system accessors | Lioncash | 2019-03-15 | 1 | -11/+15 |
| * | | | | | | | | | | | | | core/hle/kernel: Make Mutex a per-process class. | Lioncash | 2019-03-15 | 5 | -18/+47 |
* | | | | | | | | | | | | | | Merge pull request #2274 from lioncash/include | bunnei | 2019-03-22 | 1 | -3/+0 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| |_|/ / / / / / / / / / / /
|/| | | | | | | | | | | | | |
|
| * | | | | | | | | | | | | | core/memory: Remove unnecessary includes | Lioncash | 2019-03-21 | 1 | -3/+0 |
| | |_|_|_|_|_|_|_|_|/ / /
| |/| | | | | | | | | | | |
|
* | | | | | | | | | | | | | Merge pull request #2275 from lioncash/memflags | bunnei | 2019-03-22 | 4 | -22/+20 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | kernel/vm_manager: Rename CodeStatic/CodeMutable to Code and CodeData respectively | Lioncash | 2019-03-21 | 4 | -22/+20 |
| * | | | | | | | | | | | | | kernel/vm_manager: Amend flag values for CodeMutable | Lioncash | 2019-03-21 | 1 | -1/+1 |
| |/ / / / / / / / / / / / |
|
* | | | | | | | | | | | | | Merge pull request #2276 from lioncash/am | bunnei | 2019-03-22 | 1 | -1/+15 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | service/am: Add function table for IDebugFunctions | Lioncash | 2019-03-21 | 1 | -1/+15 |
| |/ / / / / / / / / / / / |
|
* | | | | | | | | | | | | | Merge pull request #1933 from DarkLordZach/cheat-engine | bunnei | 2019-03-22 | 10 | -0/+813 |
|\ \ \ \ \ \ \ \ \ \ \ \ \
| |/ / / / / / / / / / / /
|/| | | | | | | | | | | | |
|
| * | | | | | | | | | | | | vm_manager: Remove cheat-specific ranges from VMManager | Zach Hilman | 2019-03-05 | 10 | -77/+56 |
| * | | | | | | | | | | | | core: Add support for registering and controlling ownership of CheatEngine | Zach Hilman | 2019-03-05 | 2 | -0/+13 |
| * | | | | | | | | | | | | cheat_engine: Add parser and interpreter for game cheats | Zach Hilman | 2019-03-05 | 3 | -0/+715 |
| * | | | | | | | | | | | | loader/nso: Set main code region in VMManager | Zach Hilman | 2019-03-05 | 3 | -2/+21 |
| * | | | | | | | | | | | | vm_manager: Add support for storing and getting main code region | Zach Hilman | 2019-03-05 | 2 | -0/+28 |
| * | | | | | | | | | | | | patch_manager: Display cheats in game list add-ons | Zach Hilman | 2019-03-05 | 1 | -0/+2 |
| * | | | | | | | | | | | | patch_manager: Add support for loading cheats lists | Zach Hilman | 2019-03-05 | 2 | -0/+56 |
| * | | | | | | | | | | | | controllers/npad: Add accessor for current press state | Zach Hilman | 2019-03-05 | 1 | -0/+1 |
* | | | | | | | | | | | | | Merge pull request #2260 from lioncash/sdl | bunnei | 2019-03-21 | 3 | -12/+14 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | input_common/sdl: Correct return values within implementations of GetPollers() | Lioncash | 2019-03-18 | 2 | -2/+6 |
| * | | | | | | | | | | | | | input_common/sdl: Use a type alias to shorten declaration of GetPollers | Lioncash | 2019-03-18 | 3 | -11/+9 |
* | | | | | | | | | | | | | | common/bit_util: Fix bad merge duplicating the copy constructor | Lioncash | 2019-03-21 | 1 | -2/+0 |
* | | | | | | | | | | | | | | Merge pull request #2090 from FearlessTobi/port-4599 | bunnei | 2019-03-21 | 10 | -134/+337 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | Make bitfield assignment operator public | fearlessTobi | 2019-02-13 | 1 | -6/+2 |
| * | | | | | | | | | | | | | | remove all occurance of specifying endianness inside BitField | Weiyi Wang | 2019-02-06 | 6 | -96/+96 |
| * | | | | | | | | | | | | | | common/bitfield: make it endianness-aware | Weiyi Wang | 2019-02-06 | 3 | -3/+100 |
| * | | | | | | | | | | | | | | common/swap: remove default value for swap type internal storage | Weiyi Wang | 2019-02-06 | 1 | -1/+1 |
| * | | | | | | | | | | | | | | common/swap: use template and tag for LE/BE specification | Weiyi Wang | 2019-02-06 | 1 | -39/+91 |
| * | | | | | | | | | | | | | | common/swap: add swap template for enum | Weiyi Wang | 2019-02-06 | 1 | -0/+52 |
* | | | | | | | | | | | | | | | Merge pull request #2262 from lioncash/enum | bunnei | 2019-03-21 | 2 | -2/+15 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | | file_sys/content_archive: Amend name of Data_Unknown5 enum entry | Lioncash | 2019-03-19 | 2 | -2/+15 |
| | |_|_|_|_|_|_|_|/ / / / / /
| |/| | | | | | | | | | | | | |
|
* | | | | | | | | | | | | | | | Merge pull request #2273 from lioncash/guard | bunnei | 2019-03-21 | 2 | -0/+9 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | | common/uint128: Add missing header guard | Lioncash | 2019-03-21 | 1 | -0/+2 |
| * | | | | | | | | | | | | | | | common/uint128: Add missing top-file source text | Lioncash | 2019-03-21 | 2 | -0/+7 |
| | |_|_|_|_|/ / / / / / / / /
| |/| | | | | | | | | | | | | |
|
* | | | | | | | | | | | | | | | Merge pull request #2268 from lioncash/codeset | bunnei | 2019-03-21 | 8 | -45/+111 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| |/ / / / / / / / / / / / / /
|/| | | | | | | | | | | | | | |
|
| * | | | | | | | | | | | | | | kernel/process: Make MapSegment lambda reference parameter const | Lioncash | 2019-03-20 | 1 | -1/+1 |
| * | | | | | | | | | | | | | | kernel: Move CodeSet structure to its own source files | Lioncash | 2019-03-20 | 8 | -44/+110 |
* | | | | | | | | | | | | | | | Merge pull request #2272 from lioncash/boost | bunnei | 2019-03-21 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | | common/CMakeLists: Amend boost dependency | Lioncash | 2019-03-21 | 1 | -1/+1 |
|/ / / / / / / / / / / / / / / |
|
* | | | | | | | | | | | | | | | Merge pull request #2267 from FernandoS27/fix-2238 | bunnei | 2019-03-21 | 1 | -1/+2 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | | Fix crash caused by 2238. | Fernando Sahmkow | 2019-03-20 | 1 | -1/+2 |
| | |/ / / / / / / / / / / / /
| |/| | | | | | | | | | | | | |
|
* | | | | | | | | | | | | | | | Merge pull request #2247 from lioncash/include | bunnei | 2019-03-21 | 2 | -4/+4 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | | common/thread_queue_list: Remove unnecessary dependency on boost | Lioncash | 2019-03-16 | 2 | -4/+4 |
* | | | | | | | | | | | | | | | | Merge pull request #2224 from lioncash/opus | bunnei | 2019-03-21 | 1 | -34/+48 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | | | hwopus: Leverage multistream API for decoding regular Opus packets | Lioncash | 2019-03-11 | 1 | -34/+48 |
* | | | | | | | | | | | | | | | | | Merge pull request #2239 from FearlessTobi/port-4684 | bunnei | 2019-03-21 | 1 | -3/+1 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| |_|_|_|/ / / / / / / / / / / / /
|/| | | | | | | | | | | | | | | | |
|
| * | | | | | | | | | | | | | | | | frontend: qt: fix a freeze where if you click on entry in the game list too fast, citra will hang | liushuyu | 2019-03-15 | 1 | -3/+1 |
| | |_|_|_|_|_|_|_|_|_|_|/ / / /
| |/| | | | | | | | | | | | | | |
|
* | | | | | | | | | | | | | | | | Merge pull request #2264 from lioncash/linker | bunnei | 2019-03-20 | 5 | -189/+4 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | | | loader: Remove Linker class | Lioncash | 2019-03-20 | 3 | -185/+0 |
| * | | | | | | | | | | | | | | | | loader: Remove Linker inheritance from NRO and NSO loaders | Lioncash | 2019-03-20 | 2 | -4/+4 |
| | |_|_|/ / / / / / / / / / / /
| |/| | | | | | | | | | | | | | |
|
* | | | | | | | | | | | | | | | | Merge pull request #2263 from FearlessTobi/port-4697 | bunnei | 2019-03-20 | 1 | -2/+2 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| |/ / / / / / / / / / / / / / /
|/| | | | | | | | | | | | | | | |
|
| * | | | | | | | | | | | | | | | Fix getopt on systems where char is unsigned by default | xperia64 | 2019-03-19 | 1 | -2/+2 |
|/ / / / / / / / / / / / / / / |
|
* | | | | | | | | | | | | | | | Merge pull request #2258 from lioncash/am | bunnei | 2019-03-19 | 2 | -13/+73 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| |_|_|_|_|/ / / / / / / / / /
|/| | | | | | | | | | | | | | |
|
| * | | | | | | | | | | | | | | service/am: Add basic implementation of ChangeMainAppletMasterVolume | Lioncash | 2019-03-18 | 2 | -1/+29 |
| * | | | | | | | | | | | | | | service/am: Unstub SetTransparentVolumeRate() | Lioncash | 2019-03-18 | 2 | -1/+17 |
| * | | | | | | | | | | | | | | service/am: Unstub SetExpectedMasterVolume() | Lioncash | 2019-03-18 | 2 | -11/+27 |
* | | | | | | | | | | | | | | | Merge pull request #2259 from lioncash/fsp | bunnei | 2019-03-18 | 2 | -1/+5 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | | fsp_srv: Unstub SetCurrentProcess | Lioncash | 2019-03-18 | 2 | -1/+5 |
* | | | | | | | | | | | | | | | | Merge pull request #2254 from lioncash/redundant | bunnei | 2019-03-18 | 1 | -3/+2 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| |/ / / / / / / / / / / / / / /
|/| | | | | | | | | | | | | | | |
|
| * | | | | | | | | | | | | | | | input_common/sdl_impl: Make lambda capture more specific in SDLState constructor | Lioncash | 2019-03-17 | 1 | -1/+1 |
| * | | | | | | | | | | | | | | | input_common/sdl_impl: Remove unnecessary std::chrono::duration construction | Lioncash | 2019-03-17 | 1 | -1/+1 |
| * | | | | | | | | | | | | | | | input_common/sdl_impl: Remove unused variable in SDLState constructor | Lioncash | 2019-03-17 | 1 | -1/+0 |
| | |_|_|/ / / / / / / / / / /
| |/| | | | | | | | | | | | | |
|
* | | | | | | | | | | | | | | | Merge pull request #2238 from lioncash/thread | bunnei | 2019-03-18 | 2 | -21/+41 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| |_|/ / / / / / / / / / / / /
|/| | | | | | | | | | | | | | |
|
| * | | | | | | | | | | | | | | kernel/thread: Expand documentation of nominal_priority and current_priority | Lioncash | 2019-03-16 | 2 | -3/+11 |
| * | | | | | | | | | | | | | | kernel/thread: Make bracing consistent within UpdatePriority() | Lioncash | 2019-03-16 | 1 | -2/+4 |
| * | | | | | | | | | | | | | | kernel/thread: Amend condition within UpdatePriority() | Lioncash | 2019-03-16 | 1 | -3/+3 |
| * | | | | | | | | | | | | | | kernel/thread: Maintain priority ordering of added mutex waiting threads | Lioncash | 2019-03-16 | 1 | -14/+24 |
| | |_|_|_|_|_|_|_|/ / / / /
| |/| | | | | | | | | | | | |
|
* | | | | | | | | | | | | | | Merge pull request #2257 from MerryMage/boost-1.66 | Mat M | 2019-03-18 | 1 | -2/+2 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | CMakeLists: Raise minimum Boost requirement to 1.66.0 | MerryMage | 2019-03-18 | 1 | -2/+2 |
|/ / / / / / / / / / / / / / |
|
* | | | | | | | | | | | | | | Merge pull request #2252 from bunnei/move-page-table | bunnei | 2019-03-17 | 16 | -171/+215 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| |_|_|_|_|_|_|_|/ / / / / /
|/| | | | | | | | | | | | | |
|
| * | | | | | | | | | | | | | core: Move PageTable struct into Common. | bunnei | 2019-03-17 | 16 | -171/+215 |
* | | | | | | | | | | | | | | Merge pull request #2251 from bunnei/skip-zero-flush | bunnei | 2019-03-17 | 1 | -0/+6 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | gl_rasterizer: Skip zero addr/sized regions on flush/invalidate. | bunnei | 2019-03-17 | 1 | -0/+6 |
| |/ / / / / / / / / / / / / |
|
* | | | | | | | | | | | | | | Merge pull request #2249 from lioncash/ipc | bunnei | 2019-03-17 | 1 | -0/+30 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | ipc_helpers: Allow pushing and popping floating-point values | Lioncash | 2019-03-16 | 1 | -0/+30 |
| | |_|/ / / / / / / / / / /
| |/| | | | | | | | | | | | |
|
* | | | | | | | | | | | | | | Merge pull request #2246 from lioncash/opus-fork | bunnei | 2019-03-17 | 1 | -0/+0 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | externals: Update opus to latest master | Lioncash | 2019-03-16 | 1 | -0/+0 |
| |/ / / / / / / / / / / / / |
|
* | | | | | | | | | | | | | | Merge pull request #2245 from lioncash/unused-def | bunnei | 2019-03-17 | 1 | -6/+0 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| |_|/ / / / / / / / / / / /
|/| | | | | | | | | | | | | |
|
| * | | | | | | | | | | | | | kernel/thread: Actually remove the definition of ExitCurrentThread() | Lioncash | 2019-03-16 | 1 | -6/+0 |
| |/ / / / / / / / / / / / |
|
* | | | | | | | | | | | | | Merge pull request #2244 from bunnei/gpu-mem-refactor | bunnei | 2019-03-17 | 20 | -189/+196 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | video_core: Refactor to use MemoryManager interface for all memory access. | bunnei | 2019-03-16 | 20 | -189/+196 |
* | | | | | | | | | | | | | | Merge pull request #2243 from bunnei/mem-simplify-cache | bunnei | 2019-03-17 | 3 | -68/+22 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | memory: Simplify rasterizer cache operations. | bunnei | 2019-03-16 | 3 | -68/+22 |
| |/ / / / / / / / / / / / / |
|
* | | | | | | | | | | | | | | Merge pull request #2129 from FernandoS27/cntpct | bunnei | 2019-03-17 | 6 | -2/+69 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| |_|/ / / / / / / / / / / /
|/| | | | | | | | | | | | | |
|
| * | | | | | | | | | | | | | Corrections, documenting and fixes. | Fernando Sahmkow | 2019-02-16 | 4 | -13/+14 |
| * | | | | | | | | | | | | | Use u128 on Clock Cycles calculation. | Fernando Sahmkow | 2019-02-16 | 5 | -27/+32 |
| * | | | | | | | | | | | | | Implement 128 bits Unsigned Integer Multiplication and Division. | Fernando Sahmkow | 2019-02-16 | 3 | -0/+50 |
| * | | | | | | | | | | | | | Correct CNTPCT to use Clock Cycles instead of Cpu Cycles. | Fernando Sahmkow | 2019-02-16 | 3 | -2/+13 |
* | | | | | | | | | | | | | | Merge pull request #2241 from lioncash/compile-flags | bunnei | 2019-03-16 | 1 | -8/+2 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | CMakeLists: Remove now-unnecessary GCC special-casing | Lioncash | 2019-03-16 | 1 | -8/+2 |
| | |_|/ / / / / / / / / / /
| |/| | | | | | | | | | | | |
|
* | | | | | | | | | | | | | | Merge pull request #2242 from lioncash/thread-fn | bunnei | 2019-03-16 | 4 | -33/+31 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| |_|_|/ / / / / / / / / / /
|/| | | | | | | | | | | | | |
|
| * | | | | | | | | | | | | | kernel/thread: Move thread exiting logic from ExitCurrentThread to svcExitThread | Lioncash | 2019-03-16 | 2 | -8/+7 |
| * | | | | | | | | | | | | | kernel/thread: Migrate WaitCurrentThread_Sleep into the Thread interface | Lioncash | 2019-03-16 | 4 | -25/+24 |
| |/ / / / / / / / / / / / |
|
* | | | | | | | | | | | | | Merge pull request #2237 from bunnei/cache-host-addr | bunnei | 2019-03-16 | 26 | -294/+394 |
|\ \ \ \ \ \ \ \ \ \ \ \ \
| |_|_|_|_|_|_|_|_|_|/ / /
|/| | | | | | | | | | | | |
|
| * | | | | | | | | | | | | gpu: Use host address for caching instead of guest address. | bunnei | 2019-03-15 | 26 | -294/+394 |
| | |_|/ / / / / / / / /
| |/| | | | | | | | | | |
|
* | | | | | | | | | | | | Merge pull request #2048 from FearlessTobi/port-3924 | bunnei | 2019-03-16 | 2 | -203/+250 |
|\ \ \ \ \ \ \ \ \ \ \ \
| |/ / / / / / / / / / /
|/| | | | | | | | | | /
| | |_|_|_|_|_|_|_|_|/
| |/| | | | | | | | | |
|
| * | | | | | | | | | | citra_qt: Settings (configuration) rework | zhupengfei | 2019-03-07 | 2 | -203/+250 |
* | | | | | | | | | | | Merge pull request #2233 from ReinUsesLisp/morton-cleanup | bunnei | 2019-03-15 | 4 | -187/+146 |
|\ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | video_core/morton: Use enum to describe MortonCopyPixels128 mode | ReinUsesLisp | 2019-03-13 | 3 | -7/+10 |
| * | | | | | | | | | | | video_core/morton: Remove unused parameter in MortonSwizzle | ReinUsesLisp | 2019-03-13 | 3 | -8/+7 |
| * | | | | | | | | | | | video_core/morton: Remove clang-format off when it's not needed | ReinUsesLisp | 2019-03-13 | 1 | -133/+129 |
| * | | | | | | | | | | | video_core/morton: Remove unused functions | ReinUsesLisp | 2019-03-13 | 1 | -39/+0 |
| | |/ / / / / / / / /
| |/| | | | | | | | | |
|
* | | | | | | | | | | | Merge pull request #2229 from ReinUsesLisp/vk-sampler-cache | bunnei | 2019-03-15 | 4 | -24/+168 |
|\ \ \ \ \ \ \ \ \ \ \
| |_|_|_|_|_|_|/ / / /
|/| | | | | | | | | | |
|
| * | | | | | | | | | | vk_sampler_cache: Use operator== instead of memcmp | Mat M | 2019-03-13 | 1 | -1/+1 |
| * | | | | | | | | | | vk_sampler_cache: Implement a sampler cache | ReinUsesLisp | 2019-03-13 | 4 | -1/+140 |
| * | | | | | | | | | | video_core/texture: Add a raw representation of TSCEntry | ReinUsesLisp | 2019-03-12 | 1 | -24/+29 |
* | | | | | | | | | | | Merge pull request #2230 from lioncash/global | bunnei | 2019-03-15 | 2 | -8/+9 |
|\ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | kernel/process: Remove use of global system accessors | Lioncash | 2019-03-13 | 2 | -8/+9 |
| | |/ / / / / / / / /
| |/| | | | | | | | | |
|
* | | | | | | | | | | | Merge pull request #2216 from ReinUsesLisp/rasterizer-system | bunnei | 2019-03-14 | 2 | -29/+31 |
|\ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | gl_rasterizer: Use system instance passed from argument | ReinUsesLisp | 2019-03-11 | 2 | -29/+31 |
| | |_|_|_|/ / / / / /
| |/| | | | | | | | | |
|
* | | | | | | | | | | | Merge pull request #2227 from lioncash/override | bunnei | 2019-03-13 | 2 | -5/+5 |
|\ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | renderer_opengl/gl_global_cache: Replace indexing for assignment with insert_or_assign | Lioncash | 2019-03-11 | 2 | -3/+3 |
| * | | | | | | | | | | | renderer_opengl/gl_global_cache: Append missing override specifiers | Lioncash | 2019-03-11 | 1 | -2/+2 |
| |/ / / / / / / / / / |
|
* | | | | | | | | | | | Merge pull request #2226 from lioncash/private | bunnei | 2019-03-13 | 4 | -14/+36 |
|\ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | kernel/server_port: Make data members private | Lioncash | 2019-03-11 | 4 | -14/+36 |
| |/ / / / / / / / / / |
|
* | | | | | | | | | | | Merge pull request #2223 from lioncash/error | bunnei | 2019-03-13 | 3 | -19/+5 |
|\ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | core/hle/result: Remove now-unnecessary manually defined copy assignment operator | Lioncash | 2019-03-10 | 1 | -5/+0 |
| * | | | | | | | | | | | core/hle/result: Amend error in comment description for ResultCode | Lioncash | 2019-03-10 | 1 | -1/+1 |
| * | | | | | | | | | | | core/hle/result: Remove now-unused constructor for ResultCode | Lioncash | 2019-03-10 | 1 | -10/+0 |
| * | | | | | | | | | | | core/hle/result: Relocate IPC error code to ipc_helpers | Lioncash | 2019-03-10 | 3 | -3/+4 |
| |/ / / / / / / / / / |
|
* | | | | | | | | | | | Merge pull request #2187 from FearlessTobi/port-sdl-things | bunnei | 2019-03-13 | 9 | -691/+785 |
|\ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | fixup! Joystick: Allow for background events; Add deadzone to SDLAnalog | B3n30 | 2019-03-02 | 1 | -6/+17 |
| * | | | | | | | | | | | input/sdl: lock map mutex after SDL call | Weiyi Wang | 2019-03-02 | 1 | -11/+17 |
| * | | | | | | | | | | | Input: Remove global variables from SDL Input | James Rowe | 2019-03-02 | 9 | -809/+206 |
| * | | | | | | | | | | | Input: Copy current SDL.h/cpp files to impl | James Rowe | 2019-03-02 | 2 | -0/+680 |
* | | | | | | | | | | | | Merge pull request #2166 from lioncash/vi-init-service | bunnei | 2019-03-13 | 9 | -40/+146 |
|\ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | service/vi: Unstub GetDisplayService | Lioncash | 2019-02-27 | 5 | -11/+49 |
| * | | | | | | | | | | | | core/ipc_helper: Allow popping all signed value types with RequestParser | Lioncash | 2019-02-27 | 1 | -0/+15 |
| * | | | | | | | | | | | | service/vi: Remove use of a module class | Lioncash | 2019-02-26 | 8 | -46/+99 |
* | | | | | | | | | | | | | Merge pull request #2231 from ReinUsesLisp/fixup-bias | bunnei | 2019-03-13 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ \ \ \
| |_|_|_|/ / / / / / / / /
|/| | | | | | | | | | | | |
|
| * | | | | | | | | | | | | video_core/texture: Fix up sampler lod bias | ReinUsesLisp | 2019-03-13 | 1 | -1/+1 |
|/ / / / / / / / / / / / |
|
* | | | | | | | | | | | | Merge pull request #2211 from lioncash/arbiter | bunnei | 2019-03-12 | 9 | -65/+81 |
|\ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | kernel: Make the address arbiter instance per-process | Lioncash | 2019-03-08 | 8 | -28/+35 |
| * | | | | | | | | | | | | kernel/svc: Move address arbiter signaling behind a unified API function | Lioncash | 2019-03-08 | 3 | -22/+26 |
| * | | | | | | | | | | | | kernel/svc: Move address arbiter waiting behind a unified API function | Lioncash | 2019-03-08 | 3 | -19/+24 |
* | | | | | | | | | | | | | Merge pull request #2222 from lioncash/cstr | bunnei | 2019-03-12 | 1 | -4/+3 |
|\ \ \ \ \ \ \ \ \ \ \ \ \
| |_|_|_|_|/ / / / / / / /
|/| | | | | | | | | | | | |
|
| * | | | | | | | | | | | | service/service: Remove unncessary calls to c_str() | Lioncash | 2019-03-10 | 1 | -4/+3 |
| | |_|_|/ / / / / / / /
| |/| | | | | | | | | | |
|
* | | | | | | | | | | | | Merge pull request #2215 from ReinUsesLisp/samplers | bunnei | 2019-03-12 | 3 | -64/+72 |
|\ \ \ \ \ \ \ \ \ \ \ \
| |/ / / / / / / / / / /
|/| | | | | | | | | | | |
|
| * | | | | | | | | | | | gl_rasterizer: Encapsulate sampler queries into methods | ReinUsesLisp | 2019-03-09 | 3 | -64/+72 |
* | | | | | | | | | | | | Merge pull request #2207 from lioncash/hwopus | bunnei | 2019-03-10 | 1 | -69/+107 |
|\ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | service/audio/hwopus: Move decoder state to its own class | Lioncash | 2019-03-07 | 1 | -50/+85 |
| * | | | | | | | | | | | | service/audio/hwopus: Provide a name for the second word of OpusPacketHeader | Lioncash | 2019-03-07 | 1 | -2/+4 |
| * | | | | | | | | | | | | service/audio/hwopus: Move Opus packet header out of the IHardwareOpusDecoderManager | Lioncash | 2019-03-07 | 1 | -17/+17 |
| * | | | | | | | | | | | | service/audio/hwopus: Enclose internals in an anonymous namespace | Lioncash | 2019-03-07 | 1 | -2/+3 |
* | | | | | | | | | | | | | Merge pull request #2193 from lioncash/global | bunnei | 2019-03-10 | 5 | -17/+23 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | kernel/scheduler: Pass in system instance in constructor | Lioncash | 2019-03-04 | 5 | -17/+23 |
| | |_|_|_|_|_|_|_|/ / / /
| |/| | | | | | | | | | | |
|
* | | | | | | | | | | | | | Merge pull request #2147 from ReinUsesLisp/texture-clean | bunnei | 2019-03-10 | 9 | -527/+590 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | shader/decode: Remove extras from MetaTexture | ReinUsesLisp | 2019-02-26 | 4 | -40/+65 |
| * | | | | | | | | | | | | | shader/decode: Split memory and texture instructions decoding | ReinUsesLisp | 2019-02-26 | 8 | -501/+539 |
* | | | | | | | | | | | | | | Merge pull request #2143 from ReinUsesLisp/texview | bunnei | 2019-03-10 | 3 | -32/+42 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | gl_rasterizer_cache: Create texture views for array discrepancies | ReinUsesLisp | 2019-02-27 | 3 | -32/+42 |
* | | | | | | | | | | | | | | | Merge pull request #2220 from lioncash/cubeb | bunnei | 2019-03-10 | 2 | -4/+4 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| |_|_|_|_|_|_|_|_|_|_|_|/ / /
|/| | | | | | | | | | | | | | |
|
| * | | | | | | | | | | | | | | audio_core/cubeb_sink: Convert _MSC_VER ifdefs to _WIN32 | Lioncash | 2019-03-10 | 2 | -4/+4 |
| | |_|_|_|/ / / / / / / / /
| |/| | | | | | | | | | | | |
|
* | | | | | | | | | | | | | | Merge pull request #2217 from ReinUsesLisp/rasterizer-logger | Mat M | 2019-03-10 | 1 | -19/+13 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | gl_rasterizer: Minor logger changes | ReinUsesLisp | 2019-03-09 | 1 | -19/+13 |
| |/ / / / / / / / / / / / / |
|
* | | | | | | | | | | | | | | Merge pull request #2219 from Hexagon12/log-settings | Mat M | 2019-03-10 | 1 | -0/+3 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | clang fix | Hexagon12 | 2019-03-09 | 1 | -1/+2 |
| * | | | | | | | | | | | | | | Log 2 new setting values | Hexagon12 | 2019-03-09 | 1 | -0/+2 |
| |/ / / / / / / / / / / / / |
|
* | | | | | | | | | | | | | | Merge pull request #2218 from ReinUsesLisp/cmd-cast | Mat M | 2019-03-10 | 1 | -5/+6 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| |/ / / / / / / / / / / / /
|/| | | | | | | | | | | | | |
|
| * | | | | | | | | | | | | | yuzu_cmd/config: Replace C casts with static_cast | ReinUsesLisp | 2019-03-09 | 1 | -4/+5 |
| * | | | | | | | | | | | | | yuzu_cmd/config: Silent implicit cast warning | ReinUsesLisp | 2019-03-09 | 1 | -1/+1 |
|/ / / / / / / / / / / / / |
|
* | | | | | | | | | | | | | Merge pull request #2210 from lioncash/optional | bunnei | 2019-03-08 | 7 | -58/+56 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | kernel/hle_ipc: Convert std::shared_ptr IPC header instances to std::optional | Lioncash | 2019-03-08 | 4 | -47/+47 |
| * | | | | | | | | | | | | | travis: Bump macOS version to 10.14 | Lioncash | 2019-03-08 | 2 | -2/+2 |
| * | | | | | | | | | | | | | common/bit_field: Make BitField trivially copyable | Lioncash | 2019-03-07 | 1 | -9/+7 |
| | |_|_|_|/ / / / / / / /
| |/| | | | | | | | | | | |
|
* | | | | | | | | | | | | | Merge pull request #2209 from lioncash/reorder | bunnei | 2019-03-08 | 1 | -5/+2 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | video_core/gpu_thread: Remove unimplemented WaitForIdle function prototype | Lioncash | 2019-03-07 | 1 | -3/+0 |
| * | | | | | | | | | | | | | video_core/gpu_thread: Amend constructor initializer list order | Lioncash | 2019-03-07 | 1 | -2/+2 |
| |/ / / / / / / / / / / / |
|
* | | | | | | | | | | | | | Merge pull request #2208 from lioncash/gpu | bunnei | 2019-03-08 | 3 | -3/+3 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | video_core/gpu: Make GPU's destructor virtual | Lioncash | 2019-03-07 | 3 | -3/+3 |
| |/ / / / / / / / / / / / |
|
* | | | | | | | | | | | | | Merge pull request #2191 from ReinUsesLisp/maxwell-to-vk | bunnei | 2019-03-08 | 4 | -3/+553 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | maxwell_to_vk: Initial implementation | ReinUsesLisp | 2019-03-04 | 4 | -3/+553 |
* | | | | | | | | | | | | | | Merge pull request #2212 from ReinUsesLisp/dma-push-fix | bunnei | 2019-03-08 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | dma_pusher: Store command_list_header by copy | ReinUsesLisp | 2019-03-08 | 1 | -1/+1 |
|/ / / / / / / / / / / / / / |
|
* | | | | | | | | | | | | | | Merge pull request #2195 from lioncash/shared-global | bunnei | 2019-03-07 | 1 | -3/+2 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| |_|/ / / / / / / / / / / /
|/| | | | | | | | | | | | | |
|
| * | | | | | | | | | | | | | kernel/shared_memory: Get rid of the use of global accessor functions within Create() | Lioncash | 2019-03-04 | 1 | -3/+2 |
| | |_|_|/ / / / / / / / /
| |/| | | | | | | | | | | |
|
* | | | | | | | | | | | | | Merge pull request #2196 from DarkLordZach/web-applet-esc | bunnei | 2019-03-07 | 2 | -0/+7 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | web_browser: Add shortcut to Enter key to exit applet | Zach Hilman | 2019-03-05 | 2 | -0/+7 |
| |/ / / / / / / / / / / / |
|
* | | | | | | | | | | | | | Merge pull request #2202 from lioncash/port-priv | bunnei | 2019-03-07 | 6 | -36/+78 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | kernel/server_session: Make data members private | Lioncash | 2019-03-06 | 5 | -32/+73 |
| * | | | | | | | | | | | | | kernel/client_session: Make data members private | Lioncash | 2019-03-06 | 1 | -4/+5 |
* | | | | | | | | | | | | | | Merge pull request #2205 from FearlessTobi/docked-undocked-hotkey | bunnei | 2019-03-07 | 1 | -0/+8 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | yuzu: add a hotkey to switch between undocked and docked mode | fearlessTobi | 2019-03-06 | 1 | -0/+8 |
* | | | | | | | | | | | | | | | Merge pull request #2206 from lioncash/audio-stop | bunnei | 2019-03-07 | 1 | -1/+3 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| |_|_|_|_|_|_|_|_|_|/ / / / /
|/| | | | | | | | | | | | | | |
|
| * | | | | | | | | | | | | | | service/audio/audout_u: Only actually stop the audio stream in StopAudioOut if the stream is playing | Lioncash | 2019-03-07 | 1 | -1/+3 |
| | |_|_|_|_|_|/ / / / / / /
| |/| | | | | | | | | | | | |
|
* | | | | | | | | | | | | | | Merge pull request #2055 from bunnei/gpu-thread | bunnei | 2019-03-07 | 26 | -52/+529 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | gpu_thread: Fix deadlock with threading idle state check. | bunnei | 2019-03-07 | 2 | -7/+11 |
| * | | | | | | | | | | | | | | gpu_thread: (HACK) Ignore flush on FlushAndInvalidateRegion. | bunnei | 2019-03-07 | 1 | -3/+1 |
| * | | | | | | | | | | | | | | gpu: Always flush. | bunnei | 2019-03-07 | 2 | -13/+6 |
| * | | | | | | | | | | | | | | gpu: Refactor a/synchronous implementations into their own classes. | bunnei | 2019-03-07 | 8 | -65/+162 |
| * | | | | | | | | | | | | | | gpu: Move command processing to another thread. | bunnei | 2019-03-07 | 9 | -15/+358 |
| * | | | | | | | | | | | | | | bootmanager: Ensure that we have a context for shader loading. | bunnei | 2019-03-07 | 1 | -4/+6 |
| * | | | | | | | | | | | | | | gpu: Refactor command and swap buffers interface for asynch. | bunnei | 2019-03-07 | 5 | -17/+26 |
| * | | | | | | | | | | | | | | gpu: Refactor to take RendererBase instead of RasterizerInterface. | bunnei | 2019-03-07 | 3 | -18/+23 |
| * | | | | | | | | | | | | | | settings: Add new graphics setting for use_asynchronous_gpu_emulation. | bunnei | 2019-03-07 | 7 | -0/+24 |
| * | | | | | | | | | | | | | | core: Set is_powered_on before GPU is initialized. | bunnei | 2019-03-07 | 1 | -1/+3 |
| |/ / / / / / / / / / / / / |
|
* | | | | | | | | | | | | | | Merge pull request #2149 from ReinUsesLisp/decoders-style | bunnei | 2019-03-07 | 8 | -150/+183 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | gl_rasterizer_cache: Move format conversion to its own file | ReinUsesLisp | 2019-02-27 | 7 | -136/+175 |
| * | | | | | | | | | | | | | | decoders: Minor style changes | ReinUsesLisp | 2019-02-27 | 2 | -14/+8 |
| | |_|_|_|_|_|/ / / / / / /
| |/| | | | | | | | | | | | |
|
* | | | | | | | | | | | | | | Merge pull request #2197 from lioncash/include | bunnei | 2019-03-07 | 6 | -8/+12 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | core/hle/ipc: Remove unnecessary includes | Lioncash | 2019-03-05 | 6 | -8/+12 |
| | |_|_|/ / / / / / / / / /
| |/| | | | | | | | | | | | |
|
* | | | | | | | | | | | | | | Merge pull request #2190 from lioncash/ogl-global | bunnei | 2019-03-07 | 7 | -26/+28 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| |_|_|/ / / / / / / / / / /
|/| | | | | | | | | | | | | |
|
| * | | | | | | | | | | | | | core/core: Remove the global telemetry accessor function | Lioncash | 2019-03-04 | 1 | -4/+0 |
| * | | | | | | | | | | | | | yuzu: Remove usage of the global telemetry accessor | Lioncash | 2019-03-04 | 2 | -3/+3 |
| * | | | | | | | | | | | | | yuzu-cmd/yuzu: Replace direct usage of the global system telemetry accessor in main() | Lioncash | 2019-03-04 | 1 | -1/+1 |
| * | | | | | | | | | | | | | core/core: Replace direct usage of the global system telemetry accessor from Shutdown() | Lioncash | 2019-03-04 | 1 | -7/+7 |
| * | | | | | | | | | | | | | video_core/renderer_opengl: Replace direct usage of global system object accessors | Lioncash | 2019-03-04 | 2 | -11/+17 |
| | |_|_|_|_|_|_|/ / / / /
| |/| | | | | | | | | | | |
|
* | | | | | | | | | | | | | Merge pull request #2199 from lioncash/arbiter | bunnei | 2019-03-06 | 7 | -115/+187 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | kernel/address_arbiter: Pass in system instance to constructor | Lioncash | 2019-03-05 | 6 | -26/+45 |
| * | | | | | | | | | | | | | kernel/address_arbiter: Minor tidying up | Lioncash | 2019-03-05 | 1 | -18/+18 |
| * | | | | | | | | | | | | | kernel/address_arbiter: Convert the address arbiter into a class | Lioncash | 2019-03-05 | 5 | -82/+135 |
| | |/ / / / / / / / / / /
| |/| | | | | | | | | | | |
|
* | | | | | | | | | | | | | Merge pull request #2201 from lioncash/audio-retval | bunnei | 2019-03-06 | 1 | -0/+1 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | hle/service/audio/audout_u: Correct lack of return in failure case of AppendAudioOutBufferImpl() | Lioncash | 2019-03-06 | 1 | -0/+1 |
| | |_|_|/ / / / / / / / /
| |/| | | | | | | | | | | |
|
* | | | | | | | | | | | | | Merge pull request #2204 from lioncash/wait-tree | bunnei | 2019-03-06 | 2 | -5/+6 |
|\ \ \ \ \ \ \ \ \ \ \ \ \
| |/ / / / / / / / / / / /
|/| | | | | | | | | | | | |
|
| * | | | | | | | | | | | | yuzu/debugger/wait_tree: Remove use of global CurrentProcess accessor | Lioncash | 2019-03-06 | 2 | -5/+6 |
| |/ / / / / / / / / / / |
|
* | | | | | | | | | | | | Merge pull request #2194 from lioncash/mem | bunnei | 2019-03-06 | 3 | -30/+66 |
|\ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | vm_manager: Use range helpers in HeapAlloc() and HeapFree() | Lioncash | 2019-03-04 | 1 | -4/+2 |
| * | | | | | | | | | | | | vm_manager: Provide address range checking functions for other memory regions | Lioncash | 2019-03-04 | 2 | -4/+35 |
| * | | | | | | | | | | | | svc: Migrate address range checking functions to VMManager | Lioncash | 2019-03-04 | 3 | -23/+30 |
| | |_|_|/ / / / / / / /
| |/| | | | | | | | | | |
|
* | | | | | | | | | | | | Merge pull request #2200 from lioncash/audio | bunnei | 2019-03-06 | 4 | -10/+21 |
|\ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | hle/service/audio: Extract audio error codes to a header | Lioncash | 2019-03-05 | 4 | -10/+21 |
| | |/ / / / / / / / / /
| |/| | | | | | | | | | |
|
* | | | | | | | | | | | | Merge pull request #2203 from lioncash/engines-include | bunnei | 2019-03-06 | 10 | -11/+11 |
|\ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | video_core/engines: Remove unnecessary includes | Lioncash | 2019-03-06 | 10 | -11/+11 |
| |/ / / / / / / / / / / |
|
* | | | | | | | | | | | | Merge pull request #2198 from lioncash/todo | bunnei | 2019-03-06 | 2 | -4/+0 |
|\ \ \ \ \ \ \ \ \ \ \ \
| |/ / / / / / / / / / /
|/| | | | | | | | | | | |
|
| * | | | | | | | | | | | video_core/surface: Remove obsolete TODO in PixelFormatFromRenderTargetFormat() | Lioncash | 2019-03-05 | 1 | -2/+0 |
| * | | | | | | | | | | | kernel/thread: Remove obsolete TODO in Create() | Lioncash | 2019-03-05 | 1 | -2/+0 |
|/ / / / / / / / / / / |
|
* | | | | | | | | | | | Merge pull request #2185 from FearlessTobi/port-4630 | bunnei | 2019-03-05 | 1 | -6/+0 |
|\ \ \ \ \ \ \ \ \ \ \
| |/ / / / / / / / / /
|/| | | | | | | | | | |
|
| * | | | | | | | | | | Memory: don't lock hle mutex in memory read/write | Weiyi Wang | 2019-03-02 | 1 | -6/+0 |
* | | | | | | | | | | | Merge pull request #2165 from ReinUsesLisp/unbind-tex | bunnei | 2019-03-04 | 2 | -14/+2 |
|\ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | gl_rasterizer: Remove texture unbinding after dispatching a draw call | ReinUsesLisp | 2019-02-28 | 1 | -12/+0 |
| * | | | | | | | | | | | gl_state: Fixup multibind bug | ReinUsesLisp | 2019-02-28 | 1 | -2/+2 |
* | | | | | | | | | | | | Merge pull request #2188 from lioncash/log-static | bunnei | 2019-03-04 | 2 | -29/+25 |
|\ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | logging/backend: Make time_origin a class variable instead of a local static | Lioncash | 2019-03-02 | 1 | -2/+1 |
| * | | | | | | | | | | | | logging/backend: Move CreateEntry into the Impl class | Lioncash | 2019-03-02 | 2 | -29/+26 |
* | | | | | | | | | | | | | Merge pull request #2189 from lioncash/web | bunnei | 2019-03-04 | 2 | -3/+0 |
|\ \ \ \ \ \ \ \ \ \ \ \ \
| |_|_|_|_|_|/ / / / / / /
|/| | | | | | | | | | | | |
|
| * | | | | | | | | | | | | web_service: Remove unnecessary inclusions | Lioncash | 2019-03-02 | 2 | -3/+0 |
| | |_|_|/ / / / / / / /
| |/| | | | | | | | | | |
|
* | | | | | | | | | | | | Merge pull request #2154 from FearlessTobi/port-4647 | Mat M | 2019-03-02 | 1 | -1/+4 |
|\ \ \ \ \ \ \ \ \ \ \ \
| |_|/ / / / / / / / / /
|/| | | | | | | | | | | |
|
| * | | | | | | | | | | | citra_qt/main: make SPEED_LIMIT_STEP static constexpr | fearlessTobi | 2019-03-02 | 1 | -1/+4 |
* | | | | | | | | | | | | Merge pull request #2183 from ReinUsesLisp/vk-buffer-cache-clang | Mat M | 2019-03-02 | 1 | -3/+3 |
|\ \ \ \ \ \ \ \ \ \ \ \
| |_|/ / / / / / / / / /
|/| | | | | | | | | | | |
|
| * | | | | | | | | | | | vk_buffer_cache: Fix clang-format | ReinUsesLisp | 2019-03-02 | 1 | -3/+3 |
* | | | | | | | | | | | | Merge pull request #2186 from honzapatCZ/patch-1 | James Rowe | 2019-03-02 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ \ \
| |_|_|_|/ / / / / / / /
|/| | | | | | | | | | | |
|
| * | | | | | | | | | | | Yuzu can render 3D. | Nejcraft | 2019-03-02 | 1 | -1/+1 |
|/ / / / / / / / / / / |
|
* | | | | | | | | | | | Merge pull request #2182 from bunnei/my-wasted-friday | bunnei | 2019-03-02 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ \
| |/ / / / / / / / / /
|/| | | | | | | | | | |
|
| * | | | | | | | | | | fuck git for ruining my day, I will learn but I will not forgive | bunnei | 2019-03-02 | 1 | -1/+1 |
* | | | | | | | | | | | Merge pull request #2178 from ReinUsesLisp/vk-buffer-cache | bunnei | 2019-03-02 | 3 | -0/+205 |
|\ \ \ \ \ \ \ \ \ \ \
| |/ / / / / / / / / /
|/| | | | | | | | | | |
|
| * | | | | | | | | | | vk_buffer_cache: Implement a buffer cache | ReinUsesLisp | 2019-03-01 | 3 | -0/+205 |
| | |/ / / / / / / /
| |/| | | | | | | | |
|
* | | | | | | | | | | Merge pull request #2173 from lioncash/capture | bunnei | 2019-03-01 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | yuzu/compatdb: Remove unused lambda capture | Lioncash | 2019-02-27 | 1 | -1/+1 |
* | | | | | | | | | | | Merge pull request #2180 from lioncash/audren | bunnei | 2019-03-01 | 1 | -1/+12 |
|\ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | service/audio: Provide an implementation of ExecuteAudioRendererRendering | Lioncash | 2019-03-01 | 1 | -1/+12 |
| | |/ / / / / / / / /
| |/| | | | | | | | | |
|
* | | | | | | | | | | | Merge pull request #2181 from lioncash/audren2 | bunnei | 2019-03-01 | 2 | -7/+20 |
|\ \ \ \ \ \ \ \ \ \ \
| |/ / / / / / / / / /
|/| | | | | | | | | | |
|
| * | | | | | | | | | | service/audio/audren_u: Implement OpenAudioRendererAuto | Lioncash | 2019-03-01 | 2 | -7/+20 |
|/ / / / / / / / / / |
|
* | | | | | | | | | | Merge pull request #2174 from lioncash/fwd | bunnei | 2019-02-28 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | service/hid: Amend forward declaration of ServiceManager | Lioncash | 2019-02-27 | 1 | -1/+1 |
| | |_|_|/ / / / / /
| |/| | | | | | | | |
|
* | | | | | | | | | | Merge pull request #2152 from ReinUsesLisp/vk-stream-buffer | bunnei | 2019-02-28 | 5 | -8/+172 |
|\ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | vk_stream_buffer: Remove copy code path | ReinUsesLisp | 2019-02-26 | 2 | -53/+18 |
| * | | | | | | | | | | vk_stream_buffer: Implement a stream buffer | ReinUsesLisp | 2019-02-24 | 3 | -1/+200 |
| * | | | | | | | | | | vk_resource_manager: Minor VKFenceWatch changes | ReinUsesLisp | 2019-02-24 | 2 | -7/+7 |
* | | | | | | | | | | | Merge pull request #2121 from FernandoS27/texception2 | bunnei | 2019-02-28 | 4 | -16/+213 |
|\ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | Devirtualize Register/Unregister and use a wrapper instead. | Fernando Sahmkow | 2019-02-28 | 3 | -12/+8 |
| * | | | | | | | | | | | Corrections and redesign. | Fernando Sahmkow | 2019-02-28 | 2 | -51/+51 |
| * | | | | | | | | | | | Fix linux compile error. | Fernando Sahmkow | 2019-02-28 | 1 | -1/+1 |
| * | | | | | | | | | | | Remove NotifyFrameBuffer as we are doing a texception pass every drawcall. | Fernando Sahmkow | 2019-02-28 | 2 | -25/+0 |
| * | | | | | | | | | | | Remove certain optimizations that caused texception to fail in certain scenarios. | Fernando Sahmkow | 2019-02-28 | 3 | -24/+1 |
| * | | | | | | | | | | | Bug fixes and formatting | Fernando Sahmkow | 2019-02-28 | 2 | -3/+4 |
| * | | | | | | | | | | | rasterizer_cache_gl: Implement Texception Pass | Fernando Sahmkow | 2019-02-28 | 3 | -0/+51 |
| * | | | | | | | | | | | rasterizer_cache_gl: Implement Partial Reinterpretation of Surfaces. | Fernando Sahmkow | 2019-02-28 | 2 | -0/+100 |
| * | | | | | | | | | | | rasterizer_cache: mark reinterpreted surfaces and add ability to reload marked surfaces on next use. | Fernando Sahmkow | 2019-02-28 | 2 | -0/+78 |
| * | | | | | | | | | | | rasterizer_cache_gl: Notify on framebuffer change | Fernando Sahmkow | 2019-02-28 | 2 | -4/+23 |
| * | | | | | | | | | | | rasterizer_cache: Expose FlushObject to Child classes and allow redefining of Register and Unregister | Fernando Sahmkow | 2019-02-28 | 1 | -11/+11 |
* | | | | | | | | | | | | Merge pull request #2172 from lioncash/reorder | bunnei | 2019-02-28 | 2 | -3/+3 |
|\ \ \ \ \ \ \ \ \ \ \ \
| |/ / / / / / / / / / /
|/| | | | | | | | | | | |
|
| * | | | | | | | | | | | vk_memory_manager: Reorder constructor initializer list in terms of member declaration order | Lioncash | 2019-02-27 | 1 | -1/+1 |
| * | | | | | | | | | | | gl_rasterizer: Reorder constructor initializer list in terms of member declaration order | Lioncash | 2019-02-27 | 1 | -2/+2 |
* | | | | | | | | | | | | Merge pull request #2163 from ReinUsesLisp/bitset-dirty | bunnei | 2019-02-28 | 4 | -52/+51 |
|\ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | maxwell_3d: Use std::bitset to manage dirty flags | ReinUsesLisp | 2019-02-26 | 4 | -52/+51 |
| | |_|_|_|_|/ / / / / /
| |/| | | | | | | | | | |
|
* | | | | | | | | | | | | Speed up memory page mapping (#2141) | Annomatg | 2019-02-27 | 1 | -6/+11 |
* | | | | | | | | | | | | Merge pull request #2176 from lioncash/com | bunnei | 2019-02-27 | 2 | -0/+19 |
|\ \ \ \ \ \ \ \ \ \ \ \
| |_|_|_|/ / / / / / / /
|/| | | | | | | | | | | |
|
| * | | | | | | | | | | | audio_core/cubeb_sink: Ensure COM is initialized on Windows prior to calling cubeb_init | Lioncash | 2019-02-27 | 2 | -0/+19 |
|/ / / / / / / / / / / |
|
* | | | | | | | | | | | Merge pull request #2169 from lioncash/naming | bunnei | 2019-02-27 | 2 | -19/+21 |
|\ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | audio_core/audio_renderer: Name previously unknown parameters of AudioRendererParameter | Lioncash | 2019-02-27 | 2 | -19/+21 |
| | |/ / / / / / / / /
| |/| | | | | | | | | |
|
* | | | | | | | | | | | Merge pull request #2170 from lioncash/emu-window | bunnei | 2019-02-27 | 2 | -2/+2 |
|\ \ \ \ \ \ \ \ \ \ \
| |_|_|_|/ / / / / / /
|/| | | | | | | | | | |
|
| * | | | | | | | | | | core/frontend/emu_window: Make ClipToTouchScreen a const member function | Lioncash | 2019-02-27 | 2 | -2/+2 |
| |/ / / / / / / / / |
|
* | | | | | | | | | | Merge pull request #2161 from lioncash/handle-table | bunnei | 2019-02-27 | 6 | -19/+63 |
|\ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | kernel/handle_table: Make local variables as const where applicable | Lioncash | 2019-02-25 | 1 | -4/+5 |
| * | | | | | | | | | | kernel/handle_table: Allow process capabilities to limit the handle table size | Lioncash | 2019-02-25 | 6 | -10/+54 |
| * | | | | | | | | | | kernel/handle-table: In-class initialize data members | Lioncash | 2019-02-25 | 2 | -3/+2 |
| * | | | | | | | | | | kernel/handle_table: Resolve truncation warnings | Lioncash | 2019-02-25 | 1 | -2/+2 |
| | |_|_|_|/ / / / /
| |/| | | | | | | | |
|
* | | | | | | | | | | Merge pull request #2168 from lioncash/cubeb | bunnei | 2019-02-27 | 1 | -0/+0 |
|\ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | externals: Update cubeb to 6f2420de8f155b10330cf973900ac7bdbfee589d | Lioncash | 2019-02-27 | 1 | -0/+0 |
| | |/ / / / / / / /
| |/| | | | | | | | |
|
* | | | | | | | | | | Merge pull request #2167 from lioncash/namespace | bunnei | 2019-02-27 | 23 | -81/+81 |
|\ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | common/math_util: Move contents into the Common namespace | Lioncash | 2019-02-27 | 18 | -40/+40 |
| * | | | | | | | | | | common/vector_math: Move Vec[x] types into the Common namespace | Lioncash | 2019-02-27 | 6 | -38/+38 |
| * | | | | | | | | | | common/quaternion: Move Quaternion into the Common namespace | Lioncash | 2019-02-27 | 2 | -6/+6 |
| |/ / / / / / / / / |
|
* | | | | | | | | | | Merge pull request #2171 from lioncash/pragma | bunnei | 2019-02-27 | 1 | -2/+0 |
|\ \ \ \ \ \ \ \ \ \
| |/ / / / / / / / /
|/| | | | | | | | | |
|
| * | | | | | | | | | gl_shader_disk_cache: Remove #pragma once from cpp file | Lioncash | 2019-02-27 | 1 | -2/+0 |
|/ / / / / / / / / |
|
* | | | | | | | | | Merge pull request #2164 from ReinUsesLisp/configure-blit | bunnei | 2019-02-26 | 1 | -0/+1 |
|\ \ \ \ \ \ \ \ \
| |_|/ / / / / / /
|/| | | | | | | | |
|
| * | | | | | | | | renderer_opengl: Update pixel format tracking | ReinUsesLisp | 2019-02-26 | 1 | -0/+1 |
|/ / / / / / / / |
|
* | | | | | | | | Merge pull request #2156 from FreddyFunk/patch-1 | bunnei | 2019-02-26 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | file_sys/vfs_vector: Fix ignored offset on Write | Frederic L | 2019-02-25 | 1 | -1/+1 |
| | |_|/ / / / /
| |/| | | | | | |
|
* | | | | | | | | Merge pull request #2158 from lioncash/table | bunnei | 2019-02-26 | 1 | -0/+1 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | service/vi: Update IManagerDisplayService's function table | Lioncash | 2019-02-25 | 1 | -0/+1 |
| | |/ / / / / /
| |/| | | | | | |
|
* | | | | | | | | Merge pull request #2160 from lioncash/audio-warn | bunnei | 2019-02-26 | 2 | -6/+6 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | audio_core/cubeb_sink: Initialize CubebSinkStream's last_frame data member | Lioncash | 2019-02-25 | 1 | -1/+1 |
| * | | | | | | | | audio_core/cubeb_sink: Add override specifier to destructor | Lioncash | 2019-02-25 | 1 | -1/+1 |
| * | | | | | | | | audio_core/cubeb_sink: Resolve variable shadowing warnings in SamplesInQueue | Lioncash | 2019-02-25 | 1 | -2/+2 |
| * | | | | | | | | audio_core/codec: Resolve truncation warnings within DecodeADPCM | Lioncash | 2019-02-25 | 1 | -2/+2 |
| |/ / / / / / / |
|
* | | | | | | | | Merge pull request #2159 from lioncash/warn | bunnei | 2019-02-25 | 1 | -5/+5 |
|\ \ \ \ \ \ \ \
| |/ / / / / / /
|/| | | | | | | |
|
| * | | | | | | | shader/track: Resolve variable shadowing warnings | Lioncash | 2019-02-25 | 1 | -5/+5 |
|/ / / / / / / |
|
* | | | | | | | Merge pull request #2118 from FernandoS27/ipa-improve | bunnei | 2019-02-25 | 6 | -38/+74 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | shader_decompiler: Improve Accuracy of Attribute Interpolation. | Fernando Sahmkow | 2019-02-14 | 6 | -38/+74 |
* | | | | | | | | Merge pull request #2119 from FernandoS27/fix-copy | bunnei | 2019-02-25 | 1 | -1/+5 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | rasterizer_cache_gl: Only do fast layered copy on the same format. As | Fernando Sahmkow | 2019-02-13 | 1 | -1/+5 |
* | | | | | | | | | Merge pull request #2155 from FearlessTobi/port-4655 | bunnei | 2019-02-25 | 1 | -3/+3 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | Remove GCC version checks | tgsm | 2019-02-24 | 1 | -3/+3 |
| | |_|/ / / / / /
| |/| | | | | | | |
|
* | | | | | | | | | Merge pull request #2144 from lioncash/factor | bunnei | 2019-02-25 | 7 | -67/+209 |
|\ \ \ \ \ \ \ \ \
| |/ / / / / / / /
|/| | | | | | | | |
|
| * | | | | | | | | service/nvflinger: Store BufferQueue instances as regular data members | Lioncash | 2019-02-22 | 7 | -36/+39 |
| * | | | | | | | | service/vi/vi_layer: Convert Layer struct into a class | Lioncash | 2019-02-21 | 6 | -10/+43 |
| * | | | | | | | | service/nvflinger: Move display specifics over to vi_display | Lioncash | 2019-02-21 | 4 | -35/+141 |
* | | | | | | | | | Merge pull request #2139 from degasus/dma_pusher | bunnei | 2019-02-24 | 2 | -28/+34 |
|\ \ \ \ \ \ \ \ \
| |_|_|_|/ / / / /
|/| | | | | | | | |
|
| * | | | | | | | | video_core/dma_pusher: Simplyfy Step() logic. | Markus Wick | 2019-02-19 | 2 | -81/+77 |
| * | | | | | | | | video_core/dma_pusher: The full list of headers at once. | Markus Wick | 2019-02-19 | 2 | -48/+58 |
* | | | | | | | | | Merge pull request #2146 from ReinUsesLisp/vulkan-scheduler | bunnei | 2019-02-24 | 3 | -1/+132 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | vk_scheduler: Implement a scheduler | ReinUsesLisp | 2019-02-22 | 3 | -1/+132 |
* | | | | | | | | | | Merge pull request #2150 from ReinUsesLisp/fixup-layer-swizzle | bunnei | 2019-02-24 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | gl_rasterizer_cache: Fixup parameter order in layered swizzle | ReinUsesLisp | 2019-02-24 | 1 | -1/+1 |
| |/ / / / / / / / / |
|
* | | | | | | | | | | Merge pull request #2151 from ReinUsesLisp/fixup-vk-memory-manager | bunnei | 2019-02-24 | 1 | -2/+1 |
|\ \ \ \ \ \ \ \ \ \
| |/ / / / / / / / /
|/| | | | | | | | | |
|
| * | | | | | | | | | vk_memory_manager: Fixup commit interval allocation | ReinUsesLisp | 2019-02-24 | 1 | -2/+1 |
|/ / / / / / / / / |
|
* | | | | | | | | | Merge pull request #2138 from ReinUsesLisp/vulkan-memory-manager | bunnei | 2019-02-22 | 4 | -0/+342 |
|\ \ \ \ \ \ \ \ \
| |_|/ / / / / / /
|/| | | | | | | | |
|
| * | | | | | | | | vk_memory_manager: Implement memory manager | ReinUsesLisp | 2019-02-19 | 4 | -0/+342 |
| |/ / / / / / / |
|
* | | | | | | | | Merge pull request #2125 from ReinUsesLisp/fixup-glstate | bunnei | 2019-02-21 | 1 | -83/+61 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | gl_state: Synchronize gl_state even when state is disabled | ReinUsesLisp | 2019-02-15 | 1 | -83/+61 |
* | | | | | | | | | Merge pull request #2130 from lioncash/system_engine | bunnei | 2019-02-21 | 9 | -23/+49 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | video_core: Remove usages of System::GetInstance() within the engines | Lioncash | 2019-02-16 | 9 | -23/+49 |
| | |_|_|_|/ / / /
| |/| | | | | | | |
|
* | | | | | | | | | Fixes Unicode Key File Directories (#2120) | Jungy | 2019-02-21 | 1 | -1/+2 |
* | | | | | | | | | Merge pull request #2142 from lioncash/relocate | bunnei | 2019-02-21 | 7 | -57/+123 |
|\ \ \ \ \ \ \ \ \
| |_|_|/ / / / / /
|/| | | | | | | | |
|
| * | | | | | | | | service/nvflinger: Relocate definitions of Layer and Display to the vi service | Lioncash | 2019-02-20 | 7 | -57/+123 |
|/ / / / / / / / |
|
* | | | | | | | | Merge pull request #2122 from ReinUsesLisp/vulkan-resource-manager | bunnei | 2019-02-19 | 3 | -1/+468 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | vk_resource_manager: Implement a command buffer pool with VKFencedPool | ReinUsesLisp | 2019-02-14 | 2 | -1/+59 |
| * | | | | | | | | vk_resource_manager: Add VKFencedPool interface | ReinUsesLisp | 2019-02-14 | 2 | -0/+83 |
| * | | | | | | | | vk_resource_manager: Implement VKResourceManager and fence allocator | ReinUsesLisp | 2019-02-14 | 2 | -0/+85 |
| * | | | | | | | | vk_resource_manager: Implement VKFenceWatch | ReinUsesLisp | 2019-02-14 | 2 | -0/+68 |
| * | | | | | | | | vk_resource_manager: Implement VKFence | ReinUsesLisp | 2019-02-14 | 2 | -0/+131 |
| * | | | | | | | | vk_resource_manager: Add VKResource interface | ReinUsesLisp | 2019-02-14 | 3 | -1/+43 |
* | | | | | | | | | Merge pull request #2134 from lioncash/naming | bunnei | 2019-02-17 | 2 | -2/+2 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | audio_core/buffer: Make const and non-const getter for samples consistent | Lioncash | 2019-02-16 | 2 | -2/+2 |
| | |/ / / / / / /
| |/| | | | | | | |
|
* | | | | | | | | | Merge pull request #2133 from lioncash/arbiter | bunnei | 2019-02-16 | 2 | -8/+4 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | address_arbiter: Use nested namespaces where applicable | Lioncash | 2019-02-16 | 2 | -8/+4 |
| |/ / / / / / / / |
|
* | | | | | | | | | Merge pull request #2127 from FearlessTobi/fix-screenshot-srgb | bunnei | 2019-02-16 | 1 | -1/+2 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | renderer_opengl: respect the sRGB colorspace for the screenshot feature | fearlessTobi | 2019-02-15 | 1 | -1/+2 |
| | |_|/ / / / / /
| |/| | | | | | | |
|
* | | | | | | | | | Merge pull request #2128 from FearlessTobi/port-4197 | bunnei | 2019-02-16 | 3 | -12/+26 |
|\ \ \ \ \ \ \ \ \
| |_|/ / / / / / /
|/| | | | | | | | |
|
| * | | | | | | | | Adressed review comments | B3n30 | 2019-02-15 | 2 | -7/+9 |
| * | | | | | | | | threadsafe_queue: Add WaitIfEmpty and use it in logging | B3n30 | 2019-02-15 | 3 | -14/+26 |
| |/ / / / / / / |
|
* | | | | | | | | Merge pull request #2123 from lioncash/coretiming-global | James Rowe | 2019-02-16 | 53 | -412/+548 |
|\ \ \ \ \ \ \ \
| |/ / / / / / /
|/| | | | | | | |
|
| * | | | | | | | core_timing: Convert core timing into a class | Lioncash | 2019-02-16 | 53 | -412/+548 |
| |/ / / / / / |
|
* | | | | | | | Merge pull request #2112 from lioncash/shadowing | bunnei | 2019-02-15 | 1 | -7/+13 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | gl_rasterizer_cache: Remove unnecessary newline | Lioncash | 2019-02-12 | 1 | -2/+0 |
| * | | | | | | | gl_rasterizer_cache: Get rid of variable shadowing | Lioncash | 2019-02-12 | 1 | -6/+14 |
* | | | | | | | | Merge pull request #2111 from ReinUsesLisp/fetch-fix | bunnei | 2019-02-15 | 2 | -22/+35 |
|\ \ \ \ \ \ \ \
| |_|/ / / / / /
|/| | | | | | | |
|
| * | | | | | | | gl_shader_decompiler: Re-implement TLDS lod | ReinUsesLisp | 2019-02-12 | 2 | -22/+35 |
* | | | | | | | | Merge pull request #2113 from ReinUsesLisp/vulkan-base | bunnei | 2019-02-14 | 9 | -0/+409 |
|\ \ \ \ \ \ \ \
| |_|_|_|/ / / /
|/| | | | | | | |
|
| * | | | | | | | vk_device: Abstract device handling into a class | ReinUsesLisp | 2019-02-13 | 3 | -1/+351 |
| * | | | | | | | renderer_vulkan: Add declarations file | ReinUsesLisp | 2019-02-12 | 2 | -0/+52 |
| * | | | | | | | logging: Add Vulkan backend logging class type | ReinUsesLisp | 2019-02-12 | 2 | -0/+2 |
| * | | | | | | | cmake: Add Vulkan option | ReinUsesLisp | 2019-02-12 | 1 | -0/+2 |
| * | | | | | | | gitmodules: Add Vulkan headers dependency | ReinUsesLisp | 2019-02-12 | 2 | -0/+3 |
| |/ / / / / / |
|
* | | | | | | | Merge pull request #2115 from lioncash/local | bunnei | 2019-02-14 | 1 | -3/+3 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | core_timing: Make EmptyTimedCallback a local variable | Lioncash | 2019-02-13 | 1 | -3/+3 |
* | | | | | | | | Merge pull request #2116 from lioncash/size | bunnei | 2019-02-14 | 2 | -21/+18 |
|\ \ \ \ \ \ \ \
| |_|_|_|/ / / /
|/| | | | | | | |
|
| * | | | | | | | threadsafe_queue: Use std::size_t for representing size | Lioncash | 2019-02-13 | 1 | -7/+6 |
| * | | | | | | | threadsafe_queue: Remove NeedSize template parameter | Lioncash | 2019-02-13 | 2 | -15/+13 |
| |/ / / / / / |
|
* | | | | | | | Merge pull request #2099 from greggameplayer/BGRA8-Framebuffer-Real | bunnei | 2019-02-13 | 3 | -0/+4 |
|\ \ \ \ \ \ \
| |/ / / / / /
|/| | | | | | |
|
| * | | | | | | Implement BGRA8 framebuffer format | greggameplayer | 2019-02-09 | 3 | -0/+4 |
| | |/ / / /
| |/| | | | |
|
* | | | | | | Merge pull request #2114 from lioncash/global | bunnei | 2019-02-13 | 1 | -3/+3 |
|\ \ \ \ \ \ |
|
| * | | | | | | renderer_opengl: Remove reference to global system instance | Lioncash | 2019-02-13 | 1 | -3/+3 |
|/ / / / / / |
|
* | | | | | | Merge pull request #2110 from lioncash/namespace | bunnei | 2019-02-13 | 35 | -174/+172 |
|\ \ \ \ \ \ |
|
| * | | | | | | core_timing: Rename CoreTiming namespace to Core::Timing | Lioncash | 2019-02-12 | 35 | -174/+172 |
| |/ / / / / |
|
* | | | | | | Merge pull request #2104 from ReinUsesLisp/compute-assert | bunnei | 2019-02-13 | 6 | -52/+59 |
|\ \ \ \ \ \
| |_|/ / / /
|/| | | | | |
|
| * | | | | | kepler_compute: Fixup assert and rename engines | ReinUsesLisp | 2019-02-10 | 6 | -52/+59 |
| | |_|/ /
| |/| | | |
|
* | | | | | Merge pull request #2108 from FernandoS27/fix-cc | bunnei | 2019-02-12 | 1 | -2/+2 |
|\ \ \ \ \ |
|
| * | | | | | Fix incorrect value for CC bit in IADD | Fernando Sahmkow | 2019-02-11 | 1 | -2/+2 |
| | |/ / /
| |/| | | |
|
* | | | | | Merge pull request #2109 from FernandoS27/fix-f2i | bunnei | 2019-02-12 | 2 | -4/+4 |
|\ \ \ \ \ |
|
| * | | | | | Corrected F2I None mode to RoundEven. | Fernando Sahmkow | 2019-02-11 | 2 | -4/+4 |
| |/ / / / |
|
* | | | | | Merge pull request #2068 from ReinUsesLisp/shader-cleanup-textures | bunnei | 2019-02-12 | 3 | -153/+123 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | shader_ir: Remove F4 prefix to texture operations | ReinUsesLisp | 2019-02-07 | 3 | -26/+25 |
| * | | | | shader_ir: Clean texture management code | ReinUsesLisp | 2019-02-07 | 3 | -133/+104 |
| |/ / / |
|
* | | | | Merge pull request #1904 from bunnei/better-fermi-copy | bunnei | 2019-02-09 | 7 | -72/+206 |
|\ \ \ \ |
|
| * | | | | gl_rasterizer_cache: Mark surface copy destinations as modified. | bunnei | 2019-02-07 | 2 | -4/+18 |
| * | | | | gl_rasterizer: Implement a more accurate fermi 2D copy. | bunnei | 2019-02-07 | 7 | -68/+188 |
* | | | | | Merge pull request #2096 from FearlessTobi/patch-3 | bunnei | 2019-02-09 | 1 | -3/+3 |
|\ \ \ \ \ |
|
| * | | | | | nvdisp_disp0: change drawing message log level from Warning to Trace | Tobias | 2019-02-08 | 1 | -3/+3 |
| | |/ / /
| |/| | | |
|
* | | | | | Implement linear textures (#2089) | Fernando Sahmkow | 2019-02-09 | 2 | -5/+39 |
* | | | | | Merge pull request #2097 from ReinUsesLisp/fixup-texview | bunnei | 2019-02-08 | 1 | -2/+2 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | gl_rasterizer_cache: Fixup texture view parameters | ReinUsesLisp | 2019-02-08 | 1 | -2/+2 |
|/ / / / |
|
* | | | | Merge pull request #2083 from ReinUsesLisp/shader-ir-cbuf-tracking | bunnei | 2019-02-07 | 30 | -127/+141 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | shader/track: Search inside of conditional nodes | ReinUsesLisp | 2019-02-03 | 1 | -0/+11 |
| * | | | shader_ir: Rename BasicBlock to NodeBlock | ReinUsesLisp | 2019-02-03 | 30 | -122/+120 |
| * | | | shader_ir: Pass decoded nodes as a whole instead of per basic blocks | ReinUsesLisp | 2019-02-03 | 27 | -57/+62 |
* | | | | Merge pull request #2091 from FearlessTobi/port-4603 | bunnei | 2019-02-07 | 1 | -4/+10 |
|\ \ \ \ |
|
| * | | | | gdbstub: only let Execute breakpoints write/restore BKPT opcodes into target memory | Dimitri ALBORA | 2019-02-06 | 1 | -4/+10 |
* | | | | | Merge pull request #2021 from ReinUsesLisp/disk-cache | bunnei | 2019-02-07 | 40 | -260/+1623 |
|\ \ \ \ \ |
|
| * | | | | | cmake: Fix title bar issue | ReinUsesLisp | 2019-02-07 | 2 | -9/+15 |
| * | | | | | gl_shader_disk_cache: Check LZ4 size limit | Frederic L | 2019-02-07 | 1 | -0/+4 |
| * | | | | | gl_shader_disk_cache: Consider compressed size zero as an error | Frederic L | 2019-02-07 | 1 | -2/+2 |
| * | | | | | cmake: Use CMAKE_COMMAND instead of "cmake" | Frederic L | 2019-02-07 | 1 | -1/+1 |
| * | | | | | gl_shader_disk_cache: Use unordered containers | ReinUsesLisp | 2019-02-07 | 4 | -56/+64 |
| * | | | | | gl_shader_cache: Fixup GLSL unique identifiers | ReinUsesLisp | 2019-02-07 | 2 | -3/+3 |
| * | | | | | cmake: Fixup application string | Michael | 2019-02-07 | 1 | -2/+2 |
| * | | | | | loading_screen: Unchunk progress bar | ReinUsesLisp | 2019-02-07 | 1 | -1/+3 |
| * | | | | | gl_shader_cache: Link loading screen with disk shader cache load | ReinUsesLisp | 2019-02-07 | 10 | -12/+62 |
| * | | | | | gl_shader_cache: Set GL_PROGRAM_SEPARABLE to dumped shaders | ReinUsesLisp | 2019-02-07 | 1 | -0/+1 |
| * | | | | | gl_shader_disk_cache: Pass core system as argument and guard against games without title ids | ReinUsesLisp | 2019-02-07 | 11 | -18/+58 |
| * | | | | | gl_shader_disk_cache: Guard reads and writes against failure | ReinUsesLisp | 2019-02-07 | 2 | -216/+339 |
| * | | | | | gl_shader_disk_cache: Address miscellaneous feedback | ReinUsesLisp | 2019-02-07 | 5 | -43/+57 |
| * | | | | | gl_shader_disk_cache: Pass return values returning instead of by parameters | ReinUsesLisp | 2019-02-07 | 3 | -39/+37 |
| * | | | | | gl_shader_disk_cache: Compress program binaries using LZ4 | ReinUsesLisp | 2019-02-07 | 1 | -7/+28 |
| * | | | | | gl_shader_disk_cache: Compress GLSL code using LZ4 | ReinUsesLisp | 2019-02-07 | 2 | -6/+57 |
| * | | | | | 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 |
| |/ / / / |
|