| Commit message (Expand) | Author | Age | Files | Lines |
* | shader/arithmetic_integer: Change IAdd to UAdd to avoid signed overflow | ReinUsesLisp | 2020-04-26 | 1 | -2/+2 |
* | shader/arithmetic_integer: Implement IADD.X | ReinUsesLisp | 2020-04-26 | 2 | -0/+10 |
* | shader/arithmetic_integer: Implement CC for IADD | ReinUsesLisp | 2020-04-26 | 4 | -3/+42 |
* | decode/register_set_predicate: Implement CC | ReinUsesLisp | 2020-04-26 | 1 | -9/+14 |
* | decode/register_set_predicate: Use move for shared pointers | ReinUsesLisp | 2020-04-26 | 1 | -16/+17 |
* | Merge pull request #3721 from ReinUsesLisp/sort-devices | bunnei | 2020-04-25 | 1 | -1/+20 |
|\ |
|
| * | vulkan/wrapper: Sort physical devices | ReinUsesLisp | 2020-04-19 | 1 | -1/+20 |
* | | Merge pull request #3734 from ReinUsesLisp/half-float-mods | bunnei | 2020-04-25 | 2 | -16/+37 |
|\ \ |
|
| * | | decode/arithmetic_half: Fix HADD2 and HMUL2 absolute and negation bits | ReinUsesLisp | 2020-04-23 | 2 | -16/+37 |
| |/ |
|
* | | Merge pull request #3780 from lioncash/process | bunnei | 2020-04-25 | 1 | -2/+138 |
|\ \ |
|
| * | | svc: Re-add MapProcessCodeMemory/UnmapProcessCodeMemory | Lioncash | 2020-04-24 | 1 | -2/+138 |
* | | | Merge pull request #3749 from ReinUsesLisp/lea-imm | bunnei | 2020-04-24 | 1 | -2/+2 |
|\ \ \ |
|
| * | | | shader/arithmetic_integer: Fix LEA_IMM encoding | ReinUsesLisp | 2020-04-21 | 1 | -2/+2 |
* | | | | Fix -Wdeprecated-copy warning. | Markus Wick | 2020-04-24 | 1 | -0/+1 |
* | | | | Fix -Werror=conversion error. | Markus Wick | 2020-04-24 | 2 | -2/+2 |
* | | | | Merge pull request #3760 from Morph1984/trailing-filedir-separator | bunnei | 2020-04-24 | 1 | -1/+1 |
|\ \ \ \ |
|
| * | | | | Add a trailing separator to the string path | Morph | 2020-04-22 | 1 | -1/+1 |
* | | | | | Merge pull request #3777 from lioncash/warn | Rodrigo Locatti | 2020-04-24 | 1 | -2/+2 |
|\ \ \ \ \ |
|
| * | | | | | page_table: Remove unused captures | Lioncash | 2020-04-23 | 1 | -2/+2 |
| | |_|/ /
| |/| | | |
|
* | | | | | Merge pull request #3778 from lioncash/unused-var | Rodrigo Locatti | 2020-04-24 | 1 | -3/+0 |
|\ \ \ \ \ |
|
| * | | | | | svc: Remove unused variable | Lioncash | 2020-04-23 | 1 | -3/+0 |
| |/ / / / |
|
* / / / / | shared_memory: Amend doxygen reference | Lioncash | 2020-04-24 | 2 | -5/+5 |
|/ / / / |
|
* | | | | Merge pull request #3768 from H27CK/cmd-title-fmt | Rodrigo Locatti | 2020-04-23 | 1 | -3/+4 |
|\ \ \ \ |
|
| * | | | | Fix format error in performance statistics | H27CK | 2020-04-23 | 1 | -3/+4 |
* | | | | | kernel: memory: Improve implementation of device shared memory. (#3707) | bunnei | 2020-04-23 | 6 | -16/+110 |
* | | | | | Merge pull request #3730 from lioncash/time | bunnei | 2020-04-23 | 1 | -24/+26 |
|\ \ \ \ \ |
|
| * | | | | | service/time: Remove reliance on the global system accessor | Lioncash | 2020-04-19 | 1 | -24/+26 |
* | | | | | | Merge pull request #3697 from lioncash/declarations | bunnei | 2020-04-23 | 10 | -24/+27 |
|\ \ \ \ \ \ |
|
| * | | | | | | CMakeLists: Make missing declarations a compile-time error | Lioncash | 2020-04-17 | 1 | -0/+1 |
| * | | | | | | General: Resolve warnings related to missing declarations | Lioncash | 2020-04-17 | 9 | -24/+25 |
| * | | | | | | CMakeLists: Enable -Wmissing-declarations on Linux builds | Lioncash | 2020-04-17 | 1 | -0/+1 |
* | | | | | | | Merge pull request #3677 from FernandoS27/better-sync | bunnei | 2020-04-23 | 41 | -63/+1193 |
|\ \ \ \ \ \ \
| |_|_|/ / / /
|/| | | | | | |
|
| * | | | | | | GL_Fence_Manager: use GL_TIMEOUT_IGNORED instead of a loop, | Fernando Sahmkow | 2020-04-23 | 1 | -2/+1 |
| * | | | | | | Address Feedback. | Fernando Sahmkow | 2020-04-22 | 3 | -24/+18 |
| * | | | | | | Async GPU: Correct flushing behavior to be similar to old async GPU behavior. | Fernando Sahmkow | 2020-04-22 | 3 | -0/+11 |
| * | | | | | | MaxwellDMA: Correct copying on accuracy level. | Fernando Sahmkow | 2020-04-22 | 1 | -2/+7 |
| * | | | | | | ShaderCache/PipelineCache: Cache null shaders. | Fernando Sahmkow | 2020-04-22 | 4 | -8/+31 |
| * | | | | | | Address Feedback. | Fernando Sahmkow | 2020-04-22 | 13 | -132/+117 |
| * | | | | | | Fix GCC error. | Fernando Sahmkow | 2020-04-22 | 2 | -6/+5 |
| * | | | | | | Correct Linux Compile Error. | Fernando Sahmkow | 2020-04-22 | 2 | -7/+10 |
| * | | | | | | Clang format. | Fernando Sahmkow | 2020-04-22 | 1 | -1/+2 |
| * | | | | | | QueryCache: Only do async flushes on async gpu. | Fernando Sahmkow | 2020-04-22 | 1 | -1/+4 |
| * | | | | | | Async GPU: Only do reactive flushing on Extreme Level. | Fernando Sahmkow | 2020-04-22 | 1 | -1/+1 |
| * | | | | | | vk_fence_manager: Initial implementation | ReinUsesLisp | 2020-04-22 | 8 | -12/+222 |
| * | | | | | | QueryCache: Implement Async Flushes. | Fernando Sahmkow | 2020-04-22 | 5 | -12/+77 |
| * | | | | | | OpenGL: Guarantee writes to Buffers. | Fernando Sahmkow | 2020-04-22 | 3 | -4/+2 |
| * | | | | | | GPU: Implement Flush Requests for Async mode. | Fernando Sahmkow | 2020-04-22 | 6 | -8/+70 |
| * | | | | | | FenceManager: Manage syncpoints and rename fences to semaphores. | Fernando Sahmkow | 2020-04-22 | 11 | -25/+123 |
| * | | | | | | BufferCache: Refactor async managing. | Fernando Sahmkow | 2020-04-22 | 2 | -10/+27 |
| * | | | | | | FenceManager: Implement async buffer cache flushes on High settings | Fernando Sahmkow | 2020-04-22 | 6 | -10/+69 |
| * | | | | | | Rasterizer: Document SignalFence & ReleaseFences and setup skeletons on Vulkan. | Fernando Sahmkow | 2020-04-22 | 5 | -4/+35 |
| * | | | | | | GPU: Fix rebase errors. | Fernando Sahmkow | 2020-04-22 | 2 | -4/+4 |
| * | | | | | | Rasterizer: Disable fence managing in synchronous gpu. | Fernando Sahmkow | 2020-04-22 | 2 | -1/+11 |
| * | | | | | | ThreadManager: Sync async reads on accurate gpu. | Fernando Sahmkow | 2020-04-22 | 9 | -8/+48 |
| * | | | | | | FenceManager: Implement should wait. | Fernando Sahmkow | 2020-04-22 | 2 | -2/+17 |
| * | | | | | | GPU: Implement a Fence Manager. | Fernando Sahmkow | 2020-04-22 | 6 | -23/+208 |
| * | | | | | | OpenGL: Implement Fencing backend. | Fernando Sahmkow | 2020-04-22 | 12 | -19/+94 |
| * | | | | | | TextureCache: Flush linear textures after finishing rendering. | Fernando Sahmkow | 2020-04-22 | 1 | -2/+8 |
| * | | | | | | GPU: Delay Fences. | Fernando Sahmkow | 2020-04-22 | 6 | -2/+20 |
| * | | | | | | BufferCache: Implement OnCPUWrite and SyncGuestHost | Fernando Sahmkow | 2020-04-22 | 6 | -7/+67 |
| * | | | | | | GPU: Refactor synchronization on Async GPU | Fernando Sahmkow | 2020-04-22 | 11 | -7/+56 |
| * | | | | | | Texture Cache: Implement OnCPUWrite and SyncGuestHost | Fernando Sahmkow | 2020-04-22 | 2 | -3/+63 |
| * | | | | | | UI: Replasce accurate GPU option for GPU Accuracy Level | Fernando Sahmkow | 2020-04-22 | 12 | -28/+77 |
* | | | | | | | Merge pull request #3767 from ReinUsesLisp/point-size-pipeline | Mat M | 2020-04-23 | 1 | -2/+4 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | vk_pipeline_cache: Fix unintentional memcpy into optional | ReinUsesLisp | 2020-04-23 | 1 | -2/+4 |
* | | | | | | | | Merge pull request #3725 from MerryMage/fpcr | bunnei | 2020-04-23 | 1 | -2/+1 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | thread: FPCR.FZ is likely not 1 | MerryMage | 2020-04-19 | 1 | -2/+1 |
* | | | | | | | | | Merge pull request #3763 from H27CK/vk-cmd | Fernando Sahmkow | 2020-04-22 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \
| |_|/ / / / / / /
|/| | | | | | | | |
|
| * | | | | | | | | Add missing ; | H27CK | 2020-04-22 | 1 | -1/+1 |
* | | | | | | | | | Merge pull request #3758 from H27CK/vk-cmd | bunnei | 2020-04-22 | 2 | -1/+4 |
|\| | | | | | | | |
|
| * | | | | | | | | Init SDL info structure and add dummy context | H27CK | 2020-04-22 | 2 | -1/+4 |
| | |_|_|_|/ / /
| |/| | | | | | |
|
* | | | | | | | | Merge pull request #3653 from ReinUsesLisp/nsight-aftermath | Fernando Sahmkow | 2020-04-22 | 12 | -77/+389 |
|\ \ \ \ \ \ \ \
| |/ / / / / / /
|/| | | | | | | |
|
| * | | | | | | | renderer_vulkan: Integrate Nvidia Nsight Aftermath on Windows | ReinUsesLisp | 2020-04-14 | 9 | -22/+360 |
| * | | | | | | | renderer_vulkan: Remove Nvidia checkpoints | ReinUsesLisp | 2020-04-13 | 4 | -34/+0 |
| * | | | | | | | renderer_vulkan: Catch device losses in more places | ReinUsesLisp | 2020-04-13 | 3 | -21/+29 |
* | | | | | | | | Merge pull request #3699 from FearlessTobi/port-5185 | bunnei | 2020-04-22 | 1 | -4/+3 |
|\ \ \ \ \ \ \ \
| |_|_|/ / / / /
|/| | | | | | | |
|
| * | | | | | | | gdbstub: Fix some gdbstub jankiness | MerryMage | 2020-04-17 | 1 | -4/+3 |
* | | | | | | | | Merge pull request #3714 from lioncash/copies | bunnei | 2020-04-22 | 1 | -3/+3 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | gl_shader_decompiler: Avoid copies where applicable | Lioncash | 2020-04-18 | 1 | -3/+3 |
* | | | | | | | | | Merge pull request #3745 from bunnei/fix-homebrew-load | bunnei | 2020-04-22 | 5 | -12/+35 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | loader: nro: Fix process initialization using ProgramMetadata default. | bunnei | 2020-04-21 | 2 | -11/+14 |
| * | | | | | | | | | loader: elf: Fix process initialization using ProgramMetadata default. | bunnei | 2020-04-21 | 1 | -0/+5 |
| * | | | | | | | | | file_sys: program_metadata: Add a helper function for generating reasonable default metadata. | bunnei | 2020-04-21 | 2 | -1/+16 |
| | |_|_|_|_|_|/ /
| |/| | | | | | | |
|
* | | | | | | | | | Merge pull request #3718 from ReinUsesLisp/better-pipeline-state | Rodrigo Locatti | 2020-04-21 | 6 | -479/+531 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | fixed_pipeline_state: Hash and compare the whole structure | ReinUsesLisp | 2020-04-19 | 2 | -105/+9 |
| * | | | | | | | | | fixed_pipeline_state: Pack blending state | ReinUsesLisp | 2020-04-19 | 3 | -98/+227 |
| * | | | | | | | | | fixed_pipeline_state: Pack rasterizer state | ReinUsesLisp | 2020-04-19 | 4 | -163/+155 |
| * | | | | | | | | | fixed_pipeline_state: Pack depth stencil state | ReinUsesLisp | 2020-04-19 | 3 | -97/+140 |
| * | | | | | | | | | fixed_pipeline_state: Pack attribute state | ReinUsesLisp | 2020-04-19 | 6 | -101/+85 |
* | | | | | | | | | | Merge pull request #3698 from lioncash/warning | bunnei | 2020-04-21 | 4 | -15/+17 |
|\ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | key_manager: Resolve missing field initializer warning | Lioncash | 2020-04-17 | 1 | -1/+2 |
| * | | | | | | | | | | decode/memory: Resolve unused variable warning | Lioncash | 2020-04-17 | 1 | -1/+1 |
| * | | | | | | | | | | decode/texture: Resolve unused variable warnings. | Lioncash | 2020-04-17 | 1 | -5/+7 |
| * | | | | | | | | | | decode/texture: Collapse loop down into std::generate | Lioncash | 2020-04-17 | 1 | -3/+1 |
| * | | | | | | | | | | decode/texture: Eliminate trivial missing field initializer warnings | Lioncash | 2020-04-17 | 1 | -3/+4 |
| * | | | | | | | | | | time_zone_manager: Resolve sign conversion warnings | Lioncash | 2020-04-17 | 1 | -2/+2 |
| | |_|_|_|_|_|/ / /
| |/| | | | | | | | |
|
* | | | | | | | | | | Merge pull request #3724 from bunnei/fix-unicorn | bunnei | 2020-04-21 | 1 | -0/+11 |
|\ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | core: arm_unicorn: Fix interpret fallback by temporarily mapping instruction page. | bunnei | 2020-04-19 | 1 | -0/+11 |
| | |_|_|_|_|_|_|_|/
| |/| | | | | | | | |
|
* | | | | | | | | | | audio_renderer: Preliminary BehaviorInfo (#3736) | David | 2020-04-21 | 7 | -13/+249 |
* | | | | | | | | | | Merge pull request #3695 from ReinUsesLisp/default-attributes | bunnei | 2020-04-21 | 1 | -0/+4 |
|\ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | maxwell_3d: Initialize format attributes constant as one | ReinUsesLisp | 2020-04-17 | 1 | -0/+4 |
* | | | | | | | | | | | Merge pull request #3733 from ambasta/patch-2 | Mat M | 2020-04-21 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ \
| |_|_|_|_|/ / / / / /
|/| | | | | | | | | | |
|
| * | | | | | | | | | | Initialize quad_indexed_pass before uint8_pass | Amit Prakash Ambasta | 2020-04-20 | 1 | -1/+1 |
* | | | | | | | | | | | Merge pull request #3739 from MerryMage/disable_cpu_opt | Mat M | 2020-04-20 | 7 | -2/+26 |
|\ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | dynarmic: Add option to disable CPU JIT optimizations | MerryMage | 2020-04-20 | 7 | -2/+26 |
| | |_|_|_|_|_|_|_|_|/
| |/| | | | | | | | | |
|
* | | | | | | | | | | | npad: Lower log level for VibrateController to Debug | FearlessTobi | 2020-04-20 | 1 | -1/+1 |
* | | | | | | | | | | | audren: Lower log level for RequestUpdateImpl to Debug | FearlessTobi | 2020-04-20 | 1 | -1/+1 |
* | | | | | | | | | | | Merge pull request #3700 from ReinUsesLisp/stream-buffer-sizes | Fernando Sahmkow | 2020-04-20 | 2 | -33/+48 |
|\ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | vk_stream_buffer: Fix out of memory on boot on recent Nvidia drivers | ReinUsesLisp | 2020-04-17 | 2 | -33/+48 |
| | |_|_|_|_|/ / / / /
| |/| | | | | | | | | |
|
* | | | | | | | | | | | Merge pull request #3712 from lioncash/remove | bunnei | 2020-04-20 | 2 | -3/+0 |
|\ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | service: Remove unused RequestParser instances | Lioncash | 2020-04-18 | 2 | -3/+0 |
* | | | | | | | | | | | | Merge pull request #3709 from lioncash/am | bunnei | 2020-04-20 | 1 | -2/+2 |
|\ \ \ \ \ \ \ \ \ \ \ \
| |_|_|_|/ / / / / / / /
|/| | | | | | | | | | | |
|
| * | | | | | | | | | | | am: Resolve ineffective moves | Lioncash | 2020-04-18 | 1 | -2/+2 |
| |/ / / / / / / / / / |
|
* | | | | | | | | | | | Merge pull request #3729 from lioncash/globals | Rodrigo Locatti | 2020-04-20 | 3 | -6/+11 |
|\ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | dma_pusher: Remove reliance on the global system instance | Lioncash | 2020-04-19 | 3 | -6/+11 |
| | |_|/ / / / / / / /
| |/| | | | | | | | | |
|
* | | | | | | | | | | | Merge pull request #3694 from ReinUsesLisp/indexed-quads | bunnei | 2020-04-19 | 5 | -12/+280 |
|\ \ \ \ \ \ \ \ \ \ \
| |/ / / / / / / / / /
|/| | | | | | | | | | |
|
| * | | | | | | | | | | vk_compute_pass: Implement indexed quads | ReinUsesLisp | 2020-04-17 | 5 | -12/+280 |
| | |_|/ / / / / / /
| |/| | | | | | | | |
|
* | | | | | | | | | | Merge pull request #3686 from lioncash/table | bunnei | 2020-04-19 | 1 | -3/+3 |
|\ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | texture_cache/format_lookup_table: Fix incorrect green, blue, and alpha indices | Lioncash | 2020-04-16 | 1 | -3/+3 |
* | | | | | | | | | | | Merge pull request #3696 from lioncash/cast-size | bunnei | 2020-04-19 | 2 | -21/+23 |
|\ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | hle_ipc: Remove std::size_t casts where applicable | Lioncash | 2020-04-17 | 2 | -21/+23 |
| | |_|_|_|_|/ / / / /
| |/| | | | | | | | | |
|
* | | | | | | | | | | | Merge pull request #3655 from FearlessTobi/ui-retext-yuzu | bunnei | 2020-04-19 | 3 | -64/+18 |
|\ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | yuzu/main: Add better popup texts and remove duplicated actions | FearlessTobi | 2020-04-14 | 3 | -64/+18 |
| | |_|_|_|_|_|_|_|/ /
| |/| | | | | | | | | |
|
* | | | | | | | | | | | Merge pull request #3679 from lioncash/track | bunnei | 2020-04-19 | 1 | -5/+6 |
|\ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | track: Eliminate redundant copies | Lioncash | 2020-04-16 | 1 | -5/+6 |
| | |_|/ / / / / / / /
| |/| | | | | | | | | |
|
* | | | | | | | | | | | renderer_vulkan: assume X11 if not Windows/macOS after bf1d66b7c074 | Jan Beich | 2020-04-19 | 1 | -3/+3 |
| |_|_|_|_|_|/ / / /
|/| | | | | | | | | |
|
* | | | | | | | | | | Merge pull request #3716 from bunnei/fix-another-impl-fallthrough | Mat M | 2020-04-18 | 1 | -0/+1 |
|\ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | video_core: gl_shader_decompiler: Fix implicit fallthrough errors. | bunnei | 2020-04-18 | 1 | -0/+1 |
| | |_|_|_|/ / / / /
| |/| | | | | | | | |
|
* | | | | | | | | | | Merge pull request #3710 from lioncash/nso | bunnei | 2020-04-18 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | loader/nso: Resolve moves not occurring in DecompressSegment | Lioncash | 2020-04-18 | 1 | -1/+1 |
| |/ / / / / / / / / |
|
* | | | | | | | | | | Merge pull request #3715 from bunnei/fix-impl-fallthrough | Mat M | 2020-04-18 | 1 | -0/+2 |
|\ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | service: hid: npad: Fix implicit fallthrough errors. | bunnei | 2020-04-18 | 1 | -0/+2 |
| |/ / / / / / / / / |
|
* | | | | | | | | | | Merge pull request #3713 from lioncash/time | bunnei | 2020-04-18 | 5 | -4/+5 |
|\ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | time/system_clock_core: Remove unnecessary initializer | Lioncash | 2020-04-18 | 1 | -1/+1 |
| * | | | | | | | | | | service/time: Mark IsStandardNetworkSystemClockAccuracySufficient as const | Lioncash | 2020-04-18 | 1 | -1/+1 |
| * | | | | | | | | | | service/time: Add virtual destructors where applicable | Lioncash | 2020-04-18 | 3 | -2/+3 |
| | |_|_|_|_|_|/ / /
| |/| | | | | | | | |
|
* | | | | | | | | | | Merge pull request #3711 from lioncash/cast | bunnei | 2020-04-18 | 1 | -2/+2 |
|\ \ \ \ \ \ \ \ \ \
| |/ / / / / / / / /
|/| | | | | | | | | |
|
| * | | | | | | | | | memory/slab_heap: Make use of static_cast over reinterpret_cast | Lioncash | 2020-04-18 | 1 | -2/+2 |
| |/ / / / / / / / |
|
* | | | | | | | | | Merge pull request #3630 from benru/open-windows-network-files | bunnei | 2020-04-18 | 1 | -1/+8 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | common/file_util: Allow access to files on network shares | Ben Russell | 2020-04-09 | 1 | -1/+8 |
* | | | | | | | | | | video_code: Fix implicit switch fallthrough. | Markus Wick | 2020-04-17 | 1 | -0/+2 |
| |_|_|_|_|_|/ / /
|/| | | | | | | | |
|
* | | | | | | | | | Merge pull request #3703 from yuzu-emu/revert-3656-glsl-full-decompile | Fernando Sahmkow | 2020-04-17 | 1 | -3/+1 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | Revert "gl_shader_cache: Use CompileDepth::FullDecompile on GLSL" | Rodrigo Locatti | 2020-04-17 | 1 | -3/+1 |
| | |/ / / / / / /
| |/| | | | | | | |
|
* | | | | | | | | | Merge pull request #3672 from lioncash/null | Fernando Sahmkow | 2020-04-17 | 2 | -9/+33 |
|\ \ \ \ \ \ \ \ \
| |/ / / / / / / /
|/| | | | | | | | |
|
| * | | | | | | | | file_util: Early-exit in WriteArray and ReadArray if specified lengths are zero | Lioncash | 2020-04-15 | 2 | -9/+33 |
* | | | | | | | | | Merge pull request #3666 from bunnei/new-vmm | bunnei | 2020-04-17 | 95 | -3521/+4815 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | core: hle: Address various feedback & code cleanup. | bunnei | 2020-04-17 | 11 | -251/+153 |
| * | | | | | | | | | core: device_memory: Remove incorrect usage of constexpr. | bunnei | 2020-04-17 | 1 | -2/+6 |
| * | | | | | | | | | memory: Add copyright notice for Atmosphere where applicable. | bunnei | 2020-04-17 | 6 | -0/+18 |
| * | | | | | | | | | kernel: Remove old VMManager class. | bunnei | 2020-04-17 | 3 | -1973/+0 |
| * | | | | | | | | | loader: nso: Fix loader size and arguments. | bunnei | 2020-04-17 | 3 | -25/+47 |
| * | | | | | | | | | loader: elf/kip/nro: Updates for new VMM. | bunnei | 2020-04-17 | 3 | -5/+7 |
| * | | | | | | | | | service: ldr: Updates for new VMM. | bunnei | 2020-04-17 | 1 | -150/+215 |
| * | | | | | | | | | kernel: memory: page_table: Simplify GetPhysicalAddr impl. | bunnei | 2020-04-17 | 4 | -19/+6 |
| * | | | | | | | | | kernel: svc: Updates for new VMM. | bunnei | 2020-04-17 | 1 | -488/+116 |
| * | | | | | | | | | core: memory: Fix memory access on page boundaries. | bunnei | 2020-04-17 | 1 | -6/+39 |
| * | | | | | | | | | video_core: memory_manager: Updates for Common::PageTable changes. | bunnei | 2020-04-17 | 2 | -67/+34 |
| * | | | | | | | | | core: memory: Updates for new VMM. | bunnei | 2020-04-17 | 2 | -114/+53 |
| * | | | | | | | | | common: page_table: Update to use VirtualBuffer and simplify. | bunnei | 2020-04-17 | 2 | -53/+18 |
| * | | | | | | | | | core: gdbstub: Updates for new VMM. | bunnei | 2020-04-17 | 1 | -2/+2 |
| * | | | | | | | | | core: reporter: Updates for new VMM. | bunnei | 2020-04-17 | 1 | -3/+5 |
| * | | | | | | | | | memory: cheat_engine: Updates for new VMM. | bunnei | 2020-04-17 | 1 | -5/+8 |
| * | | | | | | | | | arm_test_common: Updates for new VMM. | bunnei | 2020-04-17 | 1 | -6/+2 |
| * | | | | | | | | | kernel: process: Updates for new VMM. | bunnei | 2020-04-17 | 2 | -79/+151 |
| * | | | | | | | | | service: pl_u: Update for new shared memory layout. | bunnei | 2020-04-17 | 1 | -7/+5 |
| * | | | | | | | | | service: time: Update for new shared memory layout. | bunnei | 2020-04-17 | 1 | -3/+2 |
| * | | | | | | | | | service: hid: Update for new shared memory layout. | bunnei | 2020-04-17 | 1 | -3/+2 |
| * | | | | | | | | | service: irs: Update for new shared memory layout. | bunnei | 2020-04-17 | 1 | -3/+3 |
| * | | | | | | | | | kernel: resource_limit: Reserve physical memory. | bunnei | 2020-04-17 | 1 | -1/+6 |
| * | | | | | | | | | kernel: Initialize memory layout for new VMM. | bunnei | 2020-04-17 | 2 | -0/+159 |
| * | | | | | | | | | core: system: Rename GetDeviceManager -> DeviceManager. | bunnei | 2020-04-17 | 3 | -7/+7 |
| * | | | | | | | | | kernel: transfer_memory: Refactor for new VMM. | bunnei | 2020-04-17 | 2 | -130/+16 |
| * | | | | | | | | | core: Construct/Destruct DeviceMemory on Init/Shutdown. | bunnei | 2020-04-17 | 1 | -4/+7 |
| * | | | | | | | | | kernel: shared_memory: Refactor for new VMM. | bunnei | 2020-04-17 | 2 | -220/+58 |
| * | | | | | | | | | core: device_memory: Update to use VirtualBuffer class. | bunnei | 2020-04-17 | 2 | -39/+12 |
| * | | | | | | | | | common: Add VirtualBuffer class, to abstract memory virtualization. | bunnei | 2020-04-17 | 3 | -0/+112 |
| * | | | | | | | | | kernel: errors: Add ERR_OUT_OF_RESOURCES. | bunnei | 2020-04-17 | 1 | -0/+1 |
| * | | | | | | | | | kernel: process_capability: Update to use Memory::PageTable. | bunnei | 2020-04-17 | 2 | -23/+25 |
| * | | | | | | | | | kernel: memory: Add PageTable class, to manage process address space. | bunnei | 2020-04-17 | 3 | -0/+1510 |
| * | | | | | | | | | kernel: memory: Add MemoryLayout class, to build physical memory layout. | bunnei | 2020-04-17 | 2 | -0/+74 |
| * | | | | | | | | | kernel: memory: Add MemoryManager class, to manage page heaps. | bunnei | 2020-04-17 | 3 | -0/+276 |
| * | | | | | | | | | kernel: memory: Add MemoryBlockManager class, to manage memory blocks. | bunnei | 2020-04-17 | 3 | -0/+256 |
| * | | | | | | | | | kernel: memory: Add PageHeap class, to manage a heap of pages. | bunnei | 2020-04-17 | 3 | -0/+483 |
| * | | | | | | | | | kernel: memory: Add PageLinkedList class, to manage a list of pages. | bunnei | 2020-04-17 | 2 | -0/+94 |
| * | | | | | | | | | kernel: memory: Add system_control code, which will be used for ASLR support. | bunnei | 2020-04-17 | 3 | -0/+61 |
| * | | | | | | | | | physical_memory: Add missing include for <vector>. | bunnei | 2020-04-17 | 1 | -0/+2 |
| * | | | | | | | | | kernel: memory: Add MemoryBlock class, for managing memory blocks and their state. | bunnei | 2020-04-17 | 2 | -0/+316 |
| * | | | | | | | | | kernel: memory: Add memory_types.h, for things that are commonly used in memory code. | bunnei | 2020-04-17 | 2 | -0/+19 |
| * | | | | | | | | | kernel: memory: Add SlabHeap class, for managing memory heaps. | bunnei | 2020-04-17 | 2 | -0/+162 |
| * | | | | | | | | | kernel: memory: Add AddressSpaceInfo class, for managing the memory address space. | bunnei | 2020-04-17 | 3 | -0/+166 |
| * | | | | | | | | | core: device_manager: Add a simple class to manage device RAM. | bunnei | 2020-04-17 | 5 | -1/+118 |
| * | | | | | | | | | dynarmic: Enable strict alignment checks. | bunnei | 2020-04-17 | 1 | -1/+4 |
| * | | | | | | | | | common: scope_exit: Implement mechanism for canceling a scope exit. | bunnei | 2020-04-17 | 1 | -1/+8 |
| * | | | | | | | | | core: memory: Move to Core::Memory namespace. | bunnei | 2020-04-17 | 37 | -98/+100 |
| * | | | | | | | | | common: alignment: Add a helper function for generic alignment checking. | bunnei | 2020-04-17 | 1 | -0/+7 |
| * | | | | | | | | | core: kernel: Add svc_types header to include SVC-specific types. | bunnei | 2020-04-17 | 3 | -0/+70 |
| * | | | | | | | | | core: kernel: Move SVC to its own namesapce. | bunnei | 2020-04-17 | 5 | -9/+9 |
| * | | | | | | | | | kernel: resource_limit: Improvements to implementation. | bunnei | 2020-04-17 | 2 | -12/+50 |
| * | | | | | | | | | loader: nso: Fix loading of static objects to be properly sized and aligned. | bunnei | 2020-04-17 | 1 | -19/+9 |
| * | | | | | | | | | common: common_funcs: Add a macro for defining enum flag operators. | bunnei | 2020-04-17 | 1 | -0/+32 |
| * | | | | | | | | | process: SetupMainThread: Zero out argument on process start. | bunnei | 2020-04-17 | 1 | -0/+2 |
| * | | | | | | | | | arm_interface: Ensure ThreadContext is zero'd out. | bunnei | 2020-04-17 | 1 | -16/+16 |
| | |_|_|_|_|_|/ /
| |/| | | | | | | |
|
* | | | | | | | | | Merge pull request #3682 from lioncash/uam | bunnei | 2020-04-17 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \
| |/ / / / / / / /
|/| | | | | | | | |
|
| * | | | | | | | | gl_query_cache: Resolve use-after-move in CachedQuery move assignment operator | Lioncash | 2020-04-16 | 1 | -1/+1 |
| | |_|/ / / / /
| |/| | | | | | |
|
* | | | | | | | | Merge pull request #3671 from lioncash/switch | bunnei | 2020-04-17 | 1 | -0/+2 |
|\ \ \ \ \ \ \ \
| |_|_|_|_|/ / /
|/| | | | | | | |
|
| * | | | | | | | kernel/thread: Resolve -Wswitch warnings | Lioncash | 2020-04-15 | 1 | -0/+2 |
| | |/ / / / /
| |/| | | | | |
|
* | | | | | | | Merge pull request #3673 from lioncash/extra | bunnei | 2020-04-17 | 26 | -70/+93 |
|\ \ \ \ \ \ \
| |_|_|_|_|/ /
|/| | | | | | |
|
| * | | | | | | CMakeLists: Specify -Wextra on linux builds | Lioncash | 2020-04-16 | 26 | -70/+93 |
| | |/ / / /
| |/| | | | |
|
* | | | | | | Merge pull request #3600 from ReinUsesLisp/no-pointer-buf-cache | Fernando Sahmkow | 2020-04-17 | 14 | -228/+90 |
|\ \ \ \ \ \ |
|
| * | | | | | | buffer_cache: Return handles instead of pointer to handles | ReinUsesLisp | 2020-04-16 | 14 | -228/+90 |
| | |_|_|/ /
| |/| | | | |
|
* | | | | | | externals: Move LibreSSL linking to httplib. | Markus Wick | 2020-04-16 | 2 | -11/+3 |
* | | | | | | input_common: Use the CMake target instead of the variable. | Markus Wick | 2020-04-16 | 1 | -1/+1 |
* | | | | | | Merge pull request #3659 from bunnei/time-calc-standard-user | Rodrigo Locatti | 2020-04-16 | 3 | -1/+25 |
|\ \ \ \ \ \ |
|
| * | | | | | | service: time: Implement CalculateStandardUserSystemClockDifferenceByUser. | bunnei | 2020-04-15 | 3 | -1/+25 |
| |/ / / / / |
|
* | | | | | | Merge pull request #3689 from lioncash/unused-var | Rodrigo Locatti | 2020-04-16 | 1 | -1/+0 |
|\ \ \ \ \ \ |
|
| * | | | | | | decode/shift: Remove unused variable within Shift() | Lioncash | 2020-04-16 | 1 | -1/+0 |
| | |/ / / /
| |/| | | | |
|
* | | | | | | Merge pull request #3688 from lioncash/nequal | Rodrigo Locatti | 2020-04-16 | 2 | -0/+5 |
|\ \ \ \ \ \ |
|
| * | | | | | | surface_view: Add missing operator!= to ViewParams | Lioncash | 2020-04-16 | 2 | -0/+5 |
| |/ / / / / |
|
* | | | | | | Merge pull request #3680 from lioncash/static | Rodrigo Locatti | 2020-04-16 | 1 | -1/+1 |
|\ \ \ \ \ \ |
|
| * | | | | | | gl_device: Mark stage_swizzle as constexpr | Lioncash | 2020-04-16 | 1 | -1/+1 |
| |/ / / / / |
|
* | | | | | | Merge pull request #3687 from lioncash/constness | Rodrigo Locatti | 2020-04-16 | 1 | -2/+2 |
|\ \ \ \ \ \ |
|
| * | | | | | | surface_base: Make IsInside() a const member function | Lioncash | 2020-04-16 | 1 | -2/+2 |
| |/ / / / / |
|
* | | | | | | Merge pull request #3685 from lioncash/copies | Rodrigo Locatti | 2020-04-16 | 1 | -3/+3 |
|\ \ \ \ \ \ |
|
| * | | | | | | control_flow: Make use of std::move in TryInspectAddress() | Lioncash | 2020-04-16 | 1 | -3/+3 |
| |/ / / / / |
|
* | | | | | | Merge pull request #3683 from lioncash/docs | bunnei | 2020-04-16 | 2 | -5/+5 |
|\ \ \ \ \ \ |
|
| * | | | | | | video_core: Amend doxygen comment references | Lioncash | 2020-04-16 | 2 | -5/+5 |
| |/ / / / / |
|
* | | | | | | Merge pull request #3649 from FernandoS27/3d-fix | Rodrigo Locatti | 2020-04-15 | 1 | -0/+6 |
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
|
| * | | | | | Texture Cache: Read current data when flushing a 3D segment. | Fernando Sahmkow | 2020-04-15 | 1 | -0/+6 |
| |/ / / / |
|
* | | | | | Merge pull request #3612 from ReinUsesLisp/red | Fernando Sahmkow | 2020-04-15 | 5 | -70/+141 |
|\ \ \ \ \ |
|
| * | | | | | shader/memory: Implement RED.E.ADD | ReinUsesLisp | 2020-04-06 | 5 | -28/+99 |
| * | | | | | shader/memory: Add "using std::move" | ReinUsesLisp | 2020-04-06 | 1 | -11/+13 |
| * | | | | | shader/memory: Minor fixes in ATOM | ReinUsesLisp | 2020-04-06 | 1 | -32/+30 |
* | | | | | | CMakeLists: Make -Wreorder a compile-time error | Lioncash | 2020-04-15 | 4 | -5/+7 |
| |_|/ / /
|/| | | | |
|
* | | | | | Merge pull request #3662 from ReinUsesLisp/constant-attrs | Mat M | 2020-04-15 | 2 | -2/+6 |
|\ \ \ \ \ |
|
| * | | | | | gl_rasterizer: Implement constant vertex attributes | ReinUsesLisp | 2020-04-14 | 2 | -2/+6 |
| | |/ / /
| |/| | | |
|
* | | | | | Merge pull request #3668 from ReinUsesLisp/vtx-format-16ui | Mat M | 2020-04-15 | 1 | -0/+10 |
|\ \ \ \ \ |
|
| * | | | | | maxwell_to_vk: Add uint16 vertex formats | ReinUsesLisp | 2020-04-15 | 1 | -0/+8 |
| * | | | | | maxwell_to_vk: Add missing breaks | ReinUsesLisp | 2020-04-15 | 1 | -0/+2 |
* | | | | | | Merge pull request #3656 from ReinUsesLisp/glsl-full-decompile | Mat M | 2020-04-15 | 1 | -1/+3 |
|\ \ \ \ \ \ |
|
| * | | | | | | gl_shader_cache: Use CompileDepth::FullDecompile on GLSL | ReinUsesLisp | 2020-04-14 | 1 | -1/+3 |
| | |/ / / /
| |/| | | | |
|
* | | | | | | Merge pull request #3654 from ReinUsesLisp/fix-fb-attach | Mat M | 2020-04-15 | 1 | -1/+1 |
|\ \ \ \ \ \ |
|
| * | | | | | | gl_texture_cache: Fix layered texture attachment base level | ReinUsesLisp | 2020-04-13 | 1 | -1/+1 |
| |/ / / / / |
|
* | | | | | | Merge pull request #3663 from ReinUsesLisp/fcmp-rc | Mat M | 2020-04-15 | 2 | -3/+6 |
|\ \ \ \ \ \ |
|
| * | | | | | | shader/arithmetic: Add FCMP_CR variant | ReinUsesLisp | 2020-04-15 | 2 | -3/+6 |
* | | | | | | | Merge pull request #3664 from ReinUsesLisp/fe3h-black-squares | Mat M | 2020-04-15 | 1 | -2/+4 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | Revert "gl_shader_decompiler: Implement merges with bitfieldInsert" | ReinUsesLisp | 2020-04-15 | 1 | -2/+4 |
| |/ / / / / / |
|
* | | / / / / | vk_blit_screen: Initialize all members in VkPipelineViewportStateCreateInfo | ReinUsesLisp | 2020-04-15 | 1 | -0/+2 |
| |_|/ / / /
|/| | | | | |
|
* | | | | | | Merge pull request #3657 from ReinUsesLisp/viewport-zero | Rodrigo Locatti | 2020-04-15 | 1 | -3/+6 |
|\ \ \ \ \ \ |
|
| * | | | | | | vk_rasterizer: Default to 1 viewports with a size of 0 | ReinUsesLisp | 2020-04-14 | 1 | -3/+6 |
| | |/ / / /
| |/| | | | |
|
* | | | | | | Texture Cache: Only do buffer copies on accurate GPU. (#3634) | Fernando Sahmkow | 2020-04-15 | 1 | -1/+3 |
| |/ / / /
|/| | | | |
|
* | | | | | Merge pull request #3660 from bunnei/friend-blocked-users | Zach Hilman | 2020-04-14 | 1 | -1/+10 |
|\ \ \ \ \ |
|
| * | | | | | service: friend: Stub IFriendService::GetBlockedUserListIds. | bunnei | 2020-04-14 | 1 | -1/+10 |
| |/ / / / |
|
* / / / / | file_sys: patch_manager: Return early when there are no layers to apply. | bunnei | 2020-04-14 | 1 | -0/+6 |
|/ / / / |
|
* | | | | Merge pull request #3636 from ReinUsesLisp/drop-vk-hpp | Rodrigo Locatti | 2020-04-13 | 51 | -2272/+2881 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | renderer_vulkan: Drop Vulkan-Hpp | ReinUsesLisp | 2020-04-11 | 51 | -2272/+2881 |
* | | | | Merge pull request #3651 from ReinUsesLisp/line-widths | Mat M | 2020-04-13 | 5 | -2/+33 |
|\ \ \ \ |
|
| * | | | | gl_rasterizer: Implement line widths and smooth lines | ReinUsesLisp | 2020-04-13 | 5 | -2/+33 |
* | | | | | Merge pull request #3638 from ReinUsesLisp/remove-preserve-contents | Mat M | 2020-04-13 | 3 | -47/+31 |
|\ \ \ \ \ |
|
| * | | | | | texture_cache: Remove preserve_contents | ReinUsesLisp | 2020-04-11 | 3 | -47/+31 |
| | |/ / /
| |/| | | |
|
* | | | | | Merge pull request #3631 from ReinUsesLisp/more-astc | Mat M | 2020-04-13 | 1 | -82/+159 |
|\ \ \ \ \ |
|
| * | | | | | astc: Hard code bit depth changes to 8 and use fast replicate | ReinUsesLisp | 2020-04-09 | 1 | -21/+15 |
| * | | | | | astc: Use boost's static_vector to avoid heap allocations | ReinUsesLisp | 2020-04-09 | 1 | -10/+14 |
| * | | | | | astc: Implement a fast precompiled alternative for Replicate | ReinUsesLisp | 2020-04-09 | 1 | -2/+57 |
| * | | | | | astc: Move Replicate to a constexpr LUT when possible | ReinUsesLisp | 2020-04-09 | 1 | -8/+38 |
| * | | | | | astc: Make InputBitStream constexpr | ReinUsesLisp | 2020-04-09 | 1 | -11/+11 |
| * | | | | | astc: OutputBitStream style changes and make it constexpr | ReinUsesLisp | 2020-04-09 | 1 | -32/+26 |
* | | | | | | Merge pull request #3619 from ReinUsesLisp/i2i | Mat M | 2020-04-13 | 1 | -13/+100 |
|\ \ \ \ \ \ |
|
| * | | | | | | shader/conversion: Implement I2I sign extension, saturation and selection | ReinUsesLisp | 2020-04-07 | 2 | -14/+101 |
* | | | | | | | Merge pull request #3627 from ReinUsesLisp/layered-view | Mat M | 2020-04-13 | 1 | -2/+2 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | gl_texture_cache: Attach view instead of base texture for layered attachments | ReinUsesLisp | 2020-04-09 | 1 | -2/+2 |
| | |/ / / / /
| |/| | | | | |
|
* | | | | | | | Merge pull request #3646 from ReinUsesLisp/fix-glsl-turing | Mat M | 2020-04-13 | 1 | -6/+6 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | gl_shader_decompiler: Implement merges with bitfieldInsert | ReinUsesLisp | 2020-04-13 | 1 | -4/+2 |
| * | | | | | | | gl_shader_decompiler: Improve generated code in HMergeH* | ReinUsesLisp | 2020-04-12 | 1 | -6/+8 |
* | | | | | | | | Merge pull request #3633 from ReinUsesLisp/clean-texdec | Mat M | 2020-04-13 | 1 | -14/+0 |
|\ \ \ \ \ \ \ \
| |_|_|_|_|/ / /
|/| | | | | | | |
|
| * | | | | | | | shader/texture: Remove type mismatches management from shader decoder | ReinUsesLisp | 2020-04-10 | 1 | -14/+0 |
* | | | | | | | | Merge pull request #3606 from ReinUsesLisp/nvflinger | bunnei | 2020-04-12 | 3 | -10/+44 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | service/vi: Partially implement BufferQueue disconnect | ReinUsesLisp | 2020-04-10 | 3 | -10/+44 |
| |/ / / / / / / |
|
* | | | | | | | | Merge pull request #3578 from ReinUsesLisp/vmnmx | Fernando Sahmkow | 2020-04-12 | 3 | -1/+117 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | shader/video: Partially implement VMNMX | ReinUsesLisp | 2020-04-12 | 3 | -0/+116 |
| * | | | | | | | | shader_bytecode: Fix I2I_IMM encoding | ReinUsesLisp | 2020-03-28 | 1 | -1/+1 |
* | | | | | | | | | Merge pull request #3644 from ReinUsesLisp/msaa | Mat M | 2020-04-12 | 2 | -6/+76 |
|\ \ \ \ \ \ \ \ \
| |_|_|/ / / / / /
|/| | | | | | | | |
|
| * | | | | | | | | video_core: Add MSAA registers in 3D engine and TIC | ReinUsesLisp | 2020-04-12 | 2 | -6/+76 |
| | |_|_|_|/ / /
| |/| | | | | | |
|
* | | | | | | | | Merge pull request #3635 from FernandoS27/buffer-free | Rodrigo Locatti | 2020-04-11 | 2 | -9/+33 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | Buffer queue: Correct behavior of free buffer. | Fernando Sahmkow | 2020-04-10 | 2 | -9/+33 |
* | | | | | | | | | Merge pull request #3611 from FearlessTobi/port-4956 | bunnei | 2020-04-11 | 2 | -8/+22 |
|\ \ \ \ \ \ \ \ \
| |_|/ / / / / / /
|/| | | | | | | | |
|
| * | | | | | | | | yuzu: Fixes to game list sorting | FearlessTobi | 2020-04-06 | 2 | -8/+22 |
* | | | | | | | | | Merge pull request #3594 from ReinUsesLisp/vk-instance | bunnei | 2020-04-11 | 19 | -340/+624 |
|\ \ \ \ \ \ \ \ \
| |_|/ / / / / / /
|/| | | | | | | | |
|
| * | | | | | | | | yuzu: Drop SDL2 and Qt frontend Vulkan requirements | ReinUsesLisp | 2020-04-07 | 16 | -314/+371 |
| * | | | | | | | | renderer_vulkan: Query device names from the backend | ReinUsesLisp | 2020-04-07 | 4 | -35/+79 |
| * | | | | | | | | common/dynamic_library: Import and adapt helper from Dolphin | ReinUsesLisp | 2020-04-07 | 3 | -0/+183 |
| | |_|_|_|/ / /
| |/| | | | | | |
|
* | | | | | | | | Merge pull request #3607 from FearlessTobi/input-kms | bunnei | 2020-04-10 | 3 | -18/+21 |
|\ \ \ \ \ \ \ \
| |_|_|_|/ / / /
|/| | | | | | | |
|
| * | | | | | | | yuzu/configuration: Only assert that all buttons exist when we are handling the click for a button device | FearlessTobi | 2020-04-05 | 2 | -14/+16 |
| * | | | | | | | yuzu/configure_input_simple: Fix "Docked Joycons" controller profile | FearlessTobi | 2020-04-05 | 1 | -4/+5 |
| | |_|_|_|/ /
| |/| | | | | |
|
* | | | | | | | Merge pull request #3623 from ReinUsesLisp/renderdoc-bind-spam | Fernando Sahmkow | 2020-04-10 | 1 | -1/+0 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | qt/bootmanager: Remove unnecessary glBindFramebuffer | ReinUsesLisp | 2020-04-08 | 1 | -1/+0 |
| | |/ / / / /
| |/| | | | | |
|
* | | | | | | | Merge pull request #3622 from ReinUsesLisp/srgb-texture-border | Fernando Sahmkow | 2020-04-10 | 3 | -28/+84 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | video_core/textures: Move GetMaxAnisotropy to cpp file | ReinUsesLisp | 2020-04-08 | 2 | -19/+23 |
| * | | | | | | | video_core/texture: Use a LUT to convert sRGB texture borders | ReinUsesLisp | 2020-04-08 | 3 | -9/+61 |
| |/ / / / / / |
|
* | | | | | | | Merge pull request #3610 from FernandoS27/gpu-caches | Rodrigo Locatti | 2020-04-09 | 32 | -430/+573 |
|\ \ \ \ \ \ \
| |_|_|_|_|_|/
|/| | | | | | |
|
| * | | | | | | VkRasterizer: Eliminate Legacy code. | Fernando Sahmkow | 2020-04-09 | 1 | -1/+0 |
| * | | | | | | Memory: Correct GCC errors. | Fernando Sahmkow | 2020-04-09 | 2 | -2/+3 |
| * | | | | | | Memory: Address Feedback. | Fernando Sahmkow | 2020-04-08 | 4 | -4/+75 |
| * | | | | | | GPUMemoryManager: Improve safety of memory reads. | Fernando Sahmkow | 2020-04-08 | 3 | -55/+47 |
| * | | | | | | Clang Format. | Fernando Sahmkow | 2020-04-06 | 1 | -6/+3 |
| * | | | | | | Shader/Pipeline Cache: Use VAddr instead of physical memory for addressing. | Fernando Sahmkow | 2020-04-06 | 7 | -87/+62 |
| * | | | | | | Query Cache: Use VAddr instead of physical memory for adressing. | Fernando Sahmkow | 2020-04-06 | 3 | -23/+22 |
| * | | | | | | Buffer Cache: Use vAddr instead of physical memory. | Fernando Sahmkow | 2020-04-06 | 12 | -106/+254 |
| * | | | | | | Texture Cache: Use vAddr instead of physical memory for caching. | Fernando Sahmkow | 2020-04-06 | 5 | -130/+81 |
| * | | | | | | GPU: Setup Flush/Invalidate to use VAddr instead of CacheAddr | Fernando Sahmkow | 2020-04-06 | 14 | -67/+77 |
* | | | | | | | Merge pull request #3601 from ReinUsesLisp/some-shader-encodings | bunnei | 2020-04-09 | 3 | -5/+18 |
|\ \ \ \ \ \ \
| |_|_|_|_|_|/
|/| | | | | | |
|
| * | | | | | | shader/other: Add error message for some S2R registers | ReinUsesLisp | 2020-04-04 | 1 | -0/+6 |
| * | | | | | | shader_bytecode: Rename MOV_SYS to S2R | ReinUsesLisp | 2020-04-04 | 2 | -5/+5 |
| * | | | | | | shader_bytecode: Add encoding for BAR | ReinUsesLisp | 2020-04-04 | 1 | -0/+2 |
| * | | | | | | shader_ir: Add error message for EXIT.FCSM_TR | ReinUsesLisp | 2020-04-04 | 1 | -0/+3 |
| * | | | | | | shader_bytecode: Add encoding for VOTE.VTG | ReinUsesLisp | 2020-04-04 | 1 | -0/+2 |
| | |_|/ / /
| |/| | | | |
|
* | | | | | | Place SL and SR in the right most column. | Kewlan | 2020-04-08 | 1 | -2/+2 |
* | | | | | | Merge pull request #3572 from FearlessTobi/port-5127 | bunnei | 2020-04-08 | 2 | -15/+16 |
|\ \ \ \ \ \ |
|
| * | | | | | | common: Port some changes from dolphin (#5127) | Vitor K | 2020-04-01 | 2 | -15/+16 |
* | | | | | | | Merge pull request #3621 from SilverBeamx/fullnamefix | Zach Hilman | 2020-04-07 | 2 | -2/+15 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | Addressed feedback: switched to snake case and fixed clang-format errors | SilverBeamx | 2020-04-07 | 2 | -5/+6 |
| * | | | | | | | Addressed feedback: removed CMake hack in favor of building the necessary strings via the supplied title format | SilverBeamx | 2020-04-07 | 2 | -2/+14 |
| | |_|_|/ / /
| |/| | | | | |
|
* | | | | | | | Merge pull request #3599 from ReinUsesLisp/revert-3499 | bunnei | 2020-04-07 | 1 | -4/+2 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | Revert "Merge pull request #3499 from ReinUsesLisp/depth-2d-array" | ReinUsesLisp | 2020-04-04 | 1 | -4/+2 |
| | |_|/ / / /
| |/| | | | | |
|
* | | | | | | | Merge pull request #3489 from namkazt/patch-2 | Rodrigo Locatti | 2020-04-07 | 2 | -11/+353 |
|\ \ \ \ \ \ \
| |_|/ / / / /
|/| | | | | | |
|
| * | | | | | | address nit. | Nguyen Dac Nam | 2020-04-07 | 1 | -1/+1 |
| * | | | | | | Apply suggestions from code review | Nguyen Dac Nam | 2020-04-07 | 1 | -9/+9 |
| * | | | | | | shader_decode: SULD.D using std::pair instead of out parameter | namkazy | 2020-04-06 | 2 | -19/+15 |
| * | | | | | | shader_decode: SULD.D avoid duplicate code block. | namkazy | 2020-04-06 | 1 | -39/+2 |
| * | | | | | | shader_decode: SULD.D fix conversion error. | namkazy | 2020-04-06 | 1 | -3/+3 |
| * | | | | | | shader_decode: SULD.D implement bits64 and reverse shader ir init method to removed shader stage. | namkazy | 2020-04-06 | 5 | -46/+105 |
| * | | | | | | silent warning (conversion error) | namkazy | 2020-04-05 | 1 | -3/+2 |
| * | | | | | | shader_decode: SULD.D -> SINT actually same as UNORM. | namkazy | 2020-04-05 | 1 | -5/+4 |
| * | | | | | | shader_decode: SULD.D fix decode SNORM component | namkazy | 2020-04-05 | 1 | -10/+9 |
| * | | | | | | clang-format | namkazy | 2020-04-05 | 1 | -2/+2 |
| * | | | | | | shader_decode: get sampler descriptor from registry. | namkazy | 2020-04-05 | 1 | -77/+93 |
| * | | | | | | tweaking. | namkazy | 2020-04-05 | 1 | -3/+3 |
| * | | | | | | clang-format | Nguyen Dac Nam | 2020-04-05 | 1 | -2/+1 |
| * | | | | | | cleanup unuse params | namkazy | 2020-04-05 | 1 | -8/+6 |
| * | | | | | | cleanup debug code. | namkazy | 2020-04-05 | 1 | -14/+3 |
| * | | | | | | reimplement get component type, uncomment mistaken code | namkazy | 2020-04-05 | 1 | -18/+93 |
| * | | | | | | remove disable optimize | namkazy | 2020-04-05 | 1 | -2/+0 |
| * | | | | | | [wip] reimplement SULD.D | namkazy | 2020-04-05 | 1 | -22/+229 |
| * | | | | | | add shader stage when init shader ir | namkazy | 2020-04-05 | 4 | -9/+12 |
| * | | | | | | clang-fix | Nguyen Dac Nam | 2020-04-05 | 1 | -1/+1 |
| * | | | | | | shader: image - import PredCondition | Nguyen Dac Nam | 2020-04-05 | 1 | -0/+1 |
| * | | | | | | shader: SULD.D bits32 implement more complexer method. | Nguyen Dac Nam | 2020-04-05 | 1 | -4/+28 |
| * | | | | | | shader: SULD.D import StoreType | Nguyen Dac Nam | 2020-04-05 | 1 | -0/+1 |
| * | | | | | | shader: implement SULD.D bits32 | Nguyen Dac Nam | 2020-04-05 | 1 | -11/+27 |
| |/ / / / / |
|
* | | / / / | file_sys: fix LayeredFS error when loading some games made with… (#3602) | enler | 2020-04-07 | 1 | -1/+2 |
| |_|/ / /
|/| | | | |
|
* | | | | | Merge pull request #3513 from ReinUsesLisp/native-astc | Fernando Sahmkow | 2020-04-06 | 12 | -301/+247 |
|\ \ \ \ \
| |_|_|/ /
|/| | | | |
|
| * | | | | gl_texture_cache: Fix software ASTC fallback | ReinUsesLisp | 2020-04-01 | 1 | -7/+12 |
| * | | | | vk_device: Add missing ASTC queries | ReinUsesLisp | 2020-04-01 | 1 | -14/+29 |
| * | | | | video_core: Use native ASTC when available | ReinUsesLisp | 2020-04-01 | 10 | -281/+176 |
| * | | | | gl_device: Detect if ASTC is reported and expose it | ReinUsesLisp | 2020-04-01 | 2 | -0/+31 |
* | | | | | Merge pull request #3592 from ReinUsesLisp/ipa | Fernando Sahmkow | 2020-04-06 | 4 | -68/+74 |
|\ \ \ \ \ |
|
| * | | | | | shader_decompiler: Remove FragCoord.w hack and change IPA implementation | ReinUsesLisp | 2020-04-02 | 4 | -68/+74 |
| |/ / / / |
|
* | | | | | Merge pull request #3589 from ReinUsesLisp/fix-clears | Fernando Sahmkow | 2020-04-06 | 1 | -2/+5 |
|\ \ \ \ \
| |_|/ / /
|/| | | | |
|
| * | | | | gl_rasterizer: Mark cleared textures as dirty | ReinUsesLisp | 2020-03-31 | 1 | -2/+5 |
* | | | | | Merge pull request #3579 from Kewlan/reorder-shoulder | bunnei | 2020-04-03 | 1 | -36/+36 |
|\ \ \ \ \ |
|
| * | | | | | Re-order the shoulder buttons both in the configuration menu, and in the code. | Kewlan | 2020-03-29 | 1 | -36/+36 |
* | | | | | | Merge pull request #3563 from bunnei/fix-ldr-memstate | Fernando Sahmkow | 2020-04-03 | 1 | -5/+15 |
|\ \ \ \ \ \ |
|
| * | | | | | | services: ldr: Fix MemoryState for read/write regions of NROs. | bunnei | 2020-03-26 | 1 | -5/+15 |
* | | | | | | | shader/memory: Silence no return value warning | ReinUsesLisp | 2020-04-02 | 1 | -0/+3 |
* | | | | | | | Merge pull request #3552 from jroweboy/single-context | Rodrigo Locatti | 2020-04-02 | 32 | -446/+381 |
|\ \ \ \ \ \ \
| |_|_|_|/ / /
|/| | | | | | |
|
| * | | | | | | Frontend: Don't call DoneCurrent if the context isnt already current | James Rowe | 2020-03-30 | 2 | -2/+13 |
| * | | | | | | Address review and fix broken yuzu-tester build | James Rowe | 2020-03-26 | 11 | -102/+83 |
| * | | | | | | Frontend/GPU: Refactor context management | James Rowe | 2020-03-25 | 29 | -418/+361 |
* | | | | | | | Merge pull request #3591 from ReinUsesLisp/vk-wrapper-part2 | Rodrigo Locatti | 2020-04-01 | 2 | -0/+850 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | renderer_vulkan/wrapper: Add vkEnumerateInstanceExtensionProperties wrapper | ReinUsesLisp | 2020-04-01 | 2 | -0/+17 |
| * | | | | | | | renderer_vulkan/wrapper: Add command buffer handle | ReinUsesLisp | 2020-04-01 | 1 | -0/+192 |
| * | | | | | | | renderer_vulkan/wrapper: Add physical device handle | ReinUsesLisp | 2020-04-01 | 2 | -0/+123 |
| * | | | | | | | renderer_vulkan/wrapper: Add device handle | ReinUsesLisp | 2020-04-01 | 2 | -0/+277 |
| * | | | | | | | renderer_vulkan/wrapper: Add swapchain handle | ReinUsesLisp | 2020-04-01 | 2 | -0/+15 |
| * | | | | | | | renderer_vulkan/wrapper: Add fence handle | ReinUsesLisp | 2020-04-01 | 1 | -0/+17 |
| * | | | | | | | renderer_vulkan/wrapper: Add device memory handle | ReinUsesLisp | 2020-04-01 | 1 | -0/+15 |
| * | | | | | | | renderer_vulkan/wrapper: Add pool handles | ReinUsesLisp | 2020-04-01 | 2 | -0/+47 |
| * | | | | | | | renderer_vulkan/wrapper: Add buffer and image handles | ReinUsesLisp | 2020-04-01 | 2 | -0/+24 |
| * | | | | | | | renderer_vulkan/wrapper: Add queue handle | ReinUsesLisp | 2020-04-01 | 2 | -0/+36 |
| * | | | | | | | renderer_vulkan/wrapper: Add instance handle | ReinUsesLisp | 2020-04-01 | 2 | -0/+87 |
| | |_|_|/ / /
| |/| | | | | |
|
* | | | | | | | capsrv: Split Capture services into individual files and stub GetAlbumContentsFileListForApplication (#3571) | Morph | 2020-04-01 | 15 | -151/+536 |
* | | | | | | | Merge pull request #3561 from ReinUsesLisp/f2f-conversion | Fernando Sahmkow | 2020-03-31 | 1 | -5/+10 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | shader/conversion: Fix F2F rounding operations with different sizes | ReinUsesLisp | 2020-03-26 | 1 | -5/+10 |
| | |_|/ / / /
| |/| | | | | |
|
* | | | | | | | Merge pull request #3577 from ReinUsesLisp/lea | Fernando Sahmkow | 2020-03-31 | 1 | -11/+4 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | shader/lea: Simplify generated LEA code | ReinUsesLisp | 2020-03-28 | 1 | -3/+2 |
| * | | | | | | | shader/lea: Fix op_a and op_b usages | ReinUsesLisp | 2020-03-27 | 1 | -2/+2 |
| * | | | | | | | shader/lea: Remove const and use move when possible | ReinUsesLisp | 2020-03-27 | 1 | -11/+5 |
| | |_|_|_|/ /
| |/| | | | | |
|
* | | | | | | | Merge pull request #3506 from namkazt/patch-9 | Rodrigo Locatti | 2020-03-31 | 6 | -36/+119 |
|\ \ \ \ \ \ \
| |_|_|/ / / /
|/| | | | | | |
|
| * | | | | | | clang-format | Nguyen Dac Nam | 2020-03-31 | 1 | -2/+1 |
| * | | | | | | shader_decode: fix by suggestion | Nguyen Dac Nam | 2020-03-31 | 1 | -27/+22 |
| * | | | | | | clang-format | namkazy | 2020-03-30 | 1 | -3/+3 |
| * | | | | | | gl_decompiler: min/max op not implement yet | namkazy | 2020-03-30 | 1 | -0/+4 |
| * | | | | | | shader_decode: ATOM/ATOMS: add function to avoid code repetition | namkazy | 2020-03-30 | 2 | -70/+53 |
| * | | | | | | shader_decode: merge GlobalAtomicOp to AtomicOp | namkazy | 2020-03-30 | 1 | -13/+1 |
| * | | | | | | shader_decode: implement ATOM operation for S32 and U32 | Nguyen Dac Nam | 2020-03-30 | 1 | -6/+39 |
| * | | | | | | clang-format | namkazy | 2020-03-30 | 1 | -3/+3 |
| * | | | | | | shader_decode: implement ATOMS instr partial. | Nguyen Dac Nam | 2020-03-30 | 1 | -10/+42 |
| * | | | | | | vk_decompiler: add atomic op and handler function. | Nguyen Dac Nam | 2020-03-30 | 1 | -6/+25 |
| * | | | | | | gl_decompiler: add atomic op | Nguyen Dac Nam | 2020-03-30 | 1 | -0/+16 |
| * | | | | | | shader: node - update correct comment | Nguyen Dac Nam | 2020-03-30 | 1 | -15/+15 |
| * | | | | | | shader_decode: add Atomic op for common usage | Nguyen Dac Nam | 2020-03-30 | 1 | -1/+15 |
| | |_|_|/ /
| |/| | | | |
|
* | | | | | | Merge pull request #3566 from ReinUsesLisp/vk-wrapper-part1 | Rodrigo Locatti | 2020-03-31 | 3 | -0/+889 |
|\ \ \ \ \ \ |
|
| * | | | | | | renderer_vulkan/wrapper: Address feedback | ReinUsesLisp | 2020-03-28 | 1 | -3/+24 |
| * | | | | | | renderer_vulkan/wrapper: Add owning handles | ReinUsesLisp | 2020-03-27 | 1 | -0/+18 |
| * | | | | | | renderer_vulkan/wrapper: Add pool allocations owning templated class | ReinUsesLisp | 2020-03-27 | 1 | -0/+81 |
| * | | | | | | renderer_vulkan/wrapper: Add owning handle templated class | ReinUsesLisp | 2020-03-27 | 1 | -0/+144 |
| * | | | | | | renderer_vulkan/wrapper: Add destroy and free overload set | ReinUsesLisp | 2020-03-27 | 2 | -0/+133 |
| * | | | | | | renderer_vulkan/wrapper: Add dispatch table and loaders | ReinUsesLisp | 2020-03-27 | 2 | -0/+283 |
| * | | | | | | renderer_vulkan/wrapper: Add exception class | ReinUsesLisp | 2020-03-27 | 2 | -0/+34 |
| * | | | | | | renderer_vulkan/wrapper: Add ToString function for VkResult | ReinUsesLisp | 2020-03-27 | 3 | -0/+91 |
| * | | | | | | renderer_vulkan/wrapper: Add Vulakn wrapper and a span helper | ReinUsesLisp | 2020-03-27 | 2 | -0/+84 |
| | |_|/ / /
| |/| | | | |
|
* | | | | | | Merge pull request #3560 from ReinUsesLisp/fix-stencil | bunnei | 2020-03-30 | 1 | -5/+2 |
|\ \ \ \ \ \
| |_|/ / / /
|/| | | | | |
|
| * | | | | | gl_rasterizer: Update stencil test regardless of it being disabled | ReinUsesLisp | 2020-03-26 | 1 | -5/+1 |
| * | | | | | gl_rasterizer: Synchronize stencil testing on clears | ReinUsesLisp | 2020-03-26 | 1 | -0/+1 |
| |/ / / / |
|
* | | | | | Merge pull request #3568 from bunnei/time-calcspan | bunnei | 2020-03-29 | 3 | -1/+31 |
|\ \ \ \ \ |
|
| * | | | | | services: time: Implement CalculateSpanBetween. | bunnei | 2020-03-27 | 3 | -1/+31 |
* | | | | | | Merge pull request #3545 from FearlessTobi/audren-rev | bunnei | 2020-03-29 | 1 | -1/+1 |
|\ \ \ \ \ \
| |_|_|_|_|/
|/| | | | | |
|
| * | | | | | audio_core: Accept Audren REV8 | FearlessTobi | 2020-03-23 | 1 | -1/+1 |
* | | | | | | Merge pull request #3562 from perillamint/vrsvc | bunnei | 2020-03-28 | 2 | -3/+42 |
|\ \ \ \ \ \ |
|
| * | | | | | | am: Implement VR related APIs | perillamint | 2020-03-27 | 2 | -3/+42 |
| | |_|/ / /
| |/| | | | |
|
* | | | | | | Merge pull request #3569 from bunnei/hid-stub | bunnei | 2020-03-28 | 2 | -1/+9 |
|\ \ \ \ \ \ |
|
| * | | | | | | services: hid: Stub InitializeSevenSixAxisSensor. | bunnei | 2020-03-27 | 2 | -1/+9 |
| | |_|/ / /
| |/| | | | |
|
* | | | | | | Merge pull request #3573 from FearlessTobi/port-5089 | bunnei | 2020-03-28 | 1 | -1/+1 |
|\ \ \ \ \ \ |
|
| * | | | | | | Set render window to also accept focus via tabbing (Qt::StrongFocus) (#5089) | Vitor K | 2020-03-27 | 1 | -1/+1 |
| | |_|_|/ /
| |/| | | | |
|
* / | | | | | yuzu: fix the stuck in fullscreen mode bug | FearlessTobi | 2020-03-28 | 1 | -0/+8 |
|/ / / / / |
|
* | | | | | Merge pull request #3565 from ReinUsesLisp/image-format | Fernando Sahmkow | 2020-03-27 | 1 | -4/+10 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | engines/const_buffer_engine_interface: Store image format type | ReinUsesLisp | 2020-03-27 | 1 | -4/+10 |
| |/ / / |
|
* | | | | maxwell_to_vk: implement signedscaled vertex formats | Dan | 2020-03-27 | 1 | -0/+20 |
* | | | | Merge pull request #3453 from FearlessTobi/remove-pause-lock | bunnei | 2020-03-26 | 1 | -5/+0 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | yuzu: Remove exit lock for game pausing | FearlessTobi | 2020-02-24 | 1 | -5/+0 |
* | | | | Merge pull request #3544 from makigumo/myfork/patch-2 | bunnei | 2020-03-26 | 1 | -4/+5 |
|\ \ \ \ |
|
| * | | | | xmad: fix clang build error | makigumo | 2020-03-23 | 1 | -4/+5 |
* | | | | | Merge pull request #3520 from ReinUsesLisp/legacy-varyings | bunnei | 2020-03-26 | 4 | -47/+119 |
|\ \ \ \ \ |
|
| * | | | | | gl_shader_decompiler: Don't redeclare gl_VertexID and gl_InstanceID | ReinUsesLisp | 2020-03-18 | 1 | -8/+0 |
| * | | | | | gl_shader_decompiler: Implement legacy varyings | ReinUsesLisp | 2020-03-16 | 1 | -6/+57 |
| * | | | | | shader/shader_ir: Track usage in input attribute and of legacy varyings | ReinUsesLisp | 2020-03-16 | 3 | -34/+64 |
| * | | | | | shader/shader_ir: Fix clip distance usage stores | ReinUsesLisp | 2020-03-16 | 1 | -2/+1 |
| * | | | | | shader/shader_ir: Change declare output attribute to a switch | ReinUsesLisp | 2020-03-16 | 1 | -9/+9 |
* | | | | | | Merge pull request #3524 from FearlessTobi/port-5106 | bunnei | 2020-03-24 | 3 | -1/+17 |
|\ \ \ \ \ \
| |_|_|_|_|/
|/| | | | | |
|
| * | | | | | gdbstub: small logic bug fix with defer_start | Gauvain "GovanifY" Roussel-Tarbouriech | 2020-03-17 | 1 | -2/+4 |
| * | | | | | gdbstub: Ensure gdbstub doesn't drop packets crucial to initialization | Gauvain "GovanifY" Roussel-Tarbouriech | 2020-03-17 | 3 | -2/+16 |
* | | | | | | Merge pull request #3543 from ReinUsesLisp/gl-depth-range | Fernando Sahmkow | 2020-03-23 | 1 | -4/+6 |
|\ \ \ \ \ \ |
|
| * | | | | | | gl_rasterizer: Use transformed viewport for depth ranges | ReinUsesLisp | 2020-03-22 | 1 | -4/+6 |
| | |_|_|_|/
| |/| | | | |
|
* | | | | | | Merge pull request #3542 from namkazt/patch-10 | Fernando Sahmkow | 2020-03-23 | 2 | -7/+41 |
|\ \ \ \ \ \ |
|
| * | | | | | | apply replay logic to all writes. remove replay from MacroInterpreter::Send (@fincs) | namkazy | 2020-03-22 | 2 | -12/+9 |
| * | | | | | | maxwell_3d: change declaration order | namkazy | 2020-03-22 | 1 | -1/+3 |
| * | | | | | | maxwell_3d: init shadow_state | namkazy | 2020-03-22 | 1 | -0/+2 |
| * | | | | | | maxwell_3d: this seem more correct. | namkazy | 2020-03-22 | 1 | -2/+2 |
| * | | | | | | maxwell_3d: update comments for shadow ram usage | namkazy | 2020-03-22 | 3 | -2/+6 |
| * | | | | | | marco_interpreter: write hw value when shadow ram requested | Nguyen Dac Nam | 2020-03-22 | 1 | -0/+6 |
| * | | | | | | maxwell_3d: track shadow ram ctrl and hw reg value | Nguyen Dac Nam | 2020-03-22 | 1 | -0/+10 |
| * | | | | | | maxwell_3d: implement MME shadow RAM | Nguyen Dac Nam | 2020-03-22 | 1 | -1/+14 |
| |/ / / / / |
|
* | | | / / | sm/controller: Increase PointerBufferSize | FearlessTobi | 2020-03-23 | 1 | -1/+1 |
| |_|_|/ /
|/| | | | |
|
* | | | | | Merge pull request #3477 from FearlessTobi/webapplet-shit | bunnei | 2020-03-22 | 1 | -0/+6 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | core/web_browser: Allow WebApplet to exit gracefully when an error occurs | FearlessTobi | 2020-03-22 | 1 | -0/+6 |
* | | | | | Merge pull request #3531 from makigumo/yuzu_master | bunnei | 2020-03-22 | 8 | -9/+72 |
|\ \ \ \ \ |
|
| * | | | | | set: implement GetRegionCode | Dan | 2020-03-19 | 8 | -9/+72 |
* | | | | | | Merge pull request #3525 from FearlessTobi/linux-compile-error | bunnei | 2020-03-21 | 1 | -1/+1 |
|\ \ \ \ \ \ |
|
| * | | | | | | input_common/udp: Fix Linux build by using a backwards compatible way of error checking | FearlessTobi | 2020-03-17 | 1 | -1/+1 |
| | |_|/ / /
| |/| | | | |
|
* | | | | | | Merge pull request #3526 from FearlessTobi/bcat-disable | bunnei | 2020-03-20 | 2 | -2/+2 |
|\ \ \ \ \ \ |
|
| * | | | | | | bcat: Disable Boxcat backend by default | FearlessTobi | 2020-03-17 | 2 | -2/+2 |
| |/ / / / / |
|
* | | | | | | Merge pull request #3505 from namkazt/patch-8 | bunnei | 2020-03-19 | 1 | -15/+48 |
|\ \ \ \ \ \
| |_|/ / / /
|/| | | | | |
|
| * | | | | | nit & remove some optional param | Nguyen Dac Nam | 2020-03-13 | 1 | -10/+11 |
| * | | | | | shader_decode: implement XMAD mode CSfu | Nguyen Dac Nam | 2020-03-13 | 1 | -9/+41 |
* | | | | | | Merge pull request #3527 from FearlessTobi/output-mode | bunnei | 2020-03-19 | 3 | -0/+7 |
|\ \ \ \ \ \ |
|
| * | | | | | | yuzu: Save sound output mode and set it to Stereo by default | FearlessTobi | 2020-03-17 | 3 | -0/+7 |
* | | | | | | | Merge pull request #3535 from ReinUsesLisp/gcc-warnings | Mat M | 2020-03-19 | 8 | -33/+16 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | vk_texture_cache: Silence misc warnings | ReinUsesLisp | 2020-03-19 | 1 | -3/+3 |
| * | | | | | | | vk_staging_buffer_pool: Silence unused constant warning | ReinUsesLisp | 2020-03-19 | 1 | -1/+1 |
| * | | | | | | | vk_rasterizer: Remove unused variable | ReinUsesLisp | 2020-03-19 | 1 | -2/+0 |
| * | | | | | | | vk_pipeline_cache: Remove unused variable | ReinUsesLisp | 2020-03-19 | 1 | -1/+0 |
| * | | | | | | | maxwell_to_vk: Sielence -Wswitch warning | ReinUsesLisp | 2020-03-19 | 1 | -0/+2 |
| * | | | | | | | gl_shader_decompiler: Remove deprecated function and its usages | ReinUsesLisp | 2020-03-19 | 1 | -11/+8 |
| * | | | | | | | gl_rasterizer: Silence misc warnings | ReinUsesLisp | 2020-03-19 | 1 | -7/+2 |
| * | | | | | | | kepler_compute: Remove unused variables | ReinUsesLisp | 2020-03-19 | 1 | -8/+0 |
* | | | | | | | | time_zone_content_manager: Fix out of bounds read | ReinUsesLisp | 2020-03-18 | 1 | -1/+1 |
|/ / / / / / / |
|
* | | | | | | | input_common/udp: Fix clang build issues | ReinUsesLisp | 2020-03-18 | 1 | -1/+2 |
* | | | | | | | astc: Fix clang build issues | ReinUsesLisp | 2020-03-18 | 1 | -12/+12 |
* | | | | | | | Merge pull request #3510 from FernandoS27/dirty-write | Mat M | 2020-03-17 | 4 | -13/+0 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | DirtyFlags: relax need to set render_targets as dirty | Fernando Sahmkow | 2020-03-14 | 4 | -13/+0 |
* | | | | | | | | Merge pull request #3509 from ReinUsesLisp/astc-opts | Mat M | 2020-03-17 | 1 | -537/+519 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | astc: Fix typos from search and replace | ReinUsesLisp | 2020-03-14 | 1 | -3/+3 |
| * | | | | | | | | astc: Minor changes to InputBitStream | ReinUsesLisp | 2020-03-14 | 1 | -28/+34 |
| * | | | | | | | | astc: Pass val in Replicate by copy | ReinUsesLisp | 2020-03-14 | 1 | -1/+1 |
| * | | | | | | | | astc: Call std::vector:reserve on decodedClolorValues to avoid reallocating | ReinUsesLisp | 2020-03-14 | 1 | -0/+2 |
| * | | | | | | | | astc: Call std::vector::reserve on texelWeightValues to avoid reallocating | ReinUsesLisp | 2020-03-14 | 1 | -0/+2 |
| * | | | | | | | | astc: Create a LUT at compile time for encoding values | ReinUsesLisp | 2020-03-14 | 1 | -7/+19 |
| * | | | | | | | | astc: Make IntegerEncodedValue a trivial structure | ReinUsesLisp | 2020-03-14 | 1 | -212/+177 |
| * | | | | | | | | astc: Make IntegerEncodedValue constructor constexpr | ReinUsesLisp | 2020-03-14 | 1 | -5/+6 |
| * | | | | | | | | astc: Make IntegerEncodedValue trivially copyable | ReinUsesLisp | 2020-03-14 | 1 | -9/+2 |
| * | | | | | | | | astc: Rename C types to common_types | ReinUsesLisp | 2020-03-14 | 1 | -79/+78 |
| * | | | | | | | | astc: Move Popcnt to an anonymous namespace and make it constexpr | ReinUsesLisp | 2020-03-14 | 1 | -9/+13 |
| * | | | | | | | | astc: Use common types instead of stdint.h integer types | ReinUsesLisp | 2020-03-14 | 1 | -284/+282 |
| * | | | | | | | | astc: Use 'enum class' instead of 'enum' for EIntegerEncoding | ReinUsesLisp | 2020-03-14 | 1 | -25/+25 |
* | | | | | | | | | Merge pull request #3518 from ReinUsesLisp/scissor-clears | Mat M | 2020-03-17 | 4 | -45/+53 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | vk_rasterizer: Implement layered clears | ReinUsesLisp | 2020-03-15 | 1 | -2/+2 |
| * | | | | | | | | | vk_rasterizer: Reimplement clears with vkCmdClearAttachments | ReinUsesLisp | 2020-03-15 | 4 | -45/+53 |
* | | | | | | | | | | Merge pull request #3519 from ReinUsesLisp/int-formats | Mat M | 2020-03-17 | 1 | -0/+4 |
|\ \ \ \ \ \ \ \ \ \
| |_|_|_|/ / / / / /
|/| | | | | | | | | |
|
| * | | | | | | | | | maxwell_to_vk: Implement RG32 and RGB32 integer vertex formats | ReinUsesLisp | 2020-03-15 | 1 | -0/+4 |
| | |_|_|_|_|_|/ /
| |/| | | | | | | |
|
* | | | | | | | | | Merge pull request #3498 from ReinUsesLisp/texel-fetch-glsl | bunnei | 2020-03-17 | 1 | -6/+9 |
|\ \ \ \ \ \ \ \ \
| |_|_|_|_|_|/ / /
|/| | | | | | | | |
|
| * | | | | | | | | gl_shader_decompiler: Add layer component to texelFetch | ReinUsesLisp | 2020-03-12 | 1 | -6/+9 |
* | | | | | | | | | renderer_opengl: Move some logic to an anonymous namespace | ReinUsesLisp | 2020-03-16 | 1 | -151/+151 |
* | | | | | | | | | renderer_opengl: Detect Nvidia Nsight as a debugging tool | ReinUsesLisp | 2020-03-16 | 3 | -7/+22 |
* | | | | | | | | | Merge pull request #3515 from ReinUsesLisp/vertex-vk-assert | Rodrigo Locatti | 2020-03-16 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | vk_rasterizer: Fix vertex range assert | ReinUsesLisp | 2020-03-15 | 1 | -1/+1 |
| | |/ / / / / / /
| |/| | | | | | | |
|
* | | | | | | | | | Merge pull request #3501 from ReinUsesLisp/rgba16-snorm | Rodrigo Locatti | 2020-03-16 | 8 | -69/+84 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | video_core: Implement RGBA16_SNORM | ReinUsesLisp | 2020-03-13 | 8 | -69/+84 |
* | | | | | | | | | | Merge pull request #3502 from namkazt/patch-3 | Rodrigo Locatti | 2020-03-16 | 3 | -29/+53 |
|\ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | clang-format | Nguyen Dac Nam | 2020-03-14 | 1 | -2/+1 |
| * | | | | | | | | | | nit | Nguyen Dac Nam | 2020-03-14 | 1 | -1/+1 |
| * | | | | | | | | | | clang-format | Nguyen Dac Nam | 2020-03-13 | 1 | -4/+8 |
| * | | | | | | | | | | Apply suggestions from code review | Nguyen Dac Nam | 2020-03-13 | 1 | -5/+5 |
| * | | | | | | | | | | shader_decode: BFE add ref of reverse parallel method. | Nguyen Dac Nam | 2020-03-13 | 1 | -0/+3 |
| * | | | | | | | | | | shader_decode: implement BREV on BFE | Nguyen Dac Nam | 2020-03-13 | 1 | -6/+25 |
| * | | | | | | | | | | shader_bytecode: update BFE instructions struct. | Nguyen Dac Nam | 2020-03-13 | 1 | -8/+3 |
| * | | | | | | | | | | node_helper: add IBitfieldExtract case | Nguyen Dac Nam | 2020-03-13 | 1 | -0/+2 |
| * | | | | | | | | | | shader_decode: Reimplement BFE instructions | Nguyen Dac Nam | 2020-03-13 | 1 | -25/+27 |
| | |_|_|_|_|_|/ / /
| |/| | | | | | | | |
|
* | | | | | | | | | | Merge pull request #3503 from makigumo/patch-2 | Rodrigo Locatti | 2020-03-16 | 1 | -0/+2 |
|\ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | fix formatting | makigumo | 2020-03-13 | 1 | -1/+1 |
| * | | | | | | | | | | maxwell_to_vk: add vertex format eA2B10G10R10UnormPack32 | makigumo | 2020-03-13 | 1 | -1/+3 |
| |/ / / / / / / / / |
|
* | | | | | | | | | | Merge pull request #3512 from bunnei/fix-renderdoc | Rodrigo Locatti | 2020-03-15 | 3 | -1/+38 |
|\ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | renderer_opengl: Keep presentation frames in lock-step when GPU debugging. | bunnei | 2020-03-14 | 1 | -1/+32 |
| * | | | | | | | | | | gl_device: Add option to check GL_EXT_debug_tool. | bunnei | 2020-03-14 | 2 | -0/+6 |
| | |_|_|_|/ / / / /
| |/| | | | | | | | |
|
* | | | | | | | | | | vk_shader_decompiler: fix linux build | makigumo | 2020-03-15 | 1 | -1/+1 |
| |_|_|/ / / / / /
|/| | | | | | | | |
|
* | | | | | | | | | Merge pull request #3508 from FernandoS27/page-table | bunnei | 2020-03-14 | 3 | -4/+25 |
|\ \ \ \ \ \ \ \ \
| |/ / / / / / / /
|/| | | | | | | | |
|
| * | | | | | | | | PageTable: move backing addresses to a children class as the CPU page table does not need them. | Fernando Sahmkow | 2020-03-14 | 3 | -4/+25 |
| | |_|_|_|/ / /
| |/| | | | | | |
|
* | | | | | | | | Merge pull request #3500 from ReinUsesLisp/incompatible-types | Fernando Sahmkow | 2020-03-14 | 1 | -2/+39 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | texture_cache: Report incompatible textures as black | ReinUsesLisp | 2020-03-12 | 1 | -2/+39 |
| | |_|_|/ / / /
| |/| | | | | | |
|
* | | | | | | | | Merge pull request #3499 from ReinUsesLisp/depth-2d-array | Fernando Sahmkow | 2020-03-14 | 1 | -2/+4 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | texture_cache/surface_params: Force depth=1 on 2D textures | ReinUsesLisp | 2020-03-12 | 1 | -2/+4 |
| |/ / / / / / / |
|
* | | | | | | | | vk/gl_shader_decompiler: Silence assertion on compute | ReinUsesLisp | 2020-03-13 | 2 | -6/+12 |
* | | | | | | | | vk_shader_decompiler: Fix default varying regression | ReinUsesLisp | 2020-03-13 | 1 | -2/+6 |
* | | | | | | | | maxwell_3d: Add padding words to XFB entries | ReinUsesLisp | 2020-03-13 | 1 | -2/+4 |
* | | | | | | | | gl_shader_decompiler: Fix implicit conversion errors | ReinUsesLisp | 2020-03-13 | 1 | -3/+3 |
* | | | | | | | | vk_shader_decompiler: Fix implicit type conversion | Rodrigo Locatti | 2020-03-13 | 1 | -1/+1 |
* | | | | | | | | vk_rasterizer: Implement transform feedback binding zero | ReinUsesLisp | 2020-03-13 | 2 | -0/+46 |
* | | | | | | | | vk_shader_decompiler: Add XFB decorations to generic varyings | ReinUsesLisp | 2020-03-13 | 1 | -16/+89 |
* | | | | | | | | vk_device: Enable VK_EXT_transform_feedback when available | ReinUsesLisp | 2020-03-13 | 2 | -7/+40 |
* | | | | | | | | vk_device: Shrink formatless capability name size | ReinUsesLisp | 2020-03-13 | 3 | -26/+23 |
* | | | | | | | | shader/transform_feedback: Expose buffer stride | ReinUsesLisp | 2020-03-13 | 3 | -1/+4 |
* | | | | | | | | vk_shader_decompiler: Use registry for specialization | ReinUsesLisp | 2020-03-13 | 4 | -31/+37 |
* | | | | | | | | gl_rasterizer: Implement transform feedback bindings | ReinUsesLisp | 2020-03-13 | 3 | -10/+83 |
* | | | | | | | | gl_shader_decompiler: Decorate output attributes with XFB layout | ReinUsesLisp | 2020-03-13 | 1 | -29/+105 |
* | | | | | | | | shader/transform_feedback: Add host API friendly TFB builder | ReinUsesLisp | 2020-03-13 | 4 | -0/+140 |
| |_|_|_|/ / /
|/| | | | | | |
|
* | | | | | | | Merge branch 'master' into shader-purge | Rodrigo Locatti | 2020-03-13 | 15 | -47/+177 |
|\ \ \ \ \ \ \
| | |/ / / / /
| |/| | | | | |
|
| * | | | | | | Merge pull request #3491 from ReinUsesLisp/polygon-modes | bunnei | 2020-03-13 | 7 | -2/+99 |
| |\ \ \ \ \ \
| | |_|/ / / /
| |/| | | | | |
|
| | * | | | | | gl_rasterizer: Implement polygon modes and fill rectangles | ReinUsesLisp | 2020-03-10 | 7 | -2/+99 |
| * | | | | | | Merge pull request #3483 from namkazt/patch-1 | Fernando Sahmkow | 2020-03-13 | 1 | -1/+1 |
| |\ \ \ \ \ \ |
|
| | * | | | | | | vk_reasterizer: fix mistype on SetupGraphicsImages | Nguyen Dac Nam | 2020-03-08 | 1 | -1/+1 |
| * | | | | | | | Merge pull request #3480 from ReinUsesLisp/vk-disabled-ubo | Fernando Sahmkow | 2020-03-13 | 2 | -1/+9 |
| |\ \ \ \ \ \ \
| | |_|_|_|/ / /
| |/| | | | | | |
|
| | * | | | | | | vk_rasterizer: Support disabled uniform buffers | ReinUsesLisp | 2020-03-06 | 2 | -1/+9 |
| * | | | | | | | Merge pull request #3497 from FernandoS27/microprogfile-extend | bunnei | 2020-03-12 | 1 | -2/+2 |
| |\ \ \ \ \ \ \ |
|
| | * | | | | | | | NVFlinger: Do the microprofile Flip after processing a valid frame. | Fernando Sahmkow | 2020-03-12 | 1 | -2/+2 |
| | | |_|_|/ / /
| | |/| | | | | |
|
| * | | | | | | | Merge pull request #3496 from vitor-k/remove-enum | bunnei | 2020-03-12 | 2 | -10/+10 |
| |\ \ \ \ \ \ \
| | |/ / / / / /
| |/| | | | | | |
|
| | * | | | | | | framebuffer_layout.h: drop the use of enum for screen dimensions. | Vitor Kiguchi | 2020-03-11 | 2 | -10/+10 |
| * | | | | | | | Merge pull request #3494 from ReinUsesLisp/fix-cs-pipeline | bunnei | 2020-03-11 | 4 | -29/+39 |
| |\ \ \ \ \ \ \
| | |/ / / / / /
| |/| | | | | | |
|
| | * | | | | | | gl_shader_manager: Fix interaction between graphics and compute | ReinUsesLisp | 2020-03-11 | 4 | -29/+39 |
| | | |_|/ / /
| | |/| | | | |
|
| * | | | | | | Merge pull request #3458 from FearlessTobi/voice-issues | bunnei | 2020-03-11 | 1 | -3/+17 |
| |\ \ \ \ \ \
| | |/ / / / /
| |/| | | | | |
|
| | * | | | | | cubeb_sink: Don't discard other channels when performing downmixing | FearlessTobi | 2020-03-08 | 1 | -3/+17 |
* | | | | | | | gl_shader_decompiler: Initialize gl_Position on vertex shaders | ReinUsesLisp | 2020-03-13 | 1 | -0/+4 |
* | | | | | | | gl_shader_decompiler: Add missing {} on smem GLSL emission | ReinUsesLisp | 2020-03-13 | 1 | -1/+1 |
* | | | | | | | gl_shader_decompiler: Fix regression in render target declarations | ReinUsesLisp | 2020-03-12 | 1 | -12/+2 |
* | | | | | | | engines/maxwell_3d: Add TFB registers and store them in shader registry | ReinUsesLisp | 2020-03-09 | 4 | -6/+45 |
* | | | | | | | shader/registry: Address feedback | ReinUsesLisp | 2020-03-09 | 3 | -13/+18 |
* | | | | | | | gl_shader_decompiler: Add identifier to decompiled code | ReinUsesLisp | 2020-03-09 | 3 | -8/+16 |
* | | | | | | | gl_shader_decompiler: Roll back to GLSL core 430 | ReinUsesLisp | 2020-03-09 | 1 | -1/+1 |
* | | | | | | | const_buffer_engine_interface: Store component types | ReinUsesLisp | 2020-03-09 | 4 | -46/+27 |
* | | | | | | | yuzu/loading_screen: Remove unused shader progress mode | ReinUsesLisp | 2020-03-09 | 2 | -17/+1 |
* | | | | | | | gl_shader_cache: Reduce registry consistency to debug assert | ReinUsesLisp | 2020-03-09 | 1 | -3/+1 |
* | | | | | | | shader/registry: Cache tessellation state | ReinUsesLisp | 2020-03-09 | 3 | -3/+10 |
* | | | | | | | shader/registry: Store graphics and compute metadata | ReinUsesLisp | 2020-03-09 | 8 | -75/+176 |
* | | | | | | | video_core: Rename "const buffer locker" to "registry" | ReinUsesLisp | 2020-03-09 | 16 | -95/+100 |
* | | | | | | | gl_shader_cache: Rework shader cache and remove post-specializations | ReinUsesLisp | 2020-03-09 | 18 | -1094/+544 |
|/ / / / / / |
|
* | | | | | | Merge pull request #3301 from ReinUsesLisp/state-tracker | Rodrigo Locatti | 2020-03-09 | 50 | -1891/+1578 |
|\ \ \ \ \ \ |
|
| * | | | | | | video_core/dirty_flags: Address feedback | ReinUsesLisp | 2020-02-28 | 1 | -4/+4 |
| * | | | | | | renderer_opengl: Fix edge-case where alpha testing might cull presentation | ReinUsesLisp | 2020-02-28 | 2 | -0/+7 |
| * | | | | | | gl_texture_cache: Remove blending disable on blits | ReinUsesLisp | 2020-02-28 | 1 | -5/+0 |
| * | | | | | | gl_rasterizer: Don't disable blending on clears | ReinUsesLisp | 2020-02-28 | 1 | -4/+0 |
| * | | | | | | dirty_flags: Deduplicate code between OpenGL and Vulkan | ReinUsesLisp | 2020-02-28 | 5 | -77/+73 |
| * | | | | | | vk_rasterizer: Pass Maxwell registers to dynamic updates | ReinUsesLisp | 2020-02-28 | 2 | -26/+21 |
| * | | | | | | state_tracker: Remove type traits with named structures | ReinUsesLisp | 2020-02-28 | 4 | -18/+22 |
| * | | | | | | vk_state_tracker: Implement dirty flags for stencil properties | ReinUsesLisp | 2020-02-28 | 3 | -0/+21 |
| * | | | | | | vk_state_tracker: Implement dirty flags for depth bounds | ReinUsesLisp | 2020-02-28 | 3 | -0/+14 |
| * | | | | | | vk_state_tracker: Implement dirty flags for blend constants | ReinUsesLisp | 2020-02-28 | 3 | -0/+14 |
| * | | | | | | vk_state_tracker: Implement dirty flags for depth bias | ReinUsesLisp | 2020-02-28 | 3 | -0/+17 |
| * | | | | | | vk_state_tracker: Implement dirty flags for scissors | ReinUsesLisp | 2020-02-28 | 3 | -0/+14 |
| * | | | | | | vk_state_tracker: Initial implementation | ReinUsesLisp | 2020-02-28 | 10 | -52/+198 |
| * | | | | | | gl_rasterizer: Remove num vertex buffers magic number | ReinUsesLisp | 2020-02-28 | 1 | -2/+4 |
| * | | | | | | gl_rasterizer: Only apply polygon offset clamp if enabled | ReinUsesLisp | 2020-02-28 | 1 | -3/+6 |
| * | | | | | | gl_state_tracker: Implement dirty flags for depth clamp enabling | ReinUsesLisp | 2020-02-28 | 3 | -3/+15 |
| * | | | | | | gl_rasterizer: Disable scissor 0 when scissor is not used on clear | ReinUsesLisp | 2020-02-28 | 1 | -0/+3 |
| * | | | | | | gl_rasterizer: Notify depth mask changes on clear | ReinUsesLisp | 2020-02-28 | 2 | -1/+6 |
| * | | | | | | gl_rasterizer: Minor sort changes to clearing | ReinUsesLisp | 2020-02-28 | 1 | -11/+9 |
| * | | | | | | maxwell_3d: Use two tables instead of three for dirty flags | ReinUsesLisp | 2020-02-28 | 1 | -1/+1 |
| * | | | | | | gl_state_tracker: Track state of index buffers | ReinUsesLisp | 2020-02-28 | 4 | -5/+23 |
| * | | | | | | gl_state_tracker: Implement dirty flags for clip control | ReinUsesLisp | 2020-02-28 | 5 | -15/+31 |
| * | | | | | | gl_state_tracker: Implement dirty flags for point sizes | ReinUsesLisp | 2020-02-28 | 3 | -4/+25 |
| * | | | | | | gl_state_tracker: Implement dirty flags for fragment color clamp | ReinUsesLisp | 2020-02-28 | 3 | -2/+14 |
| * | | | | | | gl_state_tracker: Implement dirty flags for logic op | ReinUsesLisp | 2020-02-28 | 4 | -2/+22 |
| * | | | | | | gl_state_tracker: Implement dirty flags for sRGB | ReinUsesLisp | 2020-02-28 | 5 | -2/+21 |
| * | | | | | | gl_state_tracker: Implement dirty flags for rasterize enable | ReinUsesLisp | 2020-02-28 | 5 | -2/+21 |
| * | | | | | | gl_state_tracker: Implement dirty flags for multisample | ReinUsesLisp | 2020-02-28 | 3 | -0/+13 |
| * | | | | | | gl_state_tracker: Implement dirty flags for alpha testing | ReinUsesLisp | 2020-02-28 | 4 | -6/+24 |
| * | | | | | | gl_state_tracker: Implement dirty flags for polygon offsets | ReinUsesLisp | 2020-02-28 | 4 | -2/+24 |
| * | | | | | | gl_state_tracker: Implement dirty flags for primitive restart | ReinUsesLisp | 2020-02-28 | 3 | -5/+19 |
| * | | | | | | gl_state_tracker: Implement dirty flags for stencil testing | ReinUsesLisp | 2020-02-28 | 4 | -3/+29 |
| * | | | | | | gl_state_tracker: Implement depth dirty flags | ReinUsesLisp | 2020-02-28 | 4 | -6/+31 |
| * | | | | | | gl_state_tracker: Implement dirty flags for front face and culling | ReinUsesLisp | 2020-02-28 | 4 | -7/+38 |
| * | | | | | | gl_state_tracker: Implement dirty flags for blending | ReinUsesLisp | 2020-02-28 | 5 | -14/+67 |
| * | | | | | | gl_state_tracker: Implement dirty flags for clip distances and shaders | ReinUsesLisp | 2020-02-28 | 7 | -14/+43 |
| * | | | | | | gl_state_tracker: Add dirty flags for buffers and divisors | ReinUsesLisp | 2020-02-28 | 4 | -22/+56 |
| * | | | | | | maxwell_3d: Change write dirty flags to a bitset | ReinUsesLisp | 2020-02-28 | 3 | -16/+16 |
| * | | | | | | gl_state_tracker: Implement dirty flags for vertex formats | ReinUsesLisp | 2020-02-28 | 4 | -9/+44 |
| * | | | | | | gl_state_tracker: Implement dirty flags for color masks | ReinUsesLisp | 2020-02-28 | 4 | -9/+53 |
| * | | | | | | gl_state_tracker: Implement dirty flags for scissors | ReinUsesLisp | 2020-02-28 | 5 | -10/+58 |
| * | | | | | | gl_state_tracker: Implement dirty flags for viewports | ReinUsesLisp | 2020-02-28 | 4 | -9/+54 |
| * | | | | | | renderer_opengl: Reintroduce dirty flags for render targets | ReinUsesLisp | 2020-02-28 | 9 | -13/+195 |
| * | | | | | | maxwell_3d: Flatten cull and front face registers | ReinUsesLisp | 2020-02-28 | 8 | -50/+47 |
| * | | | | | | video_core: Reintroduce dirty flags infrastructure | ReinUsesLisp | 2020-02-28 | 10 | -1/+72 |
| * | | | | | | gl_state: Remove completely | ReinUsesLisp | 2020-02-28 | 13 | -152/+4 |
| * | | | | | | gl_state: Remove program tracking | ReinUsesLisp | 2020-02-28 | 9 | -94/+62 |
| * | | | | | | gl_state: Remove framebuffer tracking | ReinUsesLisp | 2020-02-28 | 7 | -82/+23 |
| * | | | | | | gl_state: Remove image tracking | ReinUsesLisp | 2020-02-28 | 5 | -24/+12 |
| * | | | | | | gl_state: Remove texture and sampler tracking | ReinUsesLisp | 2020-02-28 | 5 | -60/+8 |
| * | | | | | | gl_state: Remove blend state tracking | ReinUsesLisp | 2020-02-28 | 5 | -104/+28 |
| * | | | | | | gl_state: Remove stencil test tracking | ReinUsesLisp | 2020-02-28 | 4 | -92/+18 |
| * | | | | | | gl_state: Remove clip control tracking | ReinUsesLisp | 2020-02-28 | 5 | -19/+8 |
| * | | | | | | gl_state: Remove clip distances tracking | ReinUsesLisp | 2020-02-28 | 4 | -29/+3 |
| * | | | | | | gl_state: Remove rasterizer disable tracking | ReinUsesLisp | 2020-02-28 | 6 | -13/+8 |
| * | | | | | | gl_state: Remove viewport and depth range tracking | ReinUsesLisp | 2020-02-28 | 7 | -101/+39 |
| * | | | | | | gl_state: Remove scissor test tracking | ReinUsesLisp | 2020-02-28 | 6 | -69/+12 |
| * | | | | | | gl_state: Remove color mask tracking | ReinUsesLisp | 2020-02-28 | 4 | -40/+12 |
| * | | | | | | gl_state: Remove clamp framebuffer color tracking | ReinUsesLisp | 2020-02-28 | 3 | -17/+6 |
| * | | | | | | gl_state: Remove multisample tracking | ReinUsesLisp | 2020-02-28 | 3 | -16/+2 |
| * | | | | | | gl_state: Remove framebuffer sRGB tracking | ReinUsesLisp | 2020-02-28 | 6 | -21/+25 |
| * | | | | | | gl_state: Remove VAO cache and tracking | ReinUsesLisp | 2020-02-28 | 10 | -153/+53 |
| * | | | | | | gl_state: Remove depth clamp tracking | ReinUsesLisp | 2020-02-28 | 4 | -25/+13 |
| * | | | | | | gl_state: Remove depth tracking | ReinUsesLisp | 2020-02-28 | 4 | -34/+7 |
| * | | | | | | gl_state: Remove primitive restart tracking | ReinUsesLisp | 2020-02-28 | 3 | -18/+2 |
| * | | | | | | gl_state: Remove logic op tracker | ReinUsesLisp | 2020-02-28 | 4 | -24/+5 |
| * | | | | | | gl_state: Remove blend color tracking | ReinUsesLisp | 2020-02-28 | 3 | -18/+1 |
| * | | | | | | gl_state: Remove polygon offset tracking | ReinUsesLisp | 2020-02-28 | 4 | -39/+7 |
| * | | | | | | gl_state: Remove alpha test tracking | ReinUsesLisp | 2020-02-28 | 4 | -21/+4 |
| * | | | | | | gl_state: Remove cull mode tracking | ReinUsesLisp | 2020-02-28 | 4 | -19/+4 |
| * | | | | | | gl_state: Remove front face tracking | ReinUsesLisp | 2020-02-28 | 4 | -6/+5 |
| * | | | | | | gl_state: Remove point size tracking | ReinUsesLisp | 2020-02-28 | 3 | -22/+4 |
| * | | | | | | gl_rasterizer: Add oglEnablei helper | ReinUsesLisp | 2020-02-28 | 1 | -0/+4 |
| * | | | | | | gl_rasterizer: Add OpenGL enable/disable helper | ReinUsesLisp | 2020-02-28 | 1 | -0/+4 |
| * | | | | | | gl_rasterizer: Remove dirty flags | ReinUsesLisp | 2020-02-28 | 18 | -457/+7 |
| * | | | | | | common/math_util: Support float type rectangles | ReinUsesLisp | 2020-02-28 | 1 | -2/+14 |
* | | | | | | | textures: Fix anisotropy hack | ReinUsesLisp | 2020-03-08 | 1 | -14/+16 |
| |/ / / / /
|/| | | | | |
|
* | | | | | | Merge pull request #3452 from Morph1984/anisotropic-filtering | bunnei | 2020-03-08 | 16 | -35/+245 |
|\ \ \ \ \ \
| |_|_|/ / /
|/| | | | | |
|
| * | | | | | Create an "Advanced" tab in the graphics configuration tab and add anisotropic filtering levels. | Morph | 2020-02-28 | 16 | -35/+245 |
* | | | | | | Merge pull request #3481 from ReinUsesLisp/abgr5-storage | bunnei | 2020-03-08 | 1 | -1/+1 |
|\ \ \ \ \ \ |
|
| * | | | | | | maxwell_to_vk: Remove Storage capability for A1B5G5R5U | ReinUsesLisp | 2020-03-06 | 1 | -1/+1 |
| | |_|/ / /
| |/| | | | |
|
* | | | | | | Merge pull request #3463 from ReinUsesLisp/vk-toctou | bunnei | 2020-03-06 | 1 | -9/+12 |
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
|
| * | | | | | vk_swapchain: Silence TOCTOU race condition | ReinUsesLisp | 2020-02-26 | 1 | -9/+12 |
* | | | | | | Merge pull request #3479 from jroweboy/dont-log-on-no-input | bunnei | 2020-03-05 | 3 | -6/+14 |
|\ \ \ \ \ \ |
|
| * | | | | | | input/udp - Add minor error handling to prevent bad input from crashing | James Rowe | 2020-03-04 | 1 | -4/+13 |
| * | | | | | | Frontend/SDL - Provide proper default for UDP input | James Rowe | 2020-03-04 | 1 | -1/+1 |
| * | | | | | | input/udp - Dont log on invalid packet received | James Rowe | 2020-03-04 | 1 | -1/+0 |
* | | | | | | | Merge pull request #3451 from ReinUsesLisp/indexed-textures | bunnei | 2020-03-05 | 8 | -74/+107 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | vk_shader_decompiler: Implement indexed textures | ReinUsesLisp | 2020-02-24 | 6 | -54/+99 |
| * | | | | | | | shader: Simplify indexed sampler usages | ReinUsesLisp | 2020-02-24 | 2 | -20/+8 |
| | |_|_|_|_|/
| |/| | | | | |
|
* | | | | | | | Merge pull request #3469 from namkazt/patch-1 | bunnei | 2020-03-05 | 1 | -6/+14 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | nit: move comment to right place. | Nguyen Dac Nam | 2020-02-29 | 1 | -2/+2 |
| * | | | | | | | shader_decode: Fix LD, LDG when track constant buffer | Nguyen Dac Nam | 2020-02-28 | 1 | -4/+12 |
| | |_|_|/ / /
| |/| | | | | |
|
* | | | | | | | Merge pull request #3478 from bunnei/a32 | bunnei | 2020-03-05 | 26 | -235/+1068 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | core: hle: Implement separate A32/A64 SVC interfaces. | bunnei | 2020-03-03 | 2 | -107/+380 |
| * | | | | | | | core: Implement separate A32/A64 ARM interfaces. | bunnei | 2020-03-03 | 21 | -122/+454 |
| * | | | | | | | core: loader: Remove check for 32-bit. | bunnei | 2020-03-03 | 1 | -6/+0 |
| * | | | | | | | core: dynarmic: Add CP15 from Citra. | bunnei | 2020-03-03 | 3 | -0/+234 |
| | |_|/ / / /
| |/| | | | | |
|
* | | | | | | | Merge pull request #3455 from ReinUsesLisp/attr-scaled | bunnei | 2020-03-04 | 3 | -4/+40 |
|\ \ \ \ \ \ \
| |/ / / / / /
|/| | | | | | |
|
| * | | | | | | video_core: Implement more scaler attribute formats | ReinUsesLisp | 2020-02-24 | 3 | -4/+40 |
| | |/ / / /
| |/| | | | |
|
* | | | | | | Merge pull request #3464 from FernandoS27/jit-fix | bunnei | 2020-03-03 | 2 | -4/+19 |
|\ \ \ \ \ \
| |_|_|_|_|/
|/| | | | | |
|
| * | | | | | ARM_Interface: Cache the JITs instead of deleting/recreating. | Fernando Sahmkow | 2020-02-26 | 2 | -4/+19 |
* | | | | | | Merge pull request #3448 from bunnei/fix-audio-interp-2 | bunnei | 2020-02-28 | 2 | -23/+38 |
|\ \ \ \ \ \
| |_|_|_|_|/
|/| | | | | |
|
| * | | | | | audio_core: interpolate: Improvements to fix audio crackling. | bunnei | 2020-02-23 | 2 | -23/+38 |
* | | | | | | renderer_opengl: Fix SRGB presentation frame tracking. | bunnei | 2020-02-28 | 2 | -5/+2 |
| |_|_|/ /
|/| | | | |
|
* | | | | | Merge pull request #3430 from bunnei/split-presenter | bunnei | 2020-02-28 | 38 | -378/+787 |
|\ \ \ \ \ |
|
| * | | | | | renderer_opengl: Reduce swap chain size to 3. | bunnei | 2020-02-28 | 1 | -3/+2 |
| * | | | | | renderer_opengl: Use more concise lock syntax. | bunnei | 2020-02-27 | 1 | -4/+4 |
| * | | | | | renderer_opengl: Move Frame/FrameMailbox to OpenGL namespace. | bunnei | 2020-02-27 | 3 | -77/+42 |
| * | | | | | renderer_opengl: Create gl_framebuffer_data if empty. | bunnei | 2020-02-26 | 1 | -1/+2 |
| * | | | | | frontend: qt: bootmanager: Acquire a shared context in main emu thread. | bunnei | 2020-02-26 | 2 | -12/+12 |
| * | | | | | frontend: qt: bootmanager: Vulkan: Restore support for VK backend. | bunnei | 2020-02-26 | 5 | -113/+145 |
| * | | | | | frontend: qt: bootmanager: OpenGL: Implement separate presentation thread. | bunnei | 2020-02-26 | 2 | -222/+254 |
| * | | | | | frontent: qt: main: Various updates/refactoring for separate presentation thread. | bunnei | 2020-02-26 | 2 | -29/+27 |
| * | | | | | core: frontend: Refactor scope_acquire_window_context to scope_acquire_context. | bunnei | 2020-02-26 | 7 | -29/+32 |
| * | | | | | frontend: sdl2: emu_window: Implement separate presentation thread. | bunnei | 2020-02-26 | 10 | -62/+79 |
| * | | | | | renderer_opengl: Add texture mailbox support for presenter thread. | bunnei | 2020-02-26 | 4 | -35/+269 |
| * | | | | | renderer_opengl: Add OGLRenderbuffer to resource/state management. | bunnei | 2020-02-26 | 4 | -0/+62 |
| * | | | | | core: frontend: emu_window: Add TextureMailbox class. | bunnei | 2020-02-26 | 1 | -0/+41 |
| * | | | | | core: settings: Add setting to enable vsync, which is on by default. | bunnei | 2020-02-26 | 8 | -0/+25 |
* | | | | | | AM/ICommonStateGetter: Stub SetLcdBacklighOffEnabled (#3454) | Morph | 2020-02-27 | 2 | -2/+14 |
* | | | | | | shader: FMUL switch to using LUT (#3441) | Nguyen Dac Nam | 2020-02-27 | 1 | -19/+14 |
* | | | | | | Merge pull request #3440 from namkazt/patch-6 | bunnei | 2020-02-26 | 1 | -36/+58 |
|\ \ \ \ \ \
| |_|_|_|_|/
|/| | | | | |
|
| * | | | | | nit: add const to where it need. | Nguyen Dac Nam | 2020-02-21 | 1 | -14/+14 |
| * | | | | | shader: implement LOP3 fast replace for old function | Nguyen Dac Nam | 2020-02-21 | 1 | -36/+58 |
* | | | | | | Merge pull request #3431 from CJBok/npad-fix | bunnei | 2020-02-26 | 2 | -5/+19 |
|\ \ \ \ \ \
| |_|/ / / /
|/| | | | | |
|
| * | | | | | analog_from_button get direction implementation | CJBok | 2020-02-18 | 2 | -5/+19 |
* | | | | | | Merge pull request #3461 from ReinUsesLisp/r32i-rt | Mat M | 2020-02-25 | 2 | -0/+3 |
|\ \ \ \ \ \ |
|
| * | | | | | | video_core/surface: Add R32_SINT render target format | ReinUsesLisp | 2020-02-25 | 2 | -0/+3 |
* | | | | | | | Merge pull request #3460 from ReinUsesLisp/unused-format-getter | Mat M | 2020-02-25 | 2 | -71/+0 |
|\ \ \ \ \ \ \
| |/ / / / / /
|/| | | | | | |
|
| * | | | | | | video_core/gpu: Remove unused functions | ReinUsesLisp | 2020-02-25 | 2 | -71/+0 |
| | |_|_|/ /
| |/| | | | |
|
* | | | | | | Merge pull request #3417 from ReinUsesLisp/r32i | bunnei | 2020-02-25 | 6 | -34/+46 |
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
|
| * | | | | | texture: Implement R32I | ReinUsesLisp | 2020-02-15 | 6 | -34/+46 |
* | | | | | | Merge pull request #3425 from ReinUsesLisp/layered-framebuffer | bunnei | 2020-02-24 | 8 | -51/+74 |
|\ \ \ \ \ \
| |_|_|_|_|/
|/| | | | | |
|
| * | | | | | texture_cache: Implement layered framebuffer attachments | ReinUsesLisp | 2020-02-16 | 8 | -51/+74 |
| |/ / / / |
|
* | | | | | Merge pull request #3424 from ReinUsesLisp/spirv-layer | bunnei | 2020-02-23 | 1 | -6/+30 |
|\ \ \ \ \ |
|
| * | | | | | vk_shader_decompiler: Implement Layer output attribute | ReinUsesLisp | 2020-02-16 | 1 | -6/+30 |
| |/ / / / |
|
* | | | | | Merge pull request #3422 from ReinUsesLisp/buffer-flush | bunnei | 2020-02-23 | 2 | -0/+11 |
|\ \ \ \ \ |
|
| * | | | | | surface_base: Implement texture buffer flushes | ReinUsesLisp | 2020-02-16 | 2 | -0/+11 |
| |/ / / / |
|
* | | | | | Scheduler: Inline global scheduler in Scheduler Lock. | Fernando Sahmkow | 2020-02-22 | 1 | -4/+2 |
* | | | | | Kernel: Correct pending feedback. | Fernando Sahmkow | 2020-02-22 | 1 | -3/+4 |
* | | | | | System: Expose Host thread registering routines from kernel. | Fernando Sahmkow | 2020-02-22 | 2 | -0/+14 |
* | | | | | Kernel: Address Feedback. | Fernando Sahmkow | 2020-02-22 | 6 | -30/+47 |
* | | | | | Kernel: Implement Scheduler locks | Fernando Sahmkow | 2020-02-22 | 2 | -0/+89 |
* | | | | | Kernel: Implement Time Manager. | Fernando Sahmkow | 2020-02-22 | 5 | -1/+98 |
* | | | | | Kernel: Rename ThreadCallbackHandleTable and Setup Thread Ids on Kernel. | Fernando Sahmkow | 2020-02-22 | 5 | -24/+107 |
* | | | | | Kernel: Make global scheduler depend on KernelCore | Fernando Sahmkow | 2020-02-22 | 4 | -8/+24 |
| |_|_|/
|/| | | |
|
* | | | | audio_core: interpolate: Fix include for climits (Linux build break). | bunnei | 2020-02-22 | 1 | -1/+1 |
* | | | | Merge pull request #3310 from FearlessTobi/fast-resample | bunnei | 2020-02-22 | 2 | -48/+159 |
|\ \ \ \ |
|
| * | | | | audio_core: Switch to a faster interpolation technique | FearlessTobi | 2020-01-24 | 2 | -48/+159 |
* | | | | | shader/texture: Fix illegal 3D texture assert | ReinUsesLisp | 2020-02-21 | 1 | -1/+1 |
* | | | | | Merge pull request #3433 from namkazt/patch-1 | Rodrigo Locatti | 2020-02-21 | 1 | -3/+8 |
|\ \ \ \ \ |
|
| * | | | | | fixups mistake auto commit. | Nguyen Dac Nam | 2020-02-18 | 1 | -9/+0 |
| * | | | | | Update code structure | Nguyen Dac Nam | 2020-02-18 | 1 | -0/+7 |
| * | | | | | renderer_vulkan: Add the rest of case for TryConvertBorderColor | Nguyen Dac Nam | 2020-02-18 | 1 | -3/+10 |
| | |_|/ /
| |/| | | |
|
* | | | | | Merge pull request #3434 from namkazt/patch-2 | Rodrigo Locatti | 2020-02-21 | 3 | -2/+25 |
|\ \ \ \ \ |
|
| * | | | | | vk_device: remove left over from other branch | Nguyen Dac Nam | 2020-02-21 | 1 | -1/+0 |
| * | | | | | clang-format | Nguyen Dac Nam | 2020-02-20 | 1 | -1/+1 |
| * | | | | | shader_decompiler: only add StorageImageReadWithoutFormat when available | Nguyen Dac Nam | 2020-02-20 | 1 | -1/+4 |
| * | | | | | shader_decompiler: add check in case of device not support ShaderStorageImageReadWithoutFormat | Nguyen Dac Nam | 2020-02-19 | 1 | -0/+4 |
| * | | | | | vk_device: setup shaderStorageImageReadWithoutFormat | Nguyen Dac Nam | 2020-02-19 | 1 | -0/+5 |
| * | | | | | vk_device: add check for shaderStorageImageReadWithoutFormat | Nguyen Dac Nam | 2020-02-19 | 1 | -0/+7 |
| * | | | | | vk_shader: add Capability StorageImageReadWithoutFormat | Nguyen Dac Nam | 2020-02-19 | 1 | -0/+1 |
| * | | | | | vk_shader: Implement function ImageLoad (Used by Kirby Start Allies) | Nguyen Dac Nam | 2020-02-19 | 1 | -2/+6 |
| |/ / / / |
|
* | | | | | Merge pull request #3435 from namkazt/patch-3 | Rodrigo Locatti | 2020-02-21 | 2 | -1/+4 |
|\ \ \ \ \ |
|
| * | | | | | add vertex UnsignedInt size RGBA | Nguyen Dac Nam | 2020-02-18 | 1 | -0/+2 |
| * | | | | | add eBc2SrgbBlock to formats | Nguyen Dac Nam | 2020-02-18 | 1 | -0/+1 |
| * | | | | | vulkan: add DXT23_SRGB | Nguyen Dac Nam | 2020-02-18 | 1 | -1/+1 |
| |/ / / / |
|
* | | | | | Merge pull request #3423 from ReinUsesLisp/no-match-3d | bunnei | 2020-02-21 | 1 | -8/+11 |
|\ \ \ \ \
| |_|_|_|/
|/| | | | |
|
| * | | | | texture_cache: Avoid matches in 3D textures | ReinUsesLisp | 2020-02-16 | 1 | -8/+11 |
| | |_|/
| |/| | |
|
* | | | | Merge pull request #3438 from bunnei/gpu-mem-manager-fix | bunnei | 2020-02-21 | 1 | -1/+10 |
|\ \ \ \ |
|
| * | | | | video_core: memory_manager: Flush/invalidate asynchronously on Unmap. | bunnei | 2020-02-20 | 1 | -1/+10 |
* | | | | | Merge pull request #3432 from brianclinkenbeard/update-httplib | bunnei | 2020-02-20 | 2 | -7/+7 |
|\ \ \ \ \ |
|
| * | | | | | httplib compatibility | Brian Clinkenbeard | 2020-02-19 | 2 | -7/+7 |
| | |_|/ /
| |/| | | |
|
* | | | | | Merge pull request #3415 from ReinUsesLisp/texture-code | bunnei | 2020-02-20 | 1 | -43/+28 |
|\ \ \ \ \ |
|
| * | | | | | shader/texture: Allow 2D shadow arrays and simplify code | ReinUsesLisp | 2020-02-15 | 1 | -43/+28 |
| | |_|/ /
| |/| | | |
|
* | | | | | Merge pull request #3414 from ReinUsesLisp/maxwell-3d-draw | bunnei | 2020-02-19 | 6 | -36/+6 |
|\ \ \ \ \ |
|
| * | | | | | maxwell_3d: Unify draw methods | ReinUsesLisp | 2020-02-14 | 6 | -36/+6 |
| |/ / / / |
|
* | | | | | Merge pull request #3411 from ReinUsesLisp/specific-funcs | bunnei | 2020-02-19 | 1 | -8/+28 |
|\ \ \ \ \ |
|
| * | | | | | gl_rasterizer: Use the least generic OpenGL draw function possible | ReinUsesLisp | 2020-02-14 | 1 | -8/+28 |
* | | | | | | shader_conversion: I2F : add Assert for case src_size is Short | Nguyen Dac Nam | 2020-02-19 | 1 | -0/+3 |
* | | | | | | fix warning | Nguyen Dac Nam | 2020-02-19 | 1 | -1/+1 |
* | | | | | | clang-format fix | Nguyen Dac Nam | 2020-02-19 | 1 | -1/+1 |
* | | | | | | shader_conversion: add conversion I2F for Short | Nguyen Dac Nam | 2020-02-19 | 1 | -9/+6 |
| |_|_|/ /
|/| | | | |
|
* | | | | | Merge pull request #3410 from ReinUsesLisp/vk-draw-index | bunnei | 2020-02-19 | 1 | -4/+13 |
|\ \ \ \ \ |
|
| * | | | | | vk_shader_decompiler: Fix vertex id and instance id | ReinUsesLisp | 2020-02-14 | 1 | -4/+13 |
| |/ / / / |
|
* | | | | | Merge pull request #3409 from ReinUsesLisp/host-queries | Fernando Sahmkow | 2020-02-18 | 18 | -51/+1043 |
|\ \ \ \ \
| |_|_|/ /
|/| | | | |
|
| * | | | | query_cache: Address feedback | ReinUsesLisp | 2020-02-14 | 2 | -16/+18 |
| * | | | | query_cache: Fix ambiguity in CacheAddr getter | ReinUsesLisp | 2020-02-14 | 1 | -4/+5 |
| * | | | | query_cache: Add a recursive mutex for concurrent usage | ReinUsesLisp | 2020-02-14 | 1 | -0/+6 |
| * | | | | vk_query_cache: Implement generic query cache on Vulkan | ReinUsesLisp | 2020-02-14 | 11 | -20/+327 |
| * | | | | query_cache: Abstract OpenGL implementation | ReinUsesLisp | 2020-02-14 | 4 | -339/+394 |
| * | | | | gl_query_cache: Optimize query cache | ReinUsesLisp | 2020-02-14 | 6 | -79/+217 |
| * | | | | gl_query_cache: Implement host queries using a deferred cache | ReinUsesLisp | 2020-02-14 | 7 | -86/+328 |
| * | | | | gl_rasterizer: Sort method declarations | ReinUsesLisp | 2020-02-14 | 1 | -16/+15 |
| * | | | | gl_rasterizer: Add queued commands counter | ReinUsesLisp | 2020-02-14 | 2 | -0/+16 |
| * | | | | maxwell_3d: Slow implementation of passed samples (query 21) | ReinUsesLisp | 2020-02-14 | 8 | -17/+201 |
| * | | | | gl_resource_manager: Add managed query class | ReinUsesLisp | 2020-02-14 | 2 | -0/+42 |
* | | | | | Merge pull request #3412 from Morph1984/aspect-ratio | bunnei | 2020-02-18 | 10 | -3/+85 |
|\ \ \ \ \ |
|
| * | | | | | Add 4:3 aspect ratio and address feedback | Morph | 2020-02-14 | 5 | -12/+20 |
| * | | | | | Address feedback | Morph | 2020-02-14 | 2 | -18/+26 |
| * | | | | | Use enumeration instead of magic numbers | Morph | 2020-02-14 | 2 | -5/+11 |
| * | | | | | Add following aspect ratios: 16:9, 21:9, Stretch to Window | Morph | 2020-02-14 | 9 | -2/+62 |
| | |/ / /
| |/| | | |
|
* | | | | | Merge pull request #3420 from namkazt/master2 | bunnei | 2020-02-17 | 2 | -0/+20 |
|\ \ \ \ \ |
|
| * | | | | | nvhost_gpu: implement ChannelSetTimeslice | namkazy | 2020-02-16 | 2 | -0/+20 |
* | | | | | | IUserLocalCommunicationService: add function Initialize2 | Nguyen Dac Nam | 2020-02-16 | 1 | -1/+9 |
* | | | | | | HLE: correct function name of IUserLocalCommunicationService | Nguyen Dac Nam | 2020-02-16 | 1 | -1/+1 |
|/ / / / / |
|
* | | / / | Revert "video_core: memory_manager: Use GPU interface for cache functions." | bunnei | 2020-02-15 | 3 | -9/+14 |
| |_|/ /
|/| | | |
|
* | | | | Merge pull request #3401 from FernandoS27/synchronization | bunnei | 2020-02-14 | 42 | -227/+434 |
|\ \ \ \ |
|
| * | | | | Core: Correct compilition in GCC | Fernando Sahmkow | 2020-02-14 | 1 | -0/+2 |
| * | | | | Core: Address Feedback | Fernando Sahmkow | 2020-02-14 | 6 | -24/+50 |
| * | | | | Core: Set all hardware emulation constants in a single file. | Fernando Sahmkow | 2020-02-12 | 17 | -53/+88 |
| * | | | | Kernel: Refactor synchronization to better match RE | Fernando Sahmkow | 2020-02-11 | 23 | -80/+212 |
| * | | | | Kernel: Change WaitObject to Synchronization object. In order to better reflect RE. | Fernando Sahmkow | 2020-02-11 | 22 | -98/+110 |
* | | | | | Merge pull request #3379 from ReinUsesLisp/cbuf-offset | bunnei | 2020-02-14 | 3 | -5/+5 |
|\ \ \ \ \ |
|
| * | | | | | shader/decode: Fix constant buffer offsets | ReinUsesLisp | 2020-02-05 | 3 | -5/+5 |
* | | | | | | Merge pull request #3400 from makigumo/patch-1 | bunnei | 2020-02-14 | 1 | -2/+4 |
|\ \ \ \ \ \
| |_|_|_|/ /
|/| | | | | |
|
| * | | | | | update hwopus DecodeInterleaved for FW 7.0.0+ | makigumo | 2020-02-11 | 1 | -2/+4 |
* | | | | | | Merge pull request #3395 from FernandoS27/queries | bunnei | 2020-02-14 | 4 | -52/+73 |
|\ \ \ \ \ \
| |_|_|_|/ /
|/| | | | | |
|
| * | | | | | GPU: Address Feedback. | Fernando Sahmkow | 2020-02-13 | 2 | -11/+10 |
| * | | | | | GPU: Implement GPU Clock correctly. | Fernando Sahmkow | 2020-02-10 | 3 | -2/+17 |
| * | | | | | Maxwell3D: Correct query reporting. | Fernando Sahmkow | 2020-02-10 | 2 | -51/+58 |
| | |_|/ /
| |/| | | |
|
* | | | | | address_arbiter: Collapse loops in InsertThread() and RemoveThread() | Lioncash | 2020-02-12 | 1 | -19/+17 |
* | | | | | address_arbiter: Simplify GetThreadsWaitingOnAddress() | Lioncash | 2020-02-12 | 2 | -10/+9 |
* | | | | | Merge pull request #3403 from lioncash/debug | bunnei | 2020-02-12 | 1 | -2/+2 |
|\ \ \ \ \ |
|
| * | | | | | bcat/backend: Make formatting of passphrase consistent in NullBackend::SetPassphrase() | Lioncash | 2020-02-12 | 1 | -1/+1 |
| * | | | | | bcat/backend: Prevent fmt exception in debug log within NullBackend::Clear() | Lioncash | 2020-02-12 | 1 | -1/+1 |
| | |/ / /
| |/| | | |
|
* / | | | | kernel/thread: Remove trivial usages of the global system accessor | Lioncash | 2020-02-12 | 1 | -2/+2 |
|/ / / / |
|
* | | | | Merge pull request #3376 from ReinUsesLisp/point-sprite | bunnei | 2020-02-11 | 4 | -1/+9 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | gl_rasterizer: Implement GL_POINT_SPRITE | ReinUsesLisp | 2020-02-04 | 4 | -1/+9 |
* | | | | Merge pull request #3372 from ReinUsesLisp/fix-back-stencil | bunnei | 2020-02-10 | 1 | -3/+3 |
|\ \ \ \ |
|
| * | | | | maxwell_3d: Fix stencil back mask | ReinUsesLisp | 2020-02-02 | 1 | -3/+3 |
* | | | | | Merge pull request #3391 from Morph1984/remove-unknown | Zach Hilman | 2020-02-09 | 5 | -15/+1 |
|\ \ \ \ \ |
|
| * | | | | | Remove option "Show files with type 'Unknown'" | Morph | 2020-02-09 | 5 | -15/+1 |
* | | | | | | Merge pull request #3388 from bunnei/service-shared-ptr | bunnei | 2020-02-09 | 9 | -50/+52 |
|\ \ \ \ \ \ |
|
| * | | | | | | hle: services: Use std::shared_ptr instead of copy by value. | bunnei | 2020-02-08 | 9 | -50/+52 |
* | | | | | | | Merge pull request #3387 from bunnei/gpu-mpscqueue | bunnei | 2020-02-09 | 1 | -1/+1 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | gpu_thread: Use MPSCQueue for GPU commands. | bunnei | 2020-02-08 | 1 | -1/+1 |
| |/ / / / / / |
|
* / / / / / / | video_core: memory_manager: Use GPU interface for cache functions. | bunnei | 2020-02-08 | 3 | -14/+9 |
|/ / / / / / |
|
* | | | | | | Merge pull request #3378 from ReinUsesLisp/uscaled | bunnei | 2020-02-08 | 1 | -8/+12 |
|\ \ \ \ \ \ |
|
| * | | | | | | maxwell_to_gl: Implement R8G8_USCALED | ReinUsesLisp | 2020-02-05 | 1 | -0/+8 |
| * | | | | | | maxwell_to_gl: Reduce unimplemented formats to LOG_ERROR | ReinUsesLisp | 2020-02-05 | 1 | -8/+4 |
| | |_|_|/ /
| |/| | | | |
|
* | | | | | | Merge pull request #3369 from ReinUsesLisp/shf | bunnei | 2020-02-08 | 2 | -11/+122 |
|\ \ \ \ \ \ |
|
| * | | | | | | shader/shift: Implement SHIFT_RIGHT_{IMM,R} | ReinUsesLisp | 2020-02-02 | 1 | -26/+58 |
| * | | | | | | shader/shift: Implement SHF_LEFT_{IMM,R} | ReinUsesLisp | 2020-02-02 | 2 | -10/+89 |
* | | | | | | | Merge pull request #3381 from bunnei/ipc-fix | bunnei | 2020-02-07 | 2 | -23/+57 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | services: prepo: Fix IPC interface with SaveReport/SaveReportWithUser. | bunnei | 2020-02-06 | 1 | -15/+15 |
| * | | | | | | | hle_ipc: Add error checking to read/write buffer access. | bunnei | 2020-02-06 | 1 | -8/+42 |
| | |/ / / / /
| |/| | | | | |
|
* | | | | | | | Merge pull request #3362 from ReinUsesLisp/fix-instanced | bunnei | 2020-02-07 | 2 | -106/+28 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | gl_rasterizer: Fix instanced draw arrays | ReinUsesLisp | 2020-01-30 | 2 | -106/+28 |
| | |/ / / / /
| |/| | | | | |
|
* | | | | | | | kernel: transfer_memory: Properly reserve and reset memory region. | bunnei | 2020-02-06 | 5 | -40/+116 |
* | | | | | | | wait_object: Make wait behavior only require one object to signal. | Zach Hilman | 2020-02-06 | 1 | -11/+2 |
* | | | | | | | am: Correct IPC object count mismatch. | bunnei | 2020-02-06 | 1 | -6/+4 |
* | | | | | | | services: am: Clear events on PopOutData and PopInteractiveOutData. | bunnei | 2020-02-06 | 1 | -0/+2 |
* | | | | | | | am: Refactor IStorage interface. | bunnei | 2020-02-06 | 7 | -43/+81 |
* | | | | | | | applets: software_keyboard: Signal state change on end of interactive session. | bunnei | 2020-02-06 | 1 | -0/+1 |
* | | | | | | | applets: software_keyboard: Minor cleanup. | bunnei | 2020-02-06 | 1 | -2/+2 |
| |/ / / / /
|/| | | | | |
|
* | | | | | | vk_rasterizer: Use noexcept variants of std::bitset | ReinUsesLisp | 2020-02-04 | 1 | -4/+5 |
* | | | | | | Merge pull request #3357 from ReinUsesLisp/bfi-rc | bunnei | 2020-02-04 | 2 | -2/+7 |
|\ \ \ \ \ \
| |_|_|_|/ /
|/| | | | | |
|
| * | | | | | shader/bfi: Implement register-constant buffer variant | ReinUsesLisp | 2020-01-27 | 2 | -2/+7 |
* | | | | | | Merge pull request #3356 from ReinUsesLisp/fcmp | bunnei | 2020-02-04 | 2 | -1/+17 |
|\ \ \ \ \ \ |
|
| * | | | | | | shader/arithmetic: Implement FCMP | ReinUsesLisp | 2020-01-27 | 2 | -1/+17 |
| |/ / / / / |
|
* | | | | | | Merge pull request #3360 from CJBok/statusbar-buttons | bunnei | 2020-02-03 | 2 | -6/+94 |
|\ \ \ \ \ \ |
|
| * | | | | | | clang | CJBok | 2020-01-29 | 1 | -2/+2 |
| * | | | | | | minor corrections | CJBok | 2020-01-29 | 1 | -2/+2 |
| * | | | | | | GUI: Togglable graphics settings buttons in status bar | CJBok | 2020-01-28 | 2 | -7/+95 |
* | | | | | | | Merge pull request #3337 from ReinUsesLisp/vulkan-staged | bunnei | 2020-02-03 | 34 | -179/+1154 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | yuzu/bootmanager: Define Vulkan widget only when enabled | ReinUsesLisp | 2020-01-29 | 1 | -0/+2 |
| * | | | | | | | yuzu_cmd: Fix memcpy on Vulkan handlers | ReinUsesLisp | 2020-01-29 | 2 | -9/+10 |
| * | | | | | | | yuzu: Implement Vulkan frontend | ReinUsesLisp | 2020-01-29 | 24 | -171/+1089 |
| * | | | | | | | web_service/telemetry_json: Report USER_CONFIG | ReinUsesLisp | 2020-01-29 | 1 | -0/+1 |
| * | | | | | | | settings: Add settings for graphics backend | ReinUsesLisp | 2020-01-29 | 6 | -3/+48 |
| * | | | | | | | core: Only wait for idle on gpu_core when it was initialized | ReinUsesLisp | 2020-01-29 | 1 | -1/+3 |
| * | | | | | | | shader/other: Fix skips for SYNC and BRK | ReinUsesLisp | 2020-01-29 | 1 | -2/+2 |
| * | | | | | | | shader/other: Stub S2R LaneId | ReinUsesLisp | 2020-01-29 | 1 | -1/+4 |
| * | | | | | | | buffer_cache: Delay buffer destructions | ReinUsesLisp | 2020-01-29 | 1 | -1/+4 |
* | | | | | | | | input_common/udp: Ensure that UDP is shut down within Shutdown() | Lioncash | 2020-02-03 | 1 | -0/+1 |
* | | | | | | | | input_common/udp: Add missing override specifiers | Lioncash | 2020-02-03 | 1 | -2/+2 |
* | | | | | | | | input_common/udp: std::move SocketCallback instances where applicable | Lioncash | 2020-02-03 | 1 | -2/+2 |
* | | | | | | | | input_common/udp: std::move shared_ptr within Client constructor | Lioncash | 2020-02-03 | 1 | -1/+1 |
* | | | | | | | | udp/client: Replace deprecated from_string() call with make_address_v4() | Lioncash | 2020-02-03 | 1 | -2/+2 |
* | | | | | | | | input_common/udp: Silence -Wreorder warning for Socket | Lioncash | 2020-02-03 | 1 | -4/+3 |
* | | | | | | | | input_common/udp: Remove unnecessary inclusions | Lioncash | 2020-02-03 | 4 | -8/+4 |
* | | | | | | | | input_common/udp: Add missing header guard | Lioncash | 2020-02-03 | 1 | -0/+2 |
* | | | | | | | | shader: Remove curly braces initializers on shared pointers | ReinUsesLisp | 2020-02-02 | 5 | -12/+12 |
| |_|_|_|_|/ /
|/| | | | | | |
|
* | | | | | | | Merge pull request #3282 from FernandoS27/indexed-samplers | bunnei | 2020-02-02 | 24 | -58/+610 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | Shader_IR: Address feedback. | Fernando Sahmkow | 2020-01-25 | 10 | -36/+40 |
| * | | | | | | | Shader_IR: Change name of TrackSampler function so it does not confuse with the type. | Fernando Sahmkow | 2020-01-24 | 3 | -7/+10 |
| * | | | | | | | Shader_IR: Corrections, styling and extras. | Fernando Sahmkow | 2020-01-24 | 1 | -2/+4 |
| * | | | | | | | Shader_IR: Correct Custom Variable assignment. | Fernando Sahmkow | 2020-01-24 | 2 | -0/+4 |
| * | | | | | | | Shader_IR: Propagate bindless index into the GL compiler. | Fernando Sahmkow | 2020-01-24 | 5 | -24/+54 |
| * | | | | | | | Shader_IR: Implement Injectable Custom Variables to the IR. | Fernando Sahmkow | 2020-01-24 | 5 | -1/+70 |
| * | | | | | | | GL Backend: Introduce indexed samplers into the GL backend | Fernando Sahmkow | 2020-01-24 | 2 | -10/+39 |
| * | | | | | | | Shader_IR: deduce size of indexed samplers | Fernando Sahmkow | 2020-01-24 | 4 | -8/+60 |
| * | | | | | | | Shader_IR: Setup Indexed Samplers on the IR | Fernando Sahmkow | 2020-01-24 | 1 | -20/+46 |
| * | | | | | | | Shader_IR: Implement initial code for tracking indexed samplers. | Fernando Sahmkow | 2020-01-24 | 4 | -0/+139 |
| * | | | | | | | Shader_IR: Address Feedback | Fernando Sahmkow | 2020-01-24 | 5 | -35/+37 |
| * | | | | | | | Shader_IR: Allow constant access of guest driver. | Fernando Sahmkow | 2020-01-24 | 7 | -1/+18 |
| * | | | | | | | Shader_IR: Address Feedback | Fernando Sahmkow | 2020-01-24 | 4 | -21/+29 |
| * | | | | | | | Guest_driver: Correct compiling errors in GCC. | Fernando Sahmkow | 2020-01-24 | 2 | -1/+5 |
| * | | | | | | | Shader_IR: Store Bound buffer on Shader Usage | Fernando Sahmkow | 2020-01-24 | 5 | -5/+41 |
| * | | | | | | | GPU: Implement guest driver profile and deduce texture handler sizes. | Fernando Sahmkow | 2020-01-24 | 13 | -0/+127 |
* | | | | | | | | Merge pull request #3268 from CJBok/deadzone | bunnei | 2020-02-01 | 3 | -1/+106 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | const correction | CJBok | 2020-01-03 | 1 | -1/+1 |
| * | | | | | | | | clang | CJBok | 2020-01-03 | 1 | -22/+22 |
| * | | | | | | | | Update configure_input_player.cpp | CJBok | 2020-01-03 | 1 | -23/+23 |
| * | | | | | | | | Added deadzone controls for sdl engine at input settings | CJBok | 2020-01-03 | 3 | -24/+129 |
* | | | | | | | | | Merge pull request #3284 from CJBok/hid-fix | bunnei | 2020-02-01 | 3 | -13/+52 |
|\ \ \ \ \ \ \ \ \
| |_|_|_|_|_|_|/ /
|/| | | | | | | | |
|
| * | | | | | | | | Moved analog direction logic to sdl_impl | CJBok | 2020-01-15 | 3 | -9/+48 |
| * | | | | | | | | Corrected directional states sensitivity | CJBok | 2020-01-14 | 1 | -9/+9 |
| * | | | | | | | | Merge remote-tracking branch 'upstream/master' | CJBok | 2020-01-12 | 14 | -10/+1643 |
| |\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | hid: Fix analog sticks directional states | CJBok | 2020-01-09 | 1 | -12/+12 |
* | | | | | | | | | | Merge pull request #3364 from lioncash/thread | bunnei | 2020-01-31 | 2 | -2/+4 |
|\ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | core/arm: Remove usage of global GetCurrentThread() | Lioncash | 2020-01-31 | 2 | -2/+4 |
* | | | | | | | | | | | Merge pull request #3363 from lioncash/unique_ptr | bunnei | 2020-01-31 | 4 | -17/+17 |
|\ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | kernel/physical_core: Make use of std::unique_ptr | Lioncash | 2020-01-31 | 2 | -4/+10 |
| * | | | | | | | | | | | core/cpu_manager: Remove unused includes | Lioncash | 2020-01-31 | 1 | -2/+0 |
| * | | | | | | | | | | | kernel/physical_core: Remove unused kernel reference member variable | Lioncash | 2020-01-31 | 3 | -11/+7 |
| |/ / / / / / / / / / |
|
* / / / / / / / / / / | Revert "system_archive: Fix Korean and Chinese fonts" | bunnei | 2020-01-31 | 5 | -880167/+27164 |
|/ / / / / / / / / / |
|
* | | | | | | | | | | Merge pull request #3353 from FernandoS27/aries | bunnei | 2020-01-31 | 24 | -515/+541 |
|\ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | System: Address Feedback | Fernando Sahmkow | 2020-01-27 | 11 | -24/+30 |
| * | | | | | | | | | | System: Correct PrepareReschedule. | Fernando Sahmkow | 2020-01-26 | 1 | -1/+1 |
| * | | | | | | | | | | Kernel: Remove a few global instances from the kernel. | Fernando Sahmkow | 2020-01-26 | 2 | -2/+2 |
| * | | | | | | | | | | Core: Refactor CpuCoreManager to CpuManager and Cpu to Core Manager. | Fernando Sahmkow | 2020-01-26 | 15 | -128/+115 |
| * | | | | | | | | | | ArmInterface: Delegate Exclusive monitor factory to exclusive monitor interfasce. | Fernando Sahmkow | 2020-01-26 | 3 | -16/+24 |
| * | | | | | | | | | | Core: Refactor CPU Management. | Fernando Sahmkow | 2020-01-25 | 10 | -224/+168 |
| * | | | | | | | | | | Kernel: Implement Physical Core. | Fernando Sahmkow | 2020-01-24 | 2 | -0/+81 |
* | | | | | | | | | | | Merge pull request #3151 from FearlessTobi/fix-korean | bunnei | 2020-01-30 | 5 | -27164/+880167 |
|\ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | Disable clang-format for font files | FearlessTobi | 2020-01-24 | 3 | -0/+6 |
| * | | | | | | | | | | | system_archive: Fix Chinese font | FearlessTobi | 2020-01-19 | 2 | -13582/+694524 |
| * | | | | | | | | | | | system_archive: Fix Korean font | FearlessTobi | 2020-01-19 | 2 | -13582/+185637 |
* | | | | | | | | | | | | Merge pull request #3347 from ReinUsesLisp/local-mem | bunnei | 2020-01-30 | 1 | -30/+55 |
|\ \ \ \ \ \ \ \ \ \ \ \
| |_|_|_|_|_|_|_|_|_|/ /
|/| | | | | | | | | | | |
|
| * | | | | | | | | | | | shader/memory: Implement STL.S16 and STS.S16 | ReinUsesLisp | 2020-01-25 | 1 | -3/+10 |
| * | | | | | | | | | | | shader/memory: Implement unaligned LDL.S16 and LDS.S16 | ReinUsesLisp | 2020-01-25 | 1 | -5/+3 |
| * | | | | | | | | | | | shader/memory: Move unaligned load/store to functions | ReinUsesLisp | 2020-01-25 | 1 | -18/+27 |
| * | | | | | | | | | | | shader/memory: Implement LDL.S16 and LDS.S16 | ReinUsesLisp | 2020-01-25 | 1 | -12/+23 |
| | |_|_|_|_|_|_|_|/ /
| |/| | | | | | | | | |
|
* | | | | | | | | | | | Merge pull request #3350 from ReinUsesLisp/atom | bunnei | 2020-01-29 | 5 | -39/+86 |
|\ \ \ \ \ \ \ \ \ \ \
| |_|_|_|_|_|_|_|/ / /
|/| | | | | | | | | | |
|
| * | | | | | | | | | | shader/memory: Implement ATOM.ADD | ReinUsesLisp | 2020-01-26 | 5 | -39/+86 |
| |/ / / / / / / / / |
|
* | | | | | | | | | | Merge pull request #3355 from ReinUsesLisp/break-down | bunnei | 2020-01-29 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | texture_cache/surface_base: Fix layered break down | ReinUsesLisp | 2020-01-27 | 1 | -1/+1 |
| |/ / / / / / / / / |
|
* | | | | | | | | | | Merge pull request #3358 from ReinUsesLisp/implicit-texture-cache | bunnei | 2020-01-29 | 1 | -3/+6 |
|\ \ \ \ \ \ \ \ \ \
| |_|_|_|_|_|_|_|/ /
|/| | | | | | | | | |
|
| * | | | | | | | | | gl_texture_cache: Silence implicit sign cast warnings | ReinUsesLisp | 2020-01-28 | 1 | -3/+6 |
* | | | | | | | | | | Merge pull request #3359 from ReinUsesLisp/assert-point-size | bunnei | 2020-01-28 | 1 | -1/+0 |
|\ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | gl_shader_decompiler: Remove UNIMPLEMENTED for gl_PointSize | ReinUsesLisp | 2020-01-28 | 1 | -1/+0 |
| |/ / / / / / / / / |
|
* | | | | | | | | | | Merge pull request #3354 from ReinUsesLisp/depth-stencil | bunnei | 2020-01-28 | 1 | -4/+27 |
|\ \ \ \ \ \ \ \ \ \
| |/ / / / / / / / /
|/| | | | | | | | | |
|
| * | | | | | | | | | gl_texture_cache: Properly implement depth/stencil sampling | ReinUsesLisp | 2020-01-27 | 1 | -4/+27 |
| |/ / / / / / / / |
|
* / / / / / / / / | bsd: Stub several more functions. | bunnei | 2020-01-25 | 2 | -4/+48 |
|/ / / / / / / / |
|
* | | | | | | | | Merge pull request #3343 from FearlessTobi/ui-tab | bunnei | 2020-01-25 | 8 | -104/+76 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | yuzu/configuration: create UI tab and move gamelist settings there | FearlessTobi | 2020-01-24 | 8 | -104/+76 |
| | |_|_|_|_|_|/
| |/| | | | | | |
|
* | | | | | | | | Merge pull request #3326 from FearlessTobi/port-5039 | bunnei | 2020-01-25 | 4 | -36/+23 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | common/logging: don't use regex for path trimming | BreadFish64 | 2020-01-23 | 4 | -36/+23 |
| |/ / / / / / / |
|
* | | | | | | | | Merge pull request #3344 from ReinUsesLisp/vk-botw | bunnei | 2020-01-24 | 3 | -19/+16 |
|\ \ \ \ \ \ \ \
| |_|_|_|_|_|_|/
|/| | | | | | | |
|
| * | | | | | | | vk_shader_decompiler: Disable default values on unwritten render targets | ReinUsesLisp | 2020-01-24 | 3 | -19/+16 |
* | | | | | | | | Merge pull request #3273 from FernandoS27/txd-array | bunnei | 2020-01-24 | 1 | -5/+12 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | Shader_IR: Implement TXD Array. | Fernando Sahmkow | 2020-01-04 | 1 | -5/+12 |
* | | | | | | | | | Merge pull request #3340 from SciresM/pmdx | bunnei | 2020-01-24 | 2 | -3/+10 |
|\ \ \ \ \ \ \ \ \
| |_|_|_|_|/ / / /
|/| | | | | | | | |
|
| * | | | | | | | | loader: provide default arguments (zero byte) to NSOs | Michael Scire | 2020-01-23 | 2 | -3/+10 |
* | | | | | | | | | Replace GetString with Get function | FearlessTobi | 2020-01-23 | 1 | -2/+2 |
* | | | | | | | | | Address second part of review comments | FearlessTobi | 2020-01-23 | 4 | -14/+18 |
* | | | | | | | | | Address review comments | FearlessTobi | 2020-01-23 | 4 | -65/+72 |
* | | | | | | | | | Input: UDP Client to provide motion and touch controls | fearlessTobi | 2020-01-23 | 13 | -4/+897 |
| |_|_|/ / / / /
|/| | | | | | | |
|
* | | | | | | | | Merge pull request #3341 from bunnei/time-posix-myrule | bunnei | 2020-01-23 | 4 | -1/+34 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | service: time: Implement ToPosixTimeWithMyRule. | bunnei | 2020-01-23 | 4 | -1/+34 |
* | | | | | | | | | Merge pull request #3338 from ReinUsesLisp/no-fastmath | Fernando Sahmkow | 2020-01-23 | 1 | -0/+4 |
|\ \ \ \ \ \ \ \ \
| |/ / / / / / / /
|/| | | | | | | | |
|
| * | | | | | | | | gl_shader_cache: Disable fastmath on Nvidia | ReinUsesLisp | 2020-01-21 | 1 | -0/+4 |
| | |_|/ / / / /
| |/| | | | | | |
|
* | | | | | | | | Merge pull request #3324 from FearlessTobi/port-5037 | bunnei | 2020-01-23 | 1 | -0/+9 |
|\ \ \ \ \ \ \ \
| |_|/ / / / / /
|/| | | | | | | |
|
| * | | | | | | | CMake: Create thin archives on Linux | Léo Lam | 2020-01-19 | 1 | -0/+9 |
| | |_|/ / / /
| |/| | | | | |
|
* | | | | | | | GUI: fix minor issues with dark themes | Bartosz Kaszubowski | 2020-01-22 | 1 | -3/+3 |
| |/ / / / /
|/| | | | | |
|
* | | | | | | Merge pull request #3330 from ReinUsesLisp/vk-blit-screen | Fernando Sahmkow | 2020-01-21 | 5 | -6/+754 |
|\ \ \ \ \ \ |
|
| * | | | | | | vk_blit_screen: Address feedback | ReinUsesLisp | 2020-01-20 | 4 | -22/+25 |
| * | | | | | | vk_blit_screen: Initial implementation | ReinUsesLisp | 2020-01-20 | 3 | -0/+745 |
* | | | | | | | time: Fix month off-by-one error. | bunnei | 2020-01-20 | 1 | -2/+2 |
* | | | | | | | Merge pull request #3332 from bunnei/config-audio-tab | bunnei | 2020-01-20 | 1 | -3/+3 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | yuzu_qt: config: Move audio to its own tab. | bunnei | 2020-01-20 | 1 | -3/+3 |
* | | | | | | | | Merge pull request #3328 from ReinUsesLisp/vulkan-atoms | bunnei | 2020-01-20 | 1 | -3/+11 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | vk_shader_decompiler: Implement UAtomicAdd (ATOMS) on SPIR-V | ReinUsesLisp | 2020-01-19 | 1 | -3/+11 |
| | |_|/ / / / /
| |/| | | | | | |
|
* | | | | | | | | Merge pull request #3322 from ReinUsesLisp/vk-front-face | bunnei | 2020-01-20 | 2 | -2/+2 |
|\ \ \ \ \ \ \ \
| |_|/ / / / / /
|/| | | | | | | |
|
| * | | | | | | | vk_graphics_pipeline: Set front facing properly | ReinUsesLisp | 2020-01-18 | 2 | -2/+2 |
* | | | | | | | | Merge pull request #3271 from bunnei/time-rewrite | bunnei | 2020-01-20 | 43 | -534/+3665 |
|\ \ \ \ \ \ \ \
| |_|_|/ / / / /
|/| | | | | | | |
|
| * | | | | | | | service: time: Implement GetStandardLocalSystemClock. | bunnei | 2020-01-05 | 3 | -1/+9 |
| * | | | | | | | time: Remove overflow error checking (currently breaks ADO builds). | bunnei | 2020-01-04 | 2 | -18/+2 |
| * | | | | | | | service: time: Implement GetClockSnapshotFromSystemClockContext. | bunnei | 2020-01-04 | 3 | -3/+27 |
| * | | | | | | | service: time: Implement IsStandardNetworkSystemClockAccuracySufficient. | bunnei | 2020-01-04 | 5 | -1/+51 |
| * | | | | | | | system_archive: Add a basic HLE implementation for time zone binary. | bunnei | 2020-01-04 | 4 | -1/+675 |
| * | | | | | | | service: time: Rewrite implementation of glue services. | bunnei | 2020-01-04 | 35 | -444/+2834 |
| * | | | | | | | core: Initialize several structs that make use of Common::UUID. | bunnei | 2020-01-04 | 5 | -100/+101 |
| | |_|/ / / /
| |/| | | | | |
|
* | | | | | | | Merge pull request #3313 from ReinUsesLisp/vk-rasterizer | bunnei | 2020-01-20 | 4 | -1/+1466 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | vk_rasterizer: Address feedback | ReinUsesLisp | 2020-01-18 | 2 | -25/+32 |
| * | | | | | | | vk_rasterizer: Implement Vulkan's rasterizer | ReinUsesLisp | 2020-01-17 | 3 | -1/+1386 |
| * | | | | | | | renderer_vulkan: Add header as placeholder | ReinUsesLisp | 2020-01-17 | 2 | -0/+73 |
* | | | | | | | | GUI/gamelist: add "None" as an option for second row and remove dynamically duplicate row options (#3309) | Bartosz Kaszubowski | 2020-01-19 | 3 | -14/+53 |
| |_|_|/ / / /
|/| | | | | | |
|
* | | | | | | | Merge pull request #3317 from ReinUsesLisp/gl-decomp-cc-decomp | Fernando Sahmkow | 2020-01-19 | 1 | -27/+5 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | gl_shader_decompiler: Fix decompilation of condition codes | ReinUsesLisp | 2020-01-18 | 1 | -27/+5 |
| | |_|/ / / /
| |/| | | | | |
|
* | | | | | | | gl_state: Use bool instead of GLboolean | ReinUsesLisp | 2020-01-18 | 2 | -3/+3 |
* | | | | | | | Merge pull request #3298 from Simek/missing_hotkeys | bunnei | 2020-01-18 | 2 | -0/+17 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | GUI: add few missing hotkeys to main menu | Bartosz Kaszubowski | 2020-01-13 | 2 | -0/+17 |
| | |_|_|_|/ /
| |/| | | | | |
|
* | | | | | | | core/memory: Create a special MapMemoryRegion for physical memory. | Markus Wick | 2020-01-18 | 4 | -4/+31 |
* | | | | | | | core/hle: Simplify PhysicalMemory usage in vm_manager. | Markus Wick | 2020-01-18 | 1 | -23/+11 |
* | | | | | | | core/loaders: Simplify PhysicalMemory usage. | Markus Wick | 2020-01-18 | 3 | -8/+12 |
* | | | | | | | Merge pull request #3305 from ReinUsesLisp/point-size-program | bunnei | 2020-01-18 | 4 | -2/+13 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | gl_state: Implement PROGRAM_POINT_SIZE | ReinUsesLisp | 2020-01-15 | 4 | -2/+13 |
* | | | | | | | | Merge pull request #3312 from ReinUsesLisp/atoms-u32 | bunnei | 2020-01-18 | 5 | -3/+74 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | shader/memory: Implement ATOMS.ADD.U32 | ReinUsesLisp | 2020-01-16 | 5 | -3/+74 |
* | | | | | | | | | Remove unused CPU Vendor string and telemtry field | James Rowe | 2020-01-18 | 3 | -114/+0 |
* | | | | | | | | | Add headbar icon on Linux | TotalCaesar659 | 2020-01-18 | 1 | -1/+1 |
* | | | | | | | | | Merge pull request #3306 from ReinUsesLisp/gl-texture | bunnei | 2020-01-17 | 1 | -9/+7 |
|\ \ \ \ \ \ \ \ \
| |_|_|_|/ / / / /
|/| | | | | | | | |
|
| * | | | | | | | | gl_texture_cache: Use local variables to simplify DownloadTexture | ReinUsesLisp | 2020-01-14 | 1 | -6/+4 |
| * | | | | | | | | gl_texture_cache: Fix format for RGBX16F | ReinUsesLisp | 2020-01-14 | 1 | -1/+1 |
| * | | | | | | | | gl_texture_cache: Use Snorm internal format for RG8S | ReinUsesLisp | 2020-01-14 | 1 | -1/+1 |
| * | | | | | | | | gl_texture_cache: Use Snorm internal format for ABGR8S | ReinUsesLisp | 2020-01-14 | 1 | -1/+1 |
| | |/ / / / / /
| |/| | | | | | |
|
* | | | | | | | | Merge pull request #3311 from ReinUsesLisp/z32fx24s8 | bunnei | 2020-01-17 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \
| |_|_|_|/ / / /
|/| | | | | | | |
|
| * | | | | | | | format_lookup_table: Fix ZF32_X24S8 component types | ReinUsesLisp | 2020-01-16 | 1 | -1/+1 |
| | |/ / / / /
| |/| | | | | |
|
* | | | | | | | Merge pull request #3300 from ReinUsesLisp/vk-texture-cache | bunnei | 2020-01-17 | 5 | -5/+724 |
|\ \ \ \ \ \ \
| |/ / / / / /
|/| | | | | | |
|
| * | | | | | | vk_texture_cache: Address feedback | ReinUsesLisp | 2020-01-16 | 2 | -22/+8 |
| * | | | | | | vk_texture_cache: Fix typo in commentary | Rodrigo Locatti | 2020-01-16 | 1 | -1/+1 |
| * | | | | | | vk_texture_cache: Implement generic texture cache on Vulkan | ReinUsesLisp | 2020-01-14 | 4 | -1/+733 |
| * | | | | | | texture_cache/surface_params: Make GetNumLayers public | ReinUsesLisp | 2020-01-14 | 1 | -4/+5 |
| | |/ / / /
| |/| | | | |
|
* | | | | | | Merge pull request #3308 from lioncash/private | bunnei | 2020-01-16 | 1 | -2/+2 |
|\ \ \ \ \ \ |
|
| * | | | | | | maxwell_3d: Make dirty_pointers private | Lioncash | 2020-01-16 | 1 | -2/+2 |
| | |/ / / /
| |/| | | | |
|
* | | | | | | Merge pull request #3304 from lioncash/fwd-decl | bunnei | 2020-01-16 | 2 | -15/+16 |
|\ \ \ \ \ \ |
|
| * | | | | | | renderer_opengl/utils: Remove unused header inclusions | Lioncash | 2020-01-15 | 1 | -3/+0 |
| * | | | | | | renderer_opengl/utils: Forward declare private structs | Lioncash | 2020-01-15 | 2 | -12/+16 |
* | | | | | | | Fix git version in scm_rev.cpp | James Rowe | 2020-01-16 | 1 | -0/+5 |
| |/ / / / /
|/| | | | | |
|
* | | | | | | Merge pull request #3303 from lioncash/reorder | Rodrigo Locatti | 2020-01-14 | 1 | -1/+1 |
|\ \ \ \ \ \ |
|
| * | | | | | | control_flow: Silence -Wreorder warning for CFGRebuildState | Lioncash | 2020-01-14 | 1 | -1/+1 |
| |/ / / / / |
|
* | | | | | | Merge pull request #3302 from lioncash/unused-var | Rodrigo Locatti | 2020-01-14 | 1 | -7/+4 |
|\ \ \ \ \ \ |
|
| * | | | | | | gl_shader_cache: Remove unused STAGE_RESERVED_UBOS constant | Lioncash | 2020-01-14 | 1 | -3/+0 |
| * | | | | | | gl_shader_cache: std::move entries in CachedShader constructor | Lioncash | 2020-01-14 | 1 | -3/+4 |
| * | | | | | | gl_shader_cache: Remove unused entries variable in BuildShader() | Lioncash | 2020-01-14 | 1 | -1/+0 |
| |/ / / / / |
|
* | | | | | | Merge pull request #3296 from Simek/hotkeys_resize | bunnei | 2020-01-14 | 1 | -0/+1 |
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
|
| * | | | | | GUI/configure: resize hotkeys column to content | Bartosz Kaszubowski | 2020-01-12 | 1 | -0/+1 |
| |/ / / / |
|
* | | | | | Merge pull request #3287 from ReinUsesLisp/ldg-stg-16 | bunnei | 2020-01-14 | 2 | -34/+52 |
|\ \ \ \ \ |
|
| * | | | | | shader_ir/memory: Implement u16 and u8 for STG and LDG | ReinUsesLisp | 2020-01-09 | 2 | -34/+52 |
* | | | | | | Merge pull request #3288 from ReinUsesLisp/uncurse-aoffi | bunnei | 2020-01-14 | 1 | -10/+6 |
|\ \ \ \ \ \ |
|
| * | | | | | | shader_ir/texture: Simplify AOFFI code | ReinUsesLisp | 2020-01-09 | 1 | -10/+6 |
| |/ / / / / |
|
* | | | | | | Merge pull request #3290 from ReinUsesLisp/gl-clamp | bunnei | 2020-01-14 | 3 | -6/+11 |
|\ \ \ \ \ \ |
|
| * | | | | | | maxwell_to_vk: Implement GL_CLAMP hacking Nvidia's driver | ReinUsesLisp | 2020-01-10 | 3 | -6/+11 |
| |/ / / / / |
|
* | | | | | | Merge pull request #3292 from degasus/heap_space_fix | bunnei | 2020-01-14 | 1 | -2/+2 |
|\ \ \ \ \ \
| |_|/ / / /
|/| | | | | |
|
| * | | | | | core/kernel: Fix GetTotalPhysicalMemoryUsed. | Markus Wick | 2020-01-11 | 1 | -2/+2 |
| |/ / / / |
|
* | | | | | vk_compute_pass: Address feedback | Rodrigo Locatti | 2020-01-11 | 1 | -0/+2 |
* | | | | | vk_compute_pass: Add compute passes to emulate missing Vulkan features | ReinUsesLisp | 2020-01-08 | 3 | -0/+416 |
* | | | | | vk_shader_util: Add helper to build SPIR-V shaders | ReinUsesLisp | 2020-01-08 | 3 | -0/+53 |
|/ / / / |
|
* | | | | Merge pull request #3279 from ReinUsesLisp/vk-pipeline-cache | Fernando Sahmkow | 2020-01-08 | 10 | -10/+1172 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | vk_pipeline_cache: Initial implementation | ReinUsesLisp | 2020-01-07 | 2 | -1/+460 |
| * | | | vk_graphics_pipeline: Initial implementation | ReinUsesLisp | 2020-01-07 | 4 | -0/+395 |
| * | | | vk_compute_pipeline: Initial implementation | ReinUsesLisp | 2020-01-07 | 4 | -0/+219 |
| * | | | vk_pipeline_cache: Add file and define descriptor update template filler | ReinUsesLisp | 2020-01-07 | 3 | -0/+67 |
| * | | | fixed_pipeline_state: Add depth clamp | ReinUsesLisp | 2020-01-07 | 2 | -10/+18 |
| * | | | vk_rasterizer: Add placeholder | ReinUsesLisp | 2020-01-07 | 2 | -0/+14 |
* | | | | Merge pull request #3272 from bunnei/vi-close-layer | bunnei | 2020-01-07 | 5 | -11/+48 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | service: vi: Implement CloseLayer. | bunnei | 2020-01-04 | 5 | -11/+48 |
| |/ / |
|
* | | | Merge pull request #3276 from ReinUsesLisp/pipeline-reqs | bunnei | 2020-01-06 | 5 | -1/+345 |
|\ \ \ |
|
| * | | | vk_renderpass_cache: Initial implementation | ReinUsesLisp | 2020-01-06 | 3 | -0/+199 |
| * | | | vk_update_descriptor: Initial implementation | ReinUsesLisp | 2020-01-06 | 3 | -1/+146 |
* | | | | Merge pull request #3278 from ReinUsesLisp/vk-memory-manager | bunnei | 2020-01-06 | 6 | -309/+415 |
|\ \ \ \ |
|
| * | | | | vk_stream_buffer/vk_buffer_cache: Avoid halting and use generic cache | ReinUsesLisp | 2020-01-06 | 4 | -62/+340 |
| * | | | | vk_memory_manager: Misc changes | ReinUsesLisp | 2020-01-06 | 2 | -88/+142 |
| * | | | | vk_buffer_cache: Temporarily remove buffer cache | ReinUsesLisp | 2020-01-06 | 2 | -226/+0 |
| |/ / / |
|
* | | | | Merge pull request #3277 from ReinUsesLisp/make-current | bunnei | 2020-01-06 | 1 | -9/+2 |
|\ \ \ \ |
|
| * | | | | yuzu/bootmanager: Remove {glx,wgl}MakeCurrent on SwapBuffers | ReinUsesLisp | 2020-01-06 | 1 | -9/+2 |
| |/ / / |
|
* | | | | Merge pull request #3261 from degasus/page_table | bunnei | 2020-01-06 | 2 | -9/+17 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | core/memory + arm/dynarmic: Use a global offset within our arm page table. | Markus Wick | 2020-01-01 | 2 | -9/+17 |
* | | | | Merge pull request #3257 from degasus/no_busy_loops | bunnei | 2020-01-06 | 3 | -5/+9 |
|\ \ \ \ |
|
| * | | | | video_core: Block in WaitFence. | Markus Wick | 2019-12-30 | 3 | -5/+9 |
* | | | | | Merge pull request #3264 from ReinUsesLisp/vk-descriptor-pool | Fernando Sahmkow | 2020-01-05 | 3 | -0/+147 |
|\ \ \ \ \ |
|
| * | | | | | Update src/video_core/renderer_vulkan/vk_descriptor_pool.cpp | Rodrigo Locatti | 2020-01-03 | 1 | -1/+1 |
| * | | | | | vk_descriptor_pool: Initial implementation | ReinUsesLisp | 2020-01-01 | 3 | -0/+147 |
| | |/ / /
| |/| | | |
|
* | | | | | Merge pull request #2945 from FernandoS27/fix-bcat | bunnei | 2020-01-05 | 1 | -3/+17 |
|\ \ \ \ \ |
|
| * | | | | | nifm: Only return that there's an internet connection when there's a BCATServer | Fernando Sahmkow | 2019-11-07 | 1 | -3/+17 |
* | | | | | | Merge pull request #3258 from FernandoS27/shader-amend | bunnei | 2020-01-04 | 5 | -2/+52 |
|\ \ \ \ \ \
| |_|_|_|/ /
|/| | | | | |
|
| * | | | | | Shader_IR: Address Feedback | Fernando Sahmkow | 2020-01-04 | 5 | -38/+19 |
| * | | | | | Shader_IR: add the ability to amend code in the shader ir. | Fernando Sahmkow | 2019-12-30 | 5 | -3/+72 |
| | |_|/ /
| |/| | | |
|
* | | | | | Merge pull request #3247 from FernandoS27/remap-fix | bunnei | 2020-01-03 | 2 | -3/+5 |
|\ \ \ \ \ |
|
| * | | | | | NvServices: Correct Ioctl Remap. | Fernando Sahmkow | 2019-12-25 | 2 | -3/+5 |
* | | | | | | yuzu: Remove Maxwell debugger | ReinUsesLisp | 2020-01-03 | 14 | -640/+0 |
| |_|_|_|/
|/| | | | |
|
* | | | | | Merge pull request #3243 from ReinUsesLisp/topologies | bunnei | 2020-01-02 | 1 | -4/+18 |
|\ \ \ \ \
| |_|_|_|/
|/| | | | |
|
| * | | | | maxwell_to_gl: Implement missing primitive topologies | ReinUsesLisp | 2019-12-23 | 1 | -4/+18 |
* | | | | | Merge pull request #3239 from ReinUsesLisp/p2r | bunnei | 2020-01-01 | 2 | -17/+47 |
|\ \ \ \ \ |
|
| * | | | | | shader/p2r: Implement P2R Pr | ReinUsesLisp | 2019-12-20 | 1 | -1/+15 |
| * | | | | | shader/r2p: Refactor P2R to support P2R | ReinUsesLisp | 2019-12-20 | 2 | -17/+33 |
* | | | | | | Merge pull request #3248 from ReinUsesLisp/vk-image | Fernando Sahmkow | 2019-12-30 | 3 | -0/+192 |
|\ \ \ \ \ \ |
|
| * | | | | | | vk_image: Avoid unnecesary equals | Rodrigo Locatti | 2019-12-30 | 1 | -1/+1 |
| * | | | | | | vk_image: Add an image object abstraction | ReinUsesLisp | 2019-12-25 | 3 | -0/+192 |
| | |_|/ / /
| |/| | | | |
|
* | | | | | | Merge pull request #3249 from ReinUsesLisp/vk-staging-buffer-pool | Fernando Sahmkow | 2019-12-30 | 3 | -0/+212 |
|\ \ \ \ \ \
| |_|_|_|/ /
|/| | | | | |
|
| * | | | | | vk_staging_buffer_pool: Initialize last epoch to zero | Rodrigo Locatti | 2019-12-29 | 1 | -1/+1 |
| * | | | | | vk_staging_buffer_pool: Add a staging pool for temporary operations | ReinUsesLisp | 2019-12-25 | 3 | -0/+212 |
| |/ / / / |
|
* | | | | | Merge pull request #3250 from ReinUsesLisp/empty-fragment | Fernando Sahmkow | 2019-12-28 | 2 | -0/+7 |
|\ \ \ \ \ |
|
| * | | | | | gl_rasterizer: Allow rendering without fragment shader | ReinUsesLisp | 2019-12-26 | 2 | -0/+7 |
| |/ / / / |
|
* | | | | | Merge pull request #3228 from ReinUsesLisp/ptp | bunnei | 2019-12-27 | 5 | -74/+142 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | shader/texture: Implement TLD4.PTP | ReinUsesLisp | 2019-12-16 | 5 | -56/+120 |
| * | | | | shader/texture: Enable arrayed TLD4 | ReinUsesLisp | 2019-12-16 | 1 | -1/+0 |
| * | | | | gl_shader_decompiler: Rename "sepparate" to "separate" | ReinUsesLisp | 2019-12-16 | 1 | -3/+3 |
| * | | | | shader/texture: Implement AOFFI for TLD4S | ReinUsesLisp | 2019-12-16 | 1 | -13/+18 |
| * | | | | shader/texture: Remove unnecesary parenthesis | ReinUsesLisp | 2019-12-16 | 1 | -2/+2 |
* | | | | | Merge pull request #3244 from ReinUsesLisp/vk-fps | Fernando Sahmkow | 2019-12-25 | 4 | -6/+594 |
|\ \ \ \ \ |
|
| * | | | | | fixed_pipeline_state: Define symetric operator!= and mark as noexcept | ReinUsesLisp | 2019-12-24 | 2 | -40/+92 |
| * | | | | | fixed_pipeline_state: Define structure and loaders | ReinUsesLisp | 2019-12-23 | 3 | -0/+528 |
| * | | | | | maxwell_3d: Add depth bounds registers | ReinUsesLisp | 2019-12-23 | 1 | -6/+14 |
* | | | | | | Merge pull request #3236 from ReinUsesLisp/rasterize-enable | bunnei | 2019-12-25 | 6 | -4/+28 |
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
|
| * | | | | | gl_rasterizer: Implement RASTERIZE_ENABLE | ReinUsesLisp | 2019-12-18 | 6 | -4/+28 |
* | | | | | | Merge pull request #3241 from ReinUsesLisp/gl-shader-cache | bunnei | 2019-12-22 | 1 | -19/+14 |
|\ \ \ \ \ \
| |_|_|_|/ /
|/| | | | | |
|
| * | | | | | gl_shader_cache: Update commentary for shared memory | ReinUsesLisp | 2019-12-21 | 1 | -9/+6 |
| * | | | | | gl_shader_cache: Remove unused entry in GetPrimitiveDescription | ReinUsesLisp | 2019-12-21 | 1 | -11/+9 |
| | |_|/ /
| |/| | | |
|
* | | | | | Merge pull request #3238 from ReinUsesLisp/vk-resource-manager | bunnei | 2019-12-22 | 4 | -1/+82 |
|\ \ \ \ \ |
|
| * | | | | | vk_resource_manager: Add entry to VKFence to test its usage | ReinUsesLisp | 2019-12-19 | 1 | -0/+8 |
| * | | | | | vk_reosurce_manager: Add assert for releasing fences | ReinUsesLisp | 2019-12-19 | 1 | -0/+1 |
| * | | | | | vk_resource_manager: Implement VKFenceWatch move constructor | ReinUsesLisp | 2019-12-19 | 2 | -0/+32 |
| * | | | | | vk_device: Add entry to catch device losses | ReinUsesLisp | 2019-12-19 | 3 | -1/+40 |
| * | | | | | vk_device: Add query for RGBA8Uint | ReinUsesLisp | 2019-12-19 | 1 | -0/+1 |
* | | | | | | Merge pull request #3203 from FernandoS27/tex-cache-fixes | bunnei | 2019-12-22 | 4 | -1/+144 |
|\ \ \ \ \ \ |
|
| * | | | | | | Texture Cache: Improve documentation | Fernando Sahmkow | 2019-12-22 | 2 | -4/+5 |
| * | | | | | | Texture Cache: Address Feedback | Fernando Sahmkow | 2019-12-22 | 2 | -11/+11 |
| * | | | | | | Texture Cache: Add HLE methods for building 3D textures within the GPU in certain scenarios. | Fernando Sahmkow | 2019-12-22 | 4 | -1/+143 |
* | | | | | | | Merge pull request #3237 from ReinUsesLisp/vk-shader-decompiler | Fernando Sahmkow | 2019-12-22 | 2 | -38/+49 |
|\ \ \ \ \ \ \
| |/ / / / / /
|/| | | | | | |
|
| * | | | | | | vk_shader_decompiler: Fix full decompilation | ReinUsesLisp | 2019-12-19 | 1 | -3/+5 |
| * | | | | | | vk_shader_decompiler: Skip NDC correction when it is native | ReinUsesLisp | 2019-12-19 | 2 | -1/+2 |
| * | | | | | | vk_shader_decompiler: Normalize output fragment attachments | ReinUsesLisp | 2019-12-19 | 2 | -12/+12 |
| * | | | | | | vk_shader_decompiler: Update sirit and implement Texture AOFFI | ReinUsesLisp | 2019-12-19 | 1 | -22/+30 |
| |/ / / / / |
|
* | | | | | | Merge pull request #3230 from ReinUsesLisp/vk-emu-shaders | Fernando Sahmkow | 2019-12-22 | 4 | -0/+122 |
|\ \ \ \ \ \ |
|
| * | | | | | | renderer_vulkan/shader: Add helper GLSL shaders | ReinUsesLisp | 2019-12-16 | 4 | -0/+122 |
* | | | | | | | Merge pull request #3240 from ReinUsesLisp/decomp-cond-code | Fernando Sahmkow | 2019-12-22 | 1 | -23/+1 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | vk_shader_decompiler: Use Visit instead of reimplementing it | ReinUsesLisp | 2019-12-21 | 1 | -23/+1 |
| | |_|/ / / /
| |/| | | | | |
|
* | | | | | | | Merge pull request #3235 from ReinUsesLisp/ldg-u8 | bunnei | 2019-12-22 | 1 | -6/+32 |
|\ \ \ \ \ \ \
| |/ / / / / /
|/| | | | | | |
|
| * | | | | | | shader/memory: Implement LDG.U8 and unaligned U8 loads | ReinUsesLisp | 2019-12-18 | 1 | -6/+32 |
| | |_|/ / /
| |/| | | | |
|
* | | | | | | Merge pull request #3234 from ReinUsesLisp/i2f-u8-selector | bunnei | 2019-12-20 | 1 | -2/+13 |
|\ \ \ \ \ \ |
|
| * | | | | | | shader/conversion: Implement byte selector in I2F | ReinUsesLisp | 2019-12-18 | 1 | -2/+13 |
| |/ / / / / |
|
* | | | | | | Merge pull request #3233 from ReinUsesLisp/mismatch-sizes | bunnei | 2019-12-20 | 1 | -4/+9 |
|\ \ \ \ \ \ |
|
| * | | | | | | shader/texture: Properly shrink unused entries in size mismatches | ReinUsesLisp | 2019-12-18 | 1 | -4/+9 |
| |/ / / / / |
|
* | | | | | | Merge pull request #3232 from ReinUsesLisp/gl-decompiler-images | bunnei | 2019-12-19 | 1 | -0/+1 |
|\ \ \ \ \ \ |
|
| * | | | | | | gl_shader_decompiler: Add missing DeclareImages | ReinUsesLisp | 2019-12-18 | 1 | -0/+1 |
| |/ / / / / |
|
* | | | | | | Merge pull request #3231 from ReinUsesLisp/tld4s-encoding | bunnei | 2019-12-19 | 1 | -1/+1 |
|\ \ \ \ \ \
| |_|_|/ / /
|/| | | | | |
|
| * | | | | | shader_bytecode: Fix TLD4S encoding | ReinUsesLisp | 2019-12-18 | 1 | -1/+1 |
| |/ / / / |
|
* | | | | | Merge pull request #3221 from ReinUsesLisp/vk-scheduler | bunnei | 2019-12-19 | 2 | -37/+311 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | vk_scheduler: Delegate commands to a worker thread and state track | ReinUsesLisp | 2019-12-13 | 2 | -37/+311 |
* | | | | | Merge pull request #3173 from yuzu-emu/bunnei-spscqueue | bunnei | 2019-12-17 | 1 | -2/+9 |
|\ \ \ \ \
| |_|/ / /
|/| | | | |
|
| * | | | | common: SPSCQueue: Notify after incrementing queue size. | bunnei | 2019-12-17 | 1 | -2/+9 |
* | | | | | Merge pull request #3182 from ReinUsesLisp/renderer-opengl | bunnei | 2019-12-16 | 2 | -131/+115 |
|\ \ \ \ \
| |_|_|/ /
|/| | | | |
|
| * | | | | renderer_opengl: Make ScreenRectVertex's constructor constexpr | ReinUsesLisp | 2019-11-29 | 1 | -12/+7 |
| * | | | | renderer_opengl: Remove C casts | ReinUsesLisp | 2019-11-29 | 1 | -4/+5 |
| * | | | | renderer_opengl: Use explicit binding for presentation shaders | ReinUsesLisp | 2019-11-29 | 2 | -34/+20 |
| * | | | | renderer_opengl: Drop macros for message decorations | ReinUsesLisp | 2019-11-29 | 1 | -21/+26 |
| * | | | | renderer_opengl: Move static definitions to anonymous namespace | ReinUsesLisp | 2019-11-29 | 1 | -62/+66 |
| * | | | | renderer_opengl: Move commentaries to header file | ReinUsesLisp | 2019-11-29 | 2 | -20/+13 |
* | | | | | Merge pull request #3219 from FernandoS27/fix-bindless | Rodrigo Locatti | 2019-12-16 | 4 | -47/+124 |
|\ \ \ \ \ |
|
| * | | | | | Shader_IR: Correct TLD4S Depth Compare. | Fernando Sahmkow | 2019-12-12 | 2 | -9/+16 |
| * | | | | | Shader_Ir: Correct TLD4S encoding and implement f16 flag. | Fernando Sahmkow | 2019-12-12 | 3 | -11/+15 |
| * | | | | | Gl_Shader_compiler: Correct Depth Compare for Texture Gather operations. | Fernando Sahmkow | 2019-12-12 | 1 | -8/+21 |
| * | | | | | Shader_Ir: default failed tracks on bindless samplers to null values. | Fernando Sahmkow | 2019-12-12 | 2 | -24/+77 |
* | | | | | | Merge pull request #3222 from ReinUsesLisp/maxwell-to-vk | bunnei | 2019-12-15 | 3 | -111/+243 |
|\ \ \ \ \ \ |
|
| * | | | | | | maxwell_to_vk: Improve image format table and add more formats | ReinUsesLisp | 2019-12-13 | 2 | -89/+127 |
| * | | | | | | maxwell_to_vk: Implement more vertex formats | ReinUsesLisp | 2019-12-13 | 1 | -7/+81 |
| * | | | | | | maxwell_to_vk: Implement more primitive topologies | ReinUsesLisp | 2019-12-13 | 2 | -2/+11 |
| * | | | | | | maxwell_to_vk: Approach GL_CLAMP closer to the GL spec | ReinUsesLisp | 2019-12-13 | 3 | -9/+17 |
| * | | | | | | maxwell_to_vk: Use VK_EXT_index_type_uint8 when available | ReinUsesLisp | 2019-12-13 | 2 | -4/+7 |
| | |_|_|/ /
| |/| | | | |
|
* | | | | | | Merge pull request #3213 from ReinUsesLisp/intel-mesa | bunnei | 2019-12-14 | 1 | -1/+4 |
|\ \ \ \ \ \ |
|
| * | | | | | | gl_device: Enable compute shaders for Intel Mesa drivers | ReinUsesLisp | 2019-12-11 | 1 | -1/+4 |
| | |_|_|/ /
| |/| | | | |
|
* | | | | | | Merge pull request #3212 from ReinUsesLisp/fix-smem-lmem | bunnei | 2019-12-14 | 1 | -2/+2 |
|\ \ \ \ \ \ |
|
| * | | | | | | gl_shader_cache: Add missing new-line on emitted GLSL | ReinUsesLisp | 2019-12-11 | 1 | -2/+2 |
* | | | | | | | Merge pull request #3214 from lioncash/svc-func | bunnei | 2019-12-13 | 2 | -9/+6 |
|\ \ \ \ \ \ \
| |_|_|/ / / /
|/| | | | | | |
|
| * | | | | | | kernel/svc: Correct function signature of SignalProcessWideKey | Lioncash | 2019-12-11 | 2 | -9/+6 |
| | |/ / / /
| |/| | | | |
|
* | | | | | | Merge pull request #3217 from jhol/fix-boost-include | bunnei | 2019-12-12 | 1 | -0/+1 |
|\ \ \ \ \ \
| |_|_|/ / /
|/| | | | | |
|
| * | | | | | Added missing include | Joel Holdsworth | 2019-12-11 | 1 | -0/+1 |
* | | | | | | Gl_Rasterizer: Skip Tesselation Control and Eval stages as they are un implemented. | Fernando Sahmkow | 2019-12-11 | 1 | -0/+8 |
* | | | | | | Merge pull request #3210 from ReinUsesLisp/memory-barrier | bunnei | 2019-12-11 | 5 | -1/+46 |
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
|
| * | | | | | shader: Implement MEMBAR.GL | ReinUsesLisp | 2019-12-10 | 5 | -1/+46 |
| | |/ / /
| |/| | | |
|
* | | | | | Kernel: Correct behavior of Address Arbiter threads. (#3165) | Fernando Sahmkow | 2019-12-11 | 3 | -24/+67 |
| |/ / /
|/| | | |
|
* | | | | Merge pull request #3201 from lioncash/dump | bunnei | 2019-12-11 | 2 | -2/+24 |
|\ \ \ \ |
|
| * | | | | kernel/svc: Provide implementations for svcDumpInfo/svcDumpInfoNew | Lioncash | 2019-12-08 | 2 | -2/+24 |
* | | | | | Maxwell3D: Implement Depth Mode. | Fernando Sahmkow | 2019-12-11 | 4 | -8/+15 |
| |/ / /
|/| | | |
|
* | | | | vk_shader_decompiler: Fix build issues on old gcc versions | ReinUsesLisp | 2019-12-10 | 1 | -2/+3 |
* | | | | vk_shader_decompiler: Reduce YNegate's severity | ReinUsesLisp | 2019-12-10 | 1 | -1/+1 |
* | | | | shader_ir/other: Implement S2R InvocationId | ReinUsesLisp | 2019-12-10 | 4 | -0/+9 |
* | | | | vk_shader_decompiler: Misc changes | ReinUsesLisp | 2019-12-10 | 2 | -697/+1648 |
* | | | | shader: Keep track of shaders using warp instructions | ReinUsesLisp | 2019-12-10 | 2 | -0/+8 |
* | | | | shader_ir/memory: Implement patch stores | ReinUsesLisp | 2019-12-10 | 4 | -20/+38 |
* | | | | vk_device: Misc changes | ReinUsesLisp | 2019-12-09 | 2 | -117/+276 |
* | | | | Merge pull request #3198 from ReinUsesLisp/tessellation-maxwell | bunnei | 2019-12-09 | 1 | -2/+37 |
|\ \ \ \ |
|
| * | | | | maxwell_3d: Add tessellation tess level registers | ReinUsesLisp | 2019-12-07 | 1 | -1/+6 |
| * | | | | maxwell_3d: Add tessellation mode register | ReinUsesLisp | 2019-12-07 | 1 | -1/+28 |
| * | | | | maxwell_3d: Add patch vertices register | ReinUsesLisp | 2019-12-07 | 1 | -1/+4 |
* | | | | | externals: Update Vulkan-Headers | ReinUsesLisp | 2019-12-09 | 2 | -2/+14 |
* | | | | | Merge pull request #3199 from ReinUsesLisp/vk-swapchain | Rodrigo Locatti | 2019-12-09 | 2 | -24/+31 |
|\ \ \ \ \ |
|
| * | | | | | vk_swapchain: Add support for swapping sRGB | ReinUsesLisp | 2019-12-07 | 2 | -24/+31 |
| |/ / / / |
|
* | / / / | kernel: Remove unnecessary includes | Lioncash | 2019-12-08 | 15 | -11/+17 |
| |/ / /
|/| | | |
|
* | | | | Merge pull request #3195 from FernandoS27/clear-exclusive | bunnei | 2019-12-07 | 2 | -1/+2 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | CpuCore: Clear exclusive state after doing a run in dynarmic. | Fernando Sahmkow | 2019-12-05 | 2 | -1/+2 |
* | | | | shader_bytecode: Remove corrupted character | ReinUsesLisp | 2019-12-07 | 1 | -1/+1 |
* | | | | Merge pull request #3109 from FernandoS27/new-instr | bunnei | 2019-12-07 | 6 | -8/+171 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | Shader_IR: Address Feedback | Fernando Sahmkow | 2019-11-18 | 3 | -11/+9 |
| * | | | Shader_IR: Implement TXD instruction. | Fernando Sahmkow | 2019-11-14 | 5 | -8/+120 |
| * | | | Shader_IR: Implement FLO instruction. | Fernando Sahmkow | 2019-11-14 | 5 | -0/+35 |
| * | | | Shader_Bytecode: Add encodings for FLO, SHF and TXD | Fernando Sahmkow | 2019-11-14 | 1 | -0/+18 |
* | | | | telemetry_session: Report renderer backend | ReinUsesLisp | 2019-12-02 | 1 | -0/+1 |
* | | | | telemetry_session: Use temporary to avoid writing the same enum | ReinUsesLisp | 2019-12-02 | 1 | -16/+11 |
* | | | | Merge pull request #2987 from FernandoS27/texture-invalid | bunnei | 2019-12-02 | 3 | -32/+101 |
|\ \ \ \ |
|
| * | | | | Texture_Cache: Redo invalid Surfaces handling. | Fernando Sahmkow | 2019-11-20 | 3 | -32/+101 |
* | | | | | Merge pull request #3177 from bunnei/new-ipc-req | bunnei | 2019-12-01 | 19 | -167/+246 |
|\ \ \ \ \ |
|
| * | | | | | kernel: Implement a more accurate IPC dispatch. | bunnei | 2019-11-28 | 19 | -167/+246 |
| | |_|/ /
| |/| | | |
|
* | | | | | Merge pull request #3184 from ReinUsesLisp/framebuffer-cache | bunnei | 2019-12-01 | 4 | -72/+69 |
|\ \ \ \ \ |
|
| * | | | | | gl_framebuffer_cache: Optimize framebuffer key | ReinUsesLisp | 2019-11-29 | 3 | -46/+60 |
| * | | | | | gl_rasterizer: Re-enable framebuffer cache for clear buffers | ReinUsesLisp | 2019-11-29 | 3 | -32/+15 |
| |/ / / / |
|
* / / / / | texture_cache/surface_base: Fix out of bounds texture views | ReinUsesLisp | 2019-11-29 | 1 | -7/+4 |
|/ / / / |
|
* | | | | Merge pull request #3169 from lioncash/memory | bunnei | 2019-11-28 | 49 | -721/+1314 |
|\ \ \ \ |
|
| * | | | | core/memory; Migrate over SetCurrentPageTable() to the Memory class | Lioncash | 2019-11-27 | 3 | -26/+34 |
| * | | | | core/memory: Migrate over GetPointerFromVMA() to the Memory class | Lioncash | 2019-11-27 | 1 | -36/+36 |
| * | | | | core/memory: Migrate over Write{8, 16, 32, 64, Block} to the Memory class | Lioncash | 2019-11-27 | 14 | -153/+298 |
| * | | | | core/memory: Migrate over Read{8, 16, 32, 64, Block} to the Memory class | Lioncash | 2019-11-27 | 19 | -178/+305 |
| * | | | | core/memory: Migrate over ZeroBlock() and CopyBlock() to the Memory class | Lioncash | 2019-11-27 | 2 | -91/+161 |
| * | | | | core/memory: Migrate over RasterizerMarkRegionCached() to the Memory class | Lioncash | 2019-11-27 | 3 | -70/+79 |
| * | | | | core/memory: Migrate over ReadCString() to the Memory class | Lioncash | 2019-11-27 | 3 | -18/+40 |
| * | | | | core/memory: Migrate over GetPointer() | Lioncash | 2019-11-27 | 7 | -25/+53 |
| * | | | | core: Prepare various classes for memory read/write migration | Lioncash | 2019-11-27 | 24 | -61/+108 |
| * | | | | core/memory: Move memory read/write implementation functions into an anonymous namespace | Lioncash | 2019-11-27 | 1 | -97/+98 |
| * | | | | core/memory: Migrate over address checking functions to the new Memory class | Lioncash | 2019-11-27 | 6 | -39/+70 |
| * | | | | core/memory: Migrate over memory mapping functions to the new Memory class | Lioncash | 2019-11-27 | 6 | -128/+180 |
| * | | | | core/memory: Introduce skeleton of Memory class | Lioncash | 2019-11-27 | 4 | -3/+56 |
* | | | | | Merge pull request #3171 from lioncash/internal-link | bunnei | 2019-11-28 | 2 | -6/+5 |
|\ \ \ \ \ |
|
| * | | | | | filesys/romfs: Remove unused includes | Lioncash | 2019-11-27 | 2 | -4/+2 |
| * | | | | | filesys/romfs: Make ProcessFile and ProcessDirectory internally linked | Lioncash | 2019-11-27 | 1 | -2/+3 |
* | | | | | | patch_manager: Adds check for disabled cheats to prevent them from being enabled (#3178) | Morph | 2019-11-28 | 1 | -5/+11 |
* | | | | | | Merge pull request #3170 from lioncash/enum | bunnei | 2019-11-28 | 2 | -3/+3 |
|\ \ \ \ \ \ |
|
| * | | | | | | file_sys/directory: Make EntryType an enum class | Lioncash | 2019-11-27 | 2 | -3/+3 |
| |/ / / / / |
|
* | | | | | | Merge pull request #3174 from lioncash/optional | Rodrigo Locatti | 2019-11-28 | 1 | -2/+1 |
|\ \ \ \ \ \ |
|
| * | | | | | | video_core/gpu_thread: Tidy up SwapBuffers() | Lioncash | 2019-11-27 | 1 | -2/+1 |
| | |/ / / /
| |/| | | | |
|
* | | | | | | video_core/const_buffer_locker: Make use of std::tie in HasEqualKeys() | Lioncash | 2019-11-27 | 1 | -2/+3 |
* | | | | | | video_core/const_buffer_locker: Remove unused includes | Lioncash | 2019-11-27 | 2 | -2/+2 |
* | | | | | | video_core/const_buffer_locker: Remove #pragma once from cpp file | Lioncash | 2019-11-27 | 1 | -2/+0 |
|/ / / / / |
|
* | | | | | Merge pull request #3143 from ReinUsesLisp/indexing-bug | bunnei | 2019-11-27 | 2 | -48/+2 |
|\ \ \ \ \ |
|
| * | | | | | gl_device: Deduce indexing bug from device instead of heuristic | ReinUsesLisp | 2019-11-25 | 2 | -48/+2 |
* | | | | | | core_timing: Use better reference tracking for EventType. (#3159) | bunnei | 2019-11-27 | 17 | -161/+103 |
| |/ / / /
|/| | | | |
|
* | | | | | Merge pull request #3164 from ReinUsesLisp/half-cast-float | bunnei | 2019-11-26 | 1 | -1/+2 |
|\ \ \ \ \ |
|
| * | | | | | gl_shader_decompiler: Fix casts from fp32 to f16 | ReinUsesLisp | 2019-11-26 | 1 | -1/+2 |
| |/ / / / |
|
* / / / / | kernel: Fix reference management for client/server session. | bunnei | 2019-11-26 | 3 | -20/+18 |
|/ / / / |
|
* | | | | Merge pull request #3158 from ReinUsesLisp/srgb-blit | bunnei | 2019-11-25 | 1 | -0/+1 |
|\ \ \ \ |
|
| * | | | | gl_texture_cache: Apply sRGB on blits | ReinUsesLisp | 2019-11-24 | 1 | -0/+1 |
* | | | | | Merge pull request #3094 from lioncash/tables | bunnei | 2019-11-25 | 33 | -7/+192 |
|\ \ \ \ \ |
|
| * | | | | | service: Update function tables | Lioncash | 2019-11-12 | 33 | -7/+192 |
* | | | | | | Merge pull request #3155 from bunnei/fix-asynch-gpu-wait | bunnei | 2019-11-25 | 1 | -17/+15 |
|\ \ \ \ \ \ |
|
| * | | | | | | gpu_thread: Don't spin wait if there are no GPU commands. | bunnei | 2019-11-23 | 1 | -17/+15 |
| | |/ / / /
| |/| | | | |
|
* | | | | | | kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel objects. (#3154) | bunnei | 2019-11-25 | 74 | -378/+377 |
* | | | | | | Merge pull request #3098 from ReinUsesLisp/shader-invalidations | bunnei | 2019-11-25 | 31 | -744/+742 |
|\ \ \ \ \ \ |
|
| * | | | | | | gl_device: Reserve base bindings on limited devices | ReinUsesLisp | 2019-11-23 | 1 | -36/+76 |
| * | | | | | | gl_state: Skip null texture binds | ReinUsesLisp | 2019-11-23 | 1 | -1/+5 |
| * | | | | | | gl_rasterizer: Disable compute shaders on Intel | ReinUsesLisp | 2019-11-23 | 3 | -0/+12 |
| * | | | | | | gl_shader_cache: Hack shared memory size | ReinUsesLisp | 2019-11-23 | 1 | -2/+3 |
| * | | | | | | gl_shader_decompiler: Normalize image bindings | ReinUsesLisp | 2019-11-23 | 3 | -33/+19 |
| * | | | | | | gl_shader_decompiler: Normalize cbuf bindings | ReinUsesLisp | 2019-11-23 | 2 | -10/+6 |
| * | | | | | | gl_rasterizer: Add missing cbuf counter reset on compute | ReinUsesLisp | 2019-11-23 | 1 | -0/+2 |
| * | | | | | | gl_shader_cache: Remove dynamic BaseBinding specialization | ReinUsesLisp | 2019-11-23 | 16 | -192/+200 |
| * | | | | | | video_core: Unify ProgramType and ShaderStage into ShaderType | ReinUsesLisp | 2019-11-23 | 22 | -289/+262 |
| * | | | | | | gl_rasterizer: Bind graphics images to draw commands | ReinUsesLisp | 2019-11-23 | 4 | -33/+54 |
| * | | | | | | gl_shader_cache: Specialize local memory size for compute shaders | ReinUsesLisp | 2019-11-23 | 6 | -21/+32 |
| * | | | | | | gl_shader_cache: Specialize shared memory size | ReinUsesLisp | 2019-11-23 | 5 | -29/+25 |
| * | | | | | | gl_shader_cache: Specialize shader workgroup | ReinUsesLisp | 2019-11-23 | 6 | -68/+74 |
| * | | | | | | shader/texture: Handle TLDS texture type mismatches | ReinUsesLisp | 2019-11-23 | 1 | -1/+10 |
| * | | | | | | shader/texture: Deduce texture buffers from locker | ReinUsesLisp | 2019-11-23 | 9 | -174/+107 |
| | |_|/ / /
| |/| | | | |
|
* | | | | | | Merge pull request #3105 from ReinUsesLisp/fix-stencil-reg | bunnei | 2019-11-24 | 1 | -3/+3 |
|\ \ \ \ \ \ |
|
| * | | | | | | maxwell_3d: Fix stencil_back_func_mask offset | ReinUsesLisp | 2019-11-13 | 1 | -3/+3 |
* | | | | | | | Merge pull request #3156 from bunnei/sys-ticks | bunnei | 2019-11-24 | 1 | -1/+4 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | Update svc.cpp | bunnei | 2019-11-23 | 1 | -0/+1 |
| * | | | | | | | svc: GetSystemTick should return cntpct_el0, not core ticks. | bunnei | 2019-11-23 | 1 | -1/+3 |
| | |_|/ / / /
| |/| | | | | |
|
* | | | | | | | Merge pull request #3153 from FearlessTobi/port-4964 | bunnei | 2019-11-24 | 1 | -2/+3 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | fix clang-format and lambda capture | Weiyi Wang | 2019-11-23 | 1 | -1/+2 |
| * | | | | | | | unfold UNREACHABLE implementation for dumb compilers | Weiyi Wang | 2019-11-23 | 1 | -2/+2 |
* | | | | | | | | Merge pull request #3145 from ReinUsesLisp/buffer-cache-init | bunnei | 2019-11-24 | 1 | -10/+10 |
|\ \ \ \ \ \ \ \
| |_|/ / / / / /
|/| | | | | | | |
|
| * | | | | | | | buffer_cache: Remove brace initialized for objects with default constructor | ReinUsesLisp | 2019-11-20 | 1 | -10/+10 |
| | |_|/ / / /
| |/| | | | | |
|
* | | | | | | | Merge pull request #3114 from FernandoS27/cond-var | bunnei | 2019-11-23 | 5 | -22/+74 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | Kernel: Optimize condition variable threads management. | Fernando Sahmkow | 2019-11-21 | 4 | -24/+21 |
| * | | | | | | | Kernel: Correct SignalProcessWideKey | Fernando Sahmkow | 2019-11-21 | 1 | -6/+2 |
| * | | | | | | | Kernel: Correct behavior of Condition Variables to be more similar to real hardware. | Fernando Sahmkow | 2019-11-21 | 5 | -15/+74 |
| |/ / / / / / |
|
* | | | | | | | Merge pull request #3141 from ReinUsesLisp/gl-position | bunnei | 2019-11-23 | 1 | -0/+1 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | gl_shader_gen: Apply default value to gl_Position | ReinUsesLisp | 2019-11-20 | 1 | -0/+1 |
* | | | | | | | | Merge pull request #3130 from FernandoS27/cancel-sync | bunnei | 2019-11-23 | 3 | -2/+19 |
|\ \ \ \ \ \ \ \
| |_|_|/ / / / /
|/| | | | | | | |
|
| * | | | | | | | Kernel: Correct Cancel Synchronization. | Fernando Sahmkow | 2019-11-16 | 3 | -2/+19 |
* | | | | | | | | Merge pull request #3140 from FearlessTobi/port-4953 | bunnei | 2019-11-21 | 1 | -13/+0 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | citra_qt/main.ui: remove unused actions "Load Symbol Map..." and... | Tobias | 2019-11-19 | 1 | -13/+0 |
* | | | | | | | | | Merge pull request #3112 from lioncash/skip | bunnei | 2019-11-21 | 1 | -8/+16 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | service/am: Remove unnecessary Skip calls | Lioncash | 2019-11-14 | 1 | -8/+16 |
* | | | | | | | | | | Merge pull request #3111 from lioncash/query | bunnei | 2019-11-21 | 2 | -5/+14 |
|\ \ \ \ \ \ \ \ \ \
| |_|_|_|_|/ / / / /
|/| | | | | | | | | |
|
| * | | | | | | | | | am: Stub QueryApplicationPlayStatistics | Lioncash | 2019-11-14 | 2 | -5/+14 |
| |/ / / / / / / / |
|
* | | | | | | | | | shader/other: Reduce DEPBAR log severity | ReinUsesLisp | 2019-11-20 | 1 | -1/+1 |
* | | | | | | | | | Merge pull request #3086 from ReinUsesLisp/format-lookups | bunnei | 2019-11-20 | 12 | -555/+442 |
|\ \ \ \ \ \ \ \ \
| |_|_|_|/ / / / /
|/| | | | | | | | |
|
| * | | | | | | | | format_lookup_table: Address feedback | ReinUsesLisp | 2019-11-15 | 2 | -30/+24 |
| * | | | | | | | | texture_cache: Use a table instead of switch for texture formats | ReinUsesLisp | 2019-11-15 | 9 | -261/+290 |
| * | | | | | | | | texture_cache: Drop abstracted ComponentType | ReinUsesLisp | 2019-11-14 | 8 | -294/+158 |
* | | | | | | | | | common/logging: Silence no return value warnings | ReinUsesLisp | 2019-11-15 | 1 | -2/+6 |
* | | | | | | | | | Merge pull request #3047 from ReinUsesLisp/clip-control | bunnei | 2019-11-15 | 9 | -82/+50 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | gl_rasterizer: Remove front facing hack | ReinUsesLisp | 2019-11-07 | 1 | -12/+0 |
| * | | | | | | | | | gl_shader_decompiler: Fix typo "y_negate"->"y_direction" | ReinUsesLisp | 2019-11-07 | 1 | -1/+1 |
| * | | | | | | | | | gl_shader_manager: Remove unused variable in SetFromRegs | ReinUsesLisp | 2019-11-07 | 1 | -1/+0 |
| * | | | | | | | | | yuzu_cmd: Use string_view instead of string for extensions | ReinUsesLisp | 2019-11-07 | 1 | -3/+3 |
| * | | | | | | | | | gl_rasterizer: Emulate viewport flipping with ARB_clip_control | ReinUsesLisp | 2019-11-07 | 9 | -76/+57 |
| | |_|_|_|_|_|_|/
| |/| | | | | | | |
|
* | | | | | | | | | Merge pull request #3091 from lioncash/core-conversion | bunnei | 2019-11-15 | 35 | -170/+182 |
|\ \ \ \ \ \ \ \ \
| |_|_|_|_|/ / / /
|/| | | | | | | | |
|
| * | | | | | | | | externals: Update httplib | Lioncash | 2019-11-12 | 1 | -1/+1 |
| * | | | | | | | | service: Resolve sign conversion errors | Lioncash | 2019-11-12 | 15 | -58/+55 |
| * | | | | | | | | perf_stats: Resolve implicit int to double conversion error | Lioncash | 2019-11-12 | 1 | -1/+1 |
| * | | | | | | | | loader; Resolve sign conversion/truncation errors | Lioncash | 2019-11-12 | 3 | -6/+6 |
| * | | | | | | | | gdbstub: Resolve sign conversion errors | Lioncash | 2019-11-12 | 1 | -1/+2 |
| * | | | | | | | | kernel: Resolve sign conversion warnings | Lioncash | 2019-11-12 | 4 | -72/+60 |
| * | | | | | | | | file_sys: Resolve sign conversion warnings | Lioncash | 2019-11-12 | 4 | -12/+10 |
| * | | | | | | | | result: Add default error code for the ResultCode(-1) case | Lioncash | 2019-11-12 | 1 | -1/+9 |
| * | | | | | | | | crypto: Resolve sign-conversion warnings | Lioncash | 2019-11-12 | 2 | -11/+12 |
| * | | | | | | | | result: Resolve sign-coversion warnings | Lioncash | 2019-11-12 | 1 | -1/+1 |
| * | | | | | | | | arm_unicorn: Resolve sign conversion warnings | Lioncash | 2019-11-12 | 3 | -8/+10 |
| * | | | | | | | | CMakeLists: Make most implicit type conversion warnings errors on MSVC | Lioncash | 2019-11-12 | 1 | -0/+17 |
| | |_|_|_|_|/ /
| |/| | | | | | |
|
* | | | | | | | | Merge pull request #3113 from lioncash/semi | Rodrigo Locatti | 2019-11-15 | 1 | -4/+6 |
|\ \ \ \ \ \ \ \
| |_|_|/ / / / /
|/| | | | | | | |
|
| * | | | | | | | common_funcs: Remove semicolons from INSERT_PADDING_* macros | Lioncash | 2019-11-14 | 1 | -4/+6 |
| | |_|/ / / /
| |/| | | | | |
|
* / | | | | | | correct the implementation of RGBA16UI | greggameplayer | 2019-11-14 | 1 | -0/+2 |
|/ / / / / / |
|
* | | | | | | Merge pull request #3089 from SciresM/play_statistics | bunnei | 2019-11-14 | 2 | -0/+10 |
|\ \ \ \ \ \ |
|
| * | | | | | | Implement stub for QueryApplicationPlayStatisticsByUid | Michael Scire | 2019-11-11 | 2 | -0/+10 |
| |/ / / / / |
|
* | | | | | | Merge pull request #3093 from lioncash/mbedtls | bunnei | 2019-11-14 | 7 | -12/+12 |
|\ \ \ \ \ \ |
|
| * | | | | | | core: Migrate off deprecated mbedtls functions | Lioncash | 2019-11-12 | 7 | -12/+12 |
| |/ / / / / |
|
* | | | | | | Merge pull request #3092 from lioncash/util | bunnei | 2019-11-14 | 1 | -11/+15 |
|\ \ \ \ \ \
| |_|_|_|_|/
|/| | | | | |
|
| * | | | | | key_manager: Make use of IOFile in WriteKeyToFile() | Lioncash | 2019-11-12 | 1 | -11/+15 |
| |/ / / / |
|
* | | | | | Merge pull request #3081 from ReinUsesLisp/fswzadd-shuffles | Fernando Sahmkow | 2019-11-14 | 8 | -125/+127 |
|\ \ \ \ \ |
|
| * | | | | | gl_shader_cache: Enable extensions only when available | ReinUsesLisp | 2019-11-08 | 1 | -6/+14 |
| * | | | | | gl_shader_decompiler: Add safe fallbacks when ARB_shader_ballot is not available | ReinUsesLisp | 2019-11-08 | 3 | -5/+28 |
| * | | | | | shader_ir/warp: Implement FSWZADD | ReinUsesLisp | 2019-11-08 | 5 | -0/+44 |
| * | | | | | gl_shader_decompiler: Reimplement shuffles with platform agnostic intrinsics | ReinUsesLisp | 2019-11-08 | 5 | -122/+49 |
* | | | | | | Merge pull request #3107 from lioncash/hashable | Rodrigo Locatti | 2019-11-13 | 1 | -35/+0 |
|\ \ \ \ \ \ |
|
| * | | | | | | common/hash: Remove unused HashableStruct | Lioncash | 2019-11-13 | 1 | -35/+0 |
| | |_|_|_|/
| |/| | | | |
|
* | | | | | | Merge pull request #3104 from lioncash/xts | Rodrigo Locatti | 2019-11-13 | 1 | -2/+1 |
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
|
| * | | | | | xts_archive: Remove redundant std::string constructor | Lioncash | 2019-11-13 | 1 | -2/+1 |
| | |/ / /
| |/| | | |
|
* | | | | | Merge pull request #3103 from lioncash/cfunc | Rodrigo Locatti | 2019-11-13 | 1 | -1/+1 |
|\ \ \ \ \ |
|
| * | | | | | common_funcs: silence sign-conversion warnings in MakeMagic() | Lioncash | 2019-11-13 | 1 | -1/+1 |
| |/ / / / |
|
* | | | | | Merge pull request #3084 from ReinUsesLisp/cast-warnings | Rodrigo Locatti | 2019-11-13 | 10 | -53/+68 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | video_core: Enable sign conversion warnings | Rodrigo Locatti | 2019-11-11 | 1 | -1/+1 |
| * | | | | video_core: Treat implicit conversions as errors | ReinUsesLisp | 2019-11-08 | 1 | -0/+6 |
| * | | | | video_core: Silence implicit conversion warnings | ReinUsesLisp | 2019-11-08 | 9 | -53/+62 |
| | |/ /
| |/| | |
|
* | | | | Merge pull request #3085 from bunnei/web-token-b64 | bunnei | 2019-11-09 | 4 | -50/+110 |
|\ \ \ \ |
|
| * | | | | web-service: Port citra's updated web_backend code. | bunnei | 2019-11-09 | 2 | -18/+57 |
| * | | | | yuzu: configure_web: Use Base64 encoded token for simplifying user experience. | bunnei | 2019-11-09 | 2 | -32/+53 |
* | | | | | Merge pull request #3082 from ReinUsesLisp/fix-lockers | bunnei | 2019-11-09 | 1 | -2/+4 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | gl_shader_cache: Fix locker constructors | ReinUsesLisp | 2019-11-08 | 1 | -2/+4 |
| | |/ /
| |/| | |
|
* | | | | Merge pull request #3080 from FernandoS27/glsl-fix | bunnei | 2019-11-08 | 1 | -1/+1 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | GLSLDecompiler: Correct Texture Gather Offset. | Fernando Sahmkow | 2019-11-07 | 1 | -1/+1 |
* | | | | Merge pull request #3032 from ReinUsesLisp/simplify-control-flow-brx | bunnei | 2019-11-07 | 1 | -103/+111 |
|\ \ \ \ |
|
| * | | | | shader/control_flow: Specify constness on caller lambdas | Rodrigo Locatti | 2019-11-07 | 1 | -11/+12 |
| * | | | | shader/control_flow: Use callable template instead of std::function | ReinUsesLisp | 2019-11-07 | 1 | -6/+5 |
| * | | | | shader/control_flow: Abstract repeated code chunks in BRX tracking | ReinUsesLisp | 2019-11-07 | 1 | -93/+101 |
| * | | | | shader/control_flow: Silence Intellisense cast warnings | ReinUsesLisp | 2019-11-07 | 1 | -1/+1 |
| * | | | | shader/control_flow: Remove brace initializer in std containers | ReinUsesLisp | 2019-11-07 | 1 | -9/+9 |
* | | | | | buffer_cache: Add missing includes (#3079) | Morph | 2019-11-07 | 1 | -0/+4 |
* | | | | | Merge pull request #3070 from ReinUsesLisp/shader-warnings | bunnei | 2019-11-07 | 7 | -51/+19 |
|\ \ \ \ \
| |_|_|/ /
|/| | | | |
|
| * | | | | shader/decode: Reduce severity of arithmetic rounding warnings | ReinUsesLisp | 2019-11-07 | 6 | -15/+17 |
| * | | | | shader/arithmetic: Reduce RRO stub severity | ReinUsesLisp | 2019-11-07 | 1 | -1/+2 |
| * | | | | shader/texture: Remove NODEP warnings | ReinUsesLisp | 2019-11-07 | 1 | -35/+0 |
| |/ / / |
|
* | | | | Merge pull request #3057 from ReinUsesLisp/buffer-sub-data | bunnei | 2019-11-06 | 6 | -11/+70 |
|\ \ \ \ |
|
| * | | | | gl_rasterizer: Re-enable stream buffer memory due to global memory | ReinUsesLisp | 2019-11-02 | 1 | -14/+8 |
| * | | | | gl_rasterizer: Upload constant buffers with glNamedBufferSubData | ReinUsesLisp | 2019-11-02 | 6 | -19/+84 |
* | | | | | Merge pull request #3076 from DarkLordZach/telem-names | bunnei | 2019-11-06 | 1 | -11/+2 |
|\ \ \ \ \ |
|
| * | | | | | ci: Populate build repository from Azure environment | Zach Hilman | 2019-11-06 | 1 | -11/+2 |
* | | | | | | Merge pull request #3062 from bunnei/event-improve | bunnei | 2019-11-06 | 25 | -112/+53 |
|\ \ \ \ \ \
| |_|_|/ / /
|/| | | | | |
|
| * | | | | | kernel: readable_event: Signal only once. | bunnei | 2019-11-03 | 1 | -2/+4 |
| * | | | | | kernel: events: Remove ResetType::Automatic. | bunnei | 2019-11-03 | 25 | -109/+48 |
| * | | | | | kernel: readable_event: Initialize members. | bunnei | 2019-11-03 | 1 | -1/+1 |
* | | | | | | Merge pull request #3039 from ReinUsesLisp/cleanup-samplers | Rodrigo Locatti | 2019-11-06 | 8 | -142/+116 |
|\ \ \ \ \ \
| |_|/ / / /
|/| | | | | |
|
| * | | | | | shader/node: Unpack bindless texture encoding | ReinUsesLisp | 2019-10-30 | 8 | -142/+116 |
* | | | | | | Merge pull request #2859 from Morph1984/hid | David | 2019-11-06 | 2 | -92/+126 |
|\ \ \ \ \ \ |
|
| * | | | | | | hid: Stub SetNpadJoyAssignmentModeSingle and reorganize service commands | Morph | 2019-10-07 | 2 | -92/+126 |
* | | | | | | | Merge pull request #2914 from FernandoS27/fermi-fix | bunnei | 2019-11-06 | 1 | -3/+27 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | Fermi2D: Use a different formula for delimiting blit areas. | Fernando Sahmkow | 2019-10-18 | 1 | -14/+28 |
| * | | | | | | | Fermi2D: limit blit area to only available area | Fernando Sahmkow | 2019-10-17 | 1 | -4/+14 |
* | | | | | | | | common_func: Use std::array for INSERT_PADDING_* macros. | bunnei | 2019-11-04 | 14 | -158/+166 |
* | | | | | | | | Merge pull request #3059 from FearlessTobi/stub-am-commands | bunnei | 2019-11-03 | 2 | -3/+31 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | core/am: Stub InitializeApplicationCopyrightFrameBuffer, SetApplicationCopyrightImage and SetApplicationCopyrightVisibility | FearlessTobi | 2019-11-03 | 2 | -3/+31 |
| | |_|_|_|/ / /
| |/| | | | | | |
|
* | | | | | | | | common/bit_field: Remove FORCE_INLINE calls | Tobias | 2019-11-03 | 1 | -2/+2 |
| |_|_|_|/ / /
|/| | | | | | |
|
* | | | | | | | citra_qt: add amiibo drag and drop support | FearlessTobi | 2019-11-03 | 2 | -4/+18 |
|/ / / / / / |
|
* | | | / / | Shader_IR: Fix regression on TLD4 | Fernando Sahmkow | 2019-10-31 | 2 | -5/+4 |
| |_|_|/ /
|/| | | | |
|
* | | | | | Merge pull request #3050 from FernandoS27/fix-tld4 | Rodrigo Locatti | 2019-10-30 | 3 | -11/+55 |
|\ \ \ \ \ |
|
| * | | | | | Shader_IR: Fix TLD4 and add Bindless Variant. | Fernando Sahmkow | 2019-10-30 | 3 | -11/+55 |
* | | | | | | Merge pull request #3038 from lioncash/docs | Rodrigo Locatti | 2019-10-30 | 2 | -91/+73 |
|\ \ \ \ \ \ |
|
| * | | | | | | scheduler: Mark parameter of AskForReselectionOrMarkRedundant() as const | Lioncash | 2019-10-28 | 2 | -5/+5 |
| * | | | | | | scheduler: Silence sign conversion warnings | Lioncash | 2019-10-28 | 1 | -5/+5 |
| * | | | | | | scheduler: Initialize class members directly where applicable | Lioncash | 2019-10-28 | 2 | -6/+4 |
| * | | | | | | scheduler: Amend documentation comments | Lioncash | 2019-10-28 | 2 | -75/+59 |
* | | | | | | | Merge pull request #3046 from ReinUsesLisp/clean-gl-state | bunnei | 2019-10-30 | 3 | -291/+156 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | gl_state: Use std::array::fill instead of std::fill | Rodrigo Locatti | 2019-10-30 | 1 | -1/+1 |
| * | | | | | | | gl_state: Move dirty checks to individual apply calls instead of Apply | ReinUsesLisp | 2019-10-30 | 2 | -66/+74 |
| * | | | | | | | gl_state: Remove ApplyDefaultState | ReinUsesLisp | 2019-10-30 | 3 | -17/+1 |
| * | | | | | | | gl_state: Change SetDefaultViewports to use default constructor | ReinUsesLisp | 2019-10-30 | 1 | -13/+2 |
| * | | | | | | | gl_state: Minor style changes | ReinUsesLisp | 2019-10-30 | 1 | -3/+5 |
| * | | | | | | | gl_state: Remove unused Citra TextureUnits | ReinUsesLisp | 2019-10-30 | 1 | -23/+0 |
| * | | | | | | | gl_state: Move initializers from constructor to class declaration | ReinUsesLisp | 2019-10-30 | 2 | -170/+75 |
| | |_|_|_|/ /
| |/| | | | | |
|
* | | | | | | | Merge pull request #3035 from ReinUsesLisp/rasterizer-accelerated | bunnei | 2019-10-30 | 5 | -45/+98 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | rasterizer_accelerated: Add intermediary for GPU rasterizers | ReinUsesLisp | 2019-10-27 | 5 | -45/+98 |
* | | | | | | | | Merge pull request #3007 from DarkLordZach/fsc-regress | bunnei | 2019-10-30 | 1 | -0/+12 |
|\ \ \ \ \ \ \ \
| |_|/ / / / / /
|/| | | | | | | |
|
| * | | | | | | | savedata_factory: Automatically create certain savedata | Zach Hilman | 2019-10-22 | 1 | -0/+12 |
* | | | | | | | | Merge pull request #3004 from ReinUsesLisp/maxwell3d-cleanup | Rodrigo Locatti | 2019-10-30 | 6 | -81/+20 |
|\ \ \ \ \ \ \ \
| |_|_|_|/ / / /
|/| | | | | | | |
|
| * | | | | | | | maxwell_3d/kepler_compute: Remove unused arguments in GetTexture | ReinUsesLisp | 2019-10-28 | 5 | -37/+20 |
| * | | | | | | | video_core/textures: Remove unused index entry in FullTextureInfo | ReinUsesLisp | 2019-10-28 | 2 | -2/+0 |
| * | | | | | | | maxwell_3d: Remove unused method GetStageTextures | ReinUsesLisp | 2019-10-28 | 2 | -42/+0 |
| | |_|/ / / /
| |/| | | | | |
|
* | | | | | | | Merge pull request #3037 from FernandoS27/new-formats | Rodrigo Locatti | 2019-10-28 | 4 | -5/+22 |
|\ \ \ \ \ \ \
| |/ / / / / /
|/| | | | | | |
|
| * | | | | | | Video_Core: Implement texture format E5B9G9R9_SHAREDEXP. | Fernando Sahmkow | 2019-10-27 | 4 | -5/+22 |
| | |/ / / /
| |/| | | | |
|
* | | | | | | Merge pull request #2971 from FernandoS27/new-scheduler-v2 | David | 2019-10-28 | 19 | -435/+1022 |
|\ \ \ \ \ \ |
|
| * | | | | | | Kernel Thread: Cleanup THREADPROCESSORID_DONT_UPDATE. | Fernando Sahmkow | 2019-10-15 | 2 | -4/+1 |
| * | | | | | | Kernel: Address Feedback 2 | Fernando Sahmkow | 2019-10-15 | 2 | -9/+6 |
| * | | | | | | Kernel: Clang Format | Fernando Sahmkow | 2019-10-15 | 2 | -5/+5 |
| * | | | | | | Kernel: Reverse global accessor removal. | Fernando Sahmkow | 2019-10-15 | 4 | -23/+9 |
| * | | | | | | Kernel: Address Feedback. | Fernando Sahmkow | 2019-10-15 | 6 | -67/+98 |
| * | | | | | | Kernel Scheduler: Make sure the global scheduler shutdowns correctly. | Fernando Sahmkow | 2019-10-15 | 7 | -0/+31 |
| * | | | | | | Kernel_Thread: Eliminate most global accessors. | Fernando Sahmkow | 2019-10-15 | 1 | -11/+11 |
| * | | | | | | KernelSVC: Assert that condition variable address is aligned to 4 bytes. | Fernando Sahmkow | 2019-10-15 | 1 | -0/+4 |
| * | | | | | | Kernel: Correct Paused scheduling | Fernando Sahmkow | 2019-10-15 | 1 | -3/+1 |
| * | | | | | | Kernel: Corrections to Wait Objects clearing in which a thread could still be signalled after a timeout or a cancel. | Fernando Sahmkow | 2019-10-15 | 3 | -3/+4 |
| * | | | | | | Kernel: Correct redundant yields to only advance time forward. | Fernando Sahmkow | 2019-10-15 | 1 | -3/+5 |
| * | | | | | | Kernel: Corrections to ModifyByWaitingCountAndSignalToAddressIfEqual | Fernando Sahmkow | 2019-10-15 | 1 | -5/+13 |
| * | | | | | | Kernel: Correct Results in Condition Variables and Mutexes | Fernando Sahmkow | 2019-10-15 | 3 | -24/+17 |
| * | | | | | | Kernel: Clang Format | Fernando Sahmkow | 2019-10-15 | 2 | -2/+3 |
| * | | | | | | Kernel: Remove global system accessor from WaitObject | Fernando Sahmkow | 2019-10-15 | 4 | -2/+17 |
| * | | | | | | Scheduler: Implement Yield Count and Core migration on Thread Preemption. | Fernando Sahmkow | 2019-10-15 | 2 | -5/+85 |
| * | | | | | | Scheduler: Corrections to YieldAndBalanceLoad and Yield bombing protection. | Fernando Sahmkow | 2019-10-15 | 2 | -8/+8 |
| * | | | | | | Kernel: Initial implementation of thread preemption. | Fernando Sahmkow | 2019-10-15 | 3 | -0/+30 |
| * | | | | | | Scheduler: Add protections for Yield bombing | Fernando Sahmkow | 2019-10-15 | 5 | -24/+31 |
| * | | | | | | Kernel: Style and Corrections | Fernando Sahmkow | 2019-10-15 | 12 | -96/+137 |
| * | | | | | | Correct PrepareReschedule | Fernando Sahmkow | 2019-10-15 | 6 | -38/+29 |
| * | | | | | | Comment and reorganize the scheduler | Fernando Sahmkow | 2019-10-15 | 2 | -98/+104 |
| * | | | | | | Add PrepareReschedule where required. | Fernando Sahmkow | 2019-10-15 | 3 | -16/+18 |
| * | | | | | | Correct compiling errors and addapt to the new interface. | Fernando Sahmkow | 2019-10-15 | 3 | -27/+15 |
| * | | | | | | Correct Supervisor Calls to work with the new scheduler, | Fernando Sahmkow | 2019-10-15 | 1 | -26/+41 |
| * | | | | | | Redesign CPU Cores to work with the new scheduler | Fernando Sahmkow | 2019-10-15 | 2 | -13/+12 |
| * | | | | | | Add interfacing to the Global Scheduler | Fernando Sahmkow | 2019-10-15 | 4 | -0/+34 |
| * | | | | | | Addapt thread class to the new Scheduler | Fernando Sahmkow | 2019-10-15 | 2 | -60/+237 |
| * | | | | | | Implement a new Core Scheduler | Fernando Sahmkow | 2019-10-15 | 2 | -258/+411 |
* | | | | | | | Merge pull request #3034 from ReinUsesLisp/w4244-maxwell3d | bunnei | 2019-10-27 | 2 | -24/+25 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | maxwell_3d: Silence implicit conversion warnings | ReinUsesLisp | 2019-10-27 | 2 | -24/+25 |
| | |/ / / / /
| |/| | | | | |
|
* / | | | | | | astc: Silence implicit conversion warnings | ReinUsesLisp | 2019-10-27 | 1 | -7/+8 |
|/ / / / / / |
|
* | | | | | | Merge pull request #2976 from FernandoS27/cache-fast-brx-rebased | Rodrigo Locatti | 2019-10-26 | 28 | -864/+1482 |
|\ \ \ \ \ \ |
|
| * | | | | | | Shader_IR: Address Feedback. | Fernando Sahmkow | 2019-10-26 | 9 | -56/+66 |
| * | | | | | | Shader_IR: Clang format | Fernando Sahmkow | 2019-10-25 | 1 | -2/+1 |
| * | | | | | | gl_shader_cache: Implement locker variants invalidation | ReinUsesLisp | 2019-10-25 | 4 | -44/+104 |
| * | | | | | | gl_shader_disk_cache: Store and load fast BRX | ReinUsesLisp | 2019-10-25 | 6 | -50/+210 |
| * | | | | | | const_buffer_locker: Minor style changes | ReinUsesLisp | 2019-10-25 | 2 | -152/+76 |
| * | | | | | | gl_shader_decompiler: Move entries to a separate function | ReinUsesLisp | 2019-10-25 | 15 | -722/+420 |
| * | | | | | | Shader_IR: Implement Fast BRX and allow multi-branches in the CFG. | Fernando Sahmkow | 2019-10-25 | 1 | -1/+1 |
| * | | | | | | Shader_IR: Correct typo in Consistent method. | Fernando Sahmkow | 2019-10-25 | 2 | -2/+2 |
| * | | | | | | Shader_IR: allow lookup of texture samplers within the shader_ir for instructions that don't provide it | Fernando Sahmkow | 2019-10-25 | 9 | -46/+363 |
| * | | | | | | Shader_IR: Implement Fast BRX and allow multi-branches in the CFG. | Fernando Sahmkow | 2019-10-25 | 7 | -130/+258 |
| * | | | | | | Shader_Cache: setup connection of ConstBufferLocker | Fernando Sahmkow | 2019-10-25 | 10 | -43/+82 |
| * | | | | | | VideoCore: Unify const buffer accessing along engines and provide ConstBufferLocker class to shaders. | Fernando Sahmkow | 2019-10-25 | 12 | -13/+183 |
| * | | | | | | Shader_IR: Implement BRX tracking. | Fernando Sahmkow | 2019-10-25 | 1 | -0/+113 |
* | | | | | | | Merge pull request #3027 from lioncash/lookup | Rodrigo Locatti | 2019-10-26 | 1 | -53/+67 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | shader_ir: Use std::array with pair instead of unordered_map | Lioncash | 2019-10-24 | 1 | -53/+67 |
* | | | | | | | | Merge pull request #3013 from FernandoS27/tld4s-fix | Rodrigo Locatti | 2019-10-26 | 2 | -5/+5 |
|\ \ \ \ \ \ \ \
| |_|/ / / / / /
|/| | | | | | | |
|
| * | | | | | | | Shader_Ir: Fix TLD4S from using a component mask. | Fernando Sahmkow | 2019-10-22 | 2 | -5/+5 |
* | | | | | | | | Merge pull request #3028 from lioncash/constexpr | Rodrigo Locatti | 2019-10-24 | 1 | -13/+13 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | shader_bytecode: Make Matcher constexpr capable | Lioncash | 2019-10-24 | 1 | -13/+13 |
| | |/ / / / / /
| |/| | | | | | |
|
* / | | | | | | | video_core/shader: Resolve instances of variable shadowing | Lioncash | 2019-10-24 | 6 | -11/+12 |
|/ / / / / / / |
|
* | | | | | | | Merge pull request #2991 from lioncash/npad | bunnei | 2019-10-23 | 2 | -51/+23 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | hid/npad: Fix incorrect connection boolean value in ConnectAllDisconnectedControllers() | Lioncash | 2019-10-18 | 1 | -1/+1 |
| * | | | | | | | hid/npad: Add missing break in default case | Lioncash | 2019-10-18 | 1 | -0/+1 |
| * | | | | | | | hid/npad: Replace std::for_each with ranged for loops | Lioncash | 2019-10-18 | 1 | -13/+12 |
| * | | | | | | | hid/npad: Remove redundant non-const variant of IsControllerSupported() | Lioncash | 2019-10-18 | 2 | -34/+5 |
| * | | | | | | | hid/npad: Move function declarations | Lioncash | 2019-10-18 | 1 | -5/+6 |
* | | | | | | | | Merge pull request #2995 from ReinUsesLisp/ignore-gmem | Fernando Sahmkow | 2019-10-22 | 2 | -18/+26 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | shader_ir/memory: Ignore global memory when tracking fails | ReinUsesLisp | 2019-10-22 | 2 | -18/+26 |
| | |_|_|/ / / /
| |/| | | | | | |
|
* | | | | | | | | Merge pull request #2983 from lioncash/fallthrough | Fernando Sahmkow | 2019-10-22 | 2 | -0/+6 |
|\ \ \ \ \ \ \ \
| |_|_|/ / / / /
|/| | | | | | | |
|
| * | | | | | | | vk_shader_decompiler: Resolve fallthrough within ExprDecompiler's ExprCondCode operator() | Lioncash | 2019-10-16 | 1 | -0/+3 |
| * | | | | | | | gl_shader_decompiler: Resolve fallthrough within ExprDecompiler's ExprCondCode operator() | Lioncash | 2019-10-16 | 1 | -0/+3 |
* | | | | | | | | maxwell_3d: Reduce FlushMMEInlineDraw logging to Trace | ReinUsesLisp | 2019-10-20 | 1 | -1/+1 |
| |/ / / / / /
|/| | | | | | |
|
* | | | | | | | core: Fix clang-format errors. | bunnei | 2019-10-19 | 1 | -9/+10 |
* | | | | | | | Fix null pointer deref. | Nicolae-Andrei Cociorba | 2019-10-18 | 1 | -10/+12 |
* | | | | | | | Merge pull request #2994 from lioncash/fmt | Rodrigo Locatti | 2019-10-18 | 2 | -40/+51 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | video_core/shader/ast: Make ShowCurrentState() and SanityCheck() const member functions | Lioncash | 2019-10-18 | 2 | -5/+5 |
| * | | | | | | | video_core/shader/ast: Make ASTManager::Print a const member function | Lioncash | 2019-10-18 | 2 | -3/+3 |
| * | | | | | | | video_core/shader/ast: Make ExprPrinter members private | Lioncash | 2019-10-18 | 1 | -1/+2 |
| * | | | | | | | video_core/shader/ast: Make Indent() return a string_view | Lioncash | 2019-10-18 | 1 | -14/+24 |
| * | | | | | | | video_core/shader/ast: Make Indent() private | Lioncash | 2019-10-18 | 1 | -9/+9 |
| * | | | | | | | video_core/shader/ast: Rename Ident() to Indent() | Lioncash | 2019-10-18 | 1 | -13/+13 |
| * | | | | | | | video_core/shader/ast: Make use of fmt where applicable | Lioncash | 2019-10-18 | 1 | -14/+14 |
| | |/ / / / /
| |/| | | | | |
|
* | | | | | | | Merge pull request #2993 from lioncash/vulkan-expr | Rodrigo Locatti | 2019-10-18 | 1 | -21/+23 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | vk_shader_decompiler: Mark operator() function parameters as const references | Lioncash | 2019-10-18 | 1 | -21/+23 |
| |/ / / / / / |
|
* | | | | | | | Merge pull request #2992 from lioncash/dmnt | bunnei | 2019-10-18 | 1 | -2/+2 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | dmnt_cheat_vm: Correct register Restore and ClearRegs behavior | Lioncash | 2019-10-18 | 1 | -2/+2 |
| |/ / / / / / |
|
* | | | | | | | Merge pull request #2966 from FernandoS27/astc-formats | Rodrigo Locatti | 2019-10-18 | 4 | -79/+211 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | Surfaces: Implement R4G4B4A4U format. | Fernando Sahmkow | 2019-10-09 | 4 | -24/+41 |
| * | | | | | | | Surfaces: Implement ASTC 6x6 10x10 12x12 8x6 6x5 | Fernando Sahmkow | 2019-10-09 | 4 | -70/+185 |
* | | | | | | | | Merge pull request #2979 from lioncash/macro | Rodrigo Locatti | 2019-10-18 | 2 | -72/+79 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | video_core/macro_interpreter: Make definitions of most private enums/unions hidden | Lioncash | 2019-10-17 | 2 | -72/+79 |
| | |_|/ / / / /
| |/| | | | | | |
|
* | | | | | | | | Merge pull request #2989 from lioncash/apm | Rodrigo Locatti | 2019-10-18 | 2 | -16/+36 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | apm/controller: Make SetPerformanceConfiguration() use an array of pairs over a map | Lioncash | 2019-10-17 | 1 | -14/+34 |
| * | | | | | | | | apm/controller: Make GetCurrentPerformanceMode() a const member function | Lioncash | 2019-10-17 | 2 | -2/+2 |
| | |_|/ / / / /
| |/| | | | | | |
|
* | | | | | | | | core/core: Resolve -Wreorder warnings | Lioncash | 2019-10-17 | 1 | -2/+2 |
* | | | | | | | | core/memory/cheat_engine: Resolve -Wreorder warnings | Lioncash | 2019-10-17 | 1 | -4/+3 |
|/ / / / / / / |
|
* | | | | | | | Merge pull request #2980 from lioncash/warn | bunnei | 2019-10-17 | 3 | -5/+6 |
|\ \ \ \ \ \ \
| |_|_|_|/ / /
|/| | | | | | |
|
| * | | | | | | control_flow: Silence truncation warnings | Lioncash | 2019-10-16 | 2 | -4/+4 |
| * | | | | | | maxwell_3d: Silence truncation warnings | Lioncash | 2019-10-15 | 1 | -1/+2 |
| |/ / / / / |
|
* | | | | | | Merge pull request #2978 from lioncash/doxygen | Rodrigo Locatti | 2019-10-17 | 1 | -57/+78 |
|\ \ \ \ \ \ |
|
| * | | | | | | video_core/texture_cache: Amend Doxygen references | Lioncash | 2019-10-15 | 1 | -57/+78 |
| | |_|/ / /
| |/| | | | |
|
* | | | | | | Merge pull request #2982 from lioncash/surface | Rodrigo Locatti | 2019-10-17 | 1 | -2/+2 |
|\ \ \ \ \ \ |
|
| * | | | | | | texture_cache: Avoid unnecessary surface copies within PickStrategy() and TryReconstructSurface() | Lioncash | 2019-10-16 | 1 | -2/+2 |
| | |/ / / /
| |/| | | | |
|
* | | | | | | Merge pull request #2912 from FernandoS27/async-fixes | bunnei | 2019-10-16 | 16 | -52/+67 |
|\ \ \ \ \ \ |
|
| * | | | | | | AsyncGpu: Address Feedback | Fernando Sahmkow | 2019-10-11 | 2 | -2/+2 |
| * | | | | | | GL_Renderer: Remove lefting snippet. | Fernando Sahmkow | 2019-10-05 | 1 | -2/+0 |
| * | | | | | | NvFlinger: Remove leftover from corrections and clang format. | Fernando Sahmkow | 2019-10-05 | 1 | -4/+0 |
| * | | | | | | Gl_Rasterizer: Protect CPU Memory mapping from multiple threads. | Fernando Sahmkow | 2019-10-05 | 2 | -0/+4 |
| * | | | | | | Core: Wait for GPU to be idle before shutting down. | Fernando Sahmkow | 2019-10-05 | 7 | -0/+19 |
| * | | | | | | Nvdrv: Correct Event setup in Nvdrv | Fernando Sahmkow | 2019-10-05 | 2 | -23/+14 |
| * | | | | | | NVFlinger: Reverse the change that only signaled events on buffer acquire. | Fernando Sahmkow | 2019-10-05 | 2 | -20/+1 |
| * | | | | | | Nvdrv: Do framelimiting only in the CPU Thread | Fernando Sahmkow | 2019-10-05 | 2 | -3/+4 |
| * | | | | | | NvFlinger: Don't swap buffers if a frame is missing and always trigger event in sync gpu. | Fernando Sahmkow | 2019-10-05 | 1 | -1/+3 |
| * | | | | | | GPU_Async: Correct fences, display events and more. | Fernando Sahmkow | 2019-10-05 | 6 | -21/+38 |
| * | | | | | | Nvdrv: Correct Async regression and avoid signaling empty buffer vsyncs | Fernando Sahmkow | 2019-10-05 | 2 | -3/+9 |
* | | | | | | | Merge pull request #2984 from lioncash/fallthrough2 | Rodrigo Locatti | 2019-10-16 | 1 | -0/+1 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | video_core/surface: Add missing break in PixelFormatFromTextureFormat() | Lioncash | 2019-10-16 | 1 | -0/+1 |
| | |/ / / / /
| |/| | | | | |
|
* | | | | | | | Merge pull request #2981 from lioncash/copy | Rodrigo Locatti | 2019-10-16 | 2 | -34/+32 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | gl_shader_decompiler: Make ExprDecompiler's GetResult() a const member function | Lioncash | 2019-10-16 | 1 | -1/+1 |
| * | | | | | | | gl_shader_decompiler: Use a std::string_view with GetDeclarationWithSuffix() | Lioncash | 2019-10-16 | 1 | -1/+1 |
| * | | | | | | | gl_shader_decompiler: Fold flow_var constant into GetFlowVariable() | Lioncash | 2019-10-16 | 1 | -3/+1 |
| * | | | | | | | gl_shader_decompiler: Mark ASTDecompiler/ExprDecompiler parameters as const references where applicable | Lioncash | 2019-10-16 | 1 | -21/+21 |
| * | | | | | | | gl_shader_decompiler: Pass by reference to GenerateTextureArgument() | Lioncash | 2019-10-16 | 1 | -2/+2 |
| * | | | | | | | gl_shader_decompiler: Use std::holds_alternative within GenerateTexture() | Lioncash | 2019-10-16 | 1 | -1/+1 |
| * | | | | | | | shader/node: std::move Meta instance within OperationNode constructor | Lioncash | 2019-10-16 | 1 | -1/+1 |
| * | | | | | | | gl_shader_decompiler: Avoid unnecessary copies of MetaImage | Lioncash | 2019-10-16 | 1 | -4/+4 |
| |/ / / / / / |
|
* | | | | | | | Merge pull request #2972 from lioncash/system | bunnei | 2019-10-15 | 10 | -34/+64 |
|\ \ \ \ \ \ \
| |/ / / / / /
|/| | | | | | |
|
| * | | | | | | video_core/gpu: Remove use of the global system accessor | Lioncash | 2019-10-15 | 1 | -1/+1 |
| * | | | | | | bcat: Remove use of global system accessors | Lioncash | 2019-10-15 | 6 | -29/+55 |
| * | | | | | | nvflinger/buffer_queue: Remove use of a global system accessor | Lioncash | 2019-10-12 | 3 | -4/+8 |
* | | | | | | | common/algorithm: Add description comment indicating intended algorithms | Lioncash | 2019-10-15 | 1 | -0/+5 |
* | | | | | | | common: Rename binary_find.h to algorithm.h | Lioncash | 2019-10-15 | 4 | -4/+5 |
| |_|/ / / /
|/| | | | | |
|
* | | | | | | Merge pull request #2965 from FernandoS27/fair-core-timing | bunnei | 2019-10-15 | 7 | -134/+147 |
|\ \ \ \ \ \ |
|
| * | | | | | | Core_Timing: Address Remaining feedback. | Fernando Sahmkow | 2019-10-12 | 1 | -5/+4 |
| * | | | | | | Core_Timing: Fix tests. | Fernando Sahmkow | 2019-10-12 | 1 | -2/+2 |
| * | | | | | | Core_Timing: Address Feedback and suppress warnings. | Fernando Sahmkow | 2019-10-11 | 5 | -13/+12 |
| * | | | | | | Core Timing: Correct Idle and remove lefting pragma | Fernando Sahmkow | 2019-10-09 | 1 | -2/+1 |
| * | | | | | | Core Timing: General corrections and added tests. | Fernando Sahmkow | 2019-10-09 | 3 | -7/+165 |
| * | | | | | | Tests: Eliminate old Core Timing Tests | Fernando Sahmkow | 2019-10-09 | 1 | -193/+0 |
| * | | | | | | Core Timing: Rework Core Timing to run all cores evenly. | Fernando Sahmkow | 2019-10-09 | 6 | -38/+89 |
| | |_|/ / /
| |/| | | | |
|
* | | | | | | Merge pull request #2897 from DarkLordZach/oss-ext-fonts-1 | bunnei | 2019-10-14 | 18 | -123/+73480 |
|\ \ \ \ \ \ |
|
| * | | | | | | pl_u: Fix mismatched rebase size error in font encryption | Zach Hilman | 2019-10-13 | 3 | -19/+17 |
| * | | | | | | pl_u: Use kernel physical memory | Zach Hilman | 2019-10-13 | 2 | -4/+8 |
| * | | | | | | pl_u: Remove excess static qualifier | Zach Hilman | 2019-10-13 | 1 | -1/+1 |
| * | | | | | | pl_u: Use OSS system archives if real archives don't exist | Zach Hilman | 2019-10-13 | 2 | -112/+48 |
| * | | | | | | system_archive: Synthesize shared fonts system archives | Zach Hilman | 2019-10-13 | 3 | -5/+101 |
| * | | | | | | externals: Move OSS font data to file_sys in core | Zach Hilman | 2019-10-13 | 13 | -1/+73324 |
| | |/ / / /
| |/| | | | |
|
* | | | | | | Merge pull request #2968 from FreddyFunk/fix-zl-zr-analog-triggers | bunnei | 2019-10-14 | 1 | -4/+18 |
|\ \ \ \ \ \ |
|
| * | | | | | | fixed clang format & addressed feedback | FreddyFunk | 2019-10-10 | 1 | -26/+24 |
| * | | | | | | yuzu/configure_input_player: Fix input handling for ZL and ZR from controllers with analog triggers | FreddyFunk | 2019-10-10 | 1 | -7/+23 |
| |/ / / / / |
|
* | | | | | | Merge pull request #2930 from DarkLordZach/gamecard-partitions | bunnei | 2019-10-14 | 4 | -26/+128 |
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
|
| * | | | | | card_image: Implement system update commands in XCI | Zach Hilman | 2019-10-13 | 2 | -3/+37 |
| * | | | | | card_image: Add accessors for raw partitions in XCI | Zach Hilman | 2019-09-23 | 2 | -0/+36 |
| * | | | | | card_image: Lazily load partitions in XCI | Zach Hilman | 2019-09-23 | 2 | -26/+41 |
| * | | | | | pfs: Provide accessors for file sizes and offsets | Zach Hilman | 2019-09-23 | 2 | -0/+17 |
* | | | | | | Merge pull request #2910 from FearlessTobi/port-4930 | bunnei | 2019-10-10 | 6 | -0/+38 |
|\ \ \ \ \ \ |
|
| * | | | | | | yuzu: Pause when in background | FearlessTobi | 2019-09-26 | 6 | -0/+38 |
| | |_|_|_|/
| |/| | | | |
|
* | | | | | | Merge pull request #2928 from ReinUsesLisp/dirty-depth-bounds | bunnei | 2019-10-09 | 2 | -1/+10 |
|\ \ \ \ \ \ |
|
| * | | | | | | maxwell_3d: Add dirty flags for depth bounds values | ReinUsesLisp | 2019-10-05 | 2 | -1/+10 |
* | | | | | | | Merge pull request #2927 from ReinUsesLisp/polygon-offset-units | bunnei | 2019-10-09 | 1 | -1/+3 |
|\ \ \ \ \ \ \
| |_|_|_|/ / /
|/| | | | | | |
|
| * | | | | | | gl_rasterizer: Fix polygon offset units | ReinUsesLisp | 2019-10-01 | 1 | -1/+3 |
| |/ / / / / |
|
* | | | | | | Merge pull request #2921 from FreddyFunk/compiler-warnings-core | bunnei | 2019-10-09 | 1 | -6/+6 |
|\ \ \ \ \ \ |
|
| * | | | | | | Services::ES fix casting warnings | FreddyFunk | 2019-09-29 | 1 | -6/+6 |
* | | | | | | | Merge pull request #2654 from DarkLordZach/lm-log-rewrite | bunnei | 2019-10-09 | 10 | -159/+367 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | lm: Flush manager output on core shutdown | Zach Hilman | 2019-09-22 | 5 | -11/+15 |
| * | | | | | | | lm: Rename Initialize to Log and implement with manager/reporter | Zach Hilman | 2019-09-22 | 1 | -140/+22 |
| * | | | | | | | lm: Implement manager class to output to reporter | Zach Hilman | 2019-09-22 | 2 | -0/+233 |
| * | | | | | | | core: Add LM::Manager to system | Zach Hilman | 2019-09-22 | 6 | -19/+39 |
| * | | | | | | | reporter: Add log output for packaged lm log data | Zach Hilman | 2019-09-22 | 2 | -0/+69 |
* | | | | | | | | Merge pull request #2959 from ReinUsesLisp/cbuf-hsetp2 | Fernando Sahmkow | 2019-10-08 | 1 | -1/+4 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | shader/half_set_predicate: Fix HSETP2 for constant buffers | ReinUsesLisp | 2019-10-07 | 1 | -0/+2 |
| * | | | | | | | | shader/half_set_predicate: Reduce DEBUG_ASSERT to LOG_DEBUG | ReinUsesLisp | 2019-10-07 | 1 | -1/+2 |
* | | | | | | | | | hid: Implement DeactivateNpad | Morph | 2019-10-07 | 2 | -1/+13 |
| |_|_|_|_|_|_|/
|/| | | | | | | |
|
* | | | | | | | | Merge pull request #2951 from lioncash/global | Zach Hilman | 2019-10-07 | 18 | -65/+87 |
|\ \ \ \ \ \ \ \
| |/ / / / / / /
|/| | | | | | | |
|
| * | | | | | | | core/core: Remove unused header | Lioncash | 2019-10-06 | 1 | -1/+0 |
| * | | | | | | | core: Remove Core::CurrentProcess() | Lioncash | 2019-10-06 | 5 | -13/+11 |
| * | | | | | | | hle/service: Replace global system instance calls with instance-based ones | Lioncash | 2019-10-06 | 14 | -51/+76 |
* | | | | | | | | Merge pull request #2952 from lioncash/warning | Rodrigo Locatti | 2019-10-07 | 4 | -12/+17 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | bcat/module: Silence truncation warnings | Lioncash | 2019-10-06 | 1 | -3/+3 |
| * | | | | | | | | bcat: Take std::function instance by value in NullBackend's constructor | Lioncash | 2019-10-06 | 2 | -2/+2 |
| * | | | | | | | | bcat: In-class initialize ProgressServiceBackend's impl member | Lioncash | 2019-10-06 | 2 | -2/+2 |
| * | | | | | | | | bcat: Make ProgressServiceBackend's constructor take a std::string_view | Lioncash | 2019-10-06 | 2 | -3/+7 |
| * | | | | | | | | bcat: Make ProgressServiceBackend's GetEvent() const | Lioncash | 2019-10-06 | 2 | -2/+2 |
| * | | | | | | | | boxcat: Silence an unused variable warning | Lioncash | 2019-10-06 | 1 | -1/+2 |
| |/ / / / / / / |
|
* | | | | | | | | Merge pull request #2955 from lioncash/allocator | Rodrigo Locatti | 2019-10-07 | 1 | -0/+10 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | alignment: Resolve allocator construction issues on debug | Lioncash | 2019-10-07 | 1 | -0/+5 |
| * | | | | | | | | alignment: Specify trait definitions within the allocator | Lioncash | 2019-10-07 | 1 | -0/+5 |
| |/ / / / / / / |
|
* | | | | | | | | Merge pull request #2954 from ReinUsesLisp/fix-invalidation | Fernando Sahmkow | 2019-10-06 | 2 | -16/+17 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | gl_shader_disk_cache: Properly ignore existing cache | ReinUsesLisp | 2019-10-06 | 2 | -16/+17 |
| |/ / / / / / / |
|
* / / / / / / / | qt: Fix game name format error | Zach Hilman | 2019-10-06 | 1 | -2/+2 |
|/ / / / / / / |
|
* | | | | | | | Merge pull request #2942 from ReinUsesLisp/clang-warnings | bunnei | 2019-10-06 | 36 | -58/+68 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | audio/audout_u: Change formatting for old clang-format versions | ReinUsesLisp | 2019-10-05 | 1 | -1/+1 |
| * | | | | | | | yuzu/game_list_worker: Silence warnings | ReinUsesLisp | 2019-10-05 | 2 | -8/+9 |
| * | | | | | | | yuzu/game_list: Silence -Wswitch and -Wunused-variable | ReinUsesLisp | 2019-10-05 | 2 | -5/+12 |
| * | | | | | | | yuzu/configure_service: Silence -Wswitch | ReinUsesLisp | 2019-10-05 | 1 | -0/+2 |
| * | | | | | | | yuzu_tester: Remove unused variable | ReinUsesLisp | 2019-10-05 | 1 | -1/+0 |
| * | | | | | | | service/nvdrv: Silence -Wswitch | ReinUsesLisp | 2019-10-05 | 4 | -4/+10 |
| * | | | | | | | service/nfp: Silence -Wunused and -Wswitch | ReinUsesLisp | 2019-10-05 | 1 | -4/+5 |
| * | | | | | | | service/hid: Silence -Wunused and -Wswitch | ReinUsesLisp | 2019-10-05 | 15 | -23/+18 |
| * | | | | | | | service/am: Silence -Wreorder | ReinUsesLisp | 2019-10-05 | 1 | -2/+1 |
| * | | | | | | | service/hid: Remove unused system reference | ReinUsesLisp | 2019-10-05 | 2 | -2/+1 |
| * | | | | | | | service/friend: Remove unused field | ReinUsesLisp | 2019-10-05 | 1 | -1/+0 |
| * | | | | | | | service/filesystem: Silence -Wunused-variable | ReinUsesLisp | 2019-10-05 | 1 | -1/+1 |
| * | | | | | | | service/bcat: Silence -Wreorder and -Wunused | ReinUsesLisp | 2019-10-05 | 2 | -2/+2 |
| * | | | | | | | service/audio: Silence -Wunused | ReinUsesLisp | 2019-10-05 | 1 | -1/+1 |
| * | | | | | | | service/apm: Silence -Wunused and -Wreorder | ReinUsesLisp | 2019-10-05 | 2 | -4/+5 |
| * | | | | | | | common/file_util: Silence -Wswitch | ReinUsesLisp | 2019-10-05 | 1 | -1/+2 |
| | |_|_|_|_|/
| |/| | | | | |
|
* | | | | | | | Merge pull request #2943 from DarkLordZach/azure-titlebars-v2 | bunnei | 2019-10-06 | 4 | -6/+36 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | qt: Change titlebar formatting | Zach Hilman | 2019-10-05 | 1 | -6/+15 |
| * | | | | | | | common: Add additional SCM revision fields | Zach Hilman | 2019-10-05 | 3 | -0/+21 |
* | | | | | | | | video_core/control_flow: Eliminate variable shadowing warnings | Lioncash | 2019-10-05 | 1 | -6/+6 |
* | | | | | | | | video_core/control_flow: Eliminate pessimizing moves | Lioncash | 2019-10-05 | 1 | -5/+8 |
* | | | | | | | | video_core/ast: Unindent most of IsFullyDecompiled() by one level | Lioncash | 2019-10-05 | 1 | -12/+12 |
* | | | | | | | | video_core/ast: Make ShowCurrentState() take a string_view instead of std::string | Lioncash | 2019-10-05 | 2 | -2/+2 |
* | | | | | | | | video_core/ast: Eliminate variable shadowing warnings | Lioncash | 2019-10-05 | 1 | -3/+3 |
* | | | | | | | | video_core/ast: Replace std::string with a constexpr std::string_view | Lioncash | 2019-10-05 | 1 | -3/+1 |
* | | | | | | | | video_core/ast: Default the move constructor and assignment operator | Lioncash | 2019-10-05 | 2 | -26/+2 |
* | | | | | | | | video_core/{ast, expr}: Organize forward declaration | Lioncash | 2019-10-05 | 2 | -10/+10 |
* | | | | | | | | video_core/expr: Supply operator!= along with operator== | Lioncash | 2019-10-05 | 2 | -1/+32 |
* | | | | | | | | video_core/{ast, expr}: Use std::move where applicable | Lioncash | 2019-10-05 | 4 | -45/+47 |
* | | | | | | | | video_core/ast: Supply const accessors for data where applicable | Lioncash | 2019-10-05 | 2 | -37/+41 |
* | | | | | | | | Merge pull request #2888 from FernandoS27/decompiler2 | David | 2019-10-05 | 16 | -160/+2293 |
|\ \ \ \ \ \ \ \
| |/ / / / / / /
|/| | | | | | | |
|
| * | | | | | | | Shader_ir: Address feedback | Fernando Sahmkow | 2019-10-05 | 6 | -65/+24 |
| * | | | | | | | Shader_Ir: Address Feedback and clang format. | Fernando Sahmkow | 2019-10-05 | 4 | -68/+68 |
| * | | | | | | | vk_shader_decompiler: Correct Branches inside conditionals. | Fernando Sahmkow | 2019-10-05 | 1 | -1/+11 |
| * | | | | | | | vk_shader_decompiler: Clean code and be const correct. | Fernando Sahmkow | 2019-10-05 | 2 | -8/+6 |
| * | | | | | | | Shader_IR: clean up AST handling and add documentation. | Fernando Sahmkow | 2019-10-05 | 1 | -2/+6 |
| * | | | | | | | Shader_IR: Correct OutwardMoves for Ifs | Fernando Sahmkow | 2019-10-05 | 1 | -22/+11 |
| * | | | | | | | vk_shader_compiler: Don't enclose branches with if(true) to avoid crashing AMD | Fernando Sahmkow | 2019-10-05 | 1 | -16/+33 |
| * | | | | | | | gl_shader_decompiler: Refactor and address feedback. | Fernando Sahmkow | 2019-10-05 | 1 | -17/+18 |
| * | | | | | | | Shader_IR: corrections and clang-format | Fernando Sahmkow | 2019-10-05 | 2 | -70/+64 |
| * | | | | | | | vk_shader_compiler: Correct SPIR-V AST Decompiling | Fernando Sahmkow | 2019-10-05 | 1 | -4/+11 |
| * | | | | | | | Shader_IR: allow else derivation to be optional. | Fernando Sahmkow | 2019-10-05 | 7 | -10/+18 |
| * | | | | | | | vk_shader_compiler: Implement the decompiler in SPIR-V | Fernando Sahmkow | 2019-10-05 | 3 | -23/+301 |
| * | | | | | | | Shader_IR: mark labels as unused for partial decompile. | Fernando Sahmkow | 2019-10-05 | 2 | -3/+9 |
| * | | | | | | | Shader_Ir: Refactor Decompilation process and allow multiple decompilation modes. | Fernando Sahmkow | 2019-10-05 | 14 | -82/+336 |
| * | | | | | | | gl_shader_decompiler: Implement AST decompiling | Fernando Sahmkow | 2019-10-05 | 11 | -63/+358 |
| * | | | | | | | shader_ir: Declare Manager and pass it to appropiate programs. | Fernando Sahmkow | 2019-10-05 | 7 | -104/+214 |
| * | | | | | | | shader_ir: Corrections to outward movements and misc stuffs | Fernando Sahmkow | 2019-10-05 | 7 | -58/+310 |
| * | | | | | | | shader_ir: Add basic goto elimination | Fernando Sahmkow | 2019-10-05 | 2 | -38/+484 |
| * | | | | | | | shader_ir: Initial Decompile Setup | Fernando Sahmkow | 2019-10-05 | 6 | -5/+510 |
| |/ / / / / / |
|
* | | | | | | | Texture_Cache: Blit Deduction corrections and simplifications. | Fernando Sahmkow | 2019-10-05 | 1 | -18/+20 |
* | | | | | | | TextureCache: Add the ability to deduce if two textures are depth on blit. | Fernando Sahmkow | 2019-10-05 | 1 | -2/+142 |
|/ / / / / / |
|
* | | | | | | SDL: Fix missing header | Fernando Sahmkow | 2019-10-05 | 1 | -0/+1 |
* | | | | | | Merge pull request #2896 from FearlessTobi/port-4950 | bunnei | 2019-10-04 | 3 | -2/+17 |
|\ \ \ \ \ \ |
|
| * | | | | | | Add FPS to SDL title bar | jroweboy | 2019-09-22 | 3 | -2/+17 |
* | | | | | | | Merge pull request #2936 from VPeruS/use-isallzeroarray | bunnei | 2019-10-04 | 1 | -1/+1 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | [crypto] Use IsAllZeroArray helper function | vperus | 2019-10-02 | 1 | -1/+1 |
* | | | | | | | | Merge pull request #2898 from FearlessTobi/port-4004 | bunnei | 2019-10-04 | 2 | -1/+3 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | qt_themes: add two colorful themes | FearlessTobi | 2019-09-22 | 2 | -1/+3 |
* | | | | | | | | | Merge pull request #2539 from DarkLordZach/bcat | David | 2019-10-03 | 36 | -41/+1985 |
|\ \ \ \ \ \ \ \ \
| |_|/ / / / / / /
|/| | | | | | | | |
|
| * | | | | | | | | qt: Add service dialog | Zach Hilman | 2019-10-02 | 5 | -17/+20 |
| * | | | | | | | | boxcat: Use updated game-asset API URL and tags | Zach Hilman | 2019-10-01 | 1 | -6/+6 |
| * | | | | | | | | bcat: Add FSC accessors for BCAT data | Zach Hilman | 2019-10-01 | 10 | -31/+51 |
| * | | | | | | | | boxcat: Implement events global field | Zach Hilman | 2019-09-30 | 6 | -30/+43 |
| * | | | | | | | | bcat: Implement DeliveryCacheProgressImpl structure | Zach Hilman | 2019-09-30 | 6 | -88/+314 |
| * | | | | | | | | boxcat: Use Etag header names for file digest | Zach Hilman | 2019-09-30 | 2 | -24/+21 |
| * | | | | | | | | boxcat: Add downloading and client for launch parameter data | Zach Hilman | 2019-09-30 | 2 | -16/+77 |
| * | | | | | | | | bcat: Add backend function for BCAT Indirect (launch parameter) | Zach Hilman | 2019-09-30 | 2 | -0/+11 |
| * | | | | | | | | bcat: Expose CreateBackendFromSettings helper function | Zach Hilman | 2019-09-30 | 2 | -2/+2 |
| * | | | | | | | | am: Unstub PopLaunchParameter and add bcat connection for app-specific data | Zach Hilman | 2019-09-30 | 2 | -16/+52 |
| * | | | | | | | | configure_service: Allow Qt to open external links | Zach Hilman | 2019-09-30 | 1 | -0/+3 |
| * | | | | | | | | yuzu: Add UI tab to configure BCAT services | Zach Hilman | 2019-09-30 | 6 | -0/+302 |
| * | | | | | | | | bcat: Implement cmd 90201 ClearDeliveryCacheStorage | Zach Hilman | 2019-09-30 | 1 | -1/+23 |
| * | | | | | | | | bcat: Implement cmd 30100 SetPassphrase | Zach Hilman | 2019-09-30 | 1 | -1/+33 |
| * | | | | | | | | bcat: Implement cmd RequestSyncDeliveryCache and variant | Zach Hilman | 2019-09-30 | 1 | -2/+70 |
| * | | | | | | | | bcat: Implement IDeliveryCacheProgressService commands | Zach Hilman | 2019-09-30 | 1 | -0/+131 |
| * | | | | | | | | bcat: Implement IDeliveryCacheFileService commands | Zach Hilman | 2019-09-30 | 1 | -0/+117 |
| * | | | | | | | | bcat: Implement IDeliveryCacheDirectoryService commands | Zach Hilman | 2019-09-30 | 1 | -0/+99 |
| * | | | | | | | | bcat: Implement IDeliveryCacheStorageService commands | Zach Hilman | 2019-09-30 | 1 | -0/+58 |
| * | | | | | | | | bcat: Add commands to create IDeliveryCacheStorageService | Zach Hilman | 2019-09-30 | 3 | -2/+32 |
| * | | | | | | | | module: Create BCAT backend based upon Settings value on construction | Zach Hilman | 2019-09-30 | 3 | -1/+36 |
| * | | | | | | | | bcat: Add BCAT backend for Boxcat service | Zach Hilman | 2019-09-30 | 2 | -0/+407 |
| * | | | | | | | | bcat: Add backend class to generify the functions of BCAT | Zach Hilman | 2019-09-30 | 2 | -0/+100 |
| * | | | | | | | | settings: Add option to set BCAT backend | Zach Hilman | 2019-09-30 | 6 | -0/+34 |
| * | | | | | | | | nifm: Signal to applications that internet access is available | Zach Hilman | 2019-09-30 | 1 | -3/+10 |
| * | | | | | | | | core/loader: Track the NSO build ID of the current process | Zach Hilman | 2019-09-30 | 3 | -0/+14 |
| * | | | | | | | | applets: Add accessor for AppletFrontendSet | Zach Hilman | 2019-09-30 | 2 | -0/+6 |
| * | | | | | | | | filesystem: Add getter for BCAT temporary directory | Zach Hilman | 2019-09-30 | 3 | -0/+16 |
| * | | | | | | | | vfs: Add function to extract ZIP file into virtual filesystem | Zach Hilman | 2019-09-30 | 2 | -0/+96 |
| | |_|_|_|/ / /
| |/| | | | | | |
|
* | | | | | | | | Merge pull request #2904 from ogniK5377/better-signal-hid | bunnei | 2019-10-01 | 1 | -8/+2 |
|\ \ \ \ \ \ \ \
| |/ / / / / / /
|/| | | | | | | |
|
| * | | | | | | | Signal styleset changes at a better time | David Marcec | 2019-09-24 | 1 | -8/+2 |
| | |_|_|_|/ /
| |/| | | | | |
|
* | | | | | | | Revert "arm_dynarmic: Check if jit is nullptr when preparing reschedule" | bunnei | 2019-09-30 | 1 | -3/+0 |
* | | | | | | | Merge pull request #2574 from DarkLordZach/dynarmic-jit-nullptr | bunnei | 2019-09-30 | 1 | -0/+3 |
|\ \ \ \ \ \ \
| |_|_|_|_|/ /
|/| | | | | | |
|
| * | | | | | | arm_dynarmic: Check if jit is nullptr when preparing reschedule | Zach Hilman | 2019-06-10 | 1 | -0/+3 |
* | | | | | | | gl_shader_decompiler: Add tailing return for HUnpack2 | ReinUsesLisp | 2019-09-24 | 1 | -0/+2 |
* | | | | | | | gl_shader_decompiler: Fix clang build issues | ReinUsesLisp | 2019-09-24 | 1 | -26/+23 |
| |/ / / / /
|/| | | | | |
|
* | | | | | | Merge pull request #2869 from ReinUsesLisp/suld | bunnei | 2019-09-24 | 11 | -229/+199 |
|\ \ \ \ \ \
| |_|_|_|_|/
|/| | | | | |
|
| * | | | | | gl_shader_decompiler: Use uint for images and fix SUATOM | ReinUsesLisp | 2019-09-21 | 7 | -188/+93 |
| * | | | | | shader/image: Implement SULD and remove irrelevant code | ReinUsesLisp | 2019-09-21 | 10 | -47/+110 |
| * | | | | | shader_bytecode: Add SULD encoding | ReinUsesLisp | 2019-09-21 | 1 | -0/+2 |
* | | | | | | cmake: Add SCM detection for Azure | Zach Hilman | 2019-09-22 | 1 | -0/+3 |
| |_|_|_|/
|/| | | | |
|
* | | | | | Merge pull request #2683 from DarkLordZach/lock-exit | David | 2019-09-22 | 8 | -8/+92 |
|\ \ \ \ \ |
|
| * | | | | | main: Use const on all variable initializations | Zach Hilman | 2019-09-22 | 1 | -2/+2 |
| * | | | | | qt: Prompt user for confirmation if exit lock is active | Zach Hilman | 2019-09-22 | 3 | -1/+44 |
| * | | | | | am: Implement ISelfController ExitLock commands | Zach Hilman | 2019-09-22 | 1 | -2/+6 |
| * | | | | | am: Implement ISelfController Exit | Zach Hilman | 2019-09-22 | 4 | -4/+20 |
| * | | | | | am: Add RequestExit event to AppletMessageQueue | Zach Hilman | 2019-09-22 | 2 | -0/+6 |
| * | | | | | core: Track system exit lock status | Zach Hilman | 2019-09-22 | 2 | -0/+15 |
* | | | | | | Merge pull request #2889 from FearlessTobi/adwsawdawd | David | 2019-09-22 | 1 | -0/+1 |
|\ \ \ \ \ \ |
|
| * | | | | | | Add missing include | FearlessTobi | 2019-09-22 | 1 | -0/+1 |
| | |_|_|/ /
| |/| | | | |
|
* | | | | | | Merge pull request #2876 from ogniK5377/AcquireNpadStyleSetUpdateEventHandle-fix | Zach Hilman | 2019-09-22 | 3 | -11/+18 |
|\ \ \ \ \ \ |
|
| * | | | | | | removed comment | David Marcec | 2019-09-22 | 1 | -1/+0 |
| * | | | | | | Rebased | David Marcec | 2019-09-22 | 3 | -11/+19 |
| |/ / / / / |
|
* | | | | | | Merge pull request #2877 from ogniK5377/framecount-rev7 | Zach Hilman | 2019-09-22 | 2 | -11/+24 |
|\ \ \ \ \ \ |
|
| * | | | | | | Used revision 5 instead of 7, marked constexpr as static | David Marcec | 2019-09-21 | 1 | -2/+2 |
| * | | | | | | Added frame_count for REV7 audio renderer | David Marcec | 2019-09-20 | 2 | -11/+24 |
* | | | | | | | Merge pull request #2895 from FearlessTobi/debug-logs | David | 2019-09-22 | 1 | -7/+7 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | service/acc: Lower log severity from INFO to DEBUG | FearlessTobi | 2019-09-22 | 1 | -7/+7 |
* | | | | | | | | Merge pull request #2873 from ogniK5377/new-ioctls | Fernando Sahmkow | 2019-09-22 | 24 | -73/+153 |
|\ \ \ \ \ \ \ \
| |_|_|/ / / / /
|/| | | | | | | |
|
| * | | | | | | | server side clang format fix2 | David Marcec | 2019-09-22 | 1 | -18/+18 |
| * | | | | | | | Use clang-format provided by build server | David Marcec | 2019-09-22 | 1 | -20/+18 |
| * | | | | | | | disable clang-format temp | David Marcec | 2019-09-20 | 1 | -0/+2 |
| * | | | | | | | Initial implementation of Ioctl2 & Ioctl3 | David Marcec | 2019-09-19 | 24 | -63/+143 |
| | |/ / / / /
| |/| | | | | |
|
* | | | | | | | Merge pull request #2884 from ogniK5377/deglobal-sys-services | Fernando Sahmkow | 2019-09-22 | 64 | -212/+291 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | removed unneeded semicolon | David Marcec | 2019-09-22 | 1 | -1/+1 |
| * | | | | | | | Removed reference to core timing to nvflinger and used system instead | David Marcec | 2019-09-22 | 1 | -1/+1 |
| * | | | | | | | marked controller constructors as explicit | David Marcec | 2019-09-22 | 8 | -8/+8 |
| * | | | | | | | Rebase | David Marcec | 2019-09-22 | 25 | -62/+75 |
| * | | | | | | | Rebase | David Marcec | 2019-09-22 | 5 | -20/+21 |
| * | | | | | | | Deglobalize System: Vi | David Marcec | 2019-09-22 | 3 | -8/+8 |
| * | | | | | | | Deglobalize System: Time | David Marcec | 2019-09-22 | 4 | -14/+21 |
| * | | | | | | | Rebase | David Marcec | 2019-09-22 | 2 | -8/+12 |
| * | | | | | | | Deglobalize System: NvFlinger | David Marcec | 2019-09-22 | 2 | -6/+7 |
| * | | | | | | | Rebase | David Marcec | 2019-09-22 | 4 | -8/+12 |
| * | | | | | | | Deglobalize System: Nim | David Marcec | 2019-09-22 | 2 | -7/+12 |
| * | | | | | | | Deglobalize System: Nifm | David Marcec | 2019-09-22 | 2 | -13/+23 |
| * | | | | | | | Deglobalize System: NFP | David Marcec | 2019-09-22 | 4 | -14/+16 |
| * | | | | | | | Deglobalize System: LDR | David Marcec | 2019-09-22 | 2 | -6/+7 |
| * | | | | | | | Deglobalize System: IRS | David Marcec | 2019-09-22 | 3 | -5/+6 |
| * | | | | | | | Deglobalize System: Hid | David Marcec | 2019-09-22 | 20 | -37/+44 |
| * | | | | | | | Deglobalize System: Friend | David Marcec | 2019-09-22 | 4 | -22/+24 |
| * | | | | | | | Deglobalize System: Fatal | David Marcec | 2019-09-22 | 6 | -20/+29 |
| * | | | | | | | Deglobalize System: Btm | David Marcec | 2019-09-22 | 2 | -7/+13 |
| * | | | | | | | Deglobalize System: Btdrv | David Marcec | 2019-09-22 | 2 | -5/+9 |
| * | | | | | | | Deglobalize System: Aoc | David Marcec | 2019-09-22 | 2 | -11/+13 |
| * | | | | | | | Deglobalize System: Am | David Marcec | 2019-09-22 | 1 | -1/+1 |
* | | | | | | | | Merge pull request #2870 from FernandoS27/multi-draw | David | 2019-09-22 | 9 | -91/+273 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | Maxwell3D: Corrections and refactors to MME instance refactor | Fernando Sahmkow | 2019-09-22 | 4 | -44/+46 |
| * | | | | | | | | Rasterizer: Correct introduced bug where a conditional render wouldn't stop a draw call from executing | Fernando Sahmkow | 2019-09-20 | 1 | -10/+16 |
| * | | | | | | | | Rasterizer: Refactor and simplify DrawBatch Interface. | Fernando Sahmkow | 2019-09-19 | 4 | -35/+16 |
| * | | | | | | | | Rasterizer: Address Feedback and conscerns. | Fernando Sahmkow | 2019-09-19 | 1 | -11/+11 |
| * | | | | | | | | Rasterizer: Refactor draw calls, remove deadcode and clean up. | Fernando Sahmkow | 2019-09-19 | 3 | -106/+68 |
| * | | | | | | | | VideoCore: Corrections to the MME Inliner and removal of hacky instance management. | Fernando Sahmkow | 2019-09-19 | 6 | -31/+81 |
| * | | | | | | | | Video Core: initial Implementation of InstanceDraw Packaging | Fernando Sahmkow | 2019-09-19 | 7 | -11/+192 |
| | |/ / / / / /
| |/| | | | | | |
|
* | | | | | | | | Merge pull request #2891 from FearlessTobi/rod-tex | Fernando Sahmkow | 2019-09-22 | 8 | -24/+39 |
|\ \ \ \ \ \ \ \
| |_|_|_|_|_|_|/
|/| | | | | | | |
|
| * | | | | | | | Fix clang-format | FearlessTobi | 2019-09-22 | 2 | -2/+2 |
| * | | | | | | | fermi_2d: Lower surface copy log severity to DEBUG | FearlessTobi | 2019-09-22 | 1 | -1/+1 |
| * | | | | | | | video_core: Implement RGBX16F PixelFormat | FearlessTobi | 2019-09-22 | 7 | -22/+37 |
| | |_|/ / / /
| |/| | | | | |
|
* | | | | | | | Merge pull request #2867 from ReinUsesLisp/configure-framebuffers-clean | David | 2019-09-22 | 4 | -121/+33 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | gl_rasterizer: Remove unused code paths from ConfigureFramebuffers | ReinUsesLisp | 2019-09-17 | 4 | -121/+33 |
* | | | | | | | | Revert "Merge pull request #2709 from DarkLordZach/oss-ext-fonts-1" | David Marcec | 2019-09-22 | 18 | -73477/+123 |
| |_|_|/ / / /
|/| | | | | | |
|
* | | | | | | | Merge pull request #2535 from DarkLordZach/cheat-v2 | David | 2019-09-22 | 15 | -760/+1962 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | dmnt_cheat_vm: Default initialize structure values | Zach Hilman | 2019-09-22 | 3 | -89/+88 |
| * | | | | | | | dmnt_cheat_vm: Make Cheat VM compliant to code style | Zach Hilman | 2019-09-22 | 4 | -870/+862 |
| * | | | | | | | core: Initialize cheats after load to avoid VMManager crash | Zach Hilman | 2019-09-22 | 1 | -0/+5 |
| * | | | | | | | core: Update RegisterCheatList for new VM | Zach Hilman | 2019-09-22 | 2 | -11/+16 |
| * | | | | | | | patch_manager: Update cheat parsing for new VM | Zach Hilman | 2019-09-22 | 2 | -15/+20 |
| * | | | | | | | nso: Pass build ID directly | Zach Hilman | 2019-09-22 | 1 | -2/+1 |
| * | | | | | | | cheat_engine: Move to memory and strip VM | Zach Hilman | 2019-09-22 | 5 | -728/+325 |
| * | | | | | | | memory: Port Atmosphere's DmntCheatVm | Zach Hilman | 2019-09-22 | 3 | -0/+1598 |
| * | | | | | | | log: Add logging class for Cheat Engine | Zach Hilman | 2019-09-22 | 2 | -0/+2 |
* | | | | | | | | Merge pull request #2709 from DarkLordZach/oss-ext-fonts-1 | David | 2019-09-22 | 18 | -123/+73477 |
|\ \ \ \ \ \ \ \
| |_|_|_|_|/ / /
|/| | | | | | | |
|
| * | | | | | | | pl_u: Use kernel physical memory | Zach Hilman | 2019-09-22 | 2 | -4/+8 |
| * | | | | | | | pl_u: Remove excess static qualifier | Zach Hilman | 2019-09-22 | 1 | -1/+1 |
| * | | | | | | | pl_u: Use OSS system archives if real archives don't exist | Zach Hilman | 2019-09-22 | 3 | -111/+42 |
| * | | | | | | | system_archive: Synthesize shared fonts system archives | Zach Hilman | 2019-09-22 | 3 | -5/+101 |
| * | | | | | | | pl_u: Expose method to encrypt TTF to BFTTF | Zach Hilman | 2019-09-22 | 2 | -14/+14 |
| * | | | | | | | externals: Move OSS font data to file_sys in core | Zach Hilman | 2019-09-22 | 13 | -1/+73324 |
| | |_|/ / / /
| |/| | | | | |
|
* | | | | | | | Merge pull request #2612 from DarkLordZach/prepo-new | David | 2019-09-22 | 5 | -30/+99 |
|\ \ \ \ \ \ \
| |_|/ / / / /
|/| | | | | | |
|
| * | | | | | | prepo: Remove system global accessors | Zach Hilman | 2019-09-22 | 3 | -15/+18 |
| * | | | | | | prepo: Implement SaveReport New and System variants | Zach Hilman | 2019-09-22 | 1 | -15/+71 |
| * | | | | | | reporter: Differentiate between Old, New, and System play reports | Zach Hilman | 2019-09-22 | 2 | -5/+15 |
| |/ / / / / |
|
* | | | | | | Merge pull request #2430 from DarkLordZach/fs-controller | David | 2019-09-22 | 55 | -265/+1885 |
|\ \ \ \ \ \ |
|
| * | | | | | | configure_debug: Move reporting option to logging | Zach Hilman | 2019-09-22 | 15 | -63/+64 |
| * | | | | | | config: Remove Dump options from configure_debug | Zach Hilman | 2019-09-21 | 4 | -47/+39 |
| * | | | | | | filesystem: Add const qualification to various accessors | Zach Hilman | 2019-09-21 | 10 | -83/+94 |
| * | | | | | | yuzu: Add UI to manage filesystem paths and sizes | Zach Hilman | 2019-09-21 | 6 | -1/+627 |
| * | | | | | | core: Store FileSystemController in core | Zach Hilman | 2019-09-21 | 2 | -0/+32 |
| * | | | | | | settings: Add options for managing gamecard emulation | Zach Hilman | 2019-09-21 | 4 | -2/+67 |
| * | | | | | | settings: Add options for setting storage sizes | Zach Hilman | 2019-09-21 | 3 | -1/+57 |
| * | | | | | | yuzu: Port old usages of Filesystem namespace to FilesystemController | Zach Hilman | 2019-09-21 | 14 | -46/+106 |
| * | | | | | | settings: Update LogSettings to show NAND/SDMC paths from FileUtil | Zach Hilman | 2019-09-21 | 1 | -2/+3 |
| * | | | | | | card_image: Add accessors for gamecard certificate | Zach Hilman | 2019-09-21 | 2 | -0/+9 |
| * | | | | | | card_image: Add functions to query gamecard update partition | Zach Hilman | 2019-09-21 | 2 | -0/+24 |
| * | | | | | | content_archive: Add accessors for Rights ID and SDK Version | Zach Hilman | 2019-09-21 | 2 | -0/+10 |
| * | | | | | | partition_data_manager: Add accessor for decrypted PRODINFO partition | Zach Hilman | 2019-09-21 | 2 | -0/+5 |
| * | | | | | | services: Pass FileSystemController as reference to services that need it | Zach Hilman | 2019-09-21 | 11 | -20/+47 |
| * | | | | | | am: Unstub IApplicationFunctions EnsureSaveData (20) | Zach Hilman | 2019-09-21 | 1 | -8/+14 |
| * | | | | | | filesystem: Pass Size Getter functions to IFileSystem for sizes | Zach Hilman | 2019-09-21 | 3 | -20/+31 |
| * | | | | | | sdmc_factory: Add SD Card size getters | Zach Hilman | 2019-09-21 | 2 | -0/+12 |
| * | | | | | | bis_factory: Add getters for NAND partition sizes | Zach Hilman | 2019-09-21 | 2 | -0/+38 |
| * | | | | | | filesystem: Add FileSystemController to deglobalize FS services | Zach Hilman | 2019-09-21 | 2 | -58/+359 |
| * | | | | | | submisson_package: Fix edge case with improperly sized filenames | Zach Hilman | 2019-09-21 | 1 | -1/+2 |
| * | | | | | | sdmc_factory: Add accessor for SDMC Album directory | Zach Hilman | 2019-09-21 | 2 | -0/+6 |
| * | | | | | | sdmc_factory: Add accessor for SDMC PlaceholderCache | Zach Hilman | 2019-09-21 | 2 | -1/+10 |
| * | | | | | | sdmc_factory: Add accessor for content directory | Zach Hilman | 2019-09-21 | 2 | -0/+7 |
| * | | | | | | savedata_factory: Implement savedata creation and don't create dir on open | Zach Hilman | 2019-09-21 | 2 | -26/+40 |
| * | | | | | | patch_manager: Add short-circuit edge-case to GetPatchVersionNames | Zach Hilman | 2019-09-21 | 1 | -0/+2 |
| * | | | | | | patch_manager: Add error checking to load dir to prevent crashes | Zach Hilman | 2019-09-21 | 1 | -0/+15 |
| * | | | | | | registered_cache: Process *.cnmt.nca files | Zach Hilman | 2019-09-21 | 1 | -16/+23 |
| * | | | | | | registered_cache: Implement PlaceholderCache to manage placeholder and installing content | Zach Hilman | 2019-09-21 | 2 | -0/+175 |
| * | | | | | | bis_factory: Fix mod loader edge-case with homebrew title IDs | Zach Hilman | 2019-09-21 | 1 | -1/+1 |
| * | | | | | | bis_factory: Add accessors for BIS placeholder caches | Zach Hilman | 2019-09-21 | 2 | -1/+20 |
| * | | | | | | bis_factory: Add accessor for NAND Image Directory | Zach Hilman | 2019-09-21 | 2 | -0/+6 |
| * | | | | | | bis_factory: Add accessors for BIS content directories | Zach Hilman | 2019-09-21 | 2 | -0/+11 |
| * | | | | | | bis_factory: Add accessors for BIS partitions | Zach Hilman | 2019-09-21 | 2 | -0/+61 |
* | | | | | | | Merge pull request #2883 from ogniK5377/log-game | Zach Hilman | 2019-09-22 | 1 | -3/+3 |
|\ \ \ \ \ \ \
| |_|/ / / / /
|/| | | | | | |
|
| * | | | | | | Swapped TID and Game name to make it easier to parse | David Marcec | 2019-09-21 | 1 | -1/+1 |
| * | | | | | | Log the current title id and game name which is booting | David Marcec | 2019-09-21 | 1 | -3/+3 |
* | | | | | | | Merge pull request #2878 from FernandoS27/icmp | Rodrigo Locatti | 2019-09-21 | 2 | -0/+42 |
|\ \ \ \ \ \ \
| |_|/ / / / /
|/| | | | | | |
|
| * | | | | | | Shader_IR: ICMP corrections and fixes | Fernando Sahmkow | 2019-09-21 | 2 | -6/+11 |
| * | | | | | | Shader_IR: Implement ICMP. | Fernando Sahmkow | 2019-09-20 | 2 | -0/+37 |
| | |_|/ / /
| |/| | | | |
|
* | | | | | | Merge pull request #2885 from Hexagon12/port-4944 | David | 2019-09-21 | 1 | -0/+8 |
|\ \ \ \ \ \ |
|
| * | | | | | | Added Host CPU and OS to log | pbarilla | 2019-09-21 | 1 | -0/+8 |
| | |/ / / /
| |/| | | | |
|
* | | | | | | Merge pull request #2806 from FearlessTobi/port-4882 | David | 2019-09-21 | 7 | -10/+93 |
|\ \ \ \ \ \ |
|
| * | | | | | | Address review comments | FearlessTobi | 2019-09-10 | 2 | -6/+9 |
| * | | | | | | Add frametime logging for tracking performance over time | fearlessTobi | 2019-09-10 | 7 | -10/+90 |
* | | | | | | | Merge pull request #2872 from FernandoS27/mem-gpu-opt | David | 2019-09-21 | 1 | -2/+7 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | Core/Memory: Only FlushAndInvalidate GPU if the page is marked as RasterizerCachedMemory | Fernando Sahmkow | 2019-09-19 | 1 | -2/+7 |
| | |_|/ / / /
| |/| | | | | |
|
* | | | | | | | Merge pull request #2576 from DarkLordZach/nsp-fix-1 | David | 2019-09-21 | 2 | -14/+39 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | nsp: Correct status codes for extracted NSPs | Zach Hilman | 2019-06-10 | 2 | -13/+17 |
| * | | | | | | | nsp: Use title ID from NPDM metadata for extracted type NSPs | Zach Hilman | 2019-06-10 | 2 | -1/+22 |
| | |_|_|_|_|/
| |/| | | | | |
|
* | | | | | | | Merge pull request #2866 from Morph1984/checkbox_fix | David | 2019-09-21 | 1 | -0/+2 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | When docked mode is checked, uncheck "joycons docked" | Morph | 2019-09-17 | 1 | -0/+2 |
* | | | | | | | | Merge pull request #2868 from ReinUsesLisp/fix-mipmaps | David | 2019-09-21 | 1 | -2/+2 |
|\ \ \ \ \ \ \ \
| |_|_|_|_|/ / /
|/| | | | | | | |
|
| * | | | | | | | maxwell_to_gl: Fix mipmap filtering | ReinUsesLisp | 2019-09-17 | 1 | -2/+2 |
| | |_|_|_|/ /
| |/| | | | | |
|
* | | | | | | | Merge pull request #2879 from ogniK5377/trace-submitgpfifo | David | 2019-09-21 | 1 | -4/+4 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | Mark KickOffPb & SubmitGPFIFO as trace | David Marcec | 2019-09-21 | 1 | -4/+4 |
| | |_|_|_|_|/
| |/| | | | | |
|
* / | | | | | | Mark DrawArrays as LOG_TRACE | David Marcec | 2019-09-21 | 1 | -1/+1 |
|/ / / / / / |
|
* | | | | | | Merge pull request #2846 from ReinUsesLisp/fixup-viewport-index | bunnei | 2019-09-20 | 1 | -10/+14 |
|\ \ \ \ \ \ |
|
| * | | | | | | gl_shader_decompiler: Avoid writing output attribute when unimplemented | ReinUsesLisp | 2019-09-06 | 1 | -10/+14 |
* | | | | | | | Merge pull request #2855 from ReinUsesLisp/shfl | bunnei | 2019-09-20 | 6 | -9/+182 |
|\ \ \ \ \ \ \
| |_|_|_|_|/ /
|/| | | | | | |
|
| * | | | | | | shader_ir/warp: Implement SHFL | ReinUsesLisp | 2019-09-17 | 6 | -9/+182 |
| | |/ / / /
| |/| | | | |
|
* | | | | | | Merge pull request #2784 from ReinUsesLisp/smem | bunnei | 2019-09-18 | 5 | -21/+81 |
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
|
| * | | | | | gl_shader_decompiler: Implement shared memory | ReinUsesLisp | 2019-09-05 | 1 | -0/+23 |
| * | | | | | shader_ir: Implement LD_S | ReinUsesLisp | 2019-09-05 | 1 | -10/+13 |
| * | | | | | shader_ir: Implement ST_S | ReinUsesLisp | 2019-09-05 | 4 | -11/+45 |
* | | | | | | Merge pull request #2851 from ReinUsesLisp/srgb | Fernando Sahmkow | 2019-09-15 | 6 | -30/+9 |
|\ \ \ \ \ \ |
|
| * | | | | | | renderer_opengl: Fix rebase mistake | ReinUsesLisp | 2019-09-11 | 1 | -1/+1 |
| * | | | | | | gl_rasterizer: Correct sRGB Fix regression | Fernando Sahmkow | 2019-09-11 | 1 | -0/+12 |
| * | | | | | | renderer_opengl: Fix sRGB blits | ReinUsesLisp | 2019-09-11 | 6 | -43/+10 |
* | | | | | | | Merge pull request #2824 from ReinUsesLisp/mme | Fernando Sahmkow | 2019-09-15 | 3 | -4/+20 |
|\ \ \ \ \ \ \
| |_|_|_|/ / /
|/| | | | | | |
|
| * | | | | | | maxwell_3d: Update firmware 4 call stub commentary | Rodrigo Locatti | 2019-09-15 | 1 | -1/+2 |
| * | | | | | | Revert "Revert #2466" and stub FirmwareCall 4 | ReinUsesLisp | 2019-09-04 | 3 | -4/+19 |
* | | | | | | | Merge pull request #2857 from ReinUsesLisp/surface-srgb | Fernando Sahmkow | 2019-09-14 | 2 | -0/+22 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | video_core/surface: Add function to detect sRGB surfaces | ReinUsesLisp | 2019-09-13 | 2 | -0/+22 |
| | |/ / / / /
| |/| | | | | |
|
* | | | | | | | Merge pull request #2858 from ReinUsesLisp/vk-device | Fernando Sahmkow | 2019-09-14 | 3 | -111/+258 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | vk_device: Add miscellaneous features and minor style changes | ReinUsesLisp | 2019-09-13 | 3 | -111/+258 |
| |/ / / / / / |
|
* | | | | | | | Merge pull request #2667 from DarkLordZach/profile-editor | bunnei | 2019-09-14 | 5 | -10/+130 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | acc_su: Implement GetProfileEditor (205) | Zach Hilman | 2019-07-03 | 3 | -1/+13 |
| * | | | | | | | acc: Implement IProfileEditor-specific commands 'Store' and 'StoreWithImage' | Zach Hilman | 2019-07-03 | 1 | -1/+73 |
| * | | | | | | | profile_manager: Add setter for ProfileBase and ProfileData | Zach Hilman | 2019-07-03 | 2 | -0/+13 |
| * | | | | | | | acc: Add IProfileCommon for IProfile and IProfileEditor | Zach Hilman | 2019-07-03 | 1 | -8/+31 |
* | | | | | | | | shader/image: Implement SUATOM and fix SUST | ReinUsesLisp | 2019-09-11 | 7 | -69/+329 |
| |/ / / / / /
|/| | | | | | |
|
* | | | | | | | Merge pull request #2823 from ReinUsesLisp/shr-clamp | bunnei | 2019-09-10 | 2 | -6/+17 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | shader/shift: Implement SHR wrapped and clamped variants | ReinUsesLisp | 2019-09-04 | 2 | -6/+17 |
| | |/ / / / /
| |/| | | | | |
|
* | | | | | | | Merge pull request #2810 from ReinUsesLisp/mme-opt | bunnei | 2019-09-10 | 4 | -12/+24 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | maxwell_3d: Avoid moving macro_params | ReinUsesLisp | 2019-09-04 | 4 | -12/+24 |
| |/ / / / / / |
|
* | | | | | | | Merge pull request #2759 from ReinUsesLisp/compute-images | Fernando Sahmkow | 2019-09-10 | 20 | -229/+457 |
|\ \ \ \ \ \ \
| |_|_|_|_|_|/
|/| | | | | | |
|
| * | | | | | | gl_shader_decompiler: Keep track of written images and mark them as modified | ReinUsesLisp | 2019-09-06 | 7 | -62/+92 |
| * | | | | | | texture_cache: Minor changes | ReinUsesLisp | 2019-09-06 | 4 | -19/+17 |
| * | | | | | | gl_rasterizer: Apply textures and images state | ReinUsesLisp | 2019-09-06 | 1 | -0/+2 |
| * | | | | | | gl_rasterizer: Add samplers to compute dispatches | ReinUsesLisp | 2019-09-06 | 2 | -3/+36 |
| * | | | | | | gl_rasterizer: Minor code changes | ReinUsesLisp | 2019-09-06 | 2 | -20/+31 |
| * | | | | | | gl_state: Split textures and samplers into two arrays | ReinUsesLisp | 2019-09-06 | 4 | -91/+39 |
| * | | | | | | gl_rasterizer: Implement image bindings | ReinUsesLisp | 2019-09-06 | 5 | -32/+106 |
| * | | | | | | gl_state: Add support for glBindImageTextures | ReinUsesLisp | 2019-09-06 | 2 | -0/+24 |
| * | | | | | | texture_cache: Pass TIC to texture cache | ReinUsesLisp | 2019-09-06 | 4 | -27/+25 |
| * | | | | | | kepler_compute: Implement texture queries | ReinUsesLisp | 2019-09-06 | 5 | -5/+99 |
| * | | | | | | gl_rasterizer: Split SetupTextures | ReinUsesLisp | 2019-09-06 | 2 | -22/+38 |
| | |_|_|/ /
| |/| | | | |
|
* | | | | | | Merge pull request #2847 from VelocityRa/nro-nacp-fix | David | 2019-09-09 | 2 | -0/+10 |
|\ \ \ \ \ \ |
|
| * | | | | | | nro: Implement ReadControlData | Nick Renieris | 2019-09-07 | 2 | -0/+10 |
* | | | | | | | Merge pull request #2716 from lioncash/hle-global | David | 2019-09-09 | 17 | -97/+143 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | service/am: Remove usages of global system accessors | Lioncash | 2019-09-05 | 17 | -97/+143 |
* | | | | | | | | Merge pull request #2763 from lioncash/map-phys | David | 2019-09-09 | 2 | -39/+41 |
|\ \ \ \ \ \ \ \
| |_|_|/ / / / /
|/| | | | | | | |
|
| * | | | | | | | kernel/vm_manager: Correct doxygen comment parameter tags for MapPhysicalMemory/UnmapPhysicalMemory | Lioncash | 2019-09-05 | 1 | -4/+4 |
| * | | | | | | | kernel/vm_manager: Move variables closer to usage spots in MapPhysicalMemory/UnmapPhysicalMemory | Lioncash | 2019-09-05 | 1 | -16/+10 |
| * | | | | | | | kernel/vm_manager: Correct behavior in failure case of UnmapPhysicalMemory() | Lioncash | 2019-08-30 | 1 | -0/+2 |
| * | | | | | | | kernel/vm_manager: Reserve memory ahead of time for slow path in MergeAdjacentVMA | Lioncash | 2019-08-30 | 1 | -1/+4 |
| * | | | | | | | kernel/vm_manager: std::move shared_ptr instance in MergeAdjacentVMA | Lioncash | 2019-08-30 | 1 | -1/+1 |
| * | | | | | | | kernel/vm_manager: Deduplicate iterator creation in MergeAdjacentVMA | Lioncash | 2019-08-30 | 1 | -7/+10 |
| * | | | | | | | kernel/vm_manager: Simplify some std::vector constructor calls | Lioncash | 2019-08-30 | 1 | -2/+2 |
| * | | | | | | | kernel/vm_manager: Simplify some assertion messages | Lioncash | 2019-08-30 | 1 | -10/+10 |
* | | | | | | | | Merge pull request #2804 from ReinUsesLisp/remove-gs-special | Fernando Sahmkow | 2019-09-05 | 2 | -80/+9 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | gl_shader_cache: Remove special casing for geometry shaders | ReinUsesLisp | 2019-09-04 | 2 | -80/+9 |
| | |_|_|/ / / /
| |/| | | | | | |
|
* | | | | | | | | Merge pull request #2833 from ReinUsesLisp/fix-stencil | bunnei | 2019-09-05 | 1 | -11/+11 |
|\ \ \ \ \ \ \ \
| |_|_|_|_|_|/ /
|/| | | | | | | |
|
| * | | | | | | | gl_rasterizer: Fix stencil testing | ReinUsesLisp | 2019-09-04 | 1 | -11/+11 |
| |/ / / / / / |
|
* | | | | | | | Merge pull request #2797 from FearlessTobi/port-4877 | David | 2019-09-05 | 1 | -0/+11 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | Address review comments | FearlessTobi | 2019-09-05 | 1 | -1/+4 |
| * | | | | | | | Guard unistd.h with MacOS only macro | Weiyi Wang | 2019-08-22 | 1 | -1/+3 |
| * | | | | | | | citra_qt: on osx chdir to bundle dir to allow detection of user folder | B3n30 | 2019-08-22 | 1 | -0/+6 |
* | | | | | | | | Merge pull request #2802 from ReinUsesLisp/hsetp2-pred | David | 2019-09-05 | 1 | -10/+9 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | half_set_predicate: Fix predicate assignments | ReinUsesLisp | 2019-09-04 | 1 | -10/+9 |
| | |/ / / / / /
| |/| | | | | | |
|
* | | | | | | | | Merge pull request #2418 from DarkLordZach/srv-es | David | 2019-09-05 | 3 | -51/+536 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | key_manager: Convert Ticket union to std::variant | Zach Hilman | 2019-07-08 | 3 | -57/+88 |
| * | | | | | | | | es: Populate/synthesize tickets on construction | Zach Hilman | 2019-07-08 | 3 | -15/+17 |
| * | | | | | | | | key_manager: Add structure for Ticket parsing | Zach Hilman | 2019-07-08 | 3 | -44/+194 |
| * | | | | | | | | es: Implement ETicket GetPersonalizedTicketData (17) | Zach Hilman | 2019-07-08 | 1 | -1/+21 |
| * | | | | | | | | es: Implement ETicket GetCommonTicketData (16) | Zach Hilman | 2019-07-08 | 1 | -1/+20 |
| * | | | | | | | | es: Implement ETicket GetPersonalizedTicketSize (15) | Zach Hilman | 2019-07-08 | 1 | -1/+17 |
| * | | | | | | | | es: Implement ETicket GetCommonTicketSize (14) | Zach Hilman | 2019-07-08 | 1 | -1/+17 |
| * | | | | | | | | es: Implement ETicket ListPersonalizedTicket (12) | Zach Hilman | 2019-07-08 | 1 | -1/+24 |
| * | | | | | | | | es: Implement ETicket ListCommonTicket (11) | Zach Hilman | 2019-07-08 | 1 | -1/+24 |
| * | | | | | | | | es: Implement ETicket CountPersonalizedTicket (10) | Zach Hilman | 2019-07-08 | 1 | -1/+12 |
| * | | | | | | | | es: Implement ETicket CountCommonTicket (9) | Zach Hilman | 2019-07-08 | 1 | -1/+12 |
| * | | | | | | | | es: Implement ETicket GetTitleKey (8) | Zach Hilman | 2019-07-08 | 1 | -1/+27 |
| * | | | | | | | | es: Implement ETicket ImportTicket (1) | Zach Hilman | 2019-07-08 | 1 | -1/+45 |
| * | | | | | | | | key_manager: Add accessors/helpers for ticket management | Zach Hilman | 2019-07-08 | 2 | -14/+100 |
| * | | | | | | | | key_manager: Add equality operator for RSAKeyPair | Zach Hilman | 2019-07-08 | 1 | -0/+7 |
* | | | | | | | | | Merge pull request #2808 from FearlessTobi/port-4866 | David | 2019-09-05 | 1 | -20/+24 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | configure_dialog: reverse tab map to avoid logic based on user-facing/translatable text | fearlessTobi | 2019-09-04 | 1 | -20/+24 |
| | |_|/ / / / / /
| |/| | | | | | | |
|
* | | | | | | | | | Merge pull request #2707 from DarkLordZach/oss-miimodel | David | 2019-09-05 | 4 | -1/+63 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | system_archive: Add open-source reimplementation of MiiModel data | Zach Hilman | 2019-07-10 | 4 | -1/+63 |
* | | | | | | | | | | yuzu/configure: move speed limiter to general | FearlessTobi | 2019-09-05 | 4 | -33/+36 |
| |_|_|_|_|/ / / /
|/| | | | | | | | |
|
* | | | | | | | | | Merge pull request #2830 from FearlessTobi/port-4911 | David | 2019-09-05 | 1 | -7/+10 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | Add cancel option to analog stick configuration | fearlessTobi | 2019-09-03 | 1 | -7/+10 |
| | |_|_|_|_|/ / /
| |/| | | | | | | |
|
* | | | | | | | | | Merge pull request #2834 from Morph1984/audrenu_QueryAudioDeviceInputEvent | David | 2019-09-05 | 1 | -1/+15 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | Add Kernel::EventPair audio_input_device_switch_event; | Morph1984 | 2019-09-04 | 1 | -0/+1 |
| * | | | | | | | | | audren_u: Stub IAudioDevice::QueryAudioDeviceInputEvent | Morph1984 | 2019-09-04 | 1 | -1/+14 |
| |/ / / / / / / / |
|
* | | | | | | | | | Merge pull request #2836 from Morph1984/hid_vibration | David | 2019-09-05 | 4 | -2/+32 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | ditto | Morph1984 | 2019-09-04 | 1 | -1/+1 |
| * | | | | | | | | | IsVibrationEnabled() as a const member func | Morph1984 | 2019-09-04 | 1 | -1/+1 |
| * | | | | | | | | | clang-format | Morph1984 | 2019-09-04 | 1 | -2/+2 |
| * | | | | | | | | | Update npad.h | Morph1984 | 2019-09-04 | 1 | -0/+1 |
| * | | | | | | | | | Update npad.cpp | Morph1984 | 2019-09-04 | 1 | -0/+6 |
| * | | | | | | | | | Update hid.h | Morph1984 | 2019-09-04 | 1 | -0/+2 |
| * | | | | | | | | | Update hid.cpp | Morph1984 | 2019-09-04 | 1 | -2/+23 |
| |/ / / / / / / / |
|
* | | | | | | | | | Merge pull request #2818 from MysticExile/fmt | David | 2019-09-05 | 2 | -2/+2 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | Fix clang-format | Ethan | 2019-09-04 | 1 | -1/+1 |
| * | | | | | | | | | accommodate for fmt update | Ethan | 2019-08-29 | 2 | -2/+2 |
* | | | | | | | | | | Merge pull request #2801 from ReinUsesLisp/typed-decompiler | bunnei | 2019-09-04 | 3 | -431/+548 |
|\ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | gl_shader_decompiler: Fixup slow path | ReinUsesLisp | 2019-09-04 | 1 | -1/+1 |
| * | | | | | | | | | | gl_device: Disable precise in fragment shaders on bugged drivers | ReinUsesLisp | 2019-09-04 | 3 | -15/+43 |
| * | | | | | | | | | | gl_shader_decompiler: Fixup AMD's slow path type | ReinUsesLisp | 2019-09-04 | 1 | -1/+1 |
| * | | | | | | | | | | gl_shader_decompiler: Rework GLSL decompiler type system | ReinUsesLisp | 2019-09-04 | 1 | -416/+505 |
| | |_|_|_|_|/ / / /
| |/| | | | | | | | |
|
* | | | | | | | | | | AM: Stub IApplicationFunctions::GetGpuErrorDetectedSystemEvent (#2827) | mailwl | 2019-09-04 | 2 | -0/+16 |
* | | | | | | | | | | Merge pull request #2829 from Morph1984/audio | bunnei | 2019-09-04 | 1 | -2/+15 |
|\ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | remove <f32> | Morph1984 | 2019-09-04 | 1 | -1/+1 |
| * | | | | | | | | | | explicitly represent 1 as a float (1.0f instead of 1) | Morph1984 | 2019-09-04 | 1 | -1/+1 |
| * | | | | | | | | | | Change u32 -> f32 | Morph1984 | 2019-09-04 | 1 | -1/+1 |
| * | | | | | | | | | | service/audio/audren_u: Stub IAudioDevice::GetAudioDeviceOutputVolume | Morph1984 | 2019-09-03 | 1 | -2/+15 |
| | |_|/ / / / / / /
| |/| | | | | | | | |
|
* | | | | | | | | | | Fix uisettings include | fearlessTobi | 2019-09-04 | 1 | -1/+1 |
* | | | | | | | | | | Limit the size of directory icons, fix text when icon size is none | fearlessTobi | 2019-09-04 | 2 | -4/+3 |
* | | | | | | | | | | Change QList to QVector | fearlessTobi | 2019-09-04 | 5 | -16/+19 |
* | | | | | | | | | | Separate UserNand and Sdmc directories | fearlessTobi | 2019-09-04 | 5 | -32/+59 |
* | | | | | | | | | | Address more trivial review comments | fearlessTobi | 2019-09-04 | 4 | -25/+18 |
* | | | | | | | | | | Address trivial review comments | fearlessTobi | 2019-09-04 | 7 | -53/+59 |
* | | | | | | | | | | yuzu: Add support for multiple game directories | fearlessTobi | 2019-09-04 | 12 | -195/+666 |
| |/ / / / / / / /
|/| | | | | | | | |
|
* | | | | | | | | | Merge pull request #2708 from DarkLordZach/mii-db-source-crash | David | 2019-09-04 | 1 | -0/+4 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | mii: Handle logging of unknown database source | Zach Hilman | 2019-07-10 | 1 | -0/+4 |
| | |_|/ / / / / /
| |/| | | | | | | |
|
* | | | | | | | | | Merge pull request #2793 from ReinUsesLisp/bgr565 | bunnei | 2019-09-04 | 15 | -204/+71 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | renderer_opengl: Implement RGB565 framebuffer format | ReinUsesLisp | 2019-08-21 | 3 | -3/+9 |
| * | | | | | | | | | renderer_opengl: Use block linear swizzling for CPU framebuffers | ReinUsesLisp | 2019-08-21 | 3 | -150/+33 |
| * | | | | | | | | | renderer_opengl: Use VideoCore pixel format | ReinUsesLisp | 2019-08-21 | 3 | -23/+11 |
| * | | | | | | | | | gpu: Change optional<reference_wrapper<T>> to T* for FramebufferConfig | ReinUsesLisp | 2019-08-21 | 11 | -32/+22 |
* | | | | | | | | | | Merge pull request #2812 from ReinUsesLisp/f2i-selector | bunnei | 2019-09-04 | 2 | -7/+23 |
|\ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | shader_ir/conversion: Split int and float selector and implement F2F H1 | ReinUsesLisp | 2019-08-28 | 2 | -19/+24 |
| * | | | | | | | | | | shader_ir/conversion: Implement F2I F16 Ra.H1 | ReinUsesLisp | 2019-08-28 | 2 | -6/+17 |
| | |_|_|_|/ / / / /
| |/| | | | | | | | |
|
* | | | | | | | | | | Merge pull request #2811 from ReinUsesLisp/fsetp-fix | bunnei | 2019-09-04 | 2 | -4/+6 |
|\ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | float_set_predicate: Add missing negation bit for the second operand | ReinUsesLisp | 2019-08-28 | 2 | -4/+6 |
| |/ / / / / / / / / |
|
* | | | | | | | | | | Merge pull request #2826 from ReinUsesLisp/macro-binding | bunnei | 2019-09-04 | 2 | -10/+4 |
|\ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | maxwell_3d: Fix macro binding cursor | ReinUsesLisp | 2019-09-01 | 2 | -10/+4 |
* | | | | | | | | | | | Merge pull request #2831 from FearlessTobi/port-4914 | bunnei | 2019-09-04 | 2 | -0/+22 |
|\ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | Fix to Windows sleep issues | fearlessTobi | 2019-09-03 | 2 | -0/+22 |
| | |_|_|_|/ / / / / /
| |/| | | | | | | | | |
|
* / | | | | | | | | | | configuration/config: Add missing screenshot path read | fearlessTobi | 2019-09-04 | 1 | -0/+1 |
|/ / / / / / / / / / |
|
* | | | | | | | | | | Merge pull request #2765 from FernandoS27/dma-fix | bunnei | 2019-09-01 | 3 | -23/+36 |
|\ \ \ \ \ \ \ \ \ \
| |/ / / / / / / / /
|/| | | | | | | | | |
|
| * | | | | | | | | | MaxwellDMA: Fixes, corrections and relaxations. | Fernando Sahmkow | 2019-07-26 | 3 | -23/+36 |
* | | | | | | | | | | video_core: Silent miscellaneous warnings (#2820) | Rodrigo Locatti | 2019-08-30 | 23 | -48/+22 |
| |_|_|_|_|_|/ / /
|/| | | | | | | | |
|
* | | | | | | | | | gl_buffer_cache: Add missing include | ReinUsesLisp | 2019-08-30 | 1 | -0/+1 |
* | | | | | | | | | Merge pull request #2742 from ReinUsesLisp/fix-texture-buffers | bunnei | 2019-08-29 | 4 | -4/+12 |
|\ \ \ \ \ \ \ \ \
| |_|_|_|_|/ / / /
|/| | | | | | | | |
|
| * | | | | | | | | gl_shader_decompiler: Rename bufferImage to imageBuffer | ReinUsesLisp | 2019-07-18 | 1 | -1/+1 |
| * | | | | | | | | gl_shader_cache: Fix newline on buffer preprocessor definitions | ReinUsesLisp | 2019-07-18 | 1 | -2/+6 |
| * | | | | | | | | textures: Fix texture buffer size calculation | ReinUsesLisp | 2019-07-18 | 1 | -1/+1 |
| * | | | | | | | | gl_texture_cache: Do not set texture parameters to buffers | ReinUsesLisp | 2019-07-18 | 1 | -0/+3 |
| * | | | | | | | | gl_texture_cache: Add missing break in CreateTexture | ReinUsesLisp | 2019-07-18 | 1 | -0/+1 |
* | | | | | | | | | Merge pull request #2783 from FernandoS27/new-buffer-cache | bunnei | 2019-08-29 | 9 | -330/+684 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | Buffer Cache: Adress Feedback. | Fernando Sahmkow | 2019-08-21 | 2 | -7/+6 |
| * | | | | | | | | | Buffer_Cache: Implement flushing. | Fernando Sahmkow | 2019-08-21 | 2 | -1/+30 |
| * | | | | | | | | | Buffer_Cache: Implement barriers. | Fernando Sahmkow | 2019-08-21 | 1 | -0/+4 |
| * | | | | | | | | | Buffer_Cache: Optimize and track written areas. | Fernando Sahmkow | 2019-08-21 | 2 | -12/+104 |
| * | | | | | | | | | BufferCache: Rework mapping caching. | Fernando Sahmkow | 2019-08-21 | 2 | -49/+76 |
| * | | | | | | | | | Buffer_Cache: Fixes and optimizations. | Fernando Sahmkow | 2019-08-21 | 2 | -68/+38 |
| * | | | | | | | | | Video_Core: Implement a new Buffer Cache | Fernando Sahmkow | 2019-08-21 | 9 | -327/+560 |
| | |_|/ / / / / /
| |/| | | | | | | |
|
* | | | | | | | | | Merge pull request #2758 from ReinUsesLisp/packed-tid | bunnei | 2019-08-29 | 3 | -0/+15 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | shader/decode: Implement S2R Tic | ReinUsesLisp | 2019-07-22 | 3 | -0/+15 |
* | | | | | | | | | | shader_ir: Implement VOTE | ReinUsesLisp | 2019-08-21 | 12 | -1/+163 |
| |/ / / / / / / /
|/| | | | | | | | |
|
* | | | | | | | | | Merge pull request #2748 from FernandoS27/align-memory | bunnei | 2019-08-21 | 15 | -37/+119 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | Common/Alignment: Add noexcept where required. | Fernando Sahmkow | 2019-07-20 | 1 | -5/+5 |
| * | | | | | | | | | Kernel: Address Feedback | Fernando Sahmkow | 2019-07-19 | 3 | -6/+11 |
| * | | | | | | | | | Common: Correct alignment allocator to work on C++14 or higher. | Fernando Sahmkow | 2019-07-19 | 1 | -37/+19 |
| * | | | | | | | | | VM_Manager: Align allocated memory to 256bytes | Fernando Sahmkow | 2019-07-19 | 15 | -36/+131 |
* | | | | | | | | | | Merge pull request #2769 from FernandoS27/commands-flush | bunnei | 2019-08-21 | 6 | -0/+15 |
|\ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | GPU: Flush commands on every dma pusher step. | Fernando Sahmkow | 2019-07-26 | 6 | -0/+15 |
* | | | | | | | | | | | Merge pull request #2777 from ReinUsesLisp/hsetp2-fe3h-fix | bunnei | 2019-08-21 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | half_set_predicate: Fix HSETP2_C constant buffer offset | ReinUsesLisp | 2019-08-04 | 1 | -1/+1 |
| |/ / / / / / / / / / |
|
* | | | | | | | | | | | Merge pull request #2753 from FernandoS27/float-convert | bunnei | 2019-08-21 | 5 | -18/+75 |
|\ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | Shader_Ir: Implement F16 Variants of F2F, F2I, I2F. | Fernando Sahmkow | 2019-07-20 | 5 | -18/+75 |
* | | | | | | | | | | | | Merge pull request #2773 from lioncash/test-unused | bunnei | 2019-08-21 | 1 | -2/+1 |
|\ \ \ \ \ \ \ \ \ \ \ \
| |_|_|_|_|_|_|/ / / / /
|/| | | | | | | | | | | |
|
| * | | | | | | | | | | | yuzu-tester/yuzu: Correct format string | Lioncash | 2019-07-30 | 1 | -1/+1 |
| * | | | | | | | | | | | yuzu-tester/yuzu: Remove unused variable | Lioncash | 2019-07-30 | 1 | -1/+0 |
| | |_|_|/ / / / / / /
| |/| | | | | | | | | |
|
* | | | | | | | | | | | Merge pull request #2747 from lioncash/audio | bunnei | 2019-08-18 | 7 | -108/+179 |
|\ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | service/audren_u: Handle audio USB output revision queries in ListAudioDeviceName() | Lioncash | 2019-07-19 | 2 | -16/+45 |
| * | | | | | | | | | | | service/audren_u: Move revision testing code out of AudRenU | Lioncash | 2019-07-19 | 2 | -63/+63 |
| * | | | | | | | | | | | service/audio: Remove global system accessors | Lioncash | 2019-07-19 | 7 | -34/+54 |
| * | | | | | | | | | | | service/audren_u: Remove unnecessary return value from GetActiveAudioDeviceName() | Lioncash | 2019-07-19 | 1 | -2/+1 |
| * | | | | | | | | | | | service/audren_u: Report proper device names | Lioncash | 2019-07-19 | 1 | -6/+29 |
| | |_|_|/ / / / / / /
| |/| | | | | | | | | |
|
* | | | | | | | | | | | Merge pull request #2778 from ReinUsesLisp/nop | bunnei | 2019-08-18 | 2 | -0/+13 |
|\ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | shader_ir: Implement NOP | ReinUsesLisp | 2019-08-04 | 2 | -0/+13 |
| | |_|_|/ / / / / / /
| |/| | | | | | | | | |
|
* | | | | | | | | | | | Merge pull request #2768 from ReinUsesLisp/hsetp2-fix | bunnei | 2019-08-18 | 1 | -3/+3 |
|\ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | decode/half_set_predicate: Fix predicates | ReinUsesLisp | 2019-07-26 | 1 | -3/+3 |
* | | | | | | | | | | | | Fixup! #2772 missed this one file | James Rowe | 2019-08-17 | 1 | -1/+1 |
* | | | | | | | | | | | | Merge pull request #2766 from FearlessTobi/port-4849 | James Rowe | 2019-08-17 | 7 | -21/+21 |
|\ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | Qt: Fixed behaviour of buttons by connecting functors to correct signals | Silent | 2019-08-02 | 7 | -21/+21 |
| | |_|_|_|_|_|/ / / / /
| |/| | | | | | | | | | |
|
* | | | | | | | | | | | | Merge pull request #2772 from lioncash/ui | James Rowe | 2019-08-17 | 16 | -44/+39 |
|\ \ \ \ \ \ \ \ \ \ \ \
| |_|_|/ / / / / / / / /
|/| | | | | | | | | | | |
|
| * | | | | | | | | | | | yuzu/CMakeLists: Remove qt5_wrap_ui macro usage | Lioncash | 2019-08-09 | 16 | -44/+39 |
| | |_|_|/ / / / / / /
| |/| | | | | | | | | |
|
* | | | | | | | | | | | Merge pull request #2592 from FernandoS27/sync1 | bunnei | 2019-07-26 | 44 | -229/+732 |
|\ \ \ \ \ \ \ \ \ \ \
| |_|_|/ / / / / / / /
|/| | | | | | | | | | |
|
| * | | | | | | | | | | NVServices: Correct delayed responses. | Fernando Sahmkow | 2019-07-05 | 1 | -24/+19 |
| * | | | | | | | | | | Nv_Host_Ctrl: Correct difference calculation | Fernando Sahmkow | 2019-07-05 | 1 | -5/+7 |
| * | | | | | | | | | | NVServices: Address Feedback | Fernando Sahmkow | 2019-07-05 | 8 | -21/+38 |
| * | | | | | | | | | | NVServices: Styling, define constructors as explicit and corrections | Fernando Sahmkow | 2019-07-05 | 24 | -65/+73 |
| * | | | | | | | | | | NVFlinger: Correct GCC compile error | Fernando Sahmkow | 2019-07-05 | 8 | -23/+22 |
| * | | | | | | | | | | NVServices: Make NVEvents Automatic according to documentation. | Fernando Sahmkow | 2019-07-05 | 4 | -7/+13 |
| * | | | | | | | | | | NVServices: Correct CtrlEventWaitSync to block the ipc until timeout. | Fernando Sahmkow | 2019-07-05 | 23 | -31/+104 |
| * | | | | | | | | | | GPU: Correct Interrupts to interrupt on syncpt/value instead of event, mirroring hardware | Fernando Sahmkow | 2019-07-05 | 12 | -48/+45 |
| * | | | | | | | | | | nvflinger: Make the force 30 fps still force 30 fps | Fernando Sahmkow | 2019-07-05 | 1 | -1/+1 |
| * | | | | | | | | | | nv_services: Fixes to event liberation. | Fernando Sahmkow | 2019-07-05 | 1 | -6/+14 |
| * | | | | | | | | | | nvflinger: Acquire buffers in the same order as they were queued. | Fernando Sahmkow | 2019-07-05 | 2 | -3/+11 |
| * | | | | | | | | | | nv_services: Deglobalize NvServices | Fernando Sahmkow | 2019-07-05 | 23 | -51/+65 |
| * | | | | | | | | | | gpu_asynch: Simplify synchronization to a simpler consumer->producer scheme. | Fernando Sahmkow | 2019-07-05 | 2 | -47/+3 |
| * | | | | | | | | | | nv_host_ctrl: Make Sync GPU variant always return synced result. | Fernando Sahmkow | 2019-07-05 | 5 | -5/+16 |
| * | | | | | | | | | | Async GPU: do invalidate as synced operation | Fernando Sahmkow | 2019-07-05 | 1 | -6/+1 |
| * | | | | | | | | | | Gpu: use an std mutex instead of a spin_lock to guard syncpoints | Fernando Sahmkow | 2019-07-05 | 2 | -6/+6 |
| * | | | | | | | | | | nvhost_ctrl: Corrections to event handling | Fernando Sahmkow | 2019-07-05 | 2 | -8/+12 |
| * | | | | | | | | | | Gpu: Mark areas as protected. | Fernando Sahmkow | 2019-07-05 | 3 | -0/+19 |
| * | | | | | | | | | | nv_services: Stub CtrlEventSignal | Fernando Sahmkow | 2019-07-05 | 4 | -13/+48 |
| * | | | | | | | | | | Gpu: Implement Hardware Interrupt Manager and manage GPU interrupts | Fernando Sahmkow | 2019-07-05 | 13 | -13/+90 |
| * | | | | | | | | | | nv_services: Implement NvQueryEvent, NvCtrlEventWait, NvEventRegister, NvEventUnregister | Fernando Sahmkow | 2019-07-05 | 7 | -17/+192 |
| * | | | | | | | | | | nv_services: Create GPU channels correctly | Fernando Sahmkow | 2019-07-05 | 2 | -2/+5 |
| * | | | | | | | | | | video_core: Implement GPU side Syncpoints | Fernando Sahmkow | 2019-07-05 | 6 | -9/+84 |
| * | | | | | | | | | | nv_services: Correct buffer queue fencing and GPFifo fencing | Fernando Sahmkow | 2019-07-05 | 8 | -57/+70 |
| * | | | | | | | | | | nvflinger: Implement swap intervals | Fernando Sahmkow | 2019-07-05 | 5 | -8/+21 |
* | | | | | | | | | | | Merge pull request #2739 from lioncash/cflow | bunnei | 2019-07-25 | 4 | -33/+53 |
|\ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | video_core/control_flow: Provide operator!= for types with operator== | Lioncash | 2019-07-19 | 1 | -4/+21 |
| * | | | | | | | | | | | video_core/control_flow: Prevent sign conversion in TryGetBlock() | Lioncash | 2019-07-19 | 1 | -1/+1 |
| * | | | | | | | | | | | video_core/control_flow: Remove unnecessary BlockStack copy constructor | Lioncash | 2019-07-19 | 1 | -2/+1 |
| * | | | | | | | | | | | video_core/control_flow: Use std::move where applicable | Lioncash | 2019-07-19 | 1 | -10/+15 |
| * | | | | | | | | | | | video_core/control_flow: Use the prefix variant of operator++ for iterators | Lioncash | 2019-07-19 | 1 | -2/+2 |
| * | | | | | | | | | | | video_core/control_flow: Use empty() member function for checking emptiness | Lioncash | 2019-07-19 | 1 | -2/+2 |
| * | | | | | | | | | | | video_core: Resolve -Wreorder warnings | Lioncash | 2019-07-19 | 2 | -4/+3 |
| * | | | | | | | | | | | video_core/control_flow: Make program_size for ScanFlow() a std::size_t | Lioncash | 2019-07-19 | 2 | -5/+4 |
| * | | | | | | | | | | | video_core/control_flow: Place all internally linked types/functions within an anonymous namespace | Lioncash | 2019-07-19 | 1 | -1/+2 |
| * | | | | | | | | | | | video_core/shader/decode: Prevent sign-conversion warnings | Lioncash | 2019-07-19 | 1 | -2/+2 |
| | |_|_|/ / / / / / /
| |/| | | | | | | | | |
|
* | | | | | | | | | | | Merge pull request #2737 from FernandoS27/track-fix | bunnei | 2019-07-25 | 1 | -2/+2 |
|\ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | Shader_Ir: Correct tracking to track from right to left | Fernando Sahmkow | 2019-07-16 | 1 | -2/+2 |
* | | | | | | | | | | | | Merge pull request #2689 from lioncash/tl | bunnei | 2019-07-25 | 1 | -7/+8 |
|\ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | yuzu/main: Make error messages within OnCoreError more localization-friendly | Lioncash | 2019-07-07 | 1 | -7/+8 |
* | | | | | | | | | | | | | Merge pull request #2743 from FernandoS27/surpress-assert | bunnei | 2019-07-25 | 9 | -29/+36 |
|\ \ \ \ \ \ \ \ \ \ \ \ \
| |_|_|_|_|_|/ / / / / / /
|/| | | | | | | | | | | | |
|
| * | | | | | | | | | | | | Shader_Ir: Change Debug Asserts for Log Warnings | Fernando Sahmkow | 2019-07-20 | 3 | -10/+17 |
| * | | | | | | | | | | | | Shader_Ir: correct clang format | Fernando Sahmkow | 2019-07-18 | 1 | -2/+2 |
| * | | | | | | | | | | | | GPU: Add missing puller methods. | Fernando Sahmkow | 2019-07-18 | 2 | -14/+15 |
| * | | | | | | | | | | | | MaxwellDMA/KeplerCopy: Downgrade DMA log message to Trace. | Fernando Sahmkow | 2019-07-18 | 1 | -1/+1 |
| * | | | | | | | | | | | | Gl_Texture_Cache: Remove assert on component type in GetFormatTuple | Fernando Sahmkow | 2019-07-18 | 1 | -1/+0 |
| * | | | | | | | | | | | | Shader_Ir: Downgrade precision and rounding asserts to debug asserts. | Fernando Sahmkow | 2019-07-18 | 5 | -10/+10 |
* | | | | | | | | | | | | | Merge pull request #2704 from FernandoS27/conditional | bunnei | 2019-07-24 | 3 | -2/+100 |
|\ \ \ \ \ \ \ \ \ \ \ \ \
| |_|_|_|_|_|/ / / / / / /
|/| | | | | | | | | | | | |
|
| * | | | | | | | | | | | | maxwell3d: Implement Conditional Rendering | Fernando Sahmkow | 2019-07-17 | 3 | -2/+100 |
| | |_|_|_|_|_|/ / / / /
| |/| | | | | | | | | | |
|
* | | | | | | | | | | | | Merge pull request #2734 from ReinUsesLisp/compute-shaders | bunnei | 2019-07-22 | 15 | -140/+357 |
|\ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | gl_shader_cache: Fix clang-format issues | ReinUsesLisp | 2019-07-16 | 2 | -4/+2 |
| * | | | | | | | | | | | | gl_shader_decompiler: Stub local memory size | ReinUsesLisp | 2019-07-15 | 1 | -8/+14 |
| * | | | | | | | | | | | | gl_shader_cache: Address review commentaries | ReinUsesLisp | 2019-07-15 | 4 | -13/+12 |
| * | | | | | | | | | | | | gl_shader_cache: Address CI issues | ReinUsesLisp | 2019-07-15 | 2 | -3/+3 |
| * | | | | | | | | | | | | gl_rasterizer: Implement compute shaders | ReinUsesLisp | 2019-07-15 | 15 | -136/+350 |
* | | | | | | | | | | | | | Merge pull request #2735 from FernandoS27/pipeline-rework | bunnei | 2019-07-21 | 14 | -116/+528 |
|\ \ \ \ \ \ \ \ \ \ \ \ \
| |_|_|_|_|_|_|_|/ / / / /
|/| | | | | | | | | | | | |
|
| * | | | | | | | | | | | | Maxwell3D: Reorganize and address feedback | Fernando Sahmkow | 2019-07-20 | 3 | -20/+33 |
| * | | | | | | | | | | | | GL_State: Feedback and fixes | Fernando Sahmkow | 2019-07-17 | 4 | -14/+27 |
| * | | | | | | | | | | | | Maxwell3D: Address Feedback | Fernando Sahmkow | 2019-07-17 | 5 | -17/+13 |
| * | | | | | | | | | | | | Texture_Cache: Rebase Fixes | Fernando Sahmkow | 2019-07-17 | 1 | -6/+0 |
| * | | | | | | | | | | | | GL_Rasterizer: Corrections to Clearing. | Fernando Sahmkow | 2019-07-17 | 4 | -12/+28 |
| * | | | | | | | | | | | | Maxwell3D: Correct marking dirtiness on CB upload | Fernando Sahmkow | 2019-07-17 | 1 | -0/+1 |
| * | | | | | | | | | | | | GL_Rasterizer: Rework RenderTarget/DepthBuffer clearing | Fernando Sahmkow | 2019-07-17 | 3 | -7/+63 |
| * | | | | | | | | | | | | Maxwell3D: Implement State Dirty Flags. | Fernando Sahmkow | 2019-07-17 | 6 | -44/+199 |
| * | | | | | | | | | | | | Maxwell3D: Rework CBData Upload | Fernando Sahmkow | 2019-07-17 | 2 | -8/+45 |
| * | | | | | | | | | | | | Maxwell3D: Rework the dirty system to be more consistant and scaleable | Fernando Sahmkow | 2019-07-17 | 10 | -80/+211 |
| | |/ / / / / / / / / /
| |/| | | | | | | | | | |
|
* | | | | | | | | | | | | shader/half_set_predicate: Fix HSETP2 implementation | ReinUsesLisp | 2019-07-20 | 4 | -44/+23 |
* | | | | | | | | | | | | shader/half_set_predicate: Implement missing HSETP2 variants | ReinUsesLisp | 2019-07-20 | 2 | -19/+49 |
| |_|_|_|_|/ / / / / /
|/| | | | | | | | | | |
|
* | | | | | | | | | | | Merge pull request #2687 from lioncash/tls-process | bunnei | 2019-07-18 | 3 | -14/+30 |
|\ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | kernel/process: Allocate the process' TLS region during initialization | Lioncash | 2019-07-07 | 3 | -3/+14 |
| * | | | | | | | | | | | kernel/process: Move main thread stack allocation to its own function | Lioncash | 2019-07-07 | 2 | -12/+17 |
| | |_|_|/ / / / / / /
| |/| | | | | | | | | |
|
* | | | | | | | | | | | Merge pull request #2738 from lioncash/shader-ir | bunnei | 2019-07-18 | 8 | -99/+103 |
|\ \ \ \ \ \ \ \ \ \ \
| |_|_|_|/ / / / / / /
|/| | | | | | | | | | |
|
| * | | | | | | | | | | shader_ir: std::move Node instance where applicable | Lioncash | 2019-07-17 | 4 | -60/+67 |
| * | | | | | | | | | | shader_ir: Rename Get/SetTemporal to Get/SetTemporary | Lioncash | 2019-07-17 | 5 | -36/+36 |
| * | | | | | | | | | | shader_ir: Remove unused includes | Lioncash | 2019-07-17 | 1 | -3/+0 |
| | |_|_|/ / / / / /
| |/| | | | | | | | |
|
* | | | | | | | | | | Kernel: Downgrade WaitForAddress and SignalToAddress messages to Trace. | Fernando Sahmkow | 2019-07-18 | 1 | -4/+4 |
| |_|/ / / / / / /
|/| | | | | | | | |
|
* | | | | | | | | | Merge pull request #2740 from lioncash/bra | Fernando Sahmkow | 2019-07-17 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | shader/decode/other: Correct branch indirect argument within BRA handling | Lioncash | 2019-07-16 | 1 | -1/+1 |
| | |_|/ / / / / /
| |/| | | | | | | |
|
* | | | | | | | | | Merge pull request #2726 from lioncash/access | Rodrigo Locatti | 2019-07-17 | 2 | -7/+6 |
|\ \ \ \ \ \ \ \ \
| |_|/ / / / / / /
|/| | | | | | | | |
|
| * | | | | | | | | core: Remove CurrentArmInterface() global accessor | Lioncash | 2019-07-13 | 2 | -7/+6 |
* | | | | | | | | | Merge pull request #2565 from ReinUsesLisp/track-indirect | Fernando Sahmkow | 2019-07-16 | 6 | -35/+36 |
|\ \ \ \ \ \ \ \ \
| |_|/ / / / / / /
|/| | | | | | | | |
|
| * | | | | | | | | shader: Allow tracking of indirect buffers without variable offset | ReinUsesLisp | 2019-07-15 | 6 | -35/+36 |
* | | | | | | | | | Merge pull request #2695 from ReinUsesLisp/layer-viewport | Fernando Sahmkow | 2019-07-15 | 10 | -40/+137 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | gl_shader_decompiler: Fix gl_PointSize redeclaration | ReinUsesLisp | 2019-07-11 | 1 | -1/+1 |
| * | | | | | | | | | gl_shader_decompiler: Fix conditional usage of GL_ARB_shader_viewport_layer_array | ReinUsesLisp | 2019-07-11 | 1 | -2/+3 |
| * | | | | | | | | | gl_shader_decompiler: Implement gl_ViewportIndex and gl_Layer in vertex shaders | ReinUsesLisp | 2019-07-08 | 10 | -40/+136 |
| | |_|_|_|_|/ / /
| |/| | | | | | | |
|
* | | | | | | | | | Merge pull request #2705 from FernandoS27/tex-cache-fixes | bunnei | 2019-07-15 | 7 | -22/+58 |
|\ \ \ \ \ \ \ \ \
| |_|/ / / / / / /
|/| | | | | | | | |
|
| * | | | | | | | | Texture_Cache: Address Feedback | Fernando Sahmkow | 2019-07-14 | 3 | -13/+17 |
| * | | | | | | | | Texture_Cache: Remove some unprecise fallback case and clang format | Fernando Sahmkow | 2019-07-14 | 2 | -13/+5 |
| * | | | | | | | | Texture_Cache: Force Framebuffer reset if an active render target is unregistered. | Fernando Sahmkow | 2019-07-14 | 3 | -10/+36 |
| * | | | | | | | | GPU: Add a microprofile for macro interpreter | Fernando Sahmkow | 2019-07-14 | 2 | -1/+6 |
| * | | | | | | | | GL_State: Add a microprofile timer to OpenGL state. | Fernando Sahmkow | 2019-07-14 | 1 | -0/+4 |
| * | | | | | | | | Gl_Texture_Cache: Measure Buffer Copy Times | Fernando Sahmkow | 2019-07-14 | 1 | -0/+2 |
| * | | | | | | | | Texture_Cache: Correct Linear Structural Match. | Fernando Sahmkow | 2019-07-14 | 1 | -3/+6 |
* | | | | | | | | | Merge pull request #2675 from ReinUsesLisp/opengl-buffer-cache | bunnei | 2019-07-15 | 16 | -407/+537 |
|\ \ \ \ \ \ \ \ \
| |/ / / / / / / /
|/| | | | | | | | |
|
| * | | | | | | | | buffer_cache: Avoid [[nodiscard]] to make clang-format happy | ReinUsesLisp | 2019-07-06 | 1 | -5/+4 |
| * | | | | | | | | buffer_cache: Try to fix MinGW build | ReinUsesLisp | 2019-07-06 | 1 | -1/+1 |
| * | | | | | | | | gl_rasterizer: Fix nullptr dereference on disabled buffers | ReinUsesLisp | 2019-07-06 | 3 | -5/+5 |
| * | | | | | | | | gl_rasterizer: Minor style changes | ReinUsesLisp | 2019-07-06 | 4 | -32/+22 |
| * | | | | | | | | gl_rasterizer: Fix vertex and index data invalidations | ReinUsesLisp | 2019-07-06 | 4 | -8/+67 |
| * | | | | | | | | gl_buffer_cache: Implement with generic buffer cache | ReinUsesLisp | 2019-07-06 | 8 | -291/+92 |
| * | | | | | | | | buffer_cache: Implement a generic buffer cache | ReinUsesLisp | 2019-07-06 | 2 | -0/+301 |
| * | | | | | | | | gl_buffer_cache: Remove global system getters | ReinUsesLisp | 2019-07-06 | 3 | -9/+14 |
| * | | | | | | | | gl_device: Query SSBO alignment | ReinUsesLisp | 2019-07-06 | 2 | -0/+6 |
| * | | | | | | | | gl_buffer_cache: Implement flushing | ReinUsesLisp | 2019-07-06 | 2 | -2/+11 |
| * | | | | | | | | gl_rasterizer: Drop gl_global_cache in favor of gl_buffer_cache | ReinUsesLisp | 2019-07-06 | 7 | -206/+35 |
| * | | | | | | | | gl_buffer_cache: Rework to support internalized buffers | ReinUsesLisp | 2019-07-06 | 3 | -65/+174 |
| * | | | | | | | | gl_buffer_cache: Store in CachedBufferEntry the used buffer handle | ReinUsesLisp | 2019-07-06 | 2 | -23/+30 |
| * | | | | | | | | gl_buffer_cache: Return used buffer from Upload function | ReinUsesLisp | 2019-07-06 | 4 | -36/+35 |
| * | | | | | | | | gl_rasterizer: Add some commentaries | ReinUsesLisp | 2019-07-06 | 1 | -0/+5 |
| * | | | | | | | | gl_rasterizer: Make DrawParameters rasterizer instance const | ReinUsesLisp | 2019-07-06 | 1 | -1/+1 |
| * | | | | | | | | gl_rasterizer: Move index buffer uploading to its own method | ReinUsesLisp | 2019-07-06 | 2 | -7/+18 |
| | |_|_|/ / / /
| |/| | | | | | |
|
* | | | | | | | | Merge pull request #2690 from SciresM/physmem_fixes | Fernando Sahmkow | 2019-07-14 | 11 | -45/+507 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | Remove unicorn mappings/unmappings | Michael Scire | 2019-07-12 | 1 | -19/+0 |
| * | | | | | | | | prefer system reference over global accessor | Michael Scire | 2019-07-09 | 3 | -9/+13 |
| * | | | | | | | | Prevent merging of device mapped memory blocks. | Michael Scire | 2019-07-09 | 2 | -1/+28 |
| * | | | | | | | | Remove unused member function declaration | Michael Scire | 2019-07-07 | 1 | -9/+0 |
| * | | | | | | | | physmem: add helpers, cleanup logic. | Michael Scire | 2019-07-07 | 2 | -171/+170 |
| * | | | | | | | | clang-format fixes | Michael Scire | 2019-07-07 | 2 | -3/+3 |
| * | | | | | | | | address review commentary | Michael Scire | 2019-07-07 | 5 | -36/+42 |
| * | | | | | | | | Implement MapPhysicalMemory/UnmapPhysicalMemory | Michael Scire | 2019-07-07 | 8 | -21/+475 |
| | |_|_|/ / / /
| |/| | | | | | |
|
* | | | | | | | | Merge pull request #2692 from ReinUsesLisp/tlds-f16 | Fernando Sahmkow | 2019-07-14 | 2 | -2/+9 |
|\ \ \ \ \ \ \ \
| |_|_|_|/ / / /
|/| | | | | | | |
|
| * | | | | | | | shader/texture: Add F16 support for TLDS | ReinUsesLisp | 2019-07-07 | 2 | -2/+9 |
| |/ / / / / / |
|
* | | | | | | | Clang format | David Marcec | 2019-07-12 | 3 | -4/+8 |
* | | | | | | | Addressed issues | David Marcec | 2019-07-12 | 2 | -2/+2 |
* | | | | | | | "AudioRenderer" thread should have a unique name | David Marcec | 2019-07-12 | 4 | -7/+8 |
* | | | | | | | Merge pull request #2609 from FernandoS27/new-scan | bunnei | 2019-07-11 | 15 | -122/+774 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | shader_ir: Add comments on missing instruction. | Fernando Sahmkow | 2019-07-09 | 2 | -2/+9 |
| * | | | | | | | shader_ir: limit explorastion to best known program size. | Fernando Sahmkow | 2019-07-09 | 1 | -1/+1 |
| * | | | | | | | control_flow: Correct block breaking algorithm. | Fernando Sahmkow | 2019-07-09 | 1 | -17/+17 |
| * | | | | | | | control_flow: Assert shaders bigger than limit. | Fernando Sahmkow | 2019-07-09 | 1 | -0/+2 |
| * | | | | | | | control_flow: Address feedback. | Fernando Sahmkow | 2019-07-09 | 1 | -89/+37 |
| * | | | | | | | shader_ir: Correct parsing of scheduling instructions and correct sizing | Fernando Sahmkow | 2019-07-09 | 2 | -13/+30 |
| * | | | | | | | shader_ir: Correct max sizing | Fernando Sahmkow | 2019-07-09 | 2 | -2/+2 |
| * | | | | | | | shader_ir: Remove unnecessary constructors and use optional for ScanFlow result | Fernando Sahmkow | 2019-07-09 | 3 | -28/+17 |
| * | | | | | | | shader_ir: Corrections, documenting and asserting control_flow | Fernando Sahmkow | 2019-07-09 | 3 | -52/+54 |
| * | | | | | | | shader_ir: Unify blocks in decompiled shaders. | Fernando Sahmkow | 2019-07-09 | 7 | -58/+85 |
| * | | | | | | | shader_ir: Decompile Flow Stack | Fernando Sahmkow | 2019-07-09 | 4 | -11/+206 |
| * | | | | | | | shader_ir: propagate shader size to the IR | Fernando Sahmkow | 2019-07-09 | 6 | -17/+28 |
| * | | | | | | | shader_ir: Implement BRX & BRA.CC | Fernando Sahmkow | 2019-07-09 | 6 | -4/+76 |
| * | | | | | | | shader_ir: Remove the old scanner. | Fernando Sahmkow | 2019-07-09 | 2 | -77/+0 |
| * | | | | | | | shader_ir: Implement a new shader scanner | Fernando Sahmkow | 2019-07-09 | 5 | -16/+475 |
| | |_|_|/ / /
| |/| | | | | |
|
* | | | | | | | Merge pull request #2717 from SciresM/unmirror_memory | bunnei | 2019-07-11 | 2 | -7/+34 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | Restore memory perms on svcUnmapMemory/UnloadNro | Michael Scire | 2019-07-11 | 2 | -7/+34 |
* | | | | | | | | Merge pull request #2723 from lioncash/mem | bunnei | 2019-07-11 | 15 | -80/+6 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | yuzu: Remove setting for using Unicorn | Lioncash | 2019-07-11 | 9 | -29/+6 |
| * | | | | | | | | core/arm: Remove obsolete Unicorn memory mapping | Lioncash | 2019-07-11 | 6 | -51/+0 |
| |/ / / / / / / |
|
* | | | | | | | | service/am: Implement IsAutoSleepDisabled | Lioncash | 2019-07-11 | 2 | -1/+10 |
* | | | | | | | | service/am: Implement SetAutoSleepDisabled | Lioncash | 2019-07-11 | 2 | -1/+23 |
|/ / / / / / / |
|
* | | | | | | | Merge pull request #2697 from lioncash/doc | bunnei | 2019-07-10 | 1 | -7/+9 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | gl_rasterizer: Amend documentation comment for ConfigureFramebuffers() | Lioncash | 2019-07-09 | 1 | -7/+9 |
| | |/ / / / /
| |/| | | | | |
|
* | | | | | | | Merge pull request #2686 from ReinUsesLisp/vk-scheduler | bunnei | 2019-07-10 | 6 | -50/+60 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | vk_scheduler: Drop execution context in favor of views | ReinUsesLisp | 2019-07-07 | 6 | -50/+60 |
| |/ / / / / / |
|
* | | | | | | | Merge pull request #2700 from ogniK5377/GetFriendList | bunnei | 2019-07-10 | 1 | -1/+34 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | IFriendService::GetFriendList | David Marcec | 2019-07-09 | 1 | -1/+34 |
| | |/ / / / /
| |/| | | | | |
|
* | | | | | | | Merge pull request #2611 from DarkLordZach/pm-info-cmd | bunnei | 2019-07-10 | 3 | -16/+116 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | pm: Implement pm:shell and pm:dmnt GetApplicationPid | Zach Hilman | 2019-06-27 | 3 | -7/+33 |
| * | | | | | | | pm: Implement pm:dmnt GetTitlePid | Zach Hilman | 2019-06-27 | 1 | -7/+36 |
| * | | | | | | | pm: Implement pm:info GetTitleId | Zach Hilman | 2019-06-27 | 1 | -2/+47 |
* | | | | | | | | Merge pull request #2650 from DarkLordZach/mii-iface-ver | bunnei | 2019-07-10 | 1 | -1/+15 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | mii: Implement IDatabaseService SetInterfaceVersion | Zach Hilman | 2019-07-07 | 1 | -1/+15 |
* | | | | | | | | | Merge pull request #2691 from lioncash/override | bunnei | 2019-07-10 | 2 | -7/+4 |
|\ \ \ \ \ \ \ \ \
| |_|_|/ / / / / /
|/| | | | | | | | |
|
| * | | | | | | | | vk_sampler_cache: Remove unused includes | Lioncash | 2019-07-07 | 1 | -3/+0 |
| * | | | | | | | | video_core: Add missing override specifiers | Lioncash | 2019-07-07 | 2 | -4/+4 |
| | |_|/ / / / /
| |/| | | | | | |
|
* | | | | | | | | Merge pull request #2661 from ogniK5377/audren-loop | Zach Hilman | 2019-07-08 | 1 | -3/+5 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | addressed issue | David Marcec | 2019-07-08 | 1 | -1/+1 |
| * | | | | | | | | audren: Only manage wave buffers with a size | David Marcec | 2019-07-01 | 1 | -3/+5 |
* | | | | | | | | | Merge pull request #2657 from ogniK5377/npad-assignments | Zach Hilman | 2019-07-08 | 6 | -3/+100 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | addressed issues | David Marcec | 2019-07-08 | 1 | -6/+7 |
| * | | | | | | | | | hid:StartLrAssignmentMode, hid:StopLrAssignmentMode, hid:SwapNpadAssignment | David Marcec | 2019-07-01 | 6 | -3/+99 |
| |/ / / / / / / / |
|
* | | | | | | | | | Merge pull request #2651 from DarkLordZach/apm-boost-mode-1 | bunnei | 2019-07-08 | 14 | -57/+258 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | am: Implement SetCpuBoostMode in terms of APM | Zach Hilman | 2019-06-29 | 5 | -13/+26 |
| * | | | | | | | | | core: Keep instance of APM Controller | Zach Hilman | 2019-06-29 | 2 | -0/+20 |
| * | | | | | | | | | apm: Implement SetCpuBoostMode | Zach Hilman | 2019-06-29 | 2 | -0/+14 |
| * | | | | | | | | | apm: Add getters for performance config and mode | Zach Hilman | 2019-06-29 | 2 | -33/+49 |
| * | | | | | | | | | apm: Add apm:am service | Zach Hilman | 2019-06-29 | 2 | -11/+9 |
| * | | | | | | | | | apm: Add Controller class to manage speed data and application | Zach Hilman | 2019-06-29 | 3 | -0/+140 |
| | |_|_|/ / / / /
| |/| | | | | | | |
|
* | | | | | | | | | Merge pull request #2642 from DarkLordZach/fsp-log-2 | bunnei | 2019-07-08 | 9 | -28/+99 |
|\ \ \ \ \ \ \ \ \
| |_|_|_|_|_|/ / /
|/| | | | | | | | |
|
| * | | | | | | | | fsp-srv: Implement GetAccessLogVersionInfo | Zach Hilman | 2019-06-29 | 2 | -3/+14 |
| * | | | | | | | | reporter: Add report class for filesystem access logs | Zach Hilman | 2019-06-29 | 2 | -0/+25 |
| * | | | | | | | | fsp-srv: Implement OutputAccessLogToSdCard | Zach Hilman | 2019-06-29 | 7 | -27/+62 |
| |/ / / / / / / |
|
* | | / / / / / | Delete decode_integer_set.cpp | Tobias | 2019-07-07 | 1 | -0/+0 |
| |_|/ / / / /
|/| | | | | | |
|
* | | | | | | | Merge pull request #2674 from lioncash/reporter | Zach Hilman | 2019-07-07 | 2 | -15/+35 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | core/reporter: Allow moves into SaveToFile() | Lioncash | 2019-07-05 | 1 | -1/+1 |
| * | | | | | | | core/reporter: Add missing includes and forward declarations | Lioncash | 2019-07-05 | 2 | -1/+9 |
| * | | | | | | | core/reporter: Remove unnecessary namespace qualifiers | Lioncash | 2019-07-05 | 2 | -3/+3 |
| * | | | | | | | core/reporter: Remove pessimizing move in GetHLERequestContextData() | Lioncash | 2019-07-05 | 1 | -1/+1 |
| * | | | | | | | core/reporter: Make bracing consistent | Lioncash | 2019-07-05 | 1 | -8/+18 |
| * | | | | | | | core/reporter: Return in error case in SaveToFile() | Lioncash | 2019-07-05 | 1 | -1/+3 |
| | |_|_|/ / /
| |/| | | | | |
|
* | | | | | | | Merge pull request #2677 from lioncash/assert | Zach Hilman | 2019-07-07 | 5 | -43/+48 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | memory: Remove unused includes | Lioncash | 2019-07-06 | 1 | -2/+0 |
| * | | | | | | | memory: Remove unused PageTable forward declaration | Lioncash | 2019-07-06 | 1 | -4/+0 |
| * | | | | | | | kernel/vm_manager: Rename 'new map' to 'stack' | Lioncash | 2019-07-06 | 3 | -37/+37 |
| * | | | | | | | kernel/vm_manager: Handle stack/TLS IO region placement better | Lioncash | 2019-07-06 | 1 | -2/+13 |
| |/ / / / / / |
|
* | | | | | | | clang-format fixes | Michael Scire | 2019-07-06 | 1 | -4/+5 |
* | | | | | | | am: Implement GetAccumulatedSuspendedTickValue | Michael Scire | 2019-07-06 | 2 | -7/+19 |
|/ / / / / / |
|
* | | | | | | Merge pull request #2601 from FernandoS27/texture_cache | Zach Hilman | 2019-07-05 | 62 | -3269/+4195 |
|\ \ \ \ \ \ |
|
| * | | | | | | texture_cache: Address Feedback | Fernando Sahmkow | 2019-07-05 | 7 | -22/+35 |
| * | | | | | | texture_cache: Correct Texture Buffer Uploading | Fernando Sahmkow | 2019-07-05 | 3 | -2/+18 |
| * | | | | | | texture_cache: Pack sibling queries inside a method | ReinUsesLisp | 2019-06-30 | 1 | -6/+8 |
| * | | | | | | texture_cache: Use std::vector reservation for sampled_textures | ReinUsesLisp | 2019-06-30 | 1 | -17/+10 |
| * | | | | | | texture_cache: Style changes | ReinUsesLisp | 2019-06-30 | 3 | -17/+13 |
| * | | | | | | texture_cache: Use std::array for siblings_table | ReinUsesLisp | 2019-06-29 | 1 | -10/+13 |
| * | | | | | | texture_cache: Address feedback | ReinUsesLisp | 2019-06-29 | 4 | -30/+13 |
| * | | | | | | texture_cache: Correct variable naming. | Fernando Sahmkow | 2019-06-26 | 1 | -3/+3 |
| * | | | | | | gl_texture_cache: Correct asserts | Fernando Sahmkow | 2019-06-26 | 2 | -2/+2 |
| * | | | | | | texture_cache: Corrections, documentation and asserts | Fernando Sahmkow | 2019-06-26 | 1 | -42/+42 |
| * | | | | | | surface_params: Corrections, asserts and documentation. | Fernando Sahmkow | 2019-06-26 | 2 | -43/+58 |
| * | | | | | | copy_params: use constexpr for constructor | Fernando Sahmkow | 2019-06-25 | 1 | -3/+4 |
| * | | | | | | gl_texture_cache: Corrections and fixes | Fernando Sahmkow | 2019-06-25 | 2 | -13/+9 |
| * | | | | | | gl_resource_manager: Correct MakeStreamCopy | Fernando Sahmkow | 2019-06-25 | 2 | -3/+2 |
| * | | | | | | texture_cache: Query MemoryManager from the system | Fernando Sahmkow | 2019-06-25 | 5 | -20/+7 |
| * | | | | | | texture_cache: Include "core/core.h" | ReinUsesLisp | 2019-06-24 | 1 | -4/+1 |
| * | | | | | | gl_texture_cache: Explicitly add indirect include | ReinUsesLisp | 2019-06-24 | 1 | -0/+1 |
| * | | | | | | texture_cache/surface_view: Address feedback | ReinUsesLisp | 2019-06-24 | 1 | -1/+0 |
| * | | | | | | texture_cache/surface_base: Address feedback | ReinUsesLisp | 2019-06-24 | 2 | -2/+10 |
| * | | | | | | video_core/surface: Address feedback | ReinUsesLisp | 2019-06-24 | 1 | -2/+2 |
| * | | | | | | decode/texture: Address feedback | ReinUsesLisp | 2019-06-24 | 1 | -0/+1 |
| * | | | | | | renderer_opengl/utils: Remove unused includes and unused forward declaration | ReinUsesLisp | 2019-06-24 | 1 | -4/+0 |
| * | | | | | | gl_texture_cache: Address some feedback | ReinUsesLisp | 2019-06-24 | 1 | -2/+4 |
| * | | | | | | gl_shader_disk_cache: Address feedback | ReinUsesLisp | 2019-06-24 | 2 | -4/+8 |
| * | | | | | | gl_shader_decompiler: Address feedback | ReinUsesLisp | 2019-06-24 | 1 | -11/+12 |
| * | | | | | | shader_bytecode: Include missing <array> | ReinUsesLisp | 2019-06-24 | 1 | -0/+1 |
| * | | | | | | common/alignment: Address feedback | ReinUsesLisp | 2019-06-24 | 1 | -2/+3 |
| * | | | | | | texture_cache: Style and Corrections | Fernando Sahmkow | 2019-06-21 | 7 | -71/+75 |
| * | | | | | | shader_cache: Correct versioning and size calculation. | Fernando Sahmkow | 2019-06-21 | 2 | -2/+7 |
| * | | | | | | texture_cache: Eliminate linear textures fallthrough | Fernando Sahmkow | 2019-06-21 | 1 | -4/+0 |
| * | | | | | | texture_cache: Correct format R16U as sibling | Fernando Sahmkow | 2019-06-21 | 2 | -1/+2 |
| * | | | | | | texture_cache: Implement texception detection and texture barriers. | Fernando Sahmkow | 2019-06-21 | 2 | -7/+40 |
| * | | | | | | texture_cache: Corrections to buffers and shadow formats use. | Fernando Sahmkow | 2019-06-21 | 1 | -10/+34 |
| * | | | | | | texture_cache: Implement Irregular Views in surfaces | Fernando Sahmkow | 2019-06-21 | 2 | -4/+24 |
| * | | | | | | surface: Correct format S8Z24 | Fernando Sahmkow | 2019-06-21 | 4 | -9/+5 |
| * | | | | | | texture_cache: Initialize all siblings to invalid pixel format. | Fernando Sahmkow | 2019-06-21 | 1 | -6/+15 |
| * | | | | | | gl_texture_cache: Use Stream Buffers instead of Persistant for Buffer Copies. | Fernando Sahmkow | 2019-06-21 | 3 | -5/+4 |
| * | | | | | | gl_texture_cache: Correct Image Blit | Fernando Sahmkow | 2019-06-21 | 1 | -1/+1 |
| * | | | | | | decoders: correct block calculation | Fernando Sahmkow | 2019-06-21 | 7 | -29/+41 |
| * | | | | | | texture_cache: Use siblings textures on Rebuild and fix possible error on blitting | Fernando Sahmkow | 2019-06-21 | 2 | -11/+24 |
| * | | | | | | texture_cache: Remove old rasterizer cache | Fernando Sahmkow | 2019-06-21 | 2 | -1956/+0 |
| * | | | | | | texture_cache: Implement siblings texture formats. | Fernando Sahmkow | 2019-06-21 | 2 | -12/+31 |
| * | | | | | | fermi2d: Correct Origin Mode | Fernando Sahmkow | 2019-06-21 | 1 | -5/+10 |
| * | | | | | | texture_cache: correct texture buffer on surface params | Fernando Sahmkow | 2019-06-21 | 1 | -4/+11 |
| * | | | | | | texture_cache: eliminate accelerated depth->color/color->depth copies due to driver instability. | Fernando Sahmkow | 2019-06-21 | 4 | -22/+6 |
| * | | | | | | texture_cache: correct mutex locks | Fernando Sahmkow | 2019-06-21 | 1 | -4/+4 |
| * | | | | | | shader_ir: Fix image copy rebase issues | Fernando Sahmkow | 2019-06-21 | 1 | -2/+7 |
| * | | | | | | texture_cache: Don't Image Copy if component types differ | Fernando Sahmkow | 2019-06-21 | 1 | -1/+2 |
| * | | | | | | texture_cache: move some large methods to cpp files | Fernando Sahmkow | 2019-06-21 | 4 | -139/+135 |
| * | | | | | | texture_cache: Optimize GetSurface and use references on functions that don't change a surface. | Fernando Sahmkow | 2019-06-21 | 3 | -12/+12 |
| * | | | | | | texture_cache: Implement Buffer Copy and detect Turing GPUs Image Copies | Fernando Sahmkow | 2019-06-21 | 8 | -12/+148 |
| * | | | | | | texture_cache uncompress-compress is untopological. | Fernando Sahmkow | 2019-06-21 | 5 | -19/+53 |
| * | | | | | | texture_cache: Correct copying between compressed and uncompressed formats | Fernando Sahmkow | 2019-06-21 | 3 | -10/+27 |
| * | | | | | | texture_cache: Only load on recycle with accurate GPU. | Fernando Sahmkow | 2019-06-21 | 1 | -2/+3 |
| * | | | | | | Fix rebase errors | Fernando Sahmkow | 2019-06-21 | 3 | -3/+13 |
| * | | | | | | texture_cache: Handle uncontinuous surfaces. | Fernando Sahmkow | 2019-06-21 | 4 | -21/+82 |
| * | | | | | | texture_cache: return null surface on invalid address | Fernando Sahmkow | 2019-06-21 | 1 | -0/+12 |
| * | | | | | | texture_cache: Add checks for texture buffers. | Fernando Sahmkow | 2019-06-21 | 1 | -2/+16 |
| * | | | | | | texture_cache: Fermi2D reform and implement View Mirage | Fernando Sahmkow | 2019-06-21 | 11 | -77/+125 |
| * | | | | | | gl_shader_decompiler: Implement image binding settings | ReinUsesLisp | 2019-06-21 | 5 | -24/+52 |
| * | | | | | | shader: Implement bindless images | ReinUsesLisp | 2019-06-21 | 3 | -2/+40 |
| * | | | | | | shader: Decode SUST and implement backing image functionality | ReinUsesLisp | 2019-06-21 | 9 | -3/+283 |
| * | | | | | | gl_rasterizer: Track texture buffer usage | ReinUsesLisp | 2019-06-21 | 6 | -74/+119 |
| * | | | | | | video_core: Make ARB_buffer_storage a required extension | ReinUsesLisp | 2019-06-21 | 5 | -8/+12 |
| * | | | | | | gl_rasterizer_cache: Use texture buffers to emulate texture buffers | ReinUsesLisp | 2019-06-21 | 5 | -11/+35 |
| * | | | | | | maxwell_3d: Partially implement texture buffers as 1D textures | ReinUsesLisp | 2019-06-21 | 4 | -10/+24 |
| * | | | | | | gl_shader_decompiler: Allow 1D textures to be texture buffers | ReinUsesLisp | 2019-06-21 | 1 | -4/+38 |
| * | | | | | | shader: Implement texture buffers | ReinUsesLisp | 2019-06-21 | 3 | -0/+62 |
| * | | | | | | texture_cache: loose TryReconstructSurface when accurate GPU is not on. | Fernando Sahmkow | 2019-06-21 | 3 | -4/+20 |
| * | | | | | | texture_cache: Document the most important methods. | Fernando Sahmkow | 2019-06-21 | 1 | -8/+87 |
| * | | | | | | texture_cache: Try to Reconstruct Surface on bigger than overlap. | Fernando Sahmkow | 2019-06-21 | 1 | -4/+11 |
| * | | | | | | texture_cache: Implement Guard mechanism | Fernando Sahmkow | 2019-06-21 | 2 | -1/+12 |
| * | | | | | | texture_cache: General Fixes | Fernando Sahmkow | 2019-06-21 | 8 | -47/+170 |
| * | | | | | | surface_params: Ensure pitch is always written to avoid surface leaks | ReinUsesLisp | 2019-06-21 | 1 | -0/+2 |
| * | | | | | | gl_framebuffer_cache: Use a hashed struct to cache framebuffers | ReinUsesLisp | 2019-06-21 | 6 | -62/+148 |
| * | | | | | | texture_cache return invalid buffer on deactivated color_mask | Fernando Sahmkow | 2019-06-21 | 2 | -2/+9 |
| * | | | | | | engine_upload: Addapt to new Texture Cache | Fernando Sahmkow | 2019-06-21 | 2 | -5/+5 |
| * | | | | | | surface_params: Optimize CreateForTexture | ReinUsesLisp | 2019-06-21 | 2 | -72/+76 |
| * | | | | | | gl_texture_cache: Make main views be proxy textures instead of a full view. | Fernando Sahmkow | 2019-06-21 | 2 | -11/+25 |
| * | | | | | | texture_cache: Add ASync Protections | Fernando Sahmkow | 2019-06-21 | 1 | -0/+10 |
| * | | | | | | Remove Framebuffer reconfiguration and restrict rendertarget protection | Fernando Sahmkow | 2019-06-21 | 4 | -39/+27 |
| * | | | | | | texture_cache: Implement GPU Dirty Flags | Fernando Sahmkow | 2019-06-21 | 1 | -15/+22 |
| * | | | | | | texture_cache: Optimize GetMipBlockHeight and GetMipBlockDepth | Fernando Sahmkow | 2019-06-21 | 2 | -13/+50 |
| * | | | | | | texture_cache: Implement L1_Inner_cache | Fernando Sahmkow | 2019-06-21 | 1 | -13/+30 |
| * | | | | | | video_core: Use un-shifted block sizes to avoid integer divisions | ReinUsesLisp | 2019-06-21 | 10 | -60/+78 |
| * | | | | | | texture_cache: Change internal cache from lists to vectors | ReinUsesLisp | 2019-06-21 | 1 | -6/+7 |
| * | | | | | | Reduce amount of size calculations. | Fernando Sahmkow | 2019-06-21 | 8 | -88/+97 |
| * | | | | | | texture_cache: Correct premature texceptions | Fernando Sahmkow | 2019-06-21 | 4 | -14/+51 |
| * | | | | | | texture_cache: Implement guest flushing | Fernando Sahmkow | 2019-06-21 | 3 | -10/+29 |
| * | | | | | | Fixes to mipmap's process and reconstruct process | Fernando Sahmkow | 2019-06-21 | 2 | -3/+3 |
| * | | | | | | surface_base: Add parenthesis to EmplaceOverview's predicate | ReinUsesLisp | 2019-06-21 | 1 | -3/+2 |
| * | | | | | | Texture Cache: Implement Blitting and Fermi Copies | Fernando Sahmkow | 2019-06-21 | 7 | -100/+93 |
| * | | | | | | surface_view: Add constructor for ViewParams | ReinUsesLisp | 2019-06-21 | 3 | -39/+23 |
| * | | | | | | surface_base: Split BreakDown into layered and non-layered variants | ReinUsesLisp | 2019-06-21 | 1 | -45/+48 |
| * | | | | | | surface_base: Silence truncation warnings and minor renames and reordering | ReinUsesLisp | 2019-06-21 | 2 | -32/+37 |
| * | | | | | | copy_params: Use constructor instead of C-like initialization | ReinUsesLisp | 2019-06-21 | 3 | -47/+39 |
| * | | | | | | Correct Mipmaps View method in Texture Cache | Fernando Sahmkow | 2019-06-21 | 3 | -32/+29 |
| * | | | | | | Change texture_cache chaching from GPUAddr to CacheAddr | Fernando Sahmkow | 2019-06-21 | 7 | -101/+60 |
| * | | | | | | Corrections to Structural Matching | Fernando Sahmkow | 2019-06-21 | 2 | -24/+53 |
| * | | | | | | Implement Texture Cache V2 | Fernando Sahmkow | 2019-06-21 | 6 | -381/+568 |
| * | | | | | | Correct Surface Base and Views for new Texture Cache | Fernando Sahmkow | 2019-06-21 | 7 | -380/+466 |
| * | | | | | | Add OGLTextureView | Fernando Sahmkow | 2019-06-21 | 2 | -0/+43 |
| * | | | | | | Deglobalize Memory Manager on texture cahe and Implement Invalidation and Flushing using GPUVAddr | Fernando Sahmkow | 2019-06-21 | 4 | -1/+20 |
| * | | | | | | texture_cache: Remove execution context copies from the texture cache | ReinUsesLisp | 2019-06-21 | 7 | -168/+59 |
| * | | | | | | gl_texture_cache: Implement fermi copies | ReinUsesLisp | 2019-06-21 | 5 | -2/+105 |
| * | | | | | | texture_cache: Split texture cache into different files | ReinUsesLisp | 2019-06-21 | 12 | -876/+965 |
| * | | | | | | texture_cache: Move staging buffer into a generic implementation | ReinUsesLisp | 2019-06-21 | 4 | -181/+211 |
| * | | | | | | texture_cache: Flush 3D textures in the order they are drawn | ReinUsesLisp | 2019-06-21 | 5 | -19/+44 |
| * | | | | | | gl_texture_cache: Minor changes | ReinUsesLisp | 2019-06-21 | 5 | -140/+185 |
| * | | | | | | gl_texture_cache: Add copy from multiple overlaps into a single surface | ReinUsesLisp | 2019-06-21 | 3 | -6/+84 |
| * | | | | | | gl_texture_cache: Attach surface textures instead of views | ReinUsesLisp | 2019-06-21 | 3 | -20/+32 |
| * | | | | | | gl_texture_cache: Add fast copy path | ReinUsesLisp | 2019-06-21 | 4 | -7/+60 |
| * | | | | | | gl_texture_cache: Initial implementation | ReinUsesLisp | 2019-06-21 | 9 | -47/+809 |
* | | | | | | | Merge pull request #2669 from FearlessTobi/move-cpujit-setting | Zach Hilman | 2019-07-04 | 11 | -36/+12 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | yuzu: Remove CPU Jit setting from the UI | fearlessTobi | 2019-07-04 | 11 | -36/+12 |
* | | | | | | | | Merge pull request #2555 from lioncash/tls | Zach Hilman | 2019-07-04 | 6 | -81/+148 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | kernel/process: Default initialize all member variables | Lioncash | 2019-07-04 | 1 | -2/+2 |
| * | | | | | | | | kernel/process: Decouple TLS handling from threads | Lioncash | 2019-07-04 | 4 | -66/+97 |
| * | | | | | | | | kernel/vm_manager: Add overload of FindFreeRegion() that operates on a boundary | Lioncash | 2019-07-04 | 2 | -13/+49 |
* | | | | | | | | | Merge pull request #2670 from DarkLordZach/fix-merge-discrep-1 | bunnei | 2019-07-04 | 2 | -5/+5 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | gl_shader_cache: Make CachedShader constructor private | Zach Hilman | 2019-07-04 | 2 | -5/+5 |
| |/ / / / / / / / |
|
* | | | | | | | | | Merge pull request #2658 from ogniK5377/QueryAudioDeviceOutputEvent | bunnei | 2019-07-04 | 1 | -3/+16 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | IAudioDevice::QueryAudioDeviceOutputEvent | David Marcec | 2019-07-01 | 1 | -3/+16 |
| | |_|_|_|/ / / /
| |/| | | | | | | |
|
* | | | | | | | | | Merge pull request #2638 from DarkLordZach/quest-flag | bunnei | 2019-07-04 | 8 | -2/+36 |
|\ \ \ \ \ \ \ \ \
| |_|/ / / / / / /
|/| | | | | | | | |
|
| * | | | | | | | | set: Implement GetQuestFlag | Zach Hilman | 2019-06-29 | 2 | -1/+10 |
| * | | | | | | | | settings: Add config option for kiosk (quest) mode | Zach Hilman | 2019-06-29 | 6 | -1/+26 |
| | |_|_|_|/ / /
| |/| | | | | | |
|
* | | | | | | | | Merge pull request #2613 from ogniK5377/InitalizeApplicationInfo | Zach Hilman | 2019-07-04 | 5 | -6/+110 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | Added errors.h to cmakelist | David Marcec | 2019-06-28 | 1 | -0/+1 |
| * | | | | | | | | Addressed issues | David Marcec | 2019-06-28 | 2 | -17/+12 |
| * | | | | | | | | Implemented InitializeApplicationInfo & InitializeApplicationInfoRestricted | David Marcec | 2019-06-27 | 4 | -6/+114 |
| | |_|_|_|/ / /
| |/| | | | | | |
|
* | | | | | | | | Merge pull request #2608 from ogniK5377/Time_GetSharedMemoryNativeHandle | Zach Hilman | 2019-07-04 | 8 | -28/+260 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | Addressed issues | David Marcec | 2019-06-26 | 5 | -37/+53 |
| * | | | | | | | | Implement Time::GetSharedMemoryNativeHandle | David Marcec | 2019-06-25 | 8 | -29/+245 |
* | | | | | | | | | Merge pull request #2563 from ReinUsesLisp/shader-initializers | Zach Hilman | 2019-07-04 | 2 | -52/+53 |
|\ \ \ \ \ \ \ \ \
| |_|_|_|_|/ / / /
|/| | | | | | | | |
|
| * | | | | | | | | gl_shader_cache: Use static constructors for CachedShader initialization | ReinUsesLisp | 2019-06-08 | 2 | -52/+53 |
* | | | | | | | | | Merge pull request #2604 from ogniK5377/INotificationService | bunnei | 2019-07-03 | 5 | -1/+130 |
|\ \ \ \ \ \ \ \ \
| |_|_|_|_|_|_|/ /
|/| | | | | | | | |
|
| * | | | | | | | | Attemp clang format fix? | David Marcec | 2019-06-28 | 1 | -1/+0 |
| * | | | | | | | | Addressed issues | David Marcec | 2019-06-28 | 2 | -13/+13 |
| * | | | | | | | | SizedNotificationInfo should be 0x10 bytes, user_uuid is incorrect, this should be the users account id | David Marcec | 2019-06-25 | 1 | -1/+3 |
| * | | | | | | | | fixed spelling errors and fixed issue with Pop not returning the SizedNotificationInfo | David Marcec | 2019-06-25 | 1 | -6/+8 |
| * | | | | | | | | Implemented INotificationService | David Marcec | 2019-06-24 | 5 | -1/+127 |
| | |/ / / / / /
| |/| | | | | | |
|
* | | | | | | | | Merge pull request #2659 from FernandoS27/safe-caches | bunnei | 2019-07-03 | 3 | -1/+5 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | rasterizer_cache: Protect inherited caches from submission level | Fernando Sahmkow | 2019-07-01 | 3 | -1/+5 |
| |/ / / / / / / |
|
* | | | | | | | | file_sys: Rename other ContentRecordType members | Bakugo | 2019-07-02 | 5 | -7/+8 |
* | | | | | | | | file_sys/registered_cache: Improve missing metadata error | Bakugo | 2019-07-01 | 1 | -2/+2 |
* | | | | | | | | file_sys/submission_package: Don't warn about missing DeltaFragment NCAs | Bakugo | 2019-07-01 | 1 | -4/+7 |
* | | | | | | | | file_sys/registered_cache: Ignore DeltaFragment NCAs during installation | Bakugo | 2019-07-01 | 1 | -0/+3 |
* | | | | | | | | file_sys: Rename ContentRecordType::Patch to DeltaFragment | Bakugo | 2019-07-01 | 1 | -1/+1 |
| |_|_|_|/ / /
|/| | | | | | |
|
* | | | | | | | Merge pull request #2583 from FernandoS27/core-timing-safe | bunnei | 2019-06-30 | 5 | -60/+25 |
|\ \ \ \ \ \ \
| |_|_|_|/ / /
|/| | | | | | |
|
| * | | | | | | Core_Timing: Make core_timing threadsafe by default. | Fernando Sahmkow | 2019-06-16 | 5 | -60/+25 |
* | | | | | | | Merge pull request #2533 from DarkLordZach/memory-frozen | bunnei | 2019-06-28 | 4 | -0/+274 |
|\ \ \ \ \ \ \
| |_|_|_|/ / /
|/| | | | | | |
|
| * | | | | | | freezer: Update documentation | Zach Hilman | 2019-06-21 | 1 | -1/+8 |
| * | | | | | | core: Move Freezer class to tools namespace | Zach Hilman | 2019-06-21 | 4 | -17/+17 |
| * | | | | | | freezer: Add documentation for methods | Zach Hilman | 2019-06-21 | 2 | -30/+49 |
| * | | | | | | memory: Add class to manage and enforce memory freezing | Zach Hilman | 2019-06-21 | 4 | -0/+248 |
| | |_|_|/ /
| |/| | | | |
|
* | | | | | | Merge pull request #2548 from DarkLordZach/applet-shopn | bunnei | 2019-06-26 | 20 | -129/+890 |
|\ \ \ \ \ \ |
|
| * | | | | | | applets: Pass current process title ID to applets | Zach Hilman | 2019-06-25 | 11 | -41/+59 |
| * | | | | | | general_frontend: Add documentation for parental controls and ecommerce applets | Zach Hilman | 2019-06-25 | 5 | -27/+55 |
| * | | | | | | web_browser: Only delete temporary directory if it was created | Zach Hilman | 2019-06-25 | 1 | -1/+3 |
| * | | | | | | web_browser: Take ECommerce applet frontend optionally in constructor | Zach Hilman | 2019-06-25 | 1 | -1/+6 |
| * | | | | | | frontend: Add base class and default impl for ECommerce applet frontend | Zach Hilman | 2019-06-25 | 2 | -0/+102 |
| * | | | | | | web_browser: Use function tables for execute and initialize | Zach Hilman | 2019-06-25 | 2 | -7/+285 |
| * | | | | | | web_browser: Correct structures and properly parse TLVs/ShimKind | Zach Hilman | 2019-06-25 | 2 | -61/+168 |
| * | | | | | | yuzu: Accept default applets for Parental Controls and ECommerce | Zach Hilman | 2019-06-25 | 1 | -5/+7 |
| * | | | | | | applets: Track ECommerce and Parental Control applet frontends | Zach Hilman | 2019-06-25 | 2 | -7/+29 |
| * | | | | | | web_browser: Rename OpenPage to OpenPageLocal | Zach Hilman | 2019-06-25 | 4 | -11/+11 |
| * | | | | | | frontend: Add base class and default impl of parent controls applet frontend | Zach Hilman | 2019-06-25 | 2 | -1/+52 |
| * | | | | | | applets: Implement Auth applet backend | Zach Hilman | 2019-06-25 | 2 | -0/+146 |
| | |_|/ / /
| |/| | | | |
|
* | | | | | | glue: Correct missing bytes in ApplicationLaunchParameter | Zach Hilman | 2019-06-26 | 7 | -37/+71 |
* | | | | | | core: Keep track of ARPManager and register current application on boot | Zach Hilman | 2019-06-25 | 2 | -0/+76 |
* | | | | | | glue: Implement arp:w and arp:r services | Zach Hilman | 2019-06-25 | 3 | -2/+330 |
* | | | | | | glue: Add errors for glue/arp services | Zach Hilman | 2019-06-25 | 4 | -2/+65 |
* | | | | | | glue: Add scaffolding for bgtc:t and bgtc:sc services | Zach Hilman | 2019-06-25 | 2 | -0/+73 |
* | | | | | | arp: Move to glue services | Zach Hilman | 2019-06-25 | 2 | -91/+0 |
* | | | | | | glue: Add manager to keep track of application registry | Zach Hilman | 2019-06-25 | 3 | -0/+121 |
* | | | | | | registered_cache: Add getter to determine source slot in content provider union | Zach Hilman | 2019-06-25 | 2 | -0/+17 |
* | | | | | | patch_manager: Add getter for title version | Zach Hilman | 2019-06-25 | 2 | -2/+14 |
|/ / / / / |
|
* | | | | | Update reporter.cpp | Thomas May | 2019-06-22 | 1 | -5/+5 |
* | | | | | Merge pull request #2579 from ReinUsesLisp/fix-aoffi-test | bunnei | 2019-06-21 | 1 | -1/+2 |
|\ \ \ \ \ |
|
| * | | | | | gl_device: Fix TestVariableAoffi test | ReinUsesLisp | 2019-06-12 | 1 | -1/+2 |
| | |/ / /
| |/| | | |
|
* | | | | | Merge pull request #2602 from lioncash/cast | bunnei | 2019-06-21 | 1 | -3/+3 |
|\ \ \ \ \ |
|
| * | | | | | service/acc: Silence truncation warnings | Lioncash | 2019-06-21 | 1 | -3/+3 |
| | |/ / /
| |/| | | |
|
* | | | | | Merge pull request #2575 from DarkLordZach/process-id-types | bunnei | 2019-06-21 | 6 | -10/+29 |
|\ \ \ \ \ |
|
| * | | | | | kernel: Differentiate kernel and user processes when picking ID | Zach Hilman | 2019-06-10 | 6 | -10/+29 |
| | |_|_|/
| |/| | | |
|
* | | | | | Merge pull request #2546 from DarkLordZach/kips | bunnei | 2019-06-21 | 11 | -121/+522 |
|\ \ \ \ \ |
|
| * | | | | | kernel_executable: Optimize BLZ decompression | Zach Hilman | 2019-06-07 | 2 | -10/+13 |
| * | | | | | game_list: Accept *.kip as a file extension of executables | Zach Hilman | 2019-06-05 | 2 | -3/+2 |
| * | | | | | loader: Add recognition for KIP file type | Zach Hilman | 2019-06-05 | 2 | -0/+11 |
| * | | | | | loader: Add KIP and INI file parser-specific errors | Zach Hilman | 2019-06-05 | 2 | -1/+9 |
| * | | | | | loader: Add AppLoader_KIP for KIP files | Zach Hilman | 2019-06-05 | 3 | -0/+135 |
| * | | | | | program_metadata: Add function to load meta from raw parameters | Zach Hilman | 2019-06-05 | 2 | -0/+20 |
| * | | | | | partition_data_manager: Remove KIP processing and use FileSys | Zach Hilman | 2019-06-05 | 1 | -118/+13 |
| * | | | | | file_sys: Add classes to parse KIP1 and INI1 files | Zach Hilman | 2019-06-05 | 3 | -0/+330 |
* | | | | | | Merge pull request #2482 from DarkLordZach/prepo | bunnei | 2019-06-21 | 34 | -54/+825 |
|\ \ \ \ \ \ |
|
| * | | | | | | loader: Move NSO module tracking to AppLoader | Zach Hilman | 2019-05-26 | 22 | -81/+148 |
| * | | | | | | prepo: Save reports from PlayReport service | Zach Hilman | 2019-05-25 | 1 | -2/+23 |
| * | | | | | | fatal: Save report on fatal:u call | Zach Hilman | 2019-05-25 | 1 | -21/+5 |
| * | | | | | | service: Save report on unimplemented function call | Zach Hilman | 2019-05-25 | 1 | -0/+3 |
| * | | | | | | applets/error: Save report on error applet | Zach Hilman | 2019-05-25 | 1 | -5/+14 |
| * | | | | | | applets: Save report on stubbed applet | Zach Hilman | 2019-05-25 | 4 | -15/+49 |
| * | | | | | | svc: Save report on call to svcBreak | Zach Hilman | 2019-05-25 | 1 | -1/+7 |
| * | | | | | | core: Add Reporter class to take/save reports | Zach Hilman | 2019-05-25 | 5 | -1/+416 |
| * | | | | | | qt: Make UI option for 'Reporting Services' temporary | Zach Hilman | 2019-05-25 | 2 | -0/+24 |
| * | | | | | | settings: Add 'Reporting Services' config option | Zach Hilman | 2019-05-25 | 3 | -10/+13 |
| * | | | | | | arm_interface: Expand backtrace generation | Zach Hilman | 2019-05-25 | 2 | -7/+194 |
| * | | | | | | core: Track load offsets of NSO modules | Zach Hilman | 2019-05-25 | 3 | -0/+18 |
* | | | | | | | Merge pull request #2291 from DarkLordZach/homebrew-testing | bunnei | 2019-06-21 | 12 | -0/+993 |
|\ \ \ \ \ \ \
| |_|_|_|/ / /
|/| | | | | | |
|
| * | | | | | | yuzutest: Add minor comments | Zach Hilman | 2019-06-10 | 2 | -8/+9 |
| * | | | | | | yuzu_tester: Display results in table format | Zach Hilman | 2019-06-10 | 3 | -12/+50 |
| * | | | | | | yuzutest: Support multiple tests per executable | Zach Hilman | 2019-06-10 | 4 | -33/+41 |
| * | | | | | | yuzu_tester: Add 'yuzutest' service | Zach Hilman | 2019-06-10 | 2 | -0/+123 |
| * | | | | | | yuzu_tester: Add SDL2-based EmuWindow that doesn't show the window | Zach Hilman | 2019-06-10 | 2 | -0/+164 |
| * | | | | | | yuzu_tester: Use config, icon, and main from yuzu-cmd | Zach Hilman | 2019-06-10 | 6 | -0/+624 |
| * | | | | | | yuzu_tester: Add project subdirectory | Zach Hilman | 2019-06-10 | 2 | -0/+35 |
| | |_|/ / /
| |/| | | | |
|
* | | | | | | Merge pull request #2596 from FernandoS27/revert-2590 | bunnei | 2019-06-20 | 1 | -1/+1 |
|\ \ \ \ \ \ |
|
| * | | | | | | Revert PR 2590. | Fernando Sahmkow | 2019-06-20 | 1 | -1/+1 |
* | | | | | | | Merge pull request #2595 from jonsn0w/patch-1 | Hexagon12 | 2019-06-20 | 1 | -2/+2 |
|\ \ \ \ \ \ \
| |/ / / / / /
|/| | | | | | |
|
| * | | | | | | Update content_archive.cpp | jonsn0w | 2019-06-20 | 1 | -2/+2 |
* | | | | | | | Merge pull request #2591 from lioncash/record | bunnei | 2019-06-20 | 5 | -399/+0 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | core: Remove unused CiTrace source files | Lioncash | 2019-06-18 | 5 | -399/+0 |
* | | | | | | | | Merge pull request #2590 from lioncash/event | bunnei | 2019-06-20 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \
| |_|/ / / / / /
|/| | | | | | | |
|
| * | | | | | | | service/audio/audren_u: Correct event reset type for the system event | Lioncash | 2019-06-18 | 1 | -1/+1 |
| |/ / / / / / |
|
* | | | | | | | Merge pull request #2594 from FearlessTobi/very-important-change | Zach Hilman | 2019-06-20 | 1 | -1/+1 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | Change to a more descriptive name | Tobias | 2019-06-19 | 1 | -1/+1 |
| * | | | | | | | yuzu/configure_input: Add missing space in window name | Tobias | 2019-06-19 | 1 | -1/+1 |
* | | | | | | | | Added missing space between two words | Alex Subaric | 2019-06-19 | 1 | -1/+1 |
* | | | | | | | | Merge pull request #2584 from ogniK5377/cadence | Zach Hilman | 2019-06-19 | 18 | -37/+134 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | Addressed issues | David Marcec | 2019-06-17 | 4 | -9/+14 |
| * | | | | | | | | Signalled accumulated_suspended_tick_changed_event on creation based on RE | David Marcec | 2019-06-16 | 1 | -0/+1 |
| * | | | | | | | | Cleanup | David Marcec | 2019-06-16 | 12 | -30/+39 |
| * | | | | | | | | Impl'd IsUserAccountSwitchLocked, SetAudioOutVolume, GetAudioOutVolume & Partial impl of GetAccumulatedSuspendedTickChangedEvent | David Marcec | 2019-06-16 | 10 | -11/+93 |
* | | | | | | | | | Merge pull request #2562 from ReinUsesLisp/split-cbuf-upload | bunnei | 2019-06-18 | 6 | -56/+69 |
|\ \ \ \ \ \ \ \ \
| |/ / / / / / / /
|/| | | | | | | | |
|
| * | | | | | | | | gl_rasterizer: Remove unused parameters in descriptor uploads | ReinUsesLisp | 2019-06-08 | 2 | -8/+6 |
| * | | | | | | | | video_core/engines: Move ConstBufferInfo out of Maxwell3D | ReinUsesLisp | 2019-06-08 | 6 | -49/+64 |
| | |_|_|_|_|_|/
| |/| | | | | | |
|
* | | | | | | | | Merge pull request #2538 from ReinUsesLisp/ssy-pbk | Zach Hilman | 2019-06-16 | 4 | -27/+78 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | shader: Split SSY and PBK stack | ReinUsesLisp | 2019-06-07 | 4 | -27/+78 |
* | | | | | | | | | Merge pull request #2581 from lioncash/hex | Zach Hilman | 2019-06-15 | 11 | -39/+45 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | common/hex_util: Reserve std::string memory ahead of time | Lioncash | 2019-06-12 | 1 | -0/+5 |
| * | | | | | | | | | common/hex_util: Combine HexVectorToString() and HexArrayToString() | Lioncash | 2019-06-12 | 11 | -39/+40 |
| | |_|_|_|_|_|_|/
| |/| | | | | | | |
|
* | | | | | | | | | Merge pull request #2582 from lioncash/reserved | bunnei | 2019-06-14 | 1 | -1/+0 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | file_sys/ips_layer: Remove unnecessary reserve() call | Lioncash | 2019-06-13 | 1 | -1/+0 |
| |/ / / / / / / / |
|
* | | | | | | | | | Merge pull request #2580 from lioncash/redundant | Zach Hilman | 2019-06-13 | 1 | -3/+1 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | kernel/vm_manager: Remove redundant Reset call in destructor | Lioncash | 2019-06-12 | 1 | -3/+1 |
| |/ / / / / / / / |
|
* | | | | | | | | | Merge pull request #2577 from lioncash/fs | Zach Hilman | 2019-06-13 | 1 | -17/+29 |
|\ \ \ \ \ \ \ \ \
| |/ / / / / / / /
|/| | | | | | | | |
|
| * | | | | | | | | file_sys/card_image: Remove obsolete TODO | Lioncash | 2019-06-12 | 1 | -1/+1 |
| * | | | | | | | | file_sys/card_image: Deduplicate casts within AddNCAFromPartition() | Lioncash | 2019-06-11 | 1 | -3/+6 |
| * | | | | | | | | file_sys/card_image: Make bracing consistent | Lioncash | 2019-06-11 | 1 | -4/+8 |
| * | | | | | | | | file_sys/card_image: Assign collapsed NCA contents directly to ncas member | Lioncash | 2019-06-11 | 1 | -3/+1 |
| * | | | | | | | | file_sys/card_image: Deduplicate type cast | Lioncash | 2019-06-11 | 1 | -4/+6 |
| * | | | | | | | | file_sys/card_image: Get rid of a magic number | Lioncash | 2019-06-11 | 1 | -1/+1 |
| * | | | | | | | | file_sys/card_image: Use std::array deduction guides | Lioncash | 2019-06-11 | 1 | -1/+6 |
| | |_|_|_|/ / /
| |/| | | | | | |
|
* | | | | | | | | Merge pull request #2578 from lioncash/cnmt | bunnei | 2019-06-12 | 1 | -2/+7 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | file_sys/nca_metadata: Update CNMT structures | Lioncash | 2019-06-11 | 1 | -2/+7 |
| |/ / / / / / / |
|
* | | | | | | | | Merge pull request #2572 from FernandoS27/gpu-mem | bunnei | 2019-06-12 | 1 | -2/+2 |
|\ \ \ \ \ \ \ \
| |/ / / / / / /
|/| | | | | | | |
|
| * | | | | | | | GPUVM: Correct GPU VM virtual address space | Fernando Sahmkow | 2019-06-09 | 1 | -2/+2 |
* | | | | | | | | Merge pull request #2571 from lioncash/ref | Zach Hilman | 2019-06-10 | 2 | -2/+2 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | kernel/process: Make Create()'s name parameter be taken by value | Lioncash | 2019-06-10 | 2 | -2/+2 |
| | |_|_|_|/ / /
| |/| | | | | | |
|
* | | | | | | | | kernel/svc: Implement TotalMemoryUsedWithoutMmHeap/TotalMemoryAvailableWithoutMmHeap | Lioncash | 2019-06-10 | 3 | -2/+42 |
* | | | | | | | | kernel/svc: Amend naming for TotalMemoryUsage in svcGetInfo() | Lioncash | 2019-06-10 | 3 | -6/+6 |
* | | | | | | | | kernel/svc: Remove duplicate enum entry in svcGetInfo() | Lioncash | 2019-06-10 | 1 | -2/+1 |
|/ / / / / / / |
|
* | | | | | | | Merge pull request #2564 from ReinUsesLisp/block-dim-x-fix | Zach Hilman | 2019-06-08 | 1 | -3/+4 |
|\ \ \ \ \ \ \
| |/ / / / / /
|/| | | | | | |
|
| * | | | | | | kepler_compute: Use std::array for cbuf info | ReinUsesLisp | 2019-06-08 | 1 | -2/+3 |
| * | | | | | | kepler_compute: Fix block_dim_x encoding | ReinUsesLisp | 2019-06-08 | 1 | -1/+1 |
| | |/ / / /
| |/| | | | |
|
* | | | | | | Merge pull request #2553 from lioncash/language | Zach Hilman | 2019-06-08 | 31 | -58/+326 |
|\ \ \ \ \ \ |
|
| * | | | | | | yuzu/configuration: Make all widgets and dialogs aware of language changes | Lioncash | 2019-06-06 | 31 | -58/+326 |
* | | | | | | | constants: Extract backup JPEG used by account services | Zach Hilman | 2019-06-07 | 5 | -28/+43 |
| |/ / / / /
|/| | | | | |
|
* | | | | | | Merge pull request #2514 from ReinUsesLisp/opengl-compat | Zach Hilman | 2019-06-07 | 24 | -252/+45 |
|\ \ \ \ \ \
| |_|/ / / /
|/| | | | | |
|
| * | | | | | gl_buffer_cache: Remove unused ReserveMemory method | ReinUsesLisp | 2019-05-30 | 2 | -13/+0 |
| * | | | | | maxwell_to_gl: Use GL_CLAMP to emulate Clamp wrap mode | ReinUsesLisp | 2019-05-30 | 3 | -7/+4 |
| * | | | | | gl_rasterizer: Move alpha testing to the OpenGL pipeline | ReinUsesLisp | 2019-05-30 | 8 | -71/+33 |
| * | | | | | gl_rasterizer: Use GL_QUADS to emulate quads rendering | ReinUsesLisp | 2019-05-30 | 6 | -132/+5 |
| * | | | | | rasterizer_opengl: Remove OpenGL core profile | ReinUsesLisp | 2019-05-30 | 8 | -29/+3 |
* | | | | | | cmake: Add missing shader hash file entries | ReinUsesLisp | 2019-06-07 | 1 | -0/+3 |
* | | | | | | shader/node: Minor changes | ReinUsesLisp | 2019-06-07 | 1 | -50/+54 |
* | | | | | | shader: Move Node declarations out of the shader IR header | ReinUsesLisp | 2019-06-07 | 4 | -493/+518 |
* | | | | | | Merge pull request #2552 from ReinUsesLisp/shader-shared-ptr | Zach Hilman | 2019-06-07 | 35 | -248/+296 |
|\ \ \ \ \ \ |
|
| * | | | | | | shader: Use shared_ptr to store nodes and move initialization to file | ReinUsesLisp | 2019-06-06 | 35 | -248/+296 |
* | | | | | | | Merge pull request #2549 from lioncash/header | Zach Hilman | 2019-06-06 | 1 | -1/+0 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | kernel/process: Remove unused boost header include | Lioncash | 2019-06-05 | 1 | -1/+0 |
* | | | | | | | | Merge pull request #2550 from lioncash/frontend | Zach Hilman | 2019-06-06 | 1 | -0/+9 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | yuzu/CMakeLists: Disable implicit QString->QUrl conversions | Lioncash | 2019-06-05 | 1 | -0/+3 |
| * | | | | | | | | yuzu/CMakeLists: Disable unsafe overloads of QProcess' start() function | Lioncash | 2019-06-05 | 1 | -0/+3 |
| * | | | | | | | | yuzu/CMakeLists: Disable implicit type narrowing in connect() calls | Lioncash | 2019-06-05 | 1 | -0/+3 |
* | | | | | | | | | Merge pull request #2551 from lioncash/dtor | bunnei | 2019-06-06 | 1 | -9/+9 |
|\ \ \ \ \ \ \ \ \
| |_|_|/ / / / / /
|/| | | | | | | | |
|
| * | | | | | | | | service/ns: Add missing override specifiers | Lioncash | 2019-06-05 | 1 | -9/+9 |
* | | | | | | | | | Merge pull request #2520 from ReinUsesLisp/vulkan-refresh | bunnei | 2019-06-06 | 4 | -88/+218 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | vk_device: Let formats array type be deduced | ReinUsesLisp | 2019-05-26 | 1 | -33/+33 |
| * | | | | | | | | | vk_shader_decompiler: Misc fixes | ReinUsesLisp | 2019-05-26 | 2 | -45/+67 |
| * | | | | | | | | | vk_device: Enable features when available and misc changes | ReinUsesLisp | 2019-05-26 | 2 | -43/+151 |
* | | | | | | | | | | Merge pull request #2540 from ReinUsesLisp/remove-guest-position | bunnei | 2019-06-06 | 2 | -36/+21 |
|\ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | gl_shader_decompiler: Remove guest "position" varying | ReinUsesLisp | 2019-06-03 | 2 | -36/+21 |
| | |_|_|_|_|_|_|_|/
| |/| | | | | | | | |
|
* | | | | | | | | | | Merge pull request #2419 from DarkLordZach/srv-lr-iface | bunnei | 2019-06-06 | 1 | -3/+77 |
|\ \ \ \ \ \ \ \ \ \
| |_|_|_|_|_|_|/ / /
|/| | | | | | | | | |
|
| * | | | | | | | | | ncm: Implement LR OpenAddOnContentLocationResolver (2) | Zach Hilman | 2019-05-27 | 1 | -24/+21 |
| * | | | | | | | | | ncm: Implement LR OpenRegisteredLocationResolver (1) | Zach Hilman | 2019-05-27 | 1 | -0/+27 |
| * | | | | | | | | | ncm: Implement LR OpenLocationResolver (0) | Zach Hilman | 2019-05-27 | 1 | -0/+50 |
| | |/ / / / / / /
| |/| | | | | | | |
|
* | | | | | | | | | Merge pull request #2521 from lioncash/naming | bunnei | 2019-06-06 | 33 | -213/+234 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | yuzu/configuration: Make function naming consistent | Lioncash | 2019-06-05 | 33 | -213/+234 |
* | | | | | | | | | | Merge pull request #2512 from ReinUsesLisp/comp-indexing | bunnei | 2019-06-06 | 3 | -3/+80 |
|\ \ \ \ \ \ \ \ \ \
| |_|_|_|/ / / / / /
|/| | | | | | | | | |
|
| * | | | | | | | | | gl_shader_decompiler: Use an if based cbuf indexing for broken drivers | ReinUsesLisp | 2019-05-24 | 1 | -3/+20 |
| * | | | | | | | | | gl_device: Add test to detect broken component indexing | ReinUsesLisp | 2019-05-24 | 2 | -0/+60 |
* | | | | | | | | | | Merge pull request #2526 from lioncash/global | Zach Hilman | 2019-06-05 | 9 | -75/+98 |
|\ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | core/core: Remove unnecessary includes | Lioncash | 2019-05-29 | 3 | -13/+37 |
| * | | | | | | | | | | yuzu_cmd/yuzu: Correct formatting specifier | Lioncash | 2019-05-29 | 1 | -1/+1 |
| * | | | | | | | | | | core/loader: Remove LoadKernelSystemMode | Lioncash | 2019-05-29 | 5 | -29/+0 |
| * | | | | | | | | | | core/telemetry_session: Remove unnecessary web service nulling out in destructor | Lioncash | 2019-05-29 | 1 | -2/+1 |
| * | | | | | | | | | | core/telemetry_session: Remove usages of the global system accessor | Lioncash | 2019-05-29 | 3 | -30/+54 |
| * | | | | | | | | | | core/telemetry_session: Explicitly delete copy and move constructors | Lioncash | 2019-05-29 | 1 | -1/+7 |
| * | | | | | | | | | | core/telemetry_session: Remove unused include | Lioncash | 2019-05-29 | 1 | -1/+0 |
| | |_|/ / / / / / /
| |/| | | | | | | | |
|
* | | | | | | | | | | Merge pull request #2545 from lioncash/timing | Zach Hilman | 2019-06-05 | 7 | -78/+38 |
|\ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | core/core_timing_util: Amend casing of cyclesTo* functions | Lioncash | 2019-06-05 | 3 | -6/+6 |
| * | | | | | | | | | | core/core_timing_util: Use std::chrono types for specifying time units | Lioncash | 2019-06-05 | 7 | -36/+43 |
| * | | | | | | | | | | core/core_timing_utils: Simplify overload set | Lioncash | 2019-06-05 | 2 | -49/+2 |
| | |_|_|_|_|/ / / /
| |/| | | | | | | | |
|
* | | | | | | | | | | Merge pull request #2541 from lioncash/input | Zach Hilman | 2019-06-05 | 3 | -78/+76 |
|\ \ \ \ \ \ \ \ \ \
| |_|_|_|_|_|/ / / /
|/| | | | | | | | | |
|
| * | | | | | | | | | input_common/sdl/sdl_impl: Correct logging string in SDLState constructor | Lioncash | 2019-06-03 | 1 | -1/+1 |
| * | | | | | | | | | input_common/sdl/sdl_impl: Move documentation comments to header where applicable | Lioncash | 2019-06-03 | 2 | -7/+6 |
| * | | | | | | | | | input_common/sdl/sdl_impl: Amend names for axes for SDLAnalogPoller | Lioncash | 2019-06-03 | 1 | -13/+13 |
| * | | | | | | | | | input_common/sdl/sdl_impl: Mark variables const where applicable | Lioncash | 2019-06-03 | 1 | -10/+11 |
| * | | | | | | | | | input_common/sdl/sdl_impl: Mark SDLEventToButtonParamPackage() as static | Lioncash | 2019-06-03 | 1 | -1/+1 |
| * | | | | | | | | | input_common/sdl/sdl_impl: Convert reinterpret_cast into a static_cast | Lioncash | 2019-06-03 | 1 | -2/+4 |
| * | | | | | | | | | input_common/sdl/sdl_impl: Use insert_or_assign() where applicable | Lioncash | 2019-06-03 | 1 | -3/+3 |
| * | | | | | | | | | input_common/sdl/sdl_impl: Simplify SDL_Joystick deleter handling | Lioncash | 2019-06-03 | 1 | -15/+14 |
| * | | | | | | | | | input_common/sdl/sdl_impl: Resolve two sign conversion warnings | Lioncash | 2019-06-03 | 1 | -10/+16 |
| * | | | | | | | | | input_common/sdl: Remove unused header includes and forward declarations | Lioncash | 2019-06-03 | 3 | -11/+5 |
| * | | | | | | | | | input_common/sdl/sdl_impl: Use nested namespace specifiers where applicable | Lioncash | 2019-06-03 | 1 | -5/+2 |
| | |_|_|_|/ / / /
| |/| | | | | | | |
|
* | | | | | | | | | Merge pull request #2510 from SciresM/desired_language | Zach Hilman | 2019-06-05 | 10 | -402/+1081 |
|\ \ \ \ \ \ \ \ \
| |_|_|_|_|/ / / /
|/| | | | | | | | |
|
| * | | | | | | | | Fix bitmask logic inversion | Michael Scire | 2019-05-23 | 1 | -2/+1 |
| * | | | | | | | | fix introduced clang-format errors | Michael Scire | 2019-05-23 | 1 | -3/+2 |
| * | | | | | | | | Address review comments | Michael Scire | 2019-05-23 | 6 | -47/+120 |
| * | | | | | | | | clang-format fixes | Michael Scire | 2019-05-23 | 4 | -31/+32 |
| * | | | | | | | | Implement IApplicationFunctions::GetDesiredLanguage | Michael Scire | 2019-05-23 | 9 | -403/+1010 |
* | | | | | | | | | Merge pull request #2527 from lioncash/index | Zach Hilman | 2019-06-05 | 5 | -34/+16 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | yuzu/software_keyboard: Remove unnecessary GetStatus() member function | Lioncash | 2019-05-29 | 3 | -10/+1 |
| * | | | | | | | | | profile_select: Remove unnecessary GetStatus() member function | Lioncash | 2019-05-29 | 3 | -18/+8 |
| * | | | | | | | | | profile_select: Return int instead of u32 for GetIndex() | Lioncash | 2019-05-29 | 3 | -8/+9 |
| | |_|_|/ / / / /
| |/| | | | | | | |
|
* | | | | | | | | | Merge pull request #2534 from ReinUsesLisp/shader-cleanup | Zach Hilman | 2019-06-05 | 2 | -31/+36 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | gl_shader_cache: Store a system class and drop global accessors | ReinUsesLisp | 2019-05-30 | 2 | -7/+9 |
| * | | | | | | | | | gl_shader_cache: Add commentaries explaining the intention in shaders creation | ReinUsesLisp | 2019-05-30 | 1 | -0/+2 |
| * | | | | | | | | | gl_shader_cache: Flip if condition in GetStageProgram to reduce indentation | ReinUsesLisp | 2019-05-30 | 1 | -25/+26 |
| | |_|_|_|_|/ / /
| |/| | | | | | | |
|
* | | | | | | | | | Merge pull request #2531 from ReinUsesLisp/qt-warnings | Zach Hilman | 2019-06-05 | 3 | -15/+15 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | qt: Silence name collision warnings | ReinUsesLisp | 2019-05-30 | 3 | -15/+15 |
* | | | | | | | | | | Merge pull request #2515 from lioncash/narrowing | Zach Hilman | 2019-06-05 | 1 | -6/+5 |
|\ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | yuzu/configuration/configure_graphics: Eliminate type narrowing in a connect call | Lioncash | 2019-05-25 | 1 | -6/+5 |
* | | | | | | | | | | | Merge pull request #2536 from lioncash/cache | Zach Hilman | 2019-06-05 | 1 | -36/+26 |
|\ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | game_list_worker: Use QFile over our own IOFile instance or std streams | Lioncash | 2019-05-31 | 1 | -28/+24 |
| * | | | | | | | | | | | game_list_worker: Remove template specializations | Lioncash | 2019-05-31 | 1 | -8/+2 |
* | | | | | | | | | | | | Merge pull request #2529 from lioncash/boot | Rodrigo Locatti | 2019-06-05 | 4 | -44/+61 |
|\ \ \ \ \ \ \ \ \ \ \ \
| |_|_|_|_|_|_|_|/ / / /
|/| | | | | | | | | | | |
|
| * | | | | | | | | | | | yuzu/bootmanager: Log out screenshot destination path | Lioncash | 2019-06-03 | 1 | -6/+11 |
| * | | | | | | | | | | | yuzu/bootmanager: Treat the resolution factor as a u32 | Lioncash | 2019-06-03 | 4 | -16/+25 |
| * | | | | | | | | | | | yuzu/bootmanager: Default EmuThread's destructor in the cpp file | Lioncash | 2019-06-03 | 2 | -1/+4 |
| * | | | | | | | | | | | yuzu/bootmanager: unsigned -> u32 | Lioncash | 2019-06-03 | 2 | -11/+11 |
| * | | | | | | | | | | | yuzu/bootmanager: Change false literal to 0 for setSwapInterval() | Lioncash | 2019-06-03 | 1 | -1/+1 |
| * | | | | | | | | | | | yuzu/bootmanager: Remove pointer downcast in GRenderWindow's constructor | Lioncash | 2019-06-03 | 2 | -4/+3 |
| * | | | | | | | | | | | yuzu/bootmanager: Remove unnecessary pointer casts | Lioncash | 2019-06-03 | 1 | -5/+6 |
| | |_|_|_|_|_|/ / / /
| |/| | | | | | | | | |
|
* | | | | | | | | | | | Merge pull request #2525 from FearlessTobi/remove-unused-settings | Mat M | 2019-06-04 | 3 | -170/+44 |
|\ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | yuzu: Remove unused birthday setting | fearlessTobi | 2019-05-29 | 3 | -170/+44 |
| | |_|_|/ / / / / / /
| |/| | | | | | | | | |
|
* | | | | | | | | | | | shader_bytecode: Mark EXIT as flow instruction | Fernando Sahmkow | 2019-06-04 | 1 | -1/+1 |
| |/ / / / / / / / /
|/| | | | | | | | | |
|
* | | | | | | | | | | input_common/sdl/sdl_impl: Silence sign conversion warnings | Lioncash | 2019-05-31 | 1 | -3/+3 |
* | | | | | | | | | | common/math_util: Provide a template deduction guide for Common::Rectangle | Lioncash | 2019-05-31 | 1 | -0/+3 |
| |/ / / / / / / /
|/| | | | | | | | |
|
* | | | | | | | | | Merge pull request #1931 from DarkLordZach/mii-database-1 | bunnei | 2019-05-30 | 18 | -127/+1157 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | mii_manager: Fix incorrect loop condition in mii UUID generation code | Zach Hilman | 2019-04-25 | 3 | -2/+3 |
| * | | | | | | | | | profile_select: Port Service::Account::UUID to Common::UUID | Zach Hilman | 2019-04-25 | 9 | -29/+27 |
| * | | | | | | | | | mii: Implement Delete and Destroy file | Zach Hilman | 2019-04-25 | 4 | -13/+122 |
| * | | | | | | | | | mii: Implement IsUpdated command (IPC 0) | Zach Hilman | 2019-04-25 | 3 | -9/+34 |
| * | | | | | | | | | mii_manager: Cleanup and optimization | Zach Hilman | 2019-04-25 | 5 | -39/+55 |
| * | | | | | | | | | mii: Implement IDatabaseService commands using MiiManager | Zach Hilman | 2019-04-25 | 2 | -15/+244 |
| * | | | | | | | | | mii: Add MiiManager class to manage Mii database | Zach Hilman | 2019-04-25 | 2 | -0/+622 |
| * | | | | | | | | | common: Extract UUID to its own class | Zach Hilman | 2019-04-25 | 6 | -78/+108 |
* | | | | | | | | | | Merge pull request #2431 from DarkLordZach/game-list-cache | bunnei | 2019-05-30 | 5 | -7/+133 |
|\ \ \ \ \ \ \ \ \ \
| |_|_|_|/ / / / / /
|/| | | | | | | | | |
|
| * | | | | | | | | | main: Remove extraneous comment | Zach Hilman | 2019-05-30 | 1 | -1/+0 |
| * | | | | | | | | | game_list_worker: Add better error handling to caching | Zach Hilman | 2019-05-26 | 2 | -23/+42 |
| * | | | | | | | | | yuzu: Clear partial/full game list cache when data is updated | Zach Hilman | 2019-05-26 | 2 | -0/+13 |
| * | | | | | | | | | game_list: Implement caching for game list | Zach Hilman | 2019-05-26 | 1 | -7/+99 |
| * | | | | | | | | | ui_settings: Add option to cache game list | Zach Hilman | 2019-05-26 | 2 | -0/+3 |
| | |_|_|/ / / / /
| |/| | | | | | | |
|
* | | | | | | | | | Merge pull request #2446 from ReinUsesLisp/tid | bunnei | 2019-05-29 | 4 | -22/+76 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | shader: Implement S2R Tid{XYZ} and CtaId{XYZ} | ReinUsesLisp | 2019-05-20 | 4 | -15/+69 |
| * | | | | | | | | | gl_shader_decompiler: Make GetSwizzle constexpr | ReinUsesLisp | 2019-05-20 | 1 | -7/+7 |
* | | | | | | | | | | Merge pull request #2518 from ReinUsesLisp/sdl2-window | bunnei | 2019-05-29 | 9 | -186/+216 |
|\ \ \ \ \ \ \ \ \ \
| |_|_|_|/ / / / / /
|/| | | | | | | | | |
|
| * | | | | | | | | | emu_window: Pass OnMinimalClientAreaChangeRequest argument by copy | ReinUsesLisp | 2019-05-26 | 5 | -10/+5 |
| * | | | | | | | | | yuzu_cmd: Split emu_window OpenGL implementation into its own file | ReinUsesLisp | 2019-05-25 | 6 | -176/+211 |
| | |_|_|_|_|/ / /
| |/| | | | | | | |
|
* | | | | | | | | | Merge pull request #2519 from lioncash/sign | bunnei | 2019-05-27 | 2 | -5/+5 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | core_timing_util: Silence sign-comparison warnings | Lioncash | 2019-05-25 | 1 | -4/+4 |
| * | | | | | | | | | loader/nso: Silence sign-comparison warning | Lioncash | 2019-05-25 | 1 | -1/+1 |
| | |_|_|_|_|_|_|/
| |/| | | | | | | |
|
* | | | | | | | | | gl_device: Add commentary to AOFFI unit test source code | ReinUsesLisp | 2019-05-27 | 1 | -0/+1 |
* | | | | | | | | | gl_shader_gen: Always declare extensions after the version declaration | ReinUsesLisp | 2019-05-27 | 2 | -7/+5 |
| |_|_|/ / / / /
|/| | | | | | | |
|
* | | | | | | | | Merge pull request #2516 from lioncash/label | bunnei | 2019-05-26 | 2 | -10/+10 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | renderer_opengl/utils: Use a std::string_view with LabelGLObject() | Lioncash | 2019-05-25 | 2 | -10/+10 |
| |/ / / / / / / |
|
* | | | | | | | | Merge pull request #2509 from lioncash/aoc | bunnei | 2019-05-26 | 1 | -19/+50 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | service/aoc: Avoid allocating and discarding data | Lioncash | 2019-05-23 | 1 | -8/+8 |
| * | | | | | | | | service/aoc: Remove unnecessary includes | Lioncash | 2019-05-23 | 1 | -2/+0 |
| * | | | | | | | | service/aoc: Pop all passed values where applicable | Lioncash | 2019-05-23 | 1 | -12/+45 |
| | |_|_|_|_|/ /
| |/| | | | | | |
|
* | | | | | | | | Merge pull request #2511 from lioncash/file-str | bunnei | 2019-05-26 | 3 | -45/+23 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | common/file_util: Remove unnecessary return at end of void StripTailDirSlashes() | Lioncash | 2019-05-23 | 1 | -6/+8 |
| * | | | | | | | | common/file_util: Make GetCurrentDir() return a std::optional | Lioncash | 2019-05-23 | 2 | -3/+4 |
| * | | | | | | | | common/file_util: Remove duplicated documentation comments | Lioncash | 2019-05-23 | 1 | -25/+0 |
| * | | | | | | | | common/file_util: Make ReadFileToString and WriteStringToFile consistent | Lioncash | 2019-05-23 | 3 | -7/+7 |
| * | | | | | | | | common/file_util: Remove unnecessary c_str() calls | Lioncash | 2019-05-23 | 1 | -2/+2 |
| * | | | | | | | | common/file_util: Make IOFile's WriteString take a std::string_view | Lioncash | 2019-05-23 | 1 | -2/+2 |
| |/ / / / / / / |
|
* | | | | | | | | configure_hotkeys: Remove unnecessary Settings::Apply() call | Lioncash | 2019-05-25 | 1 | -1/+0 |
* | | | | | | | | configure_hotkeys: Tidy up key sequence conflict error string | Lioncash | 2019-05-25 | 1 | -2/+2 |
* | | | | | | | | configure_hotkeys: Change critical error dialog into a warning dialog | Lioncash | 2019-05-25 | 1 | -2/+2 |
* | | | | | | | | configure_hotkeys: Move conflict detection logic to IsUsedKey() | Lioncash | 2019-05-25 | 2 | -14/+15 |
* | | | | | | | | configure_hotkeys: Remove unused EmitHotkeysChanged() | Lioncash | 2019-05-25 | 3 | -13/+0 |
* | | | | | | | | sequence_dialog: Reorganize the constructor | Lioncash | 2019-05-25 | 1 | -4/+8 |
* | | | | | | | | sequence_dialog: Remove unnecessary horizontal specifier | Lioncash | 2019-05-25 | 1 | -2/+1 |
| |/ / / / / /
|/| | | | | | |
|
* | | | | | | | Merge pull request #2513 from lioncash/string | bunnei | 2019-05-25 | 5 | -126/+168 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | yuzu/CMakeLists: Disable implicit QString conversions | Lioncash | 2019-05-25 | 1 | -0/+4 |
| * | | | | | | | yuzu/applets/software_keyboard: Remove unused assert header | Lioncash | 2019-05-25 | 1 | -1/+0 |
| * | | | | | | | yuzu/applets/software_keyboard: std::move argument in MainWindowFinishedText() | Lioncash | 2019-05-25 | 1 | -1/+1 |
| * | | | | | | | yuzu/applets/software_keyboard: Resolve sign mismatch comparison | Lioncash | 2019-05-25 | 1 | -1/+1 |
| * | | | | | | | yuzu/applets/software_keyboard: Specify string conversions explicitly | Lioncash | 2019-05-25 | 2 | -10/+18 |
| * | | | | | | | yuzu/applets/error: Specify string conversions explicitly | Lioncash | 2019-05-25 | 1 | -2/+3 |
| * | | | | | | | yuzu/main: Specify string conversions where applicable | Lioncash | 2019-05-25 | 1 | -115/+145 |
| | |_|_|_|/ /
| |/| | | | | |
|
* | | | | | | | Merge pull request #2358 from ReinUsesLisp/parallel-shader | bunnei | 2019-05-25 | 9 | -62/+122 |
|\ \ \ \ \ \ \
| |/ / / / / /
|/| | | | | | |
|
| * | | | | | | gl_shader_cache: Fix clang strict standard build issues | ReinUsesLisp | 2019-05-21 | 3 | -9/+13 |
| * | | | | | | gl_shader_cache: Use shared contexts to build shaders in parallel | ReinUsesLisp | 2019-05-21 | 7 | -56/+112 |
* | | | | | | | Merge pull request #2485 from ReinUsesLisp/generic-memory | bunnei | 2019-05-25 | 3 | -35/+73 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | shader/memory: Implement ST (generic memory) | ReinUsesLisp | 2019-05-21 | 2 | -21/+36 |
| * | | | | | | | shader/memory: Implement LD (generic memory) | ReinUsesLisp | 2019-05-21 | 3 | -15/+38 |
| |/ / / / / / |
|
* | | | | | | | Merge pull request #2504 from lioncash/config | bunnei | 2019-05-25 | 2 | -33/+43 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | yuzu/configuration/config: Make default hotkeys an internally-linked array in the cpp file | Lioncash | 2019-05-21 | 2 | -4/+2 |
| * | | | | | | | yuzu/configuration/config: Specify string conversions explicitly | Lioncash | 2019-05-21 | 1 | -30/+42 |
| |/ / / / / / |
|
* | | | | | | | Merge pull request #2489 from FearlessTobi/port-4716 | bunnei | 2019-05-25 | 4 | -9/+10 |
|\ \ \ \ \ \ \
| |_|_|/ / / /
|/| | | | | | |
|
| * | | | | | | Address review comment | Tobias | 2019-05-19 | 1 | -1/+1 |
| * | | | | | | HLE/IPC: HLEContext can memorize the client thread and use it for SleepClientThread | Weiyi Wang | 2019-05-18 | 4 | -9/+10 |
* | | | | | | | shader/shader_ir: Make Comment() take a std::string by value | Lioncash | 2019-05-23 | 2 | -3/+3 |
* | | | | | | | shader/decode/*: Add missing newline to files lacking them | Lioncash | 2019-05-23 | 18 | -18/+18 |
* | | | | | | | shader/decode/*: Eliminate indirect inclusions | Lioncash | 2019-05-23 | 6 | -1/+5 |
| |_|/ / / /
|/| | | | | |
|
* | | | | | | shader/decode/memory: Remove left in debug pragma | Lioncash | 2019-05-22 | 1 | -2/+0 |
* | | | | | | renderer_opengl/gl_shader_decompiler: Remove redundant name specification in format string | Lioncash | 2019-05-21 | 1 | -1/+1 |
| |/ / / /
|/| | | | |
|
* | | | | | Merge pull request #2455 from lioncash/config | bunnei | 2019-05-21 | 2 | -315/+573 |
|\ \ \ \ \ |
|
| * | | | | | configuration/config: Move config loading and saving to functions based off groups | Lioncash | 2019-05-09 | 2 | -315/+573 |
* | | | | | | Merge pull request #2503 from lioncash/util | bunnei | 2019-05-21 | 7 | -84/+92 |
|\ \ \ \ \ \ |
|
| * | | | | | | yuzu/game_list: Specify string conversions explicitly | Lioncash | 2019-05-20 | 2 | -50/+55 |
| * | | | | | | yuzu/game_list_worker: Specify string conversions explicitly | Lioncash | 2019-05-20 | 1 | -2/+2 |
| * | | | | | | yuzu/game_list_p: Amend mentions of SMDH in comments | Lioncash | 2019-05-20 | 1 | -3/+3 |
| * | | | | | | yuzu/game_list_p: Specify string conversions explicitly | Lioncash | 2019-05-20 | 1 | -10/+9 |
| * | | | | | | yuzu/loading_screen: Specify string conversions explicitly | Lioncash | 2019-05-20 | 1 | -9/+9 |
| * | | | | | | yuzu/bootmanager: Specify string conversions explicitly | Lioncash | 2019-05-20 | 1 | -2/+4 |
| * | | | | | | yuzu/util: Specify string conversions explicitly | Lioncash | 2019-05-20 | 1 | -8/+10 |
| | |_|/ / /
| |/| | | | |
|
* | | | | | | Merge pull request #2494 from lioncash/shader-text | bunnei | 2019-05-21 | 1 | -181/+195 |
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
|
| * | | | | | gl_shader_decompiler: Tidy up minor remaining cases of unnecessary std::string concatenation | Lioncash | 2019-05-20 | 1 | -21/+20 |
| * | | | | | gl_shader_decompiler: Replace individual overloads with the fmt-based one | Lioncash | 2019-05-20 | 1 | -28/+16 |
| * | | | | | gl_shader_decompiler: Utilize fmt overload of AddLine() where applicable | Lioncash | 2019-05-20 | 1 | -136/+152 |
| * | | | | | gl_shader_decompiler: Add AddLine() overload that forwards to fmt | Lioncash | 2019-05-19 | 1 | -0/+11 |
* | | | | | | Merge pull request #2499 from lioncash/translate | bunnei | 2019-05-20 | 10 | -119/+192 |
|\ \ \ \ \ \ |
|
| * | | | | | | yuzu/configuration/configure_web: Specify string conversions explicitly | Lioncash | 2019-05-19 | 1 | -8/+16 |
| * | | | | | | yuzu/configuration/configure_system: Specify string conversions explicitly | Lioncash | 2019-05-19 | 1 | -2/+3 |
| * | | | | | | yuzu/configuration/configure_profile_manager: Mark UI string as translatable | Lioncash | 2019-05-19 | 1 | -1/+1 |
| * | | | | | | yuzu/configuration/configure_per_general: Specify string conversions explicitly | Lioncash | 2019-05-19 | 1 | -6/+8 |
| * | | | | | | yuzu/configuration/configure_mouse_advanced: Clean up array accesses | Lioncash | 2019-05-19 | 1 | -19/+22 |
| * | | | | | | yuzu/configuration/configure_mouse_advanced: Specify string conversions explicitly | Lioncash | 2019-05-19 | 1 | -11/+23 |
| * | | | | | | yuzu/configuration/configure_input_player: Clean up array accesses | Lioncash | 2019-05-19 | 1 | -32/+48 |
| * | | | | | | yuzu/configuration/configure_input_player: Specify string conversions explicitly | Lioncash | 2019-05-19 | 1 | -24/+49 |
| * | | | | | | yuzu/configuration/configure_input: Mark controller type names as translateable | Lioncash | 2019-05-19 | 1 | -5/+8 |
| * | | | | | | yuzu/configuration/configure_general: Specify string conversions explicitly | Lioncash | 2019-05-19 | 1 | -1/+2 |
| * | | | | | | yuzu/configuration/configure_gamelist: Specify string conversions explicitly | Lioncash | 2019-05-19 | 1 | -3/+5 |
| * | | | | | | yuzu/configuration/configure_audio: Store power on query into a variable | Lioncash | 2019-05-19 | 1 | -2/+3 |
| * | | | | | | yuzu/configuration/configure_audio: Tidy up function cast | Lioncash | 2019-05-19 | 1 | -2/+1 |
| * | | | | | | yuzu/configuration/configure_audio: Specify string conversions explicitly | Lioncash | 2019-05-19 | 1 | -3/+3 |
* | | | | | | | Revert #2466 | Fernando Sahmkow | 2019-05-19 | 1 | -1/+3 |
| |/ / / / /
|/| | | | | |
|
* | | | | | | Merge pull request #2441 from ReinUsesLisp/al2p | bunnei | 2019-05-19 | 10 | -157/+310 |
|\ \ \ \ \ \ |
|
| * | | | | | | shader_ir/other: Implement IPA.IDX | ReinUsesLisp | 2019-05-03 | 2 | -5/+9 |
| * | | | | | | gl_shader_decompiler: Skip physical unused attributes | ReinUsesLisp | 2019-05-03 | 1 | -18/+27 |
| * | | | | | | shader_ir/memory: Assert on non-32 bits ALD.PHYS | ReinUsesLisp | 2019-05-03 | 1 | -0/+3 |
| * | | | | | | shader: Add physical attributes commentaries | ReinUsesLisp | 2019-05-03 | 4 | -4/+8 |
| * | | | | | | gl_shader_decompiler: Implement GLSL physical attributes | ReinUsesLisp | 2019-05-03 | 2 | -66/+101 |
| * | | | | | | shader_ir/memory: Implement physical input attributes | ReinUsesLisp | 2019-05-03 | 4 | -6/+32 |
| * | | | | | | gl_shader_decompiler: Abstract generic attribute operations | ReinUsesLisp | 2019-05-03 | 1 | -29/+26 |
| * | | | | | | gl_shader_decompiler: Declare all possible varyings on physical attribute usage | ReinUsesLisp | 2019-05-03 | 4 | -27/+88 |
| * | | | | | | shader: Remove unused AbufNode Ipa mode | ReinUsesLisp | 2019-05-03 | 6 | -35/+14 |
| * | | | | | | shader_ir/memory: Emit AL2P IR | ReinUsesLisp | 2019-05-03 | 2 | -0/+22 |
| * | | | | | | shader_bytecode: Add AL2P decoding | ReinUsesLisp | 2019-05-03 | 1 | -2/+15 |
| | |/ / / /
| |/| | | | |
|
* | | | | | | Merge pull request #2410 from lioncash/affinity | bunnei | 2019-05-19 | 2 | -42/+58 |
|\ \ \ \ \ \ |
|
| * | | | | | | kernel/svc: Make svcCreateThread/svcStartThread/svcSleepThread/svcExitThread calls show up in the debug log | Lioncash | 2019-04-29 | 1 | -4/+4 |
| * | | | | | | kernel/svc: Reorganize svcSetThreadCoreMask() | Lioncash | 2019-04-29 | 1 | -32/+39 |
| * | | | | | | kernel/thread: Update thread processor ID flags | Lioncash | 2019-04-29 | 2 | -7/+16 |
* | | | | | | | Merge pull request #2491 from FernandoS27/dma-fix | Hexagon12 | 2019-05-19 | 1 | -0/+7 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | Dma_pusher: ASSERT on empty command_list | Fernando Sahmkow | 2019-05-19 | 1 | -0/+7 |
| | |_|_|/ / /
| |/| | | | | |
|
* | | | | | | | Merge pull request #2452 from FernandoS27/raster-cache-fix | Hexagon12 | 2019-05-19 | 1 | -1/+2 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | Correct possible error on Rasterizer Caches | Fernando Sahmkow | 2019-05-07 | 1 | -1/+2 |
* | | | | | | | | Merge pull request #2497 from lioncash/shader-ir | Hexagon12 | 2019-05-19 | 3 | -32/+28 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | shader/shader_ir: Remove unnecessary inline specifiers | Lioncash | 2019-05-19 | 1 | -2/+2 |
| * | | | | | | | | shader/shader_ir: Simplify constructors for OperationNode | Lioncash | 2019-05-19 | 1 | -15/+6 |
| * | | | | | | | | shader/shader_ir: Remove unnecessary template parameter packs from Operation() overloads where applicable | Lioncash | 2019-05-19 | 1 | -2/+0 |
| * | | | | | | | | shader/shader_ir: Mark tracking functions as const member functions | Lioncash | 2019-05-19 | 2 | -8/+11 |
| * | | | | | | | | shader/shader_ir: Place implementations of constructor and destructor in cpp file | Lioncash | 2019-05-19 | 2 | -5/+9 |
| | |/ / / / / /
| |/| | | | | | |
|
* | | | | | | | | Merge pull request #2495 from lioncash/cache | Hexagon12 | 2019-05-19 | 2 | -34/+48 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | gl_shader_disk_cache: in-class initialize virtual file offset of ShaderDiskCacheOpenGL | Lioncash | 2019-05-19 | 2 | -5/+3 |
| * | | | | | | | | gl_shader_disk_cache: Default ShaderDiskCacheOpenGL's destructor in the cpp file | Lioncash | 2019-05-19 | 2 | -0/+3 |
| * | | | | | | | | gl_shader_disk_cache: Make hash specializations noexcept | Lioncash | 2019-05-19 | 1 | -2/+2 |
| * | | | | | | | | gl_shader_disk_cache: Remove redundant code string construction in LoadDecompiledEntry() | Lioncash | 2019-05-19 | 1 | -2/+2 |
| * | | | | | | | | gl_shader_disk_cache: Make variable non-const in decompiled entry case | Lioncash | 2019-05-19 | 1 | -1/+1 |
| * | | | | | | | | gl_shader_disk_cache: Special-case boolean handling | Lioncash | 2019-05-19 | 2 | -24/+37 |
| |/ / / / / / / |
|
* | | | | | | | | Merge pull request #2439 from lioncash/audren | Hexagon12 | 2019-05-19 | 2 | -51/+299 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | service/audren_u: Handle variadic command buffers in GetWorkBufferSize() | Lioncash | 2019-05-01 | 2 | -17/+93 |
| * | | | | | | | | service/audren_u: Handle version 2 of performance frame info in GetWorkBufferSize() | Lioncash | 2019-05-01 | 2 | -6/+13 |
| * | | | | | | | | service/audren_u: Clean up work buffer calculations | Lioncash | 2019-05-01 | 1 | -49/+214 |
| | |_|_|_|_|/ /
| |/| | | | | | |
|
* | | | | | | | | Merge pull request #2467 from lioncash/move | Hexagon12 | 2019-05-19 | 1 | -6/+0 |
|\ \ \ \ \ \ \ \
| |_|_|_|_|_|/ /
|/| | | | | | | |
|
| * | | | | | | | video_core/gpu_thread: Remove redundant copy constructor for CommandDataContainer | Lioncash | 2019-05-14 | 1 | -6/+0 |
* | | | | | | | | Merge pull request #2463 from lioncash/set | Hexagon12 | 2019-05-19 | 1 | -34/+22 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | service/set: Correct and simplify behavior related to copying language codes | Lioncash | 2019-05-10 | 1 | -34/+22 |
* | | | | | | | | | Merge pull request #2466 from yuzu-emu/mme-exit-delay-slot | Hexagon12 | 2019-05-19 | 1 | -3/+3 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | GPU/MMEInterpreter: Ignore the 'exit' flag when it's executed inside a delay slot. | Sebastian Valle | 2019-05-12 | 1 | -3/+3 |
| |/ / / / / / / / |
|
* | | | | | | | | | Merge pull request #2468 from lioncash/deduction | Hexagon12 | 2019-05-19 | 3 | -3/+3 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | yuzu: Remove explicit types from locks where applicable | Lioncash | 2019-05-14 | 3 | -3/+3 |
| | |/ / / / / / /
| |/| | | | | | | |
|
* | | | | | | | | | Merge pull request #2472 from FernandoS27/tic | Hexagon12 | 2019-05-19 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | maxwell_3d: reduce sevirity of different component formats assert. | Fernando Sahmkow | 2019-05-14 | 1 | -1/+1 |
| |/ / / / / / / / |
|
* | | | | | | | | | Merge pull request #2469 from lioncash/copyable | Hexagon12 | 2019-05-19 | 1 | -0/+2 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | video_core/engines/maxwell_3d: Add is_trivially_copyable_v check for Regs | Lioncash | 2019-05-14 | 1 | -0/+2 |
| |/ / / / / / / / |
|
* | | | | | | | | | Merge pull request #2470 from lioncash/ranged-for | Sebastian Valle | 2019-05-19 | 1 | -18/+18 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | video_core/engines/maxwell3d: Get rid of three magic values in CallMethod() | Lioncash | 2019-05-14 | 1 | -3/+3 |
| * | | | | | | | | | video_core/engines/maxwell_3d: Simplify for loops into ranged for loops within InitializeRegisterDefaults() | Lioncash | 2019-05-14 | 1 | -15/+15 |
| |/ / / / / / / / |
|
* | | | | | | | | | Merge pull request #2487 from lioncash/service-return | Hexagon12 | 2019-05-19 | 1 | -0/+2 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | service/am: Add missing return in error case for IStorageAccessor's Read()/Write(). | Lioncash | 2019-05-19 | 1 | -0/+2 |
| |/ / / / / / / / |
|
* | | | | | | | | | Merge pull request #2480 from ReinUsesLisp/fix-quads | Hexagon12 | 2019-05-19 | 1 | -2/+2 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | gl_rasterizer: Pass the right number of array quad vertices count | ReinUsesLisp | 2019-05-17 | 1 | -2/+2 |
* | | | | | | | | | | Merge pull request #2483 from ReinUsesLisp/fix-point-size | Hexagon12 | 2019-05-19 | 1 | -1/+3 |
|\ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | gl_rasterizer: Limit OpenGL point size to a minimum of 1 | ReinUsesLisp | 2019-05-18 | 1 | -1/+3 |
| |/ / / / / / / / / |
|
* | | | | | | | | | | Merge pull request #2471 from lioncash/engine-upload | Sebastian Valle | 2019-05-19 | 2 | -6/+8 |
|\ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | video_core/engines/engine_upload: Amend constructor initializer list order | Lioncash | 2019-05-14 | 1 | -1/+1 |
| * | | | | | | | | | | video_core/engines/engine_upload: Default destructor in the cpp file | Lioncash | 2019-05-14 | 2 | -1/+3 |
| * | | | | | | | | | | video_core/engines/engine_upload: Remove unnecessary const on parameters in function declarations | Lioncash | 2019-05-14 | 1 | -2/+2 |
| * | | | | | | | | | | video_core/engines/engine_upload: Remove unnecessary includes | Lioncash | 2019-05-14 | 2 | -2/+2 |
| | |/ / / / / / / /
| |/| | | | | | | | |
|
* | | | | | | | | | | Merge pull request #2484 from ReinUsesLisp/triangle-fan | Sebastian Valle | 2019-05-19 | 1 | -0/+2 |
|\ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | maxwell_to_gl: Add TriangleFan primitive topology | ReinUsesLisp | 2019-05-18 | 1 | -0/+2 |
| | |/ / / / / / / /
| |/| | | | | | | | |
|
* | | | | | | | | | | Merge pull request #2490 from lioncash/float | Hexagon12 | 2019-05-19 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | ipc_helpers: Amend floating-point type in Pop<double> specialization | Lioncash | 2019-05-19 | 1 | -1/+1 |
| | |_|_|_|/ / / / /
| |/| | | | | | | | |
|
* | | | | | | | | | | Merge pull request #2492 from lioncash/debugger | Hexagon12 | 2019-05-19 | 3 | -17/+20 |
|\ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | yuzu/debugger/graphics/graphics_breakpoints: Specify string conversions explicitly | Lioncash | 2019-05-19 | 1 | -1/+1 |
| * | | | | | | | | | | yuzu/debugger/profiler: Specify string conversions explicitly | Lioncash | 2019-05-19 | 1 | -2/+2 |
| * | | | | | | | | | | yuzu/debugger/wait_tree: Specify string conversions explicitly | Lioncash | 2019-05-19 | 1 | -14/+17 |
| |/ / / / / / / / / |
|
* | | | | | | | | | | Merge pull request #2486 from lioncash/resetname | Sebastian Valle | 2019-05-19 | 19 | -35/+36 |
|\ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | core/kernel/object: Rename ResetType enum members | Lioncash | 2019-05-18 | 19 | -35/+36 |
| | |_|/ / / / / / /
| |/| | | | | | | | |
|
* | | | | | | | | | | Merge pull request #2488 from lioncash/static-fn | Sebastian Valle | 2019-05-19 | 1 | -4/+4 |
|\ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | kernel/svc: Mark GetThreadList() and UnmapProcessCodeMemory() as internally linked | Lioncash | 2019-05-19 | 1 | -4/+4 |
| |/ / / / / / / / / |
|
* | | | | | | | | | | Merge pull request #2493 from lioncash/translate | Sebastian Valle | 2019-05-19 | 1 | -2/+2 |
|\ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | yuzu/applets/profile_select: Mark header string as translatable | Lioncash | 2019-05-19 | 1 | -2/+2 |
| | |/ / / / / / / /
| |/| | | | | | | | |
|
* | | | | | | | | | | Merge pull request #2496 from lioncash/move-con | Sebastian Valle | 2019-05-19 | 1 | -7/+7 |
|\ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | gl_shader_gen: std::move objects where applicable | Lioncash | 2019-05-19 | 1 | -7/+7 |
| |/ / / / / / / / / |
|
* | | | | | | | | | | Merge pull request #2476 from ReinUsesLisp/fix-compat | Hexagon12 | 2019-05-19 | 1 | -0/+1 |
|\ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | yuzu/bootmanager: Explicitly enable deprecated OpenGL features on compat | ReinUsesLisp | 2019-05-17 | 1 | -0/+1 |
| | |/ / / / / / / /
| |/| | | | | | | | |
|
* | | | | | | | | | | yuzu/util: Remove unused spinbox.cpp/.h | Lioncash | 2019-05-19 | 3 | -366/+0 |
| |/ / / / / / / /
|/| | | | | | | | |
|
* | | | | | | | | | Merge pull request #2457 from lioncash/about | bunnei | 2019-05-17 | 3 | -11/+23 |
|\ \ \ \ \ \ \ \ \
| |_|/ / / / / / /
|/| | | | | | | | |
|
| * | | | | | | | | yuzu/main: Move window title updating logic to its own function | Lioncash | 2019-05-09 | 2 | -7/+19 |
| * | | | | | | | | yuzu/about_dialog: Specify string conversions explicitly | Lioncash | 2019-05-09 | 1 | -4/+4 |
| | |_|_|_|_|/ /
| |/| | | | | | |
|
* | | | | | | | | Merge pull request #2477 from ReinUsesLisp/fix-sdl2 | bunnei | 2019-05-17 | 1 | -0/+1 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | yuzu_cmd: Make OpenGL's context current | ReinUsesLisp | 2019-05-17 | 1 | -0/+1 |
| | |/ / / / / /
| |/| | | | | | |
|
* | | | | | | | | Merge pull request #2478 from ReinUsesLisp/sdl2-compat | bunnei | 2019-05-17 | 1 | -1/+5 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | yuzu_cmd: Use OpenGL compat when asked in the settings | ReinUsesLisp | 2019-05-17 | 1 | -1/+5 |
| |/ / / / / / / |
|
* / / / / / / / | qt/configure_graphics: Shadow options at runtime | ReinUsesLisp | 2019-05-17 | 1 | -2/+6 |
|/ / / / / / / |
|
* | | | | | | | Merge pull request #2462 from lioncash/video-mm | Mat M | 2019-05-14 | 2 | -17/+20 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | video_core/memory_manager: Mark IsBlockContinuous() as a const member function | Lioncash | 2019-05-10 | 2 | -4/+4 |
| * | | | | | | | video_core/memory_manager: Mark the constructor as explicit | Lioncash | 2019-05-10 | 1 | -1/+1 |
| * | | | | | | | video_core/memory_manager: Default the destructor within the cpp file | Lioncash | 2019-05-10 | 2 | -0/+3 |
| * | | | | | | | video_core/memory_manager: Amend doxygen comments | Lioncash | 2019-05-10 | 1 | -7/+7 |
| * | | | | | | | video_core/memory_manager: Remove superfluous const from function declarations | Lioncash | 2019-05-10 | 1 | -7/+7 |
| | |/ / / / /
| |/| | | | | |
|
* | | | | | | | Merge pull request #2461 from lioncash/unused-var | Mat M | 2019-05-14 | 7 | -22/+4 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | video_core/renderer_opengl/gl_shader_cache: Correct member initialization order | Lioncash | 2019-05-10 | 1 | -1/+1 |
| * | | | | | | | video_core/shader/decode/texture: Remove unused variable from GetTld4Code() | Lioncash | 2019-05-10 | 1 | -1/+0 |
| * | | | | | | | renderer_vulkan/vk_shader_decompiler: Remove unused variable from DeclareInternalFlags() | Lioncash | 2019-05-10 | 1 | -1/+0 |
| * | | | | | | | video_core/renderer_opengl/gl_shader_decompiler: Remove unused Composite() function | Lioncash | 2019-05-10 | 1 | -11/+0 |
| * | | | | | | | video_core/renderer_opengl/gl_rasterizer_cache: Remove unused variable in UploadGLMipmapTexture() | Lioncash | 2019-05-10 | 1 | -1/+0 |
| * | | | | | | | video_core/gpu_thread: Remove unused local variable | Lioncash | 2019-05-10 | 1 | -1/+1 |
| * | | | | | | | video_core/textures/astc: Remove unused variables | Lioncash | 2019-05-10 | 1 | -6/+2 |
| |/ / / / / / |
|
* | | | | | | | Merge pull request #2460 from lioncash/volatile | Mat M | 2019-05-14 | 1 | -0/+2 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | CMakeLists: Specify /volatile:iso for MSVC | Lioncash | 2019-05-09 | 1 | -0/+2 |
| |/ / / / / / |
|
* | | | | | | | Merge pull request #2450 from lioncash/warn-level | Mat M | 2019-05-14 | 1 | -1/+4 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | CMakeLists: Explicitly specify -Wall for the non-MSVC case | Lioncash | 2019-05-04 | 1 | -1/+4 |
| | |/ / / / /
| |/| | | | | |
|
* | | | | | | | Merge pull request #2413 from FernandoS27/opt-gpu | Rodrigo Locatti | 2019-05-14 | 7 | -33/+54 |
|\ \ \ \ \ \ \
| |_|/ / / / /
|/| | | | | | |
|
| * | | | | | | Rasterizer Cache: Use a temporal storage for Surfaces loading/flushing. | Fernando Sahmkow | 2019-04-21 | 4 | -18/+30 |
| * | | | | | | RasterizerCache Redesign: Flush | Fernando Sahmkow | 2019-04-20 | 6 | -17/+26 |
* | | | | | | | Merge pull request #2437 from lioncash/audctl | bunnei | 2019-05-09 | 1 | -2/+2 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | service/audctl: Update documentation comments to be relative to 8.0.0 | Lioncash | 2019-04-28 | 1 | -2/+2 |
| | |_|/ / / /
| |/| | | | | |
|
* | | | | | | | Merge pull request #2454 from lioncash/cflag | bunnei | 2019-05-09 | 1 | -9/+21 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | src/CMakeLists: Add /Zc:externConstexpr to the MSVC build flags | Lioncash | 2019-05-07 | 1 | -8/+10 |
| * | | | | | | | src/CMakeLists: Vertically order compilation flags | Lioncash | 2019-05-07 | 1 | -9/+19 |
| | |_|/ / / /
| |/| | | | | |
|
* | | | | | | | Merge pull request #2442 from FernandoS27/astc-fix | bunnei | 2019-05-09 | 1 | -1/+3 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | Fix Layered ASTC Textures | Fernando Sahmkow | 2019-05-01 | 1 | -1/+3 |
* | | | | | | | | Merge pull request #2443 from ReinUsesLisp/skip-repeated-variants | bunnei | 2019-05-09 | 1 | -1/+4 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | gl_shader_disk_cache: Skip stored shader variants instead of asserting | ReinUsesLisp | 2019-05-01 | 1 | -1/+4 |
| |/ / / / / / / |
|
* | | | | | | | | Merge pull request #2445 from FearlessTobi/port-4749 | bunnei | 2019-05-09 | 2 | -9/+9 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | core/telemetry_session: Only create the backend when we really need it | zhupengfei | 2019-05-04 | 2 | -9/+9 |
| | |/ / / / / /
| |/| | | | | | |
|
* | | | | | | | | Merge pull request #2458 from lioncash/hotkey | bunnei | 2019-05-09 | 1 | -2/+0 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | yuzu/hotkeys: Remove unnecessary constructor | Lioncash | 2019-05-09 | 1 | -2/+0 |
| |/ / / / / / / |
|
* | | | | | | | | Merge pull request #2456 from lioncash/qualifier | bunnei | 2019-05-09 | 1 | -3/+3 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | yuzu/compatdb: Remove unnecessary qualifiers | Lioncash | 2019-05-09 | 1 | -3/+3 |
| |/ / / / / / / |
|
* | | | | | | | | Merge pull request #2459 from lioncash/what | bunnei | 2019-05-09 | 1 | -0/+4 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | configure_dialog: Remove the Whats This? button from the dialog | Lioncash | 2019-05-09 | 1 | -0/+4 |
| |/ / / / / / / |
|
* | | | | | | | | Merge pull request #2453 from lioncash/enum | bunnei | 2019-05-09 | 1 | -9/+0 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | core/memory: Remove unused FlushMode enum | Lioncash | 2019-05-07 | 1 | -9/+0 |
| |/ / / / / / / |
|
* | | | | | | | | Merge pull request #2429 from FernandoS27/compute | bunnei | 2019-05-09 | 13 | -142/+483 |
|\ \ \ \ \ \ \ \
| |_|_|_|_|/ / /
|/| | | | | | | |
|
| * | | | | | | | Refactors and name corrections. | Fernando Sahmkow | 2019-05-01 | 6 | -35/+35 |
| * | | | | | | | Fixes and Corrections to DMA Engine | Fernando Sahmkow | 2019-04-23 | 2 | -37/+57 |
| * | | | | | | | Add Swizzle Parameters to the DMA engine | Fernando Sahmkow | 2019-04-23 | 2 | -2/+27 |
| * | | | | | | | Add Documentation Headers to all the GPU Engines | Fernando Sahmkow | 2019-04-23 | 5 | -0/+29 |
| * | | | | | | | Corrections and styling | Fernando Sahmkow | 2019-04-23 | 5 | -6/+9 |
| * | | | | | | | Implement Maxwell3D Data Upload | Fernando Sahmkow | 2019-04-23 | 2 | -3/+32 |
| * | | | | | | | Introduce skeleton of the GPU Compute Engine. | Fernando Sahmkow | 2019-04-23 | 3 | -8/+202 |
| * | | | | | | | Revamp Kepler Memory to use a subegine to manage uploads | Fernando Sahmkow | 2019-04-23 | 6 | -93/+134 |
* | | | | | | | | Merge pull request #2447 from lioncash/dtor | Rodrigo Locatti | 2019-05-07 | 2 | -0/+4 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | core/frontend/emu_window: Make GraphicsContext's destructor virtual | Lioncash | 2019-05-04 | 2 | -0/+4 |
| | |/ / / / / /
| |/| | | | | | |
|
* | | | | | | | | Merge pull request #2448 from lioncash/pragma | Rodrigo Locatti | 2019-05-07 | 1 | -2/+0 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | common/zstd_compression: Remove #pragma once directive from source file | Lioncash | 2019-05-04 | 1 | -2/+0 |
| |/ / / / / / / |
|
* | | | | | | | | shader/decode/texture: Remove unused variable | Lioncash | 2019-05-04 | 1 | -1/+0 |
* | | | | | | | | gl_rasterizer: Silence unused variable warning | Lioncash | 2019-05-04 | 1 | -2/+2 |
|/ / / / / / / |
|
* | / / / / / | loader/nso: Remove left-in debug pragma | Lioncash | 2019-05-01 | 1 | -2/+0 |
| |/ / / / /
|/| | | | | |
|
* | | | | | | Merge pull request #2100 from FreddyFunk/disk-cache-precompiled-file | bunnei | 2019-05-01 | 3 | -133/+170 |
|\ \ \ \ \ \ |
|
| * | | | | | | Re added new lines at the end of files | FreddyFunk | 2019-04-23 | 2 | -2/+2 |
| * | | | | | | gl_shader_disk_cache: Compress precompiled shader cache file with Zstandard | unknown | 2019-04-23 | 1 | -6/+10 |
| * | | | | | | gl_shader_disk_cache: Use VectorVfsFile for the virtual precompiled shader cache file | unknown | 2019-04-23 | 3 | -101/+168 |
| * | | | | | | gl_shader_disk_cache: Remove per shader compression | unknown | 2019-04-23 | 2 | -45/+11 |
* | | | | | | | Merge pull request #2435 from ReinUsesLisp/misc-vc | bunnei | 2019-04-29 | 2 | -3/+4 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | shader_ir: Move Sampler index entry in operand< to sort declarations | ReinUsesLisp | 2019-04-26 | 1 | -2/+2 |
| * | | | | | | | shader_ir: Add missing entry to Sampler operand< comparison | ReinUsesLisp | 2019-04-26 | 1 | -2/+3 |
| * | | | | | | | shader_ir/texture: Fix sampler const buffer key shift | ReinUsesLisp | 2019-04-26 | 1 | -1/+1 |
| | |_|/ / / /
| |/| | | | | |
|
* | | | | | | | Merge pull request #2412 from lioncash/system | bunnei | 2019-04-29 | 3 | -7/+11 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | kernel/vm_manager: Remove usages of global system accessors | Lioncash | 2019-04-17 | 3 | -7/+11 |
* | | | | | | | | Merge pull request #2322 from ReinUsesLisp/wswitch | bunnei | 2019-04-29 | 10 | -77/+106 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | video_core: Silent -Wswitch warnings | ReinUsesLisp | 2019-04-18 | 10 | -77/+106 |
| | |_|_|_|_|/ /
| |/| | | | | | |
|
* | | | | | | | | Merge pull request #2423 from FernandoS27/half-correct | bunnei | 2019-04-29 | 2 | -15/+16 |
|\ \ \ \ \ \ \ \
| |_|_|/ / / / /
|/| | | | | | | |
|
| * | | | | | | | Corrections Half Float operations on const buffers and implement saturation. | Fernando Sahmkow | 2019-04-21 | 2 | -15/+16 |
* | | | | | | | | Merge pull request #2416 from lioncash/wait | bunnei | 2019-04-25 | 7 | -51/+54 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | kernel/thread: Unify wait synchronization types | Lioncash | 2019-04-17 | 7 | -45/+38 |
| * | | | | | | | | kernel/svc: Migrate svcCancelSynchronization behavior to a thread function | Lioncash | 2019-04-17 | 3 | -7/+17 |
* | | | | | | | | | Merge pull request #2424 from FernandoS27/compat | bunnei | 2019-04-25 | 7 | -1/+21 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | Allow picking a Compatibility Profile for OpenGL. | Fernando Sahmkow | 2019-04-20 | 7 | -1/+21 |
| | |_|_|_|_|_|/ /
| |/| | | | | | | |
|
* | | | | | | | | | Merge pull request #2228 from DarkLordZach/applet-manager-p1 | bunnei | 2019-04-25 | 26 | -115/+764 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | web_browser: Make OpenPage non-const | Zach Hilman | 2019-04-17 | 13 | -25/+30 |
| * | | | | | | | | | main: Add GMainWindow hooks for Error display | Zach Hilman | 2019-04-17 | 4 | -3/+11 |
| * | | | | | | | | | main: Switch to AppletManager for frontend | Zach Hilman | 2019-04-17 | 1 | -3/+9 |
| * | | | | | | | | | qt: Add dialog implementation of Error applet | Zach Hilman | 2019-04-17 | 3 | -0/+94 |
| * | | | | | | | | | general_backend: Move StubApplet and add backend PhotoViewer | Zach Hilman | 2019-04-17 | 2 | -1/+102 |
| * | | | | | | | | | general_frontend: Add frontend scaffold for PhotoViewer applet | Zach Hilman | 2019-04-17 | 2 | -0/+55 |
| * | | | | | | | | | frontend: Add frontend receiver for Error applet | Zach Hilman | 2019-04-17 | 3 | -2/+79 |
| * | | | | | | | | | applets: Add Error applet | Zach Hilman | 2019-04-17 | 3 | -24/+224 |
| * | | | | | | | | | applets: Port current applets to take frontend in constructor | Zach Hilman | 2019-04-17 | 6 | -14/+16 |
| * | | | | | | | | | web_browser: Make OpenPage const | Zach Hilman | 2019-04-17 | 4 | -7/+7 |
| * | | | | | | | | | core: Remove specific applets in favor of AppletManager | Zach Hilman | 2019-04-17 | 2 | -47/+32 |
| * | | | | | | | | | am: Delegate applet creation to AppletManager | Zach Hilman | 2019-04-17 | 1 | -24/+3 |
| * | | | | | | | | | applets: Add AppletManager class to control lifetime | Zach Hilman | 2019-04-17 | 2 | -0/+137 |
| | |/ / / / / / /
| |/| | | | | | | |
|
* | | | | | | | | | Merge pull request #2404 from lioncash/unicode | bunnei | 2019-04-25 | 2 | -4/+9 |
|\ \ \ \ \ \ \ \ \
| |_|_|_|_|_|/ / /
|/| | | | | | | | |
|
| * | | | | | | | | CMakeLists: Ensure we specify Unicode as the codepage on Windows | Lioncash | 2019-04-17 | 2 | -4/+9 |
| | |_|_|/ / / /
| |/| | | | | | |
|
* | | | | | | | | Merge pull request #2422 from ReinUsesLisp/fixup-samplers | Hexagon12 | 2019-04-23 | 1 | -3/+5 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | gl_state: Fix samplers memory corruption | ReinUsesLisp | 2019-04-19 | 1 | -3/+5 |
* | | | | | | | | | Merge pull request #2425 from FernandoS27/y-direction | Hexagon12 | 2019-04-23 | 1 | -0/+3 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | Apply Position Y Direction | Fernando Sahmkow | 2019-04-20 | 1 | -0/+3 |
| | |_|_|/ / / / /
| |/| | | | | | | |
|
* | | | | | | | | | Merge pull request #2383 from ReinUsesLisp/aoffi-test | bunnei | 2019-04-23 | 11 | -75/+163 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | gl_shader_decompiler: Use variable AOFFI on supported hardware | ReinUsesLisp | 2019-04-14 | 10 | -71/+102 |
| * | | | | | | | | | gl_device: Implement interface and add uniform offset alignment | ReinUsesLisp | 2019-04-10 | 5 | -13/+70 |
* | | | | | | | | | | Merge pull request #2420 from lioncash/audctl | bunnei | 2019-04-23 | 2 | -2/+32 |
|\ \ \ \ \ \ \ \ \ \
| |_|_|_|_|_|_|_|/ /
|/| | | | | | | | | |
|
| * | | | | | | | | | service/audctl: Implement GetTargetVolumeMin() and GetTargetVolumeMax() | Lioncash | 2019-04-18 | 2 | -2/+32 |
| | |_|/ / / / / /
| |/| | | | | | | |
|
* | | | | | | | | | Merge pull request #2403 from FernandoS27/compressed-linear | bunnei | 2019-04-22 | 1 | -2/+5 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | Support compressed formats on linear textures. | Fernando Sahmkow | 2019-04-15 | 1 | -2/+5 |
| | |_|_|/ / / / /
| |/| | | | | | | |
|
* | | | | | | | | | Merge pull request #2411 from FernandoS27/unsafe-gpu | bunnei | 2019-04-22 | 5 | -15/+99 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | make ReadBlockunsafe and WriteBlockunsafe, ignore invalid pages. | Fernando Sahmkow | 2019-04-20 | 1 | -4/+12 |
| * | | | | | | | | | Implement IsBlockContinous | Fernando Sahmkow | 2019-04-17 | 2 | -2/+13 |
| * | | | | | | | | | Use ReadBlockUnsafe for fetyching DMA CommandLists | Fernando Sahmkow | 2019-04-16 | 2 | -4/+2 |
| * | | | | | | | | | Document unsafe versions and add BlockCopyUnsafe | Fernando Sahmkow | 2019-04-16 | 3 | -16/+45 |
| * | | | | | | | | | Use ReadBlockUnsafe for Shader Cache | Fernando Sahmkow | 2019-04-16 | 1 | -5/+7 |
| * | | | | | | | | | Use ReadBlockUnsafe on TIC and TSC reading | Fernando Sahmkow | 2019-04-16 | 2 | -2/+4 |
| * | | | | | | | | | GPU MemoryManager: Implement ReadBlockUnsafe and WriteBlockUnsafe | Fernando Sahmkow | 2019-04-16 | 2 | -0/+34 |
| |/ / / / / / / / |
|
* | | | | | | | | | Merge pull request #2400 from FernandoS27/corret-kepler-mem | bunnei | 2019-04-22 | 4 | -17/+81 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | Apply Const correctness to SwizzleKepler and replace u32 for size_t on iterators. | Fernando Sahmkow | 2019-04-16 | 2 | -9/+12 |
| * | | | | | | | | | Use WriteBlock and ReadBlock. | Fernando Sahmkow | 2019-04-16 | 1 | -10/+6 |
| * | | | | | | | | | Implement Block Linear copies in Kepler Memory. | Fernando Sahmkow | 2019-04-16 | 3 | -5/+38 |
| * | | | | | | | | | Correct Kepler Memory on Linear Pushes. | Fernando Sahmkow | 2019-04-15 | 2 | -16/+48 |
| |/ / / / / / / / |
|
* | | | | | | | | | Merge pull request #2407 from FernandoS27/f2f | bunnei | 2019-04-20 | 2 | -23/+73 |
|\ \ \ \ \ \ \ \ \
| |_|_|_|_|_|/ / /
|/| | | | | | | | |
|
| * | | | | | | | | Do some corrections in conversion shader instructions. | Fernando Sahmkow | 2019-04-16 | 2 | -23/+73 |
| |/ / / / / / / |
|
* | | | | | | | | Merge pull request #2409 from ReinUsesLisp/half-floats | bunnei | 2019-04-20 | 9 | -136/+181 |
|\ \ \ \ \ \ \ \
| |_|_|_|/ / / /
|/| | | | | | | |
|
| * | | | | | | | vk_shader_decompiler: Add missing operations | ReinUsesLisp | 2019-04-16 | 1 | -0/+7 |
| * | | | | | | | shader_ir/decode: Fix half float pre-operations and remove MetaHalfArithmetic | ReinUsesLisp | 2019-04-16 | 9 | -85/+72 |
| * | | | | | | | 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 |
| | |_|/ / / / / /
| |/| | | | | | | |
|
* / | | | | | | | | 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 | 3 | -1/+1465 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | 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 | 1 | -1/+4 |
| | |/ / / / / /
| |/| | | | | | |
|
* | | | | | | | | 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 |
| | |_|/ / / / /
| |/| | | | | | |
|
* | | | | | | | | 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 |
| |/ / / / / / / / / / / |
|
* / / / / / / / / / / / | 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 #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 | 4 | -7/+104 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | 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 |
| * | | | | | | | | | | | | | 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 |
| |/ / / / / / / / / / / / / / / |
|
* / / / / / / / / / / / / / / / | yuzu/main: Remove unnecessary includes | Lioncash | 2019-04-04 | 1 | -5/+8 |
|/ / / / / / / / / / / / / / / |
|
* | | | | | | | | | | | | | | | 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 |
| | |_|_|_|_|/ / / / / / /
| |/| | | | | | | | | | | |
|
* | | | | | | | | | | | | | 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 |
| |/ / / / / / / / / / |
|
* | | | | | | | | | | | 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 |
| | |_|/ / / / / / / /
| |/| | | | | | | | | |
|
* | | | | | | | | | | | 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 |
| | |_|_|/ / / / / / / /
| |/| | | | | | | | | | |
|
* | | | | | | | | | | | | 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 |
| | |/ / / / / / / / / /
| |/| | | | | | | | | | |
|
* / | | | | | | | | | | | 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 |
| |/ / / / / / / / / / |
|
* / / / / / / / / / / | 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 | 1 | -0/+61 |
|\ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | 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 | 1 | -0/+69 |
* | | | | | | | | | | | | 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 |
* | | | | | | | | | | | | | | | 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 |
| | |_|_|/ / / / / / / / / / / /
| |/| | | | | | | | | | | | | | |
|
* / | | | | | | | | | | | | | | | 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 #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 #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 #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 |
* | | | | | | | | | | | | | 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 | 8 | -527/+589 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | 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 | 7 | -501/+538 |
* | | | | | | | | | | | | | | 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 |
| |/ / / / / / / / / / / / / |
|
* | | | | | | | | | | | | | | 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 | 5 | -56/+54 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | kernel/hle_ipc: Convert std::shared_ptr IPC header instances to std::optional | Lioncash | 2019-03-08 | 4 | -47/+47 |
| * | | | | | | | | | | | | | 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 |
* | | | | | | | | | | | | | | 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 |
| |/ / / / / / / / / / / |
|
* | | | | | | | | | | | | 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 #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 |
| | |/ / / / / / / / /
| |/| | | | | | | | | |
|
* / | | | | | | | | | | 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 |
* | | | | | | | | | | | | 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 #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 |
| | |/ / / / / / / /
| |/| | | | | | | | |
|
* / | | | | | | | | | gl_shader_disk_cache: Remove #pragma once from cpp file | Lioncash | 2019-02-27 | 1 | -2/+0 |
|/ / / / / / / / / |
|
* | / / / / / / / | 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 |
| |/ / / / / / / |
|
* / / / / / / / | 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 |
| |/ / / / / / / / / |
|
* / / / / / / / / / | 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 | 3 | -0/+342 |
|\ \ \ \ \ \ \ \ \
| |_|/ / / / / / /
|/| | | | | | | | |
|
| * | | | | | | | | vk_memory_manager: Implement memory manager | ReinUsesLisp | 2019-02-19 | 3 | -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 |
* | | | | | | | | | 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 | 6 | -0/+404 |
|\ \ \ \ \ \ \ \
| |_|_|_|/ / / /
|/| | | | | | | |
|
| * | | | | | | | 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 |
| |/ / / / / / |
|
* | | | | | | | 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 |
| | |/ / / /
| |/| | | | |
|
* | | | | | | 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 |
* | | | | | 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 |
* | | | | | cmake: Fix title bar issue | ReinUsesLisp | 2019-02-07 | 1 | -1/+14 |
* | | | | | 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 |
* | | | | | 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 | 4 | -46/+72 |
* | | | | | 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 |
| | |_|/ / / /
| |/| | | | | |
|
* | | | | | | | 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 #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 |
| |/ / / / |
|
* | | | | | gl_shader_cache: Use explicit bindings | ReinUsesLisp | 2019-01-30 | 7 | -249/+194 |
* | | | | | 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 |
* | | | | | 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 |
* | | | | | 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 |
| |/ / / / |
|
* / / / / | 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 |
* | | | | | citra_qt: Log settings on launch | zhupengfei | 2019-01-22 | 5 | -0/+35 |
|/ / / / |
|
* | | | | 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 |
| |/ / |
|
* | | | 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 | 8 | -10/+258 |
|\ \ \ |
|
| * | | | 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 | 8 | -10/+239 |
* | | | | 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 |
| |/ / / / |
|
* / / / / | file_sys/directory: Remove unused DirectoryBackend class | Lioncash | 2019-01-18 | 1 | -23/+0 |
|/ / / / |
|
* | | | | 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 | 25 | -586/+1343 |
|\ \ \ \ \ \ |
|
| * | | | | | | travis: Use correct package for linux Qt5WebEngine | Zach Hilman | 2018-12-29 | 3 | -4/+3 |
| * | | | | | | web_browser: Add bounds checking to applet interface | Zach Hilman | 2018-12-29 | 10 | -146/+160 |
| * | | | | | | 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 |
* | | | | | | | 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 |
| |/ / / / |
|
* | | | | | 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 |
* | | | | | | 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 #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 |
| | |/ / / /
| |/| | | | |
|
* / | | | | | 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 |
* | | | | | | 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 #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 |
* | | | | | | | 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 |
| |/ / / / |
|
* / / / / | kernel/process: Remove most allocation functions from Process' interface | Lioncash | 2018-12-28 | 4 | -49/+35 |
|/ / / / |
|
* | | | | 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 |
* | | | | | | | | 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 |
| |/ / / / / / / |
|
* / / / / / / / | 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 |
* | | | | | | | | 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 |
| | |/ / / / / /
| |/| | | | | | |
|
* | | | | | | | | 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 |
| | |_|_|/ / / / /
| |/| | | | | | | |
|
* | | | | | | | | | 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 |
| |/ / / / / / / / |
|
* | | | | | | | | | 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 |
| | |/ / / / /
| |/| | | | | |
|
* | | | | | | | [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 |
| | |_|_|_|/ / /
| |/| | | | | | |
|
* | | | | | | | | 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 |
| |/ / / / /
|/| | | | | |
|
* | | | | | | 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 |
| |/ / / / / / / / |
|
* | | | | | | | | | 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 |
| | |/ / / / / / / /
| |/| | | | | | | | |
|
* | | | | | | | | | | gl_shader_decompiler: Fixup clip distance index | ReinUsesLisp | 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 |
| | |_|_|/ / / / /
| |/| | | | | | | |
|
* | | | | | | | | | 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 | 8 | -52/+17 |
|\ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | 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 | 3 | -4/+4 |
* | | | | | | | | | | | 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 | 1 | -37/+86 |
|\ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | GDBStub improvements: | Hedges | 2018-11-13 | 1 | -37/+86 |
* | | | | | | | | | | | | 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 |
* | | | | | | | | | | | | | | 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 |
| | |_|_|/ / / / / / / /
| |/| | | | | | | | | | |
|
* / | | | | | | | | | | | common: Remove dependency on xbyak | Lioncash | 2018-11-21 | 3 | -274/+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 |
| | |/ / / / / / / /
| |/| | | | | | | | |
|
* / | | | | | | | | | 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 |
| |/ / / / / / / / |
|
* / / / / / / / / | 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 |
* | | | | | | | | | kernel/resource_limit: Clean up interface | Lioncash | 2018-11-20 | 6 | -190/+81 |
|/ / / / / / / / |
|
* | | | | | | | | 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 |
| | |/ / / / / /
| |/| | | | | | |
|
* | | | | | | | | 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 |
* | | | | | | | | | 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 #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 |
| | |_|_|_|_|_|_|/ /
| |/| | | | | | | | |
|
* | | | | | | | | | | Added SetIsPalmaAllConnectable, SetPalmaBoostMode | David Marcec | 2018-11-16 | 1 | -2/+14 |
| |_|_|_|_|/ / / /
|/| | | | | | | | |
|
* | | | | | | | | | 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 |
| |/ / / / / / / / / |
|
* | | / / / / / / / | 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 |
* | | | | | | | | | | 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 |
| |_|/ / / / / / /
|/| | | | | | | | |
|
* | | | | | | | | | 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 |
| | |/ / / / / / / /
| |/| | | | | | | | |
|
* / | | | | | | | | | Fix typo in BufferTransformFlags | Frederic Laing | 2018-11-04 | 1 | -2/+2 |
|/ / / / / / / / / |
|
* | | / / / / / / | 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 |
| | |/ / / / /
| |/| | | | | |
|
* | | | | | | | 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 |
| | |_|_|/ / / /
| |/| | | | | | |
|
* / | | | | | | | 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 |
| |/ / / / |
|
* / / / / | renderer_opengl: Correct bpp value for ASTC_2D_8X5_SRGB | Rodolfo Bogado | 2018-10-29 | 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 #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 |
* | | | | 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 |
| |/ / / |
|
* | | | | 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 |
| |/ / |
|
* / / | 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 |
* | | | | | | | 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 |
| |_|/ / / /
|/| | | | | |
|
* | | | | | | ips_layer: Use rle_size instead of data_size in RLE patch application | Zach Hilman | 2018-10-25 | 1 | -1/+1 |
|/ / / / / |
|
* | | | | | 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 | 2 | -5/+5 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | CMakeLists: Use PROJECT_SOURCE_DIR instead of CMAKE_SOURCE_DIR | Lioncash | 2018-10-20 | 2 | -5/+5 |
* | | | | | | | | Merge pull request #1553 from lioncash/mem | bunnei | 2018-10-24 | 3 | -200/+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 | 1 | -5/+8 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | 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 |
* | | | | | 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 |
| | |_|/ / / /
| |/| | | | | |
|
* | | | | | | | crypto: Use compressed sizes in offset calculation for KIP decompression | Zach Hilman | 2018-10-20 | 1 | -1/+2 |
| |/ / / / /
|/| | | | | |
|
* | | | | | | 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 |
| | |_|/ / /
| |/| | | | |
|
* | | | | | | 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 |