| Commit message (Expand) | Author | Files | Lines |
2020-06-08 | texture_cache: Port original code management for 2D vs 3D textures | ReinUsesLisp | 2 | -16/+35 |
2020-06-08 | texture_cache: Simplify blit code | ReinUsesLisp | 1 | -9/+7 |
2020-06-08 | texture_cache: Handle 3D texture blits with one layer | ReinUsesLisp | 3 | -5/+10 |
2020-06-08 | texture_cache: Implement rendering to 3D textures | ReinUsesLisp | 10 | -139/+191 |
2020-06-06 | gl_device: Black list NVIDIA 443.24 for fast buffer uploads | ReinUsesLisp | 1 | -2/+10 |
2020-06-04 | Downgrade "handle not signaled" error to trace | David Marcec | 1 | -1/+1 |
2020-06-04 | Default init labels and use initializer list for macro engine | David Marcec | 2 | -2/+2 |
2020-06-03 | Mark parameters as const | David Marcec | 8 | -11/+11 |
2020-06-03 | Actually save the input when clearing/resetting to default | FearlessTobi | 1 | -0/+3 |
2020-06-02 | Pass by reference instead of copying parameters | David Marcec | 4 | -7/+9 |
2020-06-02 | vk_shader_decompiler: Implement atomic image operations | ReinUsesLisp | 1 | -40/+24 |
2020-06-02 | vk_rasterizer: Implement storage texels | ReinUsesLisp | 8 | -52/+120 |
2020-06-02 | maxwell_to_vk: Add R16UI image format | ReinUsesLisp | 2 | -71/+74 |
2020-06-01 | gl_shader_decompiler: Declare gl_Layer and gl_ViewportIndex within gl_PerVertex for vertex and tessellation shaders | Morph | 1 | -6/+16 |
2020-06-01 | gl_shader_decompiler: Fix geometry shader outputs for Intel drivers | Morph | 1 | -13/+15 |
2020-06-01 | Clang-format | VolcaEM | 1 | -2/+1 |
2020-06-01 | hid: Stub GetXpadIDs | VolcaEM | 2 | -1/+14 |
2020-06-01 | gl_device: Avoid devices with CAVEAT_SUPPORT on ASTC | ReinUsesLisp | 2 | -8/+19 |
2020-06-01 | glsl: Squash constant buffers into a single SSBO when we hit the limit | ReinUsesLisp | 7 | -79/+173 |
2020-05-31 | gl_device: Enable compute shaders for Intel proprietary drivers | Morph | 3 | -13/+0 |
2020-05-30 | shader/other: Fix hardcoded value in S2R INVOCATION_INFO | ReinUsesLisp | 1 | -1/+1 |
2020-05-30 | texture_cache: More relaxed reconstruction | ReinUsesLisp | 1 | -13/+9 |
2020-05-30 | Favor switch case over jump table | David Marcec | 2 | -18/+26 |
2020-05-30 | Implement macro JIT | David Marcec | 15 | -189/+1034 |
2020-05-30 | Add xbyak external | David Marcec | 4 | -2/+317 |
2020-05-30 | texture_cache: Only copy textures that were modified from host | ReinUsesLisp | 1 | -2/+6 |
2020-05-30 | texture_cache: Reload textures when number of resources mismatch | ReinUsesLisp | 1 | -0/+9 |
2020-05-29 | vk_rasterizer: Skip transform feedbacks when extension is unavailable | ReinUsesLisp | 1 | -0/+7 |
2020-05-29 | texture_cache: Handle overlaps with multiple subresources | ReinUsesLisp | 1 | -27/+33 |
2020-05-28 | maxwell_3d: Reduce severity of logs that can be spammed | ReinUsesLisp | 1 | -6/+7 |
2020-05-28 | format_lookup_table: Implement G24S8 format as S8Z24 | ReinUsesLisp | 1 | -1/+2 |
2020-05-28 | Make copying directory string more concise | lat9nq | 1 | -2/+1 |
2020-05-28 | Address requested changes | lat9nq | 2 | -4/+4 |
2020-05-28 | *nix systems can read any-case patch directories | lat9nq | 2 | -8/+32 |
2020-05-28 | buffer_cache: Avoid copying twice on certain cases | ReinUsesLisp | 1 | -17/+23 |
2020-05-27 | texture_cache: Use unordered_map::find instead of operator[] on hot code | ReinUsesLisp | 1 | -15/+19 |
2020-05-27 | texture_cache: Use small vector for surface vectors | ReinUsesLisp | 1 | -9/+10 |
2020-05-27 | maxwell_3d: Initialize line widths | ReinUsesLisp | 1 | -0/+2 |
2020-05-27 | maxwell_3d: Initialize polygon modes | ReinUsesLisp | 1 | -0/+2 |
2020-05-27 | Fix macOS code and change "Swapfile" to "Swap" | Morph | 2 | -3/+6 |
2020-05-27 | shader/other: Implement MEMBAR.CTS | ReinUsesLisp | 4 | -9/+27 |
2020-05-26 | texture_cache: Fix layered null surfaces | ReinUsesLisp | 1 | -1/+3 |
2020-05-26 | gl_texture_cache: Implement small texture view cache for swizzles | ReinUsesLisp | 3 | -37/+44 |
2020-05-26 | texture_cache: Implement depth stencil texture swizzles | ReinUsesLisp | 3 | -36/+42 |
2020-05-26 | gl_rasterizer: Port front face flip check from Vulkan | ReinUsesLisp | 1 | -5/+20 |
2020-05-26 | fixed_pipeline_state: Remove unnecessary check for front faces flip | ReinUsesLisp | 1 | -2/+1 |
2020-05-26 | gl_shader_manager: Unbind GLSL program when binding a host pipeline | ReinUsesLisp | 1 | -0/+4 |
2020-05-22 | yuzu/discord_impl: Update the applicationID (#3977) | Tobias | 1 | -1/+1 |
2020-05-22 | shader/other: Implement BAR.SYNC 0x0 | ReinUsesLisp | 4 | -0/+33 |
2020-05-22 | shader/memory: Implement non-addition operations in RED | ReinUsesLisp | 1 | -2/+1 |
2020-05-22 | shader/other: Implement thread comparisons (NV_shader_thread_group) | ReinUsesLisp | 4 | -0/+72 |
2020-05-22 | shader_decompiler: Visit source nodes even when they assign to RZ | ReinUsesLisp | 2 | -2/+6 |
2020-05-22 | vk_shader_decompiler: Don't assert for void returns | ReinUsesLisp | 1 | -2/+1 |
2020-05-21 | buffer_cache: Remove unused boost headers | ReinUsesLisp | 1 | -2/+0 |
2020-05-21 | map_interval: Add interval allocator and drop hack | ReinUsesLisp | 4 | -3/+79 |
2020-05-21 | buffer_cache: Use boost::container::small_vector for maps in range | ReinUsesLisp | 1 | -13/+15 |
2020-05-21 | buffer_cache: Use boost::intrusive::set for caching | ReinUsesLisp | 6 | -30/+48 |
2020-05-21 | buffer_cache: Remove shared pointers | ReinUsesLisp | 2 | -70/+72 |
2020-05-21 | buffer_cache: Minor style changes | ReinUsesLisp | 2 | -129/+65 |
2020-05-21 | clang-format | VolcaEM | 1 | -1/+2 |
2020-05-21 | nifm: correct assert in CreateTemporaryNetworkProfile | VolcaEM | 1 | -1/+1 |
2020-05-19 | renderer_opengl: Add assembly program code paths | ReinUsesLisp | 12 | -109/+339 |
2020-05-19 | yuzu: Add frontend settings for assembly shaders | ReinUsesLisp | 8 | -0/+29 |
2020-05-18 | maxwell_to_vk: Add format B8G8R8A8_SRGB | Morph | 2 | -2/+3 |
2020-05-18 | OpenGL: Enable Debug Context and Synchronous debugging when graphics debugging is enabled. | Fernando Sahmkow | 3 | -0/+9 |
2020-05-17 | main: Log host system memory parameters | Morph | 4 | -0/+86 |
2020-05-16 | file_sys: Update SystemVersion archive to version 10.0.2 | David Marcec | 1 | -7/+7 |
2020-05-16 | nv_flinger: Use enum for pixel format instead of u32 | David Marcec | 2 | -3/+11 |
2020-05-16 | DmaPusher: Remove dead code in step | David Marcec | 2 | -9/+1 |
2020-05-16 | vk_rasterizer: Match OpenGL's FlushAndInvalidate behavior | ReinUsesLisp | 1 | -1/+3 |
2020-05-15 | frontend: Set minimum window size to 640x360 instead of 1280x720 (#3413) | Morph | 6 | -8/+36 |
2020-05-13 | vk_rasterizer: Implement constant attributes | ReinUsesLisp | 4 | -13/+26 |
2020-05-13 | vk_rasterizer: Remove buffer check in attribute selection | ReinUsesLisp | 1 | -4/+0 |
2020-05-13 | time_zone: Use std::chrono::seconds for strong typing. | bunnei | 3 | -4/+5 |
2020-05-12 | Frontend: Remove tracking for context wrapper | James Rowe | 1 | -8/+8 |
2020-05-12 | hid: Clear keyboard states & fix logic issue | David Marcec | 1 | -3/+4 |
2020-05-11 | hle: service: time_zone_manager: Use current time zone setting. | bunnei | 2 | -3/+32 |
2020-05-11 | common: Add module to get the current time zone. | bunnei | 3 | -0/+68 |
2020-05-11 | core: settings: Add a setting for time zone. | bunnei | 8 | -10/+282 |
2020-05-11 | fix logic error & scale sample volume based on voice volume | David Marcec | 1 | -7/+9 |
2020-05-11 | pass by const ref instead | David Marcec | 1 | -8/+7 |
2020-05-11 | audio_renderer: Better voice mixing and 6 channel downmixing | David Marcec | 3 | -11/+96 |
2020-05-11 | service: fsp_srv: Stub implementation of OpenMultiCommitManager. | bunnei | 2 | -1/+38 |
2020-05-11 | yuzu: game_list: Fix 'Open Save Data Location' for device saves. | bunnei | 4 | -27/+49 |
2020-05-11 | file_sys: savefata_factory: Update to support DeviceSaveData. | bunnei | 1 | -3/+6 |
2020-05-11 | file_sys: control_metadata: Expose device_save_data_size. | bunnei | 2 | -0/+5 |
2020-05-11 | Stub SendKeyboardLockKeyEvent | David Marcec | 2 | -1/+11 |
2020-05-10 | gl_shader_decompiler: Properly emulate NaN behaviour on NE | ReinUsesLisp | 1 | -0/+9 |
2020-05-10 | RasterizerCache: Correct documentation. | Fernando Sahmkow | 1 | -2/+2 |
2020-05-10 | VkPipelineCache: Use a null shader on invalid address. | Fernando Sahmkow | 1 | -2/+1 |
2020-05-10 | VideoCore: Use SyncGuestMemory mechanism for Shader/Pipeline Cache invalidation. | Fernando Sahmkow | 3 | -5/+61 |
2020-05-09 | shader_ir: Separate float-point comparisons in ordered and unordered | ReinUsesLisp | 7 | -135/+163 |
2020-05-08 | Replace externals with Conan (#3735) | James Rowe | 7 | -9/+10 |
2020-05-06 | Menubar: fix mouse tracking bug | FearlessTobi | 1 | -4/+0 |
2020-05-05 | Update src/video_core/gpu.cpp | bunnei | 1 | -1/+1 |
2020-05-05 | Update src/video_core/gpu.cpp | bunnei | 1 | -1/+1 |
2020-05-05 | vk_sampler_cache: Use VK_EXT_custom_border_color when available | ReinUsesLisp | 3 | -2/+44 |
2020-05-04 | vk_graphics_pipeline: Implement viewport swizzles with NV_viewport_swizzle | ReinUsesLisp | 8 | -0/+84 |
2020-05-04 | gl_rasterizer: Implement viewport swizzles with NV_viewport_swizzle | ReinUsesLisp | 2 | -0/+13 |
2020-05-04 | maxwell_3d: Add viewport swizzles | ReinUsesLisp | 2 | -1/+24 |
2020-05-03 | kernel/memory: Remove #pragma once within cpp file | Lioncash | 1 | -2/+0 |
2020-05-03 | kernel/memory: Remove unused includes | Lioncash | 7 | -8/+1 |
2020-05-03 | kernel/memory: Remove unused variables in memory_block_manager | Lioncash | 1 | -3/+0 |
2020-05-03 | kernel/memory: Make use of std::array consistently in address_space_info | Lioncash | 1 | -6/+6 |
2020-05-03 | kernel/memory: Resolve -Wshadow warnings | Lioncash | 1 | -4/+4 |
2020-05-03 | kernel/memory: Amend potential encoding warnings | Lioncash | 6 | -12/+12 |
2020-05-03 | hle_ipc: Eliminate core memory globals | Lioncash | 3 | -10/+16 |
2020-05-03 | settings: Add anisotropic filtering level to the yuzu configuration log (#3875) | Morph | 1 | -0/+1 |
2020-05-03 | Update src/core/hle/service/am/am.cpp | bunnei | 1 | -1/+1 |
2020-05-02 | input_common: fix build when SDL2 is disabled | FearlessTobi | 1 | -0/+6 |
2020-05-02 | readable_event: Remove unnecessary semicolon in Signal() | Lioncash | 1 | -4/+6 |
2020-05-02 | vk_graphics_pipeline: Implement rasterizer_enable on Vulkan | ReinUsesLisp | 3 | -1/+3 |
2020-05-02 | fixed_pipeline_state: explicitly use template keyword after 1f345ebe3a55 | Jan Beich | 1 | -2/+4 |
2020-05-01 | nvdrv: Fix GetGpuTime stack corruption | David Marcec | 1 | -2/+3 |
2020-05-01 | am: IHomeMenuFunctions:GetPopFromGeneralChannelEvent | David Marcec | 3 | -4/+20 |
2020-04-30 | maxwell_to_vk: implement missing signed int formats | Dan | 1 | -2/+14 |
2020-04-30 | caps:su Stub out SetShimLibraryVersion | Jason Parker | 2 | -1/+13 |
2020-04-30 | texture: Implement R8G8UI | Morph | 8 | -38/+52 |
2020-04-30 | fs-srv: GetFreeSpaceSize & GetTotalSpaceSize | David Marcec | 1 | -2/+2 |
2020-04-30 | nim: CreateServerInterface, CreateAccessorInterface, CreateAsyncInterface | David Marcec | 1 | -1/+69 |
2020-04-30 | caps: Add missing service names to caps:su | David Marcec | 1 | -0/+3 |
2020-04-30 | am: GetFriendInvitationStorageChannelEvent | David Marcec | 2 | -1/+14 |
2020-04-29 | psm: Mark as debug instead of warning | David Marcec | 1 | -7/+14 |
2020-04-29 | am: Properly implement GetDisplayVersion | David Marcec | 1 | -3/+14 |
2020-04-29 | am: IsVrModeEnabled & SetVrModeEnabled fixes | David Marcec | 2 | -16/+6 |
2020-04-29 | acc: Return a unique value per account for GetAccountId | David Marcec | 2 | -5/+13 |
2020-04-29 | acc: Fix InitializeApplicationInfo | David Marcec | 2 | -22/+15 |
2020-04-29 | kernel: Don't fail silently | David Marcec | 7 | -0/+51 |
2020-04-29 | vulkan: Remove unnecessary includes | Lioncash | 31 | -59/+3 |
2020-04-29 | Don't fail silently for vi, sm, set and ns services | David Marcec | 4 | -3/+27 |
2020-04-28 | shader/arithmetic_integer: Fix tracking issue in temporary | ReinUsesLisp | 1 | -4/+0 |
2020-04-28 | Clang Format and Documentation. | Fernando Sahmkow | 10 | -10/+20 |
2020-04-28 | MaxwellDMA: Optimize micro copies. | Fernando Sahmkow | 3 | -0/+57 |
2020-04-28 | kernel: Bad GetInfo ids should not be marked as stubs | David Marcec | 1 | -2/+2 |
2020-04-28 | Updated comment to reflect ListQualifiedUsers better | David Marcec | 1 | -1/+3 |
2020-04-28 | style: Change AMs & Glues error codes to be dec instead of hex | David Marcec | 2 | -7/+7 |
2020-04-28 | marked stubs | David Marcec | 1 | -4/+5 |
2020-04-28 | account: ListQualifiedUsers | David Marcec | 5 | -3/+13 |
2020-04-28 | Audin:u ListAudioIns, OpenAudioIn, ListAudioInsAuto, OpenAudioInAuto, ListAudioInsAutoFiltered, OpenAudioInProtocolSpecified | David Marcec | 2 | -5/+93 |
2020-04-28 | vk_rasterizer: Skip index buffer setup when vertices are zero | ReinUsesLisp | 1 | -0/+3 |
2020-04-28 | {maxwell_3d,buffer_cache}: Implement memory barriers using 3D registers | ReinUsesLisp | 13 | -16/+57 |
2020-04-28 | VideoCore/GPU: Delegate subchannel engines to the dma pusher. | Fernando Sahmkow | 3 | -4/+49 |
2020-04-28 | VideoCore/Engines: Refactor Engines CallMethod. | Fernando Sahmkow | 13 | -62/+82 |
2020-04-28 | maxwell_3d: Fix depth clamping register | ReinUsesLisp | 5 | -8/+5 |
2020-04-27 | texture_cache: Reintroduce preserve_contents accurately | ReinUsesLisp | 4 | -41/+81 |
2020-04-26 | shader/memory_util: Deduplicate code | ReinUsesLisp | 9 | -159/+153 |
2020-04-26 | shader/arithmetic_integer: Fix edge case and mark IADD.X Rd.CC as unimplemented | ReinUsesLisp | 1 | -1/+6 |
2020-04-26 | shader/arithmetic_integer: Change IAdd to UAdd to avoid signed overflow | ReinUsesLisp | 1 | -2/+2 |
2020-04-26 | shader/arithmetic_integer: Implement IADD.X | ReinUsesLisp | 2 | -0/+10 |
2020-04-26 | shader/arithmetic_integer: Implement CC for IADD | ReinUsesLisp | 4 | -3/+42 |
2020-04-26 | decode/register_set_predicate: Implement CC | ReinUsesLisp | 1 | -9/+14 |
2020-04-26 | decode/register_set_predicate: Use move for shared pointers | ReinUsesLisp | 1 | -16/+17 |
2020-04-26 | services: hid: Stub StopSevenSixAxisSensor. | M&M | 2 | -1/+13 |
2020-04-25 | Fix the mistake in the port and update the comment for clarity | Vitor Kiguchi | 1 | -7/+7 |
2020-04-25 | vk_rasterizer: Pack texceptions and color formats on invalid formats | ReinUsesLisp | 2 | -5/+19 |
2020-04-24 | Add Restore Defaults and Clear options to hotkeys | Kewlan | 5 | -18/+116 |
2020-04-24 | Revert: shader_decode: Fix LD, LDG when track constant buffer. | Fernando Sahmkow | 1 | -14/+6 |
2020-04-24 | Fix -Wdeprecated-copy warning. | Markus Wick | 1 | -0/+1 |
2020-04-24 | Fix -Werror=conversion error. | Markus Wick | 2 | -2/+2 |
2020-04-24 | vi: Don't let uninitialized data pass as a response for SetBufferCount | David Marcec | 1 | -1/+9 |
2020-04-24 | physical_core: Make use of std::make_unique instead of std::make_shared in ctor | Lioncash | 4 | -8/+15 |
2020-04-24 | shared_memory: Amend doxygen reference | Lioncash | 2 | -5/+5 |
2020-04-24 | svc: Re-add MapProcessCodeMemory/UnmapProcessCodeMemory | Lioncash | 1 | -2/+138 |
2020-04-23 | svc: Remove unused variable | Lioncash | 1 | -3/+0 |
2020-04-23 | page_table: Remove unused captures | Lioncash | 1 | -2/+2 |
2020-04-23 | decode/arithmetic_half: Fix HADD2 and HMUL2 absolute and negation bits | ReinUsesLisp | 2 | -16/+37 |
2020-04-23 | shader/texture: Support multiple unknown sampler properties | ReinUsesLisp | 2 | -62/+87 |
2020-04-23 | shader_ir: Turn classes into data structures | ReinUsesLisp | 13 | -299/+197 |
2020-04-23 | vk_rasterizer: Fix framebuffer creation validation errors | ReinUsesLisp | 1 | -2/+4 |
2020-04-23 | vk_pipeline_cache: Unify pipeline cache keys into a single operation | ReinUsesLisp | 5 | -47/+59 |
2020-04-23 | vk_renderpass_cache: Pack renderpass cache key to 12 bytes | ReinUsesLisp | 4 | -84/+59 |
2020-04-23 | kernel: memory: Improve implementation of device shared memory. (#3707) | bunnei | 6 | -16/+110 |
2020-04-23 | Clang Format. | Fernando Sahmkow | 6 | -11/+19 |
2020-04-23 | GPU: Add Fast GPU Time Option. | Fernando Sahmkow | 7 | -1/+21 |
2020-04-23 | Maxwell3D: Process Macros on MultiMethod. | Fernando Sahmkow | 1 | -25/+47 |
2020-04-23 | DMAPusher: Propagate multimethod writes into the engines. | Fernando Sahmkow | 14 | -14/+164 |
2020-04-23 | Update src/yuzu/main.cpp with missing const | Ben Russell | 1 | -1/+1 |
2020-04-23 | Dump RomFS command to include Updates | Ben Russell | 1 | -1/+3 |
2020-04-23 | Edit modifier_scale with the deadzone slider | Kewlan | 3 | -30/+52 |
2020-04-23 | Fix format error in performance statistics | H27CK | 1 | -3/+4 |
2020-04-23 | vk_pipeline_cache: Fix unintentional memcpy into optional | ReinUsesLisp | 1 | -2/+4 |
2020-04-23 | GL_Fence_Manager: use GL_TIMEOUT_IGNORED instead of a loop, | Fernando Sahmkow | 1 | -2/+1 |
2020-04-22 | Add missing ; | H27CK | 1 | -1/+1 |
2020-04-22 | Address Feedback. | Fernando Sahmkow | 3 | -24/+18 |
2020-04-22 | Async GPU: Correct flushing behavior to be similar to old async GPU behavior. | Fernando Sahmkow | 3 | -0/+11 |
2020-04-22 | MaxwellDMA: Correct copying on accuracy level. | Fernando Sahmkow | 1 | -2/+7 |
2020-04-22 | ShaderCache/PipelineCache: Cache null shaders. | Fernando Sahmkow | 4 | -8/+31 |
2020-04-22 | Address Feedback. | Fernando Sahmkow | 13 | -132/+117 |
2020-04-22 | Fix GCC error. | Fernando Sahmkow | 2 | -6/+5 |
2020-04-22 | Correct Linux Compile Error. | Fernando Sahmkow | 2 | -7/+10 |
2020-04-22 | Clang format. | Fernando Sahmkow | 1 | -1/+2 |
2020-04-22 | QueryCache: Only do async flushes on async gpu. | Fernando Sahmkow | 1 | -1/+4 |
2020-04-22 | Async GPU: Only do reactive flushing on Extreme Level. | Fernando Sahmkow | 1 | -1/+1 |
2020-04-22 | vk_fence_manager: Initial implementation | ReinUsesLisp | 8 | -12/+222 |
2020-04-22 | QueryCache: Implement Async Flushes. | Fernando Sahmkow | 5 | -12/+77 |
2020-04-22 | OpenGL: Guarantee writes to Buffers. | Fernando Sahmkow | 3 | -4/+2 |
2020-04-22 | GPU: Implement Flush Requests for Async mode. | Fernando Sahmkow | 6 | -8/+70 |
2020-04-22 | FenceManager: Manage syncpoints and rename fences to semaphores. | Fernando Sahmkow | 11 | -25/+123 |
2020-04-22 | BufferCache: Refactor async managing. | Fernando Sahmkow | 2 | -10/+27 |
2020-04-22 | FenceManager: Implement async buffer cache flushes on High settings | Fernando Sahmkow | 6 | -10/+69 |
2020-04-22 | Rasterizer: Document SignalFence & ReleaseFences and setup skeletons on Vulkan. | Fernando Sahmkow | 5 | -4/+35 |
2020-04-22 | GPU: Fix rebase errors. | Fernando Sahmkow | 2 | -4/+4 |
2020-04-22 | Rasterizer: Disable fence managing in synchronous gpu. | Fernando Sahmkow | 2 | -1/+11 |
2020-04-22 | ThreadManager: Sync async reads on accurate gpu. | Fernando Sahmkow | 9 | -8/+48 |
2020-04-22 | FenceManager: Implement should wait. | Fernando Sahmkow | 2 | -2/+17 |
2020-04-22 | GPU: Implement a Fence Manager. | Fernando Sahmkow | 6 | -23/+208 |
2020-04-22 | OpenGL: Implement Fencing backend. | Fernando Sahmkow | 12 | -19/+94 |
2020-04-22 | TextureCache: Flush linear textures after finishing rendering. | Fernando Sahmkow | 1 | -2/+8 |
2020-04-22 | GPU: Delay Fences. | Fernando Sahmkow | 6 | -2/+20 |
2020-04-22 | BufferCache: Implement OnCPUWrite and SyncGuestHost | Fernando Sahmkow | 6 | -7/+67 |
2020-04-22 | GPU: Refactor synchronization on Async GPU | Fernando Sahmkow | 11 | -7/+56 |
2020-04-22 | Texture Cache: Implement OnCPUWrite and SyncGuestHost | Fernando Sahmkow | 2 | -3/+63 |
2020-04-22 | UI: Replasce accurate GPU option for GPU Accuracy Level | Fernando Sahmkow | 12 | -28/+77 |
2020-04-22 | Add a trailing separator to the string path | Morph | 1 | -1/+1 |
2020-04-22 | Init SDL info structure and add dummy context | H27CK | 2 | -1/+4 |
2020-04-22 | vk_memory_manager: Remove unified memory model flag | ReinUsesLisp | 5 | -35/+6 |
2020-04-22 | vk_rasterizer: Add lazy default buffer maker and use it for empty buffers | ReinUsesLisp | 3 | -4/+40 |
2020-04-22 | gl_rasterizer: Fix buffers without size | ReinUsesLisp | 3 | -8/+13 |
2020-04-21 | audio_renderer: Preliminary BehaviorInfo (#3736) | David | 7 | -13/+249 |
2020-04-21 | shader/arithmetic_integer: Fix LEA_IMM encoding | ReinUsesLisp | 1 | -2/+2 |
2020-04-21 | loader: nro: Fix process initialization using ProgramMetadata default. | bunnei | 2 | -11/+14 |
2020-04-21 | loader: elf: Fix process initialization using ProgramMetadata default. | bunnei | 1 | -0/+5 |
2020-04-21 | file_sys: program_metadata: Add a helper function for generating reasonable default metadata. | bunnei | 2 | -1/+16 |
2020-04-20 | service: Update function tables | Lioncash | 19 | -7/+108 |
2020-04-20 | npad: Lower log level for VibrateController to Debug | FearlessTobi | 1 | -1/+1 |
2020-04-20 | audren: Lower log level for RequestUpdateImpl to Debug | FearlessTobi | 1 | -1/+1 |
2020-04-20 | dynarmic: Add option to disable CPU JIT optimizations | MerryMage | 7 | -2/+26 |
2020-04-20 | yuzu: Option to hide mouse on inactivity | FearlessTobi | 7 | -0/+78 |
2020-04-20 | Initialize quad_indexed_pass before uint8_pass | Amit Prakash Ambasta | 1 | -1/+1 |
2020-04-19 | service/time: Remove reliance on the global system accessor | Lioncash | 1 | -24/+26 |
2020-04-19 | dma_pusher: Remove reliance on the global system instance | Lioncash | 3 | -6/+11 |
2020-04-19 | thread: FPCR.FZ is likely not 1 | MerryMage | 1 | -2/+1 |
2020-04-19 | core: arm_unicorn: Fix interpret fallback by temporarily mapping instruction page. | bunnei | 1 | -0/+11 |
2020-04-19 | renderer_vulkan: assume X11 if not Windows/macOS after bf1d66b7c074 | Jan Beich | 1 | -3/+3 |
2020-04-19 | vulkan/wrapper: Sort physical devices | ReinUsesLisp | 1 | -1/+20 |
2020-04-19 | fixed_pipeline_state: Hash and compare the whole structure | ReinUsesLisp | 2 | -105/+9 |
2020-04-19 | fixed_pipeline_state: Pack blending state | ReinUsesLisp | 3 | -98/+227 |
2020-04-19 | fixed_pipeline_state: Pack rasterizer state | ReinUsesLisp | 4 | -163/+155 |
2020-04-19 | fixed_pipeline_state: Pack depth stencil state | ReinUsesLisp | 3 | -97/+140 |
2020-04-19 | fixed_pipeline_state: Pack attribute state | ReinUsesLisp | 6 | -101/+85 |
2020-04-18 | video_core: gl_shader_decompiler: Fix implicit fallthrough errors. | bunnei | 1 | -0/+1 |
2020-04-18 | service: hid: npad: Fix implicit fallthrough errors. | bunnei | 1 | -0/+2 |
2020-04-18 | gl_shader_decompiler: Avoid copies where applicable | Lioncash | 1 | -3/+3 |
2020-04-18 | time/system_clock_core: Remove unnecessary initializer | Lioncash | 1 | -1/+1 |
2020-04-18 | service/time: Mark IsStandardNetworkSystemClockAccuracySufficient as const | Lioncash | 1 | -1/+1 |
2020-04-18 | service/time: Add virtual destructors where applicable | Lioncash | 3 | -2/+3 |
2020-04-18 | service: Remove unused RequestParser instances | Lioncash | 2 | -3/+0 |
2020-04-18 | memory/slab_heap: Make use of static_cast over reinterpret_cast | Lioncash | 1 | -2/+2 |
2020-04-18 | loader/nso: Resolve moves not occurring in DecompressSegment | Lioncash | 1 | -1/+1 |
2020-04-18 | am: Resolve ineffective moves | Lioncash | 1 | -2/+2 |
2020-04-17 | video_code: Fix implicit switch fallthrough. | Markus Wick | 1 | -0/+2 |
2020-04-17 | vk_stream_buffer: Fix out of memory on boot on recent Nvidia drivers | ReinUsesLisp | 2 | -33/+48 |
2020-04-17 | Revert "gl_shader_cache: Use CompileDepth::FullDecompile on GLSL" | Rodrigo Locatti | 1 | -3/+1 |
2020-04-17 | core: hle: Address various feedback & code cleanup. | bunnei | 11 | -251/+153 |
2020-04-17 | core: device_memory: Remove incorrect usage of constexpr. | bunnei | 1 | -2/+6 |
2020-04-17 | memory: Add copyright notice for Atmosphere where applicable. | bunnei | 6 | -0/+18 |
2020-04-17 | kernel: Remove old VMManager class. | bunnei | 3 | -1973/+0 |
2020-04-17 | loader: nso: Fix loader size and arguments. | bunnei | 3 | -25/+47 |
2020-04-17 | loader: elf/kip/nro: Updates for new VMM. | bunnei | 3 | -5/+7 |
2020-04-17 | service: ldr: Updates for new VMM. | bunnei | 1 | -150/+215 |
2020-04-17 | kernel: memory: page_table: Simplify GetPhysicalAddr impl. | bunnei | 4 | -19/+6 |
2020-04-17 | kernel: svc: Updates for new VMM. | bunnei | 1 | -488/+116 |
2020-04-17 | core: memory: Fix memory access on page boundaries. | bunnei | 1 | -6/+39 |
2020-04-17 | video_core: memory_manager: Updates for Common::PageTable changes. | bunnei | 2 | -67/+34 |
2020-04-17 | core: memory: Updates for new VMM. | bunnei | 2 | -114/+53 |
2020-04-17 | common: page_table: Update to use VirtualBuffer and simplify. | bunnei | 2 | -53/+18 |
2020-04-17 | core: gdbstub: Updates for new VMM. | bunnei | 1 | -2/+2 |
2020-04-17 | core: reporter: Updates for new VMM. | bunnei | 1 | -3/+5 |
2020-04-17 | memory: cheat_engine: Updates for new VMM. | bunnei | 1 | -5/+8 |
2020-04-17 | arm_test_common: Updates for new VMM. | bunnei | 1 | -6/+2 |
2020-04-17 | kernel: process: Updates for new VMM. | bunnei | 2 | -79/+151 |
2020-04-17 | service: pl_u: Update for new shared memory layout. | bunnei | 1 | -7/+5 |
2020-04-17 | service: time: Update for new shared memory layout. | bunnei | 1 | -3/+2 |
2020-04-17 | service: hid: Update for new shared memory layout. | bunnei | 1 | -3/+2 |
2020-04-17 | service: irs: Update for new shared memory layout. | bunnei | 1 | -3/+3 |
2020-04-17 | kernel: resource_limit: Reserve physical memory. | bunnei | 1 | -1/+6 |
2020-04-17 | kernel: Initialize memory layout for new VMM. | bunnei | 2 | -0/+159 |
2020-04-17 | core: system: Rename GetDeviceManager -> DeviceManager. | bunnei | 3 | -7/+7 |
2020-04-17 | kernel: transfer_memory: Refactor for new VMM. | bunnei | 2 | -130/+16 |
2020-04-17 | core: Construct/Destruct DeviceMemory on Init/Shutdown. | bunnei | 1 | -4/+7 |
2020-04-17 | kernel: shared_memory: Refactor for new VMM. | bunnei | 2 | -220/+58 |
2020-04-17 | core: device_memory: Update to use VirtualBuffer class. | bunnei | 2 | -39/+12 |
2020-04-17 | common: Add VirtualBuffer class, to abstract memory virtualization. | bunnei | 3 | -0/+112 |
2020-04-17 | kernel: errors: Add ERR_OUT_OF_RESOURCES. | bunnei | 1 | -0/+1 |
2020-04-17 | kernel: process_capability: Update to use Memory::PageTable. | bunnei | 2 | -23/+25 |
2020-04-17 | kernel: memory: Add PageTable class, to manage process address space. | bunnei | 3 | -0/+1510 |
2020-04-17 | kernel: memory: Add MemoryLayout class, to build physical memory layout. | bunnei | 2 | -0/+74 |
2020-04-17 | kernel: memory: Add MemoryManager class, to manage page heaps. | bunnei | 3 | -0/+276 |
2020-04-17 | kernel: memory: Add MemoryBlockManager class, to manage memory blocks. | bunnei | 3 | -0/+256 |
2020-04-17 | kernel: memory: Add PageHeap class, to manage a heap of pages. | bunnei | 3 | -0/+483 |
2020-04-17 | kernel: memory: Add PageLinkedList class, to manage a list of pages. | bunnei | 2 | -0/+94 |
2020-04-17 | kernel: memory: Add system_control code, which will be used for ASLR support. | bunnei | 3 | -0/+61 |
2020-04-17 | physical_memory: Add missing include for <vector>. | bunnei | 1 | -0/+2 |
2020-04-17 | kernel: memory: Add MemoryBlock class, for managing memory blocks and their state. | bunnei | 2 | -0/+316 |
2020-04-17 | kernel: memory: Add memory_types.h, for things that are commonly used in memory code. | bunnei | 2 | -0/+19 |
2020-04-17 | kernel: memory: Add SlabHeap class, for managing memory heaps. | bunnei | 2 | -0/+162 |
2020-04-17 | kernel: memory: Add AddressSpaceInfo class, for managing the memory address space. | bunnei | 3 | -0/+166 |
2020-04-17 | core: device_manager: Add a simple class to manage device RAM. | bunnei | 5 | -1/+118 |
2020-04-17 | dynarmic: Enable strict alignment checks. | bunnei | 1 | -1/+4 |
2020-04-17 | common: scope_exit: Implement mechanism for canceling a scope exit. | bunnei | 1 | -1/+8 |
2020-04-17 | core: memory: Move to Core::Memory namespace. | bunnei | 37 | -98/+100 |
2020-04-17 | common: alignment: Add a helper function for generic alignment checking. | bunnei | 1 | -0/+7 |
2020-04-17 | core: kernel: Add svc_types header to include SVC-specific types. | bunnei | 3 | -0/+70 |
2020-04-17 | core: kernel: Move SVC to its own namesapce. | bunnei | 5 | -9/+9 |
2020-04-17 | kernel: resource_limit: Improvements to implementation. | bunnei | 2 | -12/+50 |
2020-04-17 | loader: nso: Fix loading of static objects to be properly sized and aligned. | bunnei | 1 | -19/+9 |
2020-04-17 | common: common_funcs: Add a macro for defining enum flag operators. | bunnei | 1 | -0/+32 |
2020-04-17 | process: SetupMainThread: Zero out argument on process start. | bunnei | 1 | -0/+2 |
2020-04-17 | arm_interface: Ensure ThreadContext is zero'd out. | bunnei | 1 | -16/+16 |
2020-04-17 | CMakeLists: Make missing declarations a compile-time error | Lioncash | 1 | -0/+1 |
2020-04-17 | General: Resolve warnings related to missing declarations | Lioncash | 9 | -24/+25 |
2020-04-17 | gdbstub: Fix some gdbstub jankiness | MerryMage | 1 | -4/+3 |
2020-04-17 | key_manager: Resolve missing field initializer warning | Lioncash | 1 | -1/+2 |
2020-04-17 | decode/memory: Resolve unused variable warning | Lioncash | 1 | -1/+1 |
2020-04-17 | decode/texture: Resolve unused variable warnings. | Lioncash | 1 | -5/+7 |
2020-04-17 | decode/texture: Collapse loop down into std::generate | Lioncash | 1 | -3/+1 |
2020-04-17 | decode/texture: Eliminate trivial missing field initializer warnings | Lioncash | 1 | -3/+4 |
2020-04-17 | time_zone_manager: Resolve sign conversion warnings | Lioncash | 1 | -2/+2 |
2020-04-17 | CMakeLists: Enable -Wmissing-declarations on Linux builds | Lioncash | 1 | -0/+1 |
2020-04-17 | hle_ipc: Remove std::size_t casts where applicable | Lioncash | 2 | -21/+23 |
2020-04-17 | maxwell_3d: Initialize format attributes constant as one | ReinUsesLisp | 1 | -0/+4 |
2020-04-17 | vk_compute_pass: Implement indexed quads | ReinUsesLisp | 5 | -12/+280 |
2020-04-16 | externals: Move LibreSSL linking to httplib. | Markus Wick | 2 | -11/+3 |
2020-04-16 | input_common: Use the CMake target instead of the variable. | Markus Wick | 1 | -1/+1 |
2020-04-16 | buffer_cache: Return handles instead of pointer to handles | ReinUsesLisp | 14 | -228/+90 |
2020-04-16 | decode/shift: Remove unused variable within Shift() | Lioncash | 1 | -1/+0 |
2020-04-16 | surface_view: Add missing operator!= to ViewParams | Lioncash | 2 | -0/+5 |
2020-04-16 | surface_base: Make IsInside() a const member function | Lioncash | 1 | -2/+2 |
2020-04-16 | texture_cache/format_lookup_table: Fix incorrect green, blue, and alpha indices | Lioncash | 1 | -3/+3 |
2020-04-16 | control_flow: Make use of std::move in TryInspectAddress() | Lioncash | 1 | -3/+3 |
2020-04-16 | video_core: Amend doxygen comment references | Lioncash | 2 | -5/+5 |
2020-04-16 | gl_query_cache: Resolve use-after-move in CachedQuery move assignment operator | Lioncash | 1 | -1/+1 |
2020-04-16 | gl_device: Mark stage_swizzle as constexpr | Lioncash | 1 | -1/+1 |
2020-04-16 | track: Eliminate redundant copies | Lioncash | 1 | -5/+6 |
2020-04-16 | CMakeLists: Specify -Wextra on linux builds | Lioncash | 26 | -70/+93 |
2020-04-15 | file_util: Early-exit in WriteArray and ReadArray if specified lengths are zero | Lioncash | 2 | -9/+33 |
2020-04-15 | CMakeLists: Make -Wreorder a compile-time error | Lioncash | 4 | -5/+7 |
2020-04-15 | kernel/thread: Resolve -Wswitch warnings | Lioncash | 1 | -0/+2 |
2020-04-15 | Texture Cache: Read current data when flushing a 3D segment. | Fernando Sahmkow | 1 | -0/+6 |
2020-04-15 | maxwell_to_vk: Add uint16 vertex formats | ReinUsesLisp | 1 | -0/+8 |
2020-04-15 | maxwell_to_vk: Add missing breaks | ReinUsesLisp | 1 | -0/+2 |
2020-04-15 | vk_blit_screen: Initialize all members in VkPipelineViewportStateCreateInfo | ReinUsesLisp | 1 | -0/+2 |
2020-04-15 | Texture Cache: Only do buffer copies on accurate GPU. (#3634) | Fernando Sahmkow | 1 | -1/+3 |
2020-04-15 | service: time: Implement CalculateStandardUserSystemClockDifferenceByUser. | bunnei | 3 | -1/+25 |
2020-04-15 | Revert "gl_shader_decompiler: Implement merges with bitfieldInsert" | ReinUsesLisp | 1 | -2/+4 |
2020-04-15 | shader/arithmetic: Add FCMP_CR variant | ReinUsesLisp | 2 | -3/+6 |
2020-04-14 | gl_rasterizer: Implement constant vertex attributes | ReinUsesLisp | 2 | -2/+6 |
2020-04-14 | file_sys: patch_manager: Return early when there are no layers to apply. | bunnei | 1 | -0/+6 |
2020-04-14 | service: friend: Stub IFriendService::GetBlockedUserListIds. | bunnei | 1 | -1/+10 |
2020-04-14 | vk_rasterizer: Default to 1 viewports with a size of 0 | ReinUsesLisp | 1 | -3/+6 |
2020-04-14 | gl_shader_cache: Use CompileDepth::FullDecompile on GLSL | ReinUsesLisp | 1 | -1/+3 |
2020-04-14 | renderer_vulkan: Integrate Nvidia Nsight Aftermath on Windows | ReinUsesLisp | 9 | -22/+360 |
2020-04-14 | yuzu/main: Add better popup texts and remove duplicated actions | FearlessTobi | 3 | -64/+18 |
2020-04-13 | gl_texture_cache: Fix layered texture attachment base level | ReinUsesLisp | 1 | -1/+1 |
2020-04-13 | renderer_vulkan: Remove Nvidia checkpoints | ReinUsesLisp | 4 | -34/+0 |
2020-04-13 | renderer_vulkan: Catch device losses in more places | ReinUsesLisp | 3 | -21/+29 |
2020-04-13 | gl_rasterizer: Implement line widths and smooth lines | ReinUsesLisp | 5 | -2/+33 |
2020-04-13 | gl_shader_decompiler: Implement merges with bitfieldInsert | ReinUsesLisp | 1 | -4/+2 |
2020-04-12 | gl_shader_decompiler: Improve generated code in HMergeH* | ReinUsesLisp | 1 | -6/+8 |
2020-04-12 | shader/video: Partially implement VMNMX | ReinUsesLisp | 3 | -0/+116 |
2020-04-12 | video_core: Add MSAA registers in 3D engine and TIC | ReinUsesLisp | 2 | -6/+76 |
2020-04-11 | texture_cache: Remove preserve_contents | ReinUsesLisp | 3 | -47/+31 |
2020-04-11 | renderer_vulkan: Drop Vulkan-Hpp | ReinUsesLisp | 51 | -2272/+2881 |
2020-04-10 | Buffer queue: Correct behavior of free buffer. | Fernando Sahmkow | 2 | -9/+33 |
2020-04-10 | service/vi: Partially implement BufferQueue disconnect | ReinUsesLisp | 3 | -10/+44 |
2020-04-10 | shader/texture: Remove type mismatches management from shader decoder | ReinUsesLisp | 1 | -14/+0 |
2020-04-09 | astc: Hard code bit depth changes to 8 and use fast replicate | ReinUsesLisp | 1 | -21/+15 |
2020-04-09 | common/file_util: Allow access to files on network shares | Ben Russell | 1 | -1/+8 |
2020-04-09 | astc: Use boost's static_vector to avoid heap allocations | ReinUsesLisp | 1 | -10/+14 |
2020-04-09 | astc: Implement a fast precompiled alternative for Replicate | ReinUsesLisp | 1 | -2/+57 |
2020-04-09 | astc: Move Replicate to a constexpr LUT when possible | ReinUsesLisp | 1 | -8/+38 |
2020-04-09 | astc: Make InputBitStream constexpr | ReinUsesLisp | 1 | -11/+11 |
2020-04-09 | astc: OutputBitStream style changes and make it constexpr | ReinUsesLisp | 1 | -32/+26 |
2020-04-09 | gl_texture_cache: Attach view instead of base texture for layered attachments | ReinUsesLisp | 1 | -2/+2 |
2020-04-09 | VkRasterizer: Eliminate Legacy code. | Fernando Sahmkow | 1 | -1/+0 |
2020-04-09 | Memory: Correct GCC errors. | Fernando Sahmkow | 2 | -2/+3 |
2020-04-08 | Memory: Address Feedback. | Fernando Sahmkow | 4 | -4/+75 |
2020-04-08 | GPUMemoryManager: Improve safety of memory reads. | Fernando Sahmkow | 3 | -55/+47 |
2020-04-08 | Place SL and SR in the right most column. | Kewlan | 1 | -2/+2 |
2020-04-08 | qt/bootmanager: Remove unnecessary glBindFramebuffer | ReinUsesLisp | 1 | -1/+0 |
2020-04-08 | video_core/textures: Move GetMaxAnisotropy to cpp file | ReinUsesLisp | 2 | -19/+23 |
2020-04-08 | video_core/texture: Use a LUT to convert sRGB texture borders | ReinUsesLisp | 3 | -9/+61 |
2020-04-07 | Addressed feedback: switched to snake case and fixed clang-format errors | SilverBeamx | 2 | -5/+6 |
2020-04-07 | Addressed feedback: removed CMake hack in favor of building the necessary strings via the supplied title format | SilverBeamx | 2 | -2/+14 |
2020-04-07 | yuzu: Drop SDL2 and Qt frontend Vulkan requirements | ReinUsesLisp | 16 | -314/+371 |
2020-04-07 | address nit. | Nguyen Dac Nam | 1 | -1/+1 |
2020-04-07 | renderer_vulkan: Query device names from the backend | ReinUsesLisp | 4 | -35/+79 |
2020-04-07 | common/dynamic_library: Import and adapt helper from Dolphin | ReinUsesLisp | 3 | -0/+183 |
2020-04-07 | shader/conversion: Implement I2I sign extension, saturation and selection | ReinUsesLisp | 2 | -14/+101 |
2020-04-07 | Apply suggestions from code review | Nguyen Dac Nam | 1 | -9/+9 |
2020-04-07 | file_sys: fix LayeredFS error when loading some games made with… (#3602) | enler | 1 | -1/+2 |
2020-04-06 | Clang Format. | Fernando Sahmkow | 1 | -6/+3 |
2020-04-06 | Shader/Pipeline Cache: Use VAddr instead of physical memory for addressing. | Fernando Sahmkow | 7 | -87/+62 |
2020-04-06 | Query Cache: Use VAddr instead of physical memory for adressing. | Fernando Sahmkow | 3 | -23/+22 |
2020-04-06 | Buffer Cache: Use vAddr instead of physical memory. | Fernando Sahmkow | 12 | -106/+254 |
2020-04-06 | Texture Cache: Use vAddr instead of physical memory for caching. | Fernando Sahmkow | 5 | -130/+81 |
2020-04-06 | GPU: Setup Flush/Invalidate to use VAddr instead of CacheAddr | Fernando Sahmkow | 14 | -67/+77 |
2020-04-06 | shader_decode: SULD.D using std::pair instead of out parameter | namkazy | 2 | -19/+15 |
2020-04-06 | shader_decode: SULD.D avoid duplicate code block. | namkazy | 1 | -39/+2 |
2020-04-06 | shader_decode: SULD.D fix conversion error. | namkazy | 1 | -3/+3 |
2020-04-06 | shader_decode: SULD.D implement bits64 and reverse shader ir init method to removed shader stage. | namkazy | 5 | -46/+105 |
2020-04-06 | shader/memory: Implement RED.E.ADD | ReinUsesLisp | 5 | -28/+99 |
2020-04-06 | shader/memory: Add "using std::move" | ReinUsesLisp | 1 | -11/+13 |
2020-04-06 | shader/memory: Minor fixes in ATOM | ReinUsesLisp | 1 | -32/+30 |
2020-04-06 | yuzu: Fixes to game list sorting | FearlessTobi | 2 | -8/+22 |
2020-04-05 | silent warning (conversion error) | namkazy | 1 | -3/+2 |
2020-04-05 | shader_decode: SULD.D -> SINT actually same as UNORM. | namkazy | 1 | -5/+4 |
2020-04-05 | shader_decode: SULD.D fix decode SNORM component | namkazy | 1 | -10/+9 |
2020-04-05 | clang-format | namkazy | 1 | -2/+2 |
2020-04-05 | shader_decode: get sampler descriptor from registry. | namkazy | 1 | -77/+93 |
2020-04-05 | yuzu/configuration: Only assert that all buttons exist when we are handling the click for a button device | FearlessTobi | 2 | -14/+16 |
2020-04-05 | yuzu/configure_input_simple: Fix "Docked Joycons" controller profile | FearlessTobi | 1 | -4/+5 |
2020-04-05 | tweaking. | namkazy | 1 | -3/+3 |
2020-04-05 | clang-format | Nguyen Dac Nam | 1 | -2/+1 |
2020-04-05 | cleanup unuse params | namkazy | 1 | -8/+6 |
2020-04-05 | cleanup debug code. | namkazy | 1 | -14/+3 |
2020-04-05 | reimplement get component type, uncomment mistaken code | namkazy | 1 | -18/+93 |
2020-04-05 | remove disable optimize | namkazy | 1 | -2/+0 |
2020-04-05 | [wip] reimplement SULD.D | namkazy | 1 | -22/+229 |
2020-04-05 | add shader stage when init shader ir | namkazy | 4 | -9/+12 |
2020-04-05 | clang-fix | Nguyen Dac Nam | 1 | -1/+1 |
2020-04-05 | shader: image - import PredCondition | Nguyen Dac Nam | 1 | -0/+1 |
2020-04-05 | shader: SULD.D bits32 implement more complexer method. | Nguyen Dac Nam | 1 | -4/+28 |
2020-04-05 | shader: SULD.D import StoreType | Nguyen Dac Nam | 1 | -0/+1 |
2020-04-05 | shader: implement SULD.D bits32 | Nguyen Dac Nam | 1 | -11/+27 |
2020-04-04 | shader/other: Add error message for some S2R registers | ReinUsesLisp | 1 | -0/+6 |
2020-04-04 | shader_bytecode: Rename MOV_SYS to S2R | ReinUsesLisp | 2 | -5/+5 |
2020-04-04 | shader_bytecode: Add encoding for BAR | ReinUsesLisp | 1 | -0/+2 |
2020-04-04 | shader_ir: Add error message for EXIT.FCSM_TR | ReinUsesLisp | 1 | -0/+3 |
2020-04-04 | shader_bytecode: Add encoding for VOTE.VTG | ReinUsesLisp | 1 | -0/+2 |
2020-04-04 | Revert "Merge pull request #3499 from ReinUsesLisp/depth-2d-array" | ReinUsesLisp | 1 | -4/+2 |
2020-04-02 | shader/memory: Silence no return value warning | ReinUsesLisp | 1 | -0/+3 |
2020-04-02 | shader_decompiler: Remove FragCoord.w hack and change IPA implementation | ReinUsesLisp | 4 | -68/+74 |
2020-04-01 | gl_texture_cache: Fix software ASTC fallback | ReinUsesLisp | 1 | -7/+12 |
2020-04-01 | vk_device: Add missing ASTC queries | ReinUsesLisp | 1 | -14/+29 |
2020-04-01 | video_core: Use native ASTC when available | ReinUsesLisp | 10 | -281/+176 |
2020-04-01 | gl_device: Detect if ASTC is reported and expose it | ReinUsesLisp | 2 | -0/+31 |
2020-04-01 | common: Port some changes from dolphin (#5127) | Vitor K | 2 | -15/+16 |
2020-04-01 | renderer_vulkan/wrapper: Add vkEnumerateInstanceExtensionProperties wrapper | ReinUsesLisp | 2 | -0/+17 |
2020-04-01 | renderer_vulkan/wrapper: Add command buffer handle | ReinUsesLisp | 1 | -0/+192 |
2020-04-01 | renderer_vulkan/wrapper: Add physical device handle | ReinUsesLisp | 2 | -0/+123 |
2020-04-01 | renderer_vulkan/wrapper: Add device handle | ReinUsesLisp | 2 | -0/+277 |
2020-04-01 | renderer_vulkan/wrapper: Add swapchain handle | ReinUsesLisp | 2 | -0/+15 |
2020-04-01 | renderer_vulkan/wrapper: Add fence handle | ReinUsesLisp | 1 | -0/+17 |
2020-04-01 | renderer_vulkan/wrapper: Add device memory handle | ReinUsesLisp | 1 | -0/+15 |
2020-04-01 | renderer_vulkan/wrapper: Add pool handles | ReinUsesLisp | 2 | -0/+47 |
2020-04-01 | renderer_vulkan/wrapper: Add buffer and image handles | ReinUsesLisp | 2 | -0/+24 |
2020-04-01 | renderer_vulkan/wrapper: Add queue handle | ReinUsesLisp | 2 | -0/+36 |
2020-04-01 | renderer_vulkan/wrapper: Add instance handle | ReinUsesLisp | 2 | -0/+87 |
2020-04-01 | capsrv: Split Capture services into individual files and stub GetAlbumContentsFileListForApplication (#3571) | Morph | 15 | -151/+536 |
2020-03-31 | gl_rasterizer: Mark cleared textures as dirty | ReinUsesLisp | 1 | -2/+5 |
2020-03-31 | clang-format | Nguyen Dac Nam | 1 | -2/+1 |
2020-03-31 | shader_decode: fix by suggestion | Nguyen Dac Nam | 1 | -27/+22 |
2020-03-30 | Frontend: Don't call DoneCurrent if the context isnt already current | James Rowe | 2 | -2/+13 |
2020-03-30 | clang-format | namkazy | 1 | -3/+3 |
2020-03-30 | gl_decompiler: min/max op not implement yet | namkazy | 1 | -0/+4 |
2020-03-30 | shader_decode: ATOM/ATOMS: add function to avoid code repetition | namkazy | 2 | -70/+53 |
2020-03-30 | shader_decode: merge GlobalAtomicOp to AtomicOp | namkazy | 1 | -13/+1 |
2020-03-30 | shader_decode: implement ATOM operation for S32 and U32 | Nguyen Dac Nam | 1 | -6/+39 |
2020-03-30 | clang-format | namkazy | 1 | -3/+3 |
2020-03-30 | shader_decode: implement ATOMS instr partial. | Nguyen Dac Nam | 1 | -10/+42 |
2020-03-30 | vk_decompiler: add atomic op and handler function. | Nguyen Dac Nam | 1 | -6/+25 |
2020-03-30 | gl_decompiler: add atomic op | Nguyen Dac Nam | 1 | -0/+16 |
2020-03-30 | shader: node - update correct comment | Nguyen Dac Nam | 1 | -15/+15 |
2020-03-30 | shader_decode: add Atomic op for common usage | Nguyen Dac Nam | 1 | -1/+15 |
2020-03-29 | Re-order the shoulder buttons both in the configuration menu, and in the code. | Kewlan | 1 | -36/+36 |
2020-03-28 | shader_bytecode: Fix I2I_IMM encoding | ReinUsesLisp | 1 | -1/+1 |
2020-03-28 | renderer_vulkan/wrapper: Address feedback | ReinUsesLisp | 1 | -3/+24 |
2020-03-28 | shader/lea: Simplify generated LEA code | ReinUsesLisp | 1 | -3/+2 |
2020-03-28 | yuzu: fix the stuck in fullscreen mode bug | FearlessTobi | 1 | -0/+8 |
2020-03-27 | shader/lea: Fix op_a and op_b usages | ReinUsesLisp | 1 | -2/+2 |
2020-03-27 | shader/lea: Remove const and use move when possible | ReinUsesLisp | 1 | -11/+5 |
2020-03-27 | Set render window to also accept focus via tabbing (Qt::StrongFocus) (#5089) | Vitor K | 1 | -1/+1 |
2020-03-27 | services: hid: Stub InitializeSevenSixAxisSensor. | bunnei | 2 | -1/+9 |
2020-03-27 | services: time: Implement CalculateSpanBetween. | bunnei | 3 | -1/+31 |
2020-03-27 | am: Implement VR related APIs | perillamint | 2 | -3/+42 |
2020-03-27 | renderer_vulkan/wrapper: Add owning handles | ReinUsesLisp | 1 | -0/+18 |
2020-03-27 | renderer_vulkan/wrapper: Add pool allocations owning templated class | ReinUsesLisp | 1 | -0/+81 |
2020-03-27 | renderer_vulkan/wrapper: Add owning handle templated class | ReinUsesLisp | 1 | -0/+144 |
2020-03-27 | renderer_vulkan/wrapper: Add destroy and free overload set | ReinUsesLisp | 2 | -0/+133 |
2020-03-27 | renderer_vulkan/wrapper: Add dispatch table and loaders | ReinUsesLisp | 2 | -0/+283 |
2020-03-27 | renderer_vulkan/wrapper: Add exception class | ReinUsesLisp | 2 | -0/+34 |
2020-03-27 | renderer_vulkan/wrapper: Add ToString function for VkResult | ReinUsesLisp | 3 | -0/+91 |
2020-03-27 | renderer_vulkan/wrapper: Add Vulakn wrapper and a span helper | ReinUsesLisp | 2 | -0/+84 |
2020-03-27 | engines/const_buffer_engine_interface: Store image format type | ReinUsesLisp | 1 | -4/+10 |
2020-03-27 | maxwell_to_vk: implement signedscaled vertex formats | Dan | 1 | -0/+20 |
2020-03-26 | services: ldr: Fix MemoryState for read/write regions of NROs. | bunnei | 1 | -5/+15 |
2020-03-26 | Address review and fix broken yuzu-tester build | James Rowe | 11 | -102/+83 |
2020-03-26 | shader/conversion: Fix F2F rounding operations with different sizes | ReinUsesLisp | 1 | -5/+10 |
2020-03-26 | gl_rasterizer: Update stencil test regardless of it being disabled | ReinUsesLisp | 1 | -5/+1 |
2020-03-26 | gl_rasterizer: Synchronize stencil testing on clears | ReinUsesLisp | 1 | -0/+1 |
2020-03-25 | Frontend/GPU: Refactor context management | James Rowe | 29 | -418/+361 |
2020-03-23 | sm/controller: Increase PointerBufferSize | FearlessTobi | 1 | -1/+1 |
2020-03-23 | audio_core: Accept Audren REV8 | FearlessTobi | 1 | -1/+1 |
2020-03-23 | xmad: fix clang build error | makigumo | 1 | -4/+5 |
2020-03-22 | apply replay logic to all writes. remove replay from MacroInterpreter::Send (@fincs) | namkazy | 2 | -12/+9 |
2020-03-22 | core/web_browser: Allow WebApplet to exit gracefully when an error occurs | FearlessTobi | 1 | -0/+6 |
2020-03-22 | maxwell_3d: change declaration order | namkazy | 1 | -1/+3 |
2020-03-22 | maxwell_3d: init shadow_state | namkazy | 1 | -0/+2 |
2020-03-22 | gl_rasterizer: Use transformed viewport for depth ranges | ReinUsesLisp | 1 | -4/+6 |
2020-03-22 | maxwell_3d: this seem more correct. | namkazy | 1 | -2/+2 |
2020-03-22 | maxwell_3d: update comments for shadow ram usage | namkazy | 3 | -2/+6 |
2020-03-22 | marco_interpreter: write hw value when shadow ram requested | Nguyen Dac Nam | 1 | -0/+6 |
2020-03-22 | maxwell_3d: track shadow ram ctrl and hw reg value | Nguyen Dac Nam | 1 | -0/+10 |
2020-03-22 | maxwell_3d: implement MME shadow RAM | Nguyen Dac Nam | 1 | -1/+14 |
2020-03-19 | set: implement GetRegionCode | Dan | 8 | -9/+72 |
2020-03-19 | vk_texture_cache: Silence misc warnings | ReinUsesLisp | 1 | -3/+3 |
2020-03-19 | vk_staging_buffer_pool: Silence unused constant warning | ReinUsesLisp | 1 | -1/+1 |
2020-03-19 | vk_rasterizer: Remove unused variable | ReinUsesLisp | 1 | -2/+0 |
2020-03-19 | vk_pipeline_cache: Remove unused variable | ReinUsesLisp | 1 | -1/+0 |
2020-03-19 | maxwell_to_vk: Sielence -Wswitch warning | ReinUsesLisp | 1 | -0/+2 |
2020-03-19 | gl_shader_decompiler: Remove deprecated function and its usages | ReinUsesLisp | 1 | -11/+8 |
2020-03-19 | gl_rasterizer: Silence misc warnings | ReinUsesLisp | 1 | -7/+2 |
2020-03-19 | kepler_compute: Remove unused variables | ReinUsesLisp | 1 | -8/+0 |
2020-03-18 | time_zone_content_manager: Fix out of bounds read | ReinUsesLisp | 1 | -1/+1 |
2020-03-18 | input_common/udp: Fix clang build issues | ReinUsesLisp | 1 | -1/+2 |
2020-03-18 | astc: Fix clang build issues | ReinUsesLisp | 1 | -12/+12 |
2020-03-18 | gl_shader_decompiler: Don't redeclare gl_VertexID and gl_InstanceID | ReinUsesLisp | 1 | -8/+0 |
2020-03-17 | yuzu: Save sound output mode and set it to Stereo by default | FearlessTobi | 3 | -0/+7 |
2020-03-17 | bcat: Disable Boxcat backend by default | FearlessTobi | 2 | -2/+2 |
2020-03-17 | input_common/udp: Fix Linux build by using a backwards compatible way of error checking | FearlessTobi | 1 | -1/+1 |
2020-03-17 | gdbstub: small logic bug fix with defer_start | Gauvain "GovanifY" Roussel-Tarbouriech | 1 | -2/+4 |
2020-03-17 | gdbstub: Ensure gdbstub doesn't drop packets crucial to initialization | Gauvain "GovanifY" Roussel-Tarbouriech | 3 | -2/+16 |
2020-03-16 | renderer_opengl: Move some logic to an anonymous namespace | ReinUsesLisp | 1 | -151/+151 |
2020-03-16 | renderer_opengl: Detect Nvidia Nsight as a debugging tool | ReinUsesLisp | 3 | -7/+22 |
2020-03-16 | gl_shader_decompiler: Implement legacy varyings | ReinUsesLisp | 1 | -6/+57 |
2020-03-16 | shader/shader_ir: Track usage in input attribute and of legacy varyings | ReinUsesLisp | 3 | -34/+64 |
2020-03-16 | shader/shader_ir: Fix clip distance usage stores | ReinUsesLisp | 1 | -2/+1 |
2020-03-16 | shader/shader_ir: Change declare output attribute to a switch | ReinUsesLisp | 1 | -9/+9 |
2020-03-15 | maxwell_to_vk: Implement RG32 and RGB32 integer vertex formats | ReinUsesLisp | 1 | -0/+4 |
2020-03-15 | vk_rasterizer: Implement layered clears | ReinUsesLisp | 1 | -2/+2 |
2020-03-15 | vk_shader_decompiler: fix linux build | makigumo | 1 | -1/+1 |
2020-03-15 | vk_rasterizer: Fix vertex range assert | ReinUsesLisp | 1 | -1/+1 |
2020-03-15 | vk_rasterizer: Reimplement clears with vkCmdClearAttachments | ReinUsesLisp | 4 | -45/+53 |
2020-03-14 | renderer_opengl: Keep presentation frames in lock-step when GPU debugging. | bunnei | 1 | -1/+32 |
2020-03-14 | gl_device: Add option to check GL_EXT_debug_tool. | bunnei | 2 | -0/+6 |
2020-03-14 | DirtyFlags: relax need to set render_targets as dirty | Fernando Sahmkow | 4 | -13/+0 |
2020-03-14 | PageTable: move backing addresses to a children class as the CPU page table does not need them. | Fernando Sahmkow | 3 | -4/+25 |
2020-03-14 | astc: Fix typos from search and replace | ReinUsesLisp | 1 | -3/+3 |
2020-03-14 | astc: Minor changes to InputBitStream | ReinUsesLisp | 1 | -28/+34 |
2020-03-14 | astc: Pass val in Replicate by copy | ReinUsesLisp | 1 | -1/+1 |
2020-03-14 | astc: Call std::vector:reserve on decodedClolorValues to avoid reallocating | ReinUsesLisp | 1 | -0/+2 |
2020-03-14 | clang-format | Nguyen Dac Nam | 1 | -2/+1 |
2020-03-14 | nit | Nguyen Dac Nam | 1 | -1/+1 |
2020-03-14 | astc: Call std::vector::reserve on texelWeightValues to avoid reallocating | ReinUsesLisp | 1 | -0/+2 |
2020-03-14 | astc: Create a LUT at compile time for encoding values | ReinUsesLisp | 1 | -7/+19 |
2020-03-14 | astc: Make IntegerEncodedValue a trivial structure | ReinUsesLisp | 1 | -212/+177 |
2020-03-14 | astc: Make IntegerEncodedValue constructor constexpr | ReinUsesLisp | 1 | -5/+6 |
2020-03-14 | astc: Make IntegerEncodedValue trivially copyable | ReinUsesLisp | 1 | -9/+2 |
2020-03-14 | astc: Rename C types to common_types | ReinUsesLisp | 1 | -79/+78 |
2020-03-14 | astc: Move Popcnt to an anonymous namespace and make it constexpr | ReinUsesLisp | 1 | -9/+13 |
2020-03-14 | astc: Use common types instead of stdint.h integer types | ReinUsesLisp | 1 | -284/+282 |
2020-03-14 | astc: Use 'enum class' instead of 'enum' for EIntegerEncoding | ReinUsesLisp | 1 | -25/+25 |
2020-03-13 | vk/gl_shader_decompiler: Silence assertion on compute | ReinUsesLisp | 2 | -6/+12 |
2020-03-13 | vk_shader_decompiler: Fix default varying regression | ReinUsesLisp | 1 | -2/+6 |
2020-03-13 | maxwell_3d: Add padding words to XFB entries | ReinUsesLisp | 1 | -2/+4 |
2020-03-13 | gl_shader_decompiler: Fix implicit conversion errors | ReinUsesLisp | 1 | -3/+3 |
2020-03-13 | vk_shader_decompiler: Fix implicit type conversion | Rodrigo Locatti | 1 | -1/+1 |
2020-03-13 | vk_rasterizer: Implement transform feedback binding zero | ReinUsesLisp | 2 | -0/+46 |
2020-03-13 | vk_shader_decompiler: Add XFB decorations to generic varyings | ReinUsesLisp | 1 | -16/+89 |
2020-03-13 | vk_device: Enable VK_EXT_transform_feedback when available | ReinUsesLisp | 2 | -7/+40 |
2020-03-13 | vk_device: Shrink formatless capability name size | ReinUsesLisp | 3 | -26/+23 |
2020-03-13 | shader/transform_feedback: Expose buffer stride | ReinUsesLisp | 3 | -1/+4 |
2020-03-13 | vk_shader_decompiler: Use registry for specialization | ReinUsesLisp | 4 | -31/+37 |
2020-03-13 | gl_rasterizer: Implement transform feedback bindings | ReinUsesLisp | 3 | -10/+83 |
2020-03-13 | gl_shader_decompiler: Decorate output attributes with XFB layout | ReinUsesLisp | 1 | -29/+105 |
2020-03-13 | shader/transform_feedback: Add host API friendly TFB builder | ReinUsesLisp | 4 | -0/+140 |
2020-03-13 | nit & remove some optional param | Nguyen Dac Nam | 1 | -10/+11 |
2020-03-13 | shader_decode: implement XMAD mode CSfu | Nguyen Dac Nam | 1 | -9/+41 |
2020-03-13 | fix formatting | makigumo | 1 | -1/+1 |
2020-03-13 | maxwell_to_vk: add vertex format eA2B10G10R10UnormPack32 | makigumo | 1 | -1/+3 |
2020-03-13 | clang-format | Nguyen Dac Nam | 1 | -4/+8 |
2020-03-13 | Apply suggestions from code review | Nguyen Dac Nam | 1 | -5/+5 |
2020-03-13 | shader_decode: BFE add ref of reverse parallel method. | Nguyen Dac Nam | 1 | -0/+3 |
2020-03-13 | shader_decode: implement BREV on BFE | Nguyen Dac Nam | 1 | -6/+25 |
2020-03-13 | shader_bytecode: update BFE instructions struct. | Nguyen Dac Nam | 1 | -8/+3 |
2020-03-13 | node_helper: add IBitfieldExtract case | Nguyen Dac Nam | 1 | -0/+2 |
2020-03-13 | shader_decode: Reimplement BFE instructions | Nguyen Dac Nam | 1 | -25/+27 |
2020-03-13 | gl_shader_decompiler: Initialize gl_Position on vertex shaders | ReinUsesLisp | 1 | -0/+4 |
2020-03-13 | gl_shader_decompiler: Add missing {} on smem GLSL emission | ReinUsesLisp | 1 | -1/+1 |
2020-03-13 | video_core: Implement RGBA16_SNORM | ReinUsesLisp | 8 | -69/+84 |
2020-03-12 | texture_cache: Report incompatible textures as black | ReinUsesLisp | 1 | -2/+39 |
2020-03-12 | texture_cache/surface_params: Force depth=1 on 2D textures | ReinUsesLisp | 1 | -2/+4 |
2020-03-12 | gl_shader_decompiler: Add layer component to texelFetch | ReinUsesLisp | 1 | -6/+9 |
2020-03-12 | NVFlinger: Do the microprofile Flip after processing a valid frame. | Fernando Sahmkow | 1 | -2/+2 |
2020-03-12 | gl_shader_decompiler: Fix regression in render target declarations | ReinUsesLisp | 1 | -12/+2 |
2020-03-11 | framebuffer_layout.h: drop the use of enum for screen dimensions. | Vitor Kiguchi | 2 | -10/+10 |
2020-03-11 | gl_shader_manager: Fix interaction between graphics and compute | ReinUsesLisp | 4 | -29/+39 |
2020-03-10 | gl_rasterizer: Implement polygon modes and fill rectangles | ReinUsesLisp | 7 | -2/+99 |
2020-03-09 | engines/maxwell_3d: Add TFB registers and store them in shader registry | ReinUsesLisp | 4 | -6/+45 |
2020-03-09 | shader/registry: Address feedback | ReinUsesLisp | 3 | -13/+18 |
2020-03-09 | gl_shader_decompiler: Add identifier to decompiled code | ReinUsesLisp | 3 | -8/+16 |
2020-03-09 | gl_shader_decompiler: Roll back to GLSL core 430 | ReinUsesLisp | 1 | -1/+1 |
2020-03-09 | const_buffer_engine_interface: Store component types | ReinUsesLisp | 4 | -46/+27 |
2020-03-09 | yuzu/loading_screen: Remove unused shader progress mode | ReinUsesLisp | 2 | -17/+1 |
2020-03-09 | gl_shader_cache: Reduce registry consistency to debug assert | ReinUsesLisp | 1 | -3/+1 |
2020-03-09 | shader/registry: Cache tessellation state | ReinUsesLisp | 3 | -3/+10 |
2020-03-09 | shader/registry: Store graphics and compute metadata | ReinUsesLisp | 8 | -75/+176 |
2020-03-09 | video_core: Rename "const buffer locker" to "registry" | ReinUsesLisp | 16 | -95/+100 |
2020-03-09 | gl_shader_cache: Rework shader cache and remove post-specializations | ReinUsesLisp | 18 | -1094/+544 |
2020-03-08 | textures: Fix anisotropy hack | ReinUsesLisp | 1 | -14/+16 |
2020-03-08 | cubeb_sink: Don't discard other channels when performing downmixing | FearlessTobi | 1 | -3/+17 |
2020-03-08 | vk_reasterizer: fix mistype on SetupGraphicsImages | Nguyen Dac Nam | 1 | -1/+1 |
2020-03-06 | vk_rasterizer: Support disabled uniform buffers | ReinUsesLisp | 2 | -1/+9 |
2020-03-06 | maxwell_to_vk: Remove Storage capability for A1B5G5R5U | ReinUsesLisp | 1 | -1/+1 |
2020-03-04 | input/udp - Add minor error handling to prevent bad input from crashing | James Rowe | 1 | -4/+13 |
2020-03-04 | Frontend/SDL - Provide proper default for UDP input | James Rowe | 1 | -1/+1 |
2020-03-04 | input/udp - Dont log on invalid packet received | James Rowe | 1 | -1/+0 |
2020-03-03 | core: hle: Implement separate A32/A64 SVC interfaces. | bunnei | 2 | -107/+380 |
2020-03-03 | core: Implement separate A32/A64 ARM interfaces. | bunnei | 21 | -122/+454 |
2020-03-03 | core: loader: Remove check for 32-bit. | bunnei | 1 | -6/+0 |
2020-03-03 | core: dynarmic: Add CP15 from Citra. | bunnei | 3 | -0/+234 |
2020-02-29 | nit: move comment to right place. | Nguyen Dac Nam | 1 | -2/+2 |
2020-02-28 | video_core/dirty_flags: Address feedback | ReinUsesLisp | 1 | -4/+4 |
2020-02-28 | renderer_opengl: Fix edge-case where alpha testing might cull presentation | ReinUsesLisp | 2 | -0/+7 |
2020-02-28 | gl_texture_cache: Remove blending disable on blits | ReinUsesLisp | 1 | -5/+0 |
2020-02-28 | gl_rasterizer: Don't disable blending on clears | ReinUsesLisp | 1 | -4/+0 |
2020-02-28 | dirty_flags: Deduplicate code between OpenGL and Vulkan | ReinUsesLisp | 5 | -77/+73 |
2020-02-28 | vk_rasterizer: Pass Maxwell registers to dynamic updates | ReinUsesLisp | 2 | -26/+21 |
2020-02-28 | state_tracker: Remove type traits with named structures | ReinUsesLisp | 4 | -18/+22 |
2020-02-28 | vk_state_tracker: Implement dirty flags for stencil properties | ReinUsesLisp | 3 | -0/+21 |
2020-02-28 | vk_state_tracker: Implement dirty flags for depth bounds | ReinUsesLisp | 3 | -0/+14 |
2020-02-28 | vk_state_tracker: Implement dirty flags for blend constants | ReinUsesLisp | 3 | -0/+14 |
2020-02-28 | vk_state_tracker: Implement dirty flags for depth bias | ReinUsesLisp | 3 | -0/+17 |
2020-02-28 | vk_state_tracker: Implement dirty flags for scissors | ReinUsesLisp | 3 | -0/+14 |
2020-02-28 | vk_state_tracker: Initial implementation | ReinUsesLisp | 10 | -52/+198 |
2020-02-28 | gl_rasterizer: Remove num vertex buffers magic number | ReinUsesLisp | 1 | -2/+4 |
2020-02-28 | gl_rasterizer: Only apply polygon offset clamp if enabled | ReinUsesLisp | 1 | -3/+6 |
2020-02-28 | gl_state_tracker: Implement dirty flags for depth clamp enabling | ReinUsesLisp | 3 | -3/+15 |
2020-02-28 | gl_rasterizer: Disable scissor 0 when scissor is not used on clear | ReinUsesLisp | 1 | -0/+3 |
2020-02-28 | gl_rasterizer: Notify depth mask changes on clear | ReinUsesLisp | 2 | -1/+6 |
2020-02-28 | gl_rasterizer: Minor sort changes to clearing | ReinUsesLisp | 1 | -11/+9 |
2020-02-28 | maxwell_3d: Use two tables instead of three for dirty flags | ReinUsesLisp | 1 | -1/+1 |
2020-02-28 | gl_state_tracker: Track state of index buffers | ReinUsesLisp | 4 | -5/+23 |
2020-02-28 | gl_state_tracker: Implement dirty flags for clip control | ReinUsesLisp | 5 | -15/+31 |
2020-02-28 | gl_state_tracker: Implement dirty flags for point sizes | ReinUsesLisp | 3 | -4/+25 |
2020-02-28 | gl_state_tracker: Implement dirty flags for fragment color clamp | ReinUsesLisp | 3 | -2/+14 |
2020-02-28 | gl_state_tracker: Implement dirty flags for logic op | ReinUsesLisp | 4 | -2/+22 |
2020-02-28 | gl_state_tracker: Implement dirty flags for sRGB | ReinUsesLisp | 5 | -2/+21 |
2020-02-28 | gl_state_tracker: Implement dirty flags for rasterize enable | ReinUsesLisp | 5 | -2/+21 |
2020-02-28 | gl_state_tracker: Implement dirty flags for multisample | ReinUsesLisp | 3 | -0/+13 |
2020-02-28 | gl_state_tracker: Implement dirty flags for alpha testing | ReinUsesLisp | 4 | -6/+24 |
2020-02-28 | gl_state_tracker: Implement dirty flags for polygon offsets | ReinUsesLisp | 4 | -2/+24 |
2020-02-28 | gl_state_tracker: Implement dirty flags for primitive restart | ReinUsesLisp | 3 | -5/+19 |
2020-02-28 | gl_state_tracker: Implement dirty flags for stencil testing | ReinUsesLisp | 4 | -3/+29 |
2020-02-28 | gl_state_tracker: Implement depth dirty flags | ReinUsesLisp | 4 | -6/+31 |
2020-02-28 | gl_state_tracker: Implement dirty flags for front face and culling | ReinUsesLisp | 4 | -7/+38 |
2020-02-28 | gl_state_tracker: Implement dirty flags for blending | ReinUsesLisp | 5 | -14/+67 |
2020-02-28 | gl_state_tracker: Implement dirty flags for clip distances and shaders | ReinUsesLisp | 7 | -14/+43 |
2020-02-28 | gl_state_tracker: Add dirty flags for buffers and divisors | ReinUsesLisp | 4 | -22/+56 |
2020-02-28 | maxwell_3d: Change write dirty flags to a bitset | ReinUsesLisp | 3 | -16/+16 |
2020-02-28 | gl_state_tracker: Implement dirty flags for vertex formats | ReinUsesLisp | 4 | -9/+44 |
2020-02-28 | gl_state_tracker: Implement dirty flags for color masks | ReinUsesLisp | 4 | -9/+53 |
2020-02-28 | gl_state_tracker: Implement dirty flags for scissors | ReinUsesLisp | 5 | -10/+58 |
2020-02-28 | gl_state_tracker: Implement dirty flags for viewports | ReinUsesLisp | 4 | -9/+54 |
2020-02-28 | renderer_opengl: Reintroduce dirty flags for render targets | ReinUsesLisp | 9 | -13/+195 |
2020-02-28 | maxwell_3d: Flatten cull and front face registers | ReinUsesLisp | 8 | -50/+47 |
2020-02-28 | video_core: Reintroduce dirty flags infrastructure | ReinUsesLisp | 10 | -1/+72 |
2020-02-28 | gl_state: Remove completely | ReinUsesLisp | 13 | -152/+4 |
2020-02-28 | gl_state: Remove program tracking | ReinUsesLisp | 9 | -94/+62 |
2020-02-28 | gl_state: Remove framebuffer tracking | ReinUsesLisp | 7 | -82/+23 |
2020-02-28 | gl_state: Remove image tracking | ReinUsesLisp | 5 | -24/+12 |
2020-02-28 | gl_state: Remove texture and sampler tracking | ReinUsesLisp | 5 | -60/+8 |
2020-02-28 | gl_state: Remove blend state tracking | ReinUsesLisp | 5 | -104/+28 |
2020-02-28 | gl_state: Remove stencil test tracking | ReinUsesLisp | 4 | -92/+18 |
2020-02-28 | gl_state: Remove clip control tracking | ReinUsesLisp | 5 | -19/+8 |
2020-02-28 | gl_state: Remove clip distances tracking | ReinUsesLisp | 4 | -29/+3 |
2020-02-28 | gl_state: Remove rasterizer disable tracking | ReinUsesLisp | 6 | -13/+8 |
2020-02-28 | gl_state: Remove viewport and depth range tracking | ReinUsesLisp | 7 | -101/+39 |
2020-02-28 | gl_state: Remove scissor test tracking | ReinUsesLisp | 6 | -69/+12 |
2020-02-28 | gl_state: Remove color mask tracking | ReinUsesLisp | 4 | -40/+12 |
2020-02-28 | gl_state: Remove clamp framebuffer color tracking | ReinUsesLisp | 3 | -17/+6 |
2020-02-28 | gl_state: Remove multisample tracking | ReinUsesLisp | 3 | -16/+2 |
2020-02-28 | gl_state: Remove framebuffer sRGB tracking | ReinUsesLisp | 6 | -21/+25 |
2020-02-28 | gl_state: Remove VAO cache and tracking | ReinUsesLisp | 10 | -153/+53 |
2020-02-28 | gl_state: Remove depth clamp tracking | ReinUsesLisp | 4 | -25/+13 |
2020-02-28 | gl_state: Remove depth tracking | ReinUsesLisp | 4 | -34/+7 |
2020-02-28 | gl_state: Remove primitive restart tracking | ReinUsesLisp | 3 | -18/+2 |
2020-02-28 | gl_state: Remove logic op tracker | ReinUsesLisp | 4 | -24/+5 |
2020-02-28 | gl_state: Remove blend color tracking | ReinUsesLisp | 3 | -18/+1 |
2020-02-28 | gl_state: Remove polygon offset tracking | ReinUsesLisp | 4 | -39/+7 |
2020-02-28 | gl_state: Remove alpha test tracking | ReinUsesLisp | 4 | -21/+4 |
2020-02-28 | gl_state: Remove cull mode tracking | ReinUsesLisp | 4 | -19/+4 |
2020-02-28 | gl_state: Remove front face tracking | ReinUsesLisp | 4 | -6/+5 |
2020-02-28 | gl_state: Remove point size tracking | ReinUsesLisp | 3 | -22/+4 |
2020-02-28 | gl_rasterizer: Add oglEnablei helper | ReinUsesLisp | 1 | -0/+4 |
2020-02-28 | gl_rasterizer: Add OpenGL enable/disable helper | ReinUsesLisp | 1 | -0/+4 |
2020-02-28 | gl_rasterizer: Remove dirty flags | ReinUsesLisp | 18 | -457/+7 |
2020-02-28 | common/math_util: Support float type rectangles | ReinUsesLisp | 1 | -2/+14 |
2020-02-28 | renderer_opengl: Fix SRGB presentation frame tracking. | bunnei | 2 | -5/+2 |
2020-02-28 | shader_decode: Fix LD, LDG when track constant buffer | Nguyen Dac Nam | 1 | -4/+12 |
2020-02-28 | shader_decode: keep it search on all code | Nguyen Dac Nam | 1 | -4/+12 |
2020-02-28 | Create an "Advanced" tab in the graphics configuration tab and add anisotropic filtering levels. | Morph | 16 | -35/+245 |
2020-02-28 | renderer_opengl: Reduce swap chain size to 3. | bunnei | 1 | -3/+2 |
2020-02-27 | AM/ICommonStateGetter: Stub SetLcdBacklighOffEnabled (#3454) | Morph | 2 | -2/+14 |
2020-02-27 | shader: FMUL switch to using LUT (#3441) | Nguyen Dac Nam | 1 | -19/+14 |
2020-02-27 | renderer_opengl: Use more concise lock syntax. | bunnei | 1 | -4/+4 |
2020-02-27 | renderer_opengl: Move Frame/FrameMailbox to OpenGL namespace. | bunnei | 3 | -77/+42 |
2020-02-26 | vk_swapchain: Silence TOCTOU race condition | ReinUsesLisp | 1 | -9/+12 |
2020-02-26 | ARM_Interface: Cache the JITs instead of deleting/recreating. | Fernando Sahmkow | 2 | -4/+19 |
2020-02-26 | renderer_opengl: Create gl_framebuffer_data if empty. | bunnei | 1 | -1/+2 |
2020-02-26 | frontend: qt: bootmanager: Acquire a shared context in main emu thread. | bunnei | 2 | -12/+12 |
2020-02-26 | frontend: qt: bootmanager: Vulkan: Restore support for VK backend. | bunnei | 5 | -113/+145 |
2020-02-26 | frontend: qt: bootmanager: OpenGL: Implement separate presentation thread. | bunnei | 2 | -222/+254 |
2020-02-26 | frontent: qt: main: Various updates/refactoring for separate presentation thread. | bunnei | 2 | -29/+27 |
2020-02-26 | core: frontend: Refactor scope_acquire_window_context to scope_acquire_context. | bunnei | 7 | -29/+32 |
2020-02-26 | frontend: sdl2: emu_window: Implement separate presentation thread. | bunnei | 10 | -62/+79 |
2020-02-26 | renderer_opengl: Add texture mailbox support for presenter thread. | bunnei | 4 | -35/+269 |
2020-02-26 | renderer_opengl: Add OGLRenderbuffer to resource/state management. | bunnei | 4 | -0/+62 |
2020-02-26 | core: frontend: emu_window: Add TextureMailbox class. | bunnei | 1 | -0/+41 |
2020-02-26 | core: settings: Add setting to enable vsync, which is on by default. | bunnei | 8 | -0/+25 |
2020-02-25 | video_core/surface: Add R32_SINT render target format | ReinUsesLisp | 2 | -0/+3 |
2020-02-25 | video_core/gpu: Remove unused functions | ReinUsesLisp | 2 | -71/+0 |
2020-02-24 | yuzu: Remove exit lock for game pausing | FearlessTobi | 1 | -5/+0 |
2020-02-24 | vk_shader_decompiler: Implement indexed textures | ReinUsesLisp | 6 | -54/+99 |
2020-02-24 | shader: Simplify indexed sampler usages | ReinUsesLisp | 2 | -20/+8 |
2020-02-24 | video_core: Implement more scaler attribute formats | ReinUsesLisp | 3 | -4/+40 |
2020-02-23 | audio_core: interpolate: Improvements to fix audio crackling. | bunnei | 2 | -23/+38 |
2020-02-22 | Scheduler: Inline global scheduler in Scheduler Lock. | Fernando Sahmkow | 1 | -4/+2 |
2020-02-22 | Kernel: Correct pending feedback. | Fernando Sahmkow | 1 | -3/+4 |
2020-02-22 | System: Expose Host thread registering routines from kernel. | Fernando Sahmkow | 2 | -0/+14 |
2020-02-22 | Kernel: Address Feedback. | Fernando Sahmkow | 6 | -30/+47 |
2020-02-22 | Kernel: Implement Scheduler locks | Fernando Sahmkow | 2 | -0/+89 |
2020-02-22 | Kernel: Implement Time Manager. | Fernando Sahmkow | 5 | -1/+98 |
2020-02-22 | Kernel: Rename ThreadCallbackHandleTable and Setup Thread Ids on Kernel. | Fernando Sahmkow | 5 | -24/+107 |
2020-02-22 | Kernel: Make global scheduler depend on KernelCore | Fernando Sahmkow | 4 | -8/+24 |
2020-02-22 | audio_core: interpolate: Fix include for climits (Linux build break). | bunnei | 1 | -1/+1 |
2020-02-21 | shader/texture: Fix illegal 3D texture assert | ReinUsesLisp | 1 | -1/+1 |
2020-02-21 | nit: add const to where it need. | Nguyen Dac Nam | 1 | -14/+14 |
2020-02-21 | shader: implement LOP3 fast replace for old function | Nguyen Dac Nam | 1 | -36/+58 |
2020-02-21 | vk_device: remove left over from other branch | Nguyen Dac Nam | 1 | -1/+0 |
2020-02-20 | clang-format | Nguyen Dac Nam | 1 | -1/+1 |
2020-02-20 | shader_decompiler: only add StorageImageReadWithoutFormat when available | Nguyen Dac Nam | 1 | -1/+4 |
2020-02-20 | video_core: memory_manager: Flush/invalidate asynchronously on Unmap. | bunnei | 1 | -1/+10 |
2020-02-19 | shader_decompiler: add check in case of device not support ShaderStorageImageReadWithoutFormat | Nguyen Dac Nam | 1 | -0/+4 |
2020-02-19 | vk_device: setup shaderStorageImageReadWithoutFormat | Nguyen Dac Nam | 1 | -0/+5 |
2020-02-19 | vk_device: add check for shaderStorageImageReadWithoutFormat | Nguyen Dac Nam | 1 | -0/+7 |
2020-02-19 | shader_conversion: I2F : add Assert for case src_size is Short | Nguyen Dac Nam | 1 | -0/+3 |
2020-02-19 | fix warning | Nguyen Dac Nam | 1 | -1/+1 |
2020-02-19 | clang-format fix | Nguyen Dac Nam | 1 | -1/+1 |
2020-02-19 | shader_conversion: add conversion I2F for Short | Nguyen Dac Nam | 1 | -9/+6 |
2020-02-19 | vk_shader: add Capability StorageImageReadWithoutFormat | Nguyen Dac Nam | 1 | -0/+1 |
2020-02-19 | httplib compatibility | Brian Clinkenbeard | 2 | -7/+7 |
2020-02-19 | vk_shader: Implement function ImageLoad (Used by Kirby Start Allies) | Nguyen Dac Nam | 1 | -2/+6 |
2020-02-18 | fixups mistake auto commit. | Nguyen Dac Nam | 1 | -9/+0 |
2020-02-18 | Update code structure | Nguyen Dac Nam | 1 | -0/+7 |
2020-02-18 | add vertex UnsignedInt size RGBA | Nguyen Dac Nam | 1 | -0/+2 |
2020-02-18 | add eBc2SrgbBlock to formats | Nguyen Dac Nam | 1 | -0/+1 |
2020-02-18 | vulkan: add DXT23_SRGB | Nguyen Dac Nam | 1 | -1/+1 |
2020-02-18 | renderer_vulkan: Add the rest of case for TryConvertBorderColor | Nguyen Dac Nam | 1 | -3/+10 |
2020-02-18 | analog_from_button get direction implementation | CJBok | 2 | -5/+19 |
2020-02-16 | texture_cache: Implement layered framebuffer attachments | ReinUsesLisp | 8 | -51/+74 |
2020-02-16 | vk_shader_decompiler: Implement Layer output attribute | ReinUsesLisp | 1 | -6/+30 |
2020-02-16 | texture_cache: Avoid matches in 3D textures | ReinUsesLisp | 1 | -8/+11 |
2020-02-16 | surface_base: Implement texture buffer flushes | ReinUsesLisp | 2 | -0/+11 |
2020-02-16 | IUserLocalCommunicationService: add function Initialize2 | Nguyen Dac Nam | 1 | -1/+9 |
2020-02-16 | HLE: correct function name of IUserLocalCommunicationService | Nguyen Dac Nam | 1 | -1/+1 |
2020-02-16 | nvhost_gpu: implement ChannelSetTimeslice | namkazy | 2 | -0/+20 |
2020-02-15 | Revert "video_core: memory_manager: Use GPU interface for cache functions." | bunnei | 3 | -9/+14 |
2020-02-15 | texture: Implement R32I | ReinUsesLisp | 6 | -34/+46 |
2020-02-15 | shader/texture: Allow 2D shadow arrays and simplify code | ReinUsesLisp | 1 | -43/+28 |
2020-02-14 | maxwell_3d: Unify draw methods | ReinUsesLisp | 6 | -36/+6 |
2020-02-14 | query_cache: Address feedback | ReinUsesLisp | 2 | -16/+18 |
2020-02-14 | query_cache: Fix ambiguity in CacheAddr getter | ReinUsesLisp | 1 | -4/+5 |
2020-02-14 | query_cache: Add a recursive mutex for concurrent usage | ReinUsesLisp | 1 | -0/+6 |
2020-02-14 | vk_query_cache: Implement generic query cache on Vulkan | ReinUsesLisp | 11 | -20/+327 |
2020-02-14 | query_cache: Abstract OpenGL implementation | ReinUsesLisp | 4 | -339/+394 |
2020-02-14 | gl_query_cache: Optimize query cache | ReinUsesLisp | 6 | -79/+217 |
2020-02-14 | gl_query_cache: Implement host queries using a deferred cache | ReinUsesLisp | 7 | -86/+328 |
2020-02-14 | gl_rasterizer: Sort method declarations | ReinUsesLisp | 1 | -16/+15 |
2020-02-14 | gl_rasterizer: Add queued commands counter | ReinUsesLisp | 2 | -0/+16 |
2020-02-14 | maxwell_3d: Slow implementation of passed samples (query 21) | ReinUsesLisp | 8 | -17/+201 |
2020-02-14 | Add 4:3 aspect ratio and address feedback | Morph | 5 | -12/+20 |
2020-02-14 | Core: Correct compilition in GCC | Fernando Sahmkow | 1 | -0/+2 |
2020-02-14 | Address feedback | Morph | 2 | -18/+26 |
2020-02-14 | Use enumeration instead of magic numbers | Morph | 2 | -5/+11 |
2020-02-14 | Add following aspect ratios: 16:9, 21:9, Stretch to Window | Morph | 9 | -2/+62 |
2020-02-14 | gl_resource_manager: Add managed query class | ReinUsesLisp | 2 | -0/+42 |
2020-02-14 | gl_rasterizer: Use the least generic OpenGL draw function possible | ReinUsesLisp | 1 | -8/+28 |
2020-02-14 | vk_shader_decompiler: Fix vertex id and instance id | ReinUsesLisp | 1 | -4/+13 |
2020-02-14 | Core: Address Feedback | Fernando Sahmkow | 6 | -24/+50 |
2020-02-13 | GPU: Address Feedback. | Fernando Sahmkow | 2 | -11/+10 |
2020-02-12 | address_arbiter: Collapse loops in InsertThread() and RemoveThread() | Lioncash | 1 | -19/+17 |
2020-02-12 | address_arbiter: Simplify GetThreadsWaitingOnAddress() | Lioncash | 2 | -10/+9 |
2020-02-12 | bcat/backend: Make formatting of passphrase consistent in NullBackend::SetPassphrase() | Lioncash | 1 | -1/+1 |
2020-02-12 | bcat/backend: Prevent fmt exception in debug log within NullBackend::Clear() | Lioncash | 1 | -1/+1 |
2020-02-12 | kernel/thread: Remove trivial usages of the global system accessor | Lioncash | 1 | -2/+2 |
2020-02-12 | Core: Set all hardware emulation constants in a single file. | Fernando Sahmkow | 17 | -53/+88 |
2020-02-11 | Kernel: Refactor synchronization to better match RE | Fernando Sahmkow | 23 | -80/+212 |
2020-02-11 | update hwopus DecodeInterleaved for FW 7.0.0+ | makigumo | 1 | -2/+4 |
2020-02-11 | Kernel: Change WaitObject to Synchronization object. In order to better reflect RE. | Fernando Sahmkow | 22 | -98/+110 |
2020-02-10 | GPU: Implement GPU Clock correctly. | Fernando Sahmkow | 3 | -2/+17 |
2020-02-10 | Maxwell3D: Correct query reporting. | Fernando Sahmkow | 2 | -51/+58 |
2020-02-09 | Remove option "Show files with type 'Unknown'" | Morph | 5 | -15/+1 |
2020-02-08 | hle: services: Use std::shared_ptr instead of copy by value. | bunnei | 9 | -50/+52 |
2020-02-08 | gpu_thread: Use MPSCQueue for GPU commands. | bunnei | 1 | -1/+1 |
2020-02-08 | video_core: memory_manager: Use GPU interface for cache functions. | bunnei | 3 | -14/+9 |
2020-02-06 | kernel: transfer_memory: Properly reserve and reset memory region. | bunnei | 5 | -40/+116 |
2020-02-06 | wait_object: Make wait behavior only require one object to signal. | Zach Hilman | 1 | -11/+2 |
2020-02-06 | am: Correct IPC object count mismatch. | bunnei | 1 | -6/+4 |
2020-02-06 | services: am: Clear events on PopOutData and PopInteractiveOutData. | bunnei | 1 | -0/+2 |
2020-02-06 | am: Refactor IStorage interface. | bunnei | 7 | -43/+81 |
2020-02-06 | applets: software_keyboard: Signal state change on end of interactive session. | bunnei | 1 | -0/+1 |
2020-02-06 | applets: software_keyboard: Minor cleanup. | bunnei | 1 | -2/+2 |
2020-02-06 | services: prepo: Fix IPC interface with SaveReport/SaveReportWithUser. | bunnei | 1 | -15/+15 |
2020-02-06 | hle_ipc: Add error checking to read/write buffer access. | bunnei | 1 | -8/+42 |
2020-02-05 | shader/decode: Fix constant buffer offsets | ReinUsesLisp | 3 | -5/+5 |
2020-02-05 | maxwell_to_gl: Implement R8G8_USCALED | ReinUsesLisp | 1 | -0/+8 |
2020-02-05 | maxwell_to_gl: Reduce unimplemented formats to LOG_ERROR | ReinUsesLisp | 1 | -8/+4 |
2020-02-04 | vk_rasterizer: Use noexcept variants of std::bitset | ReinUsesLisp | 1 | -4/+5 |
2020-02-04 | gl_rasterizer: Implement GL_POINT_SPRITE | ReinUsesLisp | 4 | -1/+9 |
2020-02-03 | input_common/udp: Ensure that UDP is shut down within Shutdown() | Lioncash | 1 | -0/+1 |
2020-02-03 | input_common/udp: Add missing override specifiers | Lioncash | 1 | -2/+2 |
2020-02-03 | input_common/udp: std::move SocketCallback instances where applicable | Lioncash | 1 | -2/+2 |
2020-02-03 | input_common/udp: std::move shared_ptr within Client constructor | Lioncash | 1 | -1/+1 |
2020-02-03 | udp/client: Replace deprecated from_string() call with make_address_v4() | Lioncash | 1 | -2/+2 |
2020-02-03 | input_common/udp: Silence -Wreorder warning for Socket | Lioncash | 1 | -4/+3 |
2020-02-03 | input_common/udp: Remove unnecessary inclusions | Lioncash | 4 | -8/+4 |
2020-02-03 | input_common/udp: Add missing header guard | Lioncash | 1 | -0/+2 |
2020-02-02 | maxwell_3d: Fix stencil back mask | ReinUsesLisp | 1 | -3/+3 |
2020-02-02 | shader: Remove curly braces initializers on shared pointers | ReinUsesLisp | 5 | -12/+12 |
2020-02-02 | shader/shift: Implement SHIFT_RIGHT_{IMM,R} | ReinUsesLisp | 1 | -26/+58 |
2020-02-02 | shader/shift: Implement SHF_LEFT_{IMM,R} | ReinUsesLisp | 2 | -10/+89 |
2020-01-31 | Revert "system_archive: Fix Korean and Chinese fonts" | bunnei | 5 | -880167/+27164 |
2020-01-31 | core/arm: Remove usage of global GetCurrentThread() | Lioncash | 2 | -2/+4 |
2020-01-31 | kernel/physical_core: Make use of std::unique_ptr | Lioncash | 2 | -4/+10 |
2020-01-31 | core/cpu_manager: Remove unused includes | Lioncash | 1 | -2/+0 |
2020-01-31 | kernel/physical_core: Remove unused kernel reference member variable | Lioncash | 3 | -11/+7 |
2020-01-30 | gl_rasterizer: Fix instanced draw arrays | ReinUsesLisp | 2 | -106/+28 |
2020-01-29 | yuzu/bootmanager: Define Vulkan widget only when enabled | ReinUsesLisp | 1 | -0/+2 |
2020-01-29 | yuzu_cmd: Fix memcpy on Vulkan handlers | ReinUsesLisp | 2 | -9/+10 |
2020-01-29 | yuzu: Implement Vulkan frontend | ReinUsesLisp | 24 | -171/+1089 |
2020-01-29 | web_service/telemetry_json: Report USER_CONFIG | ReinUsesLisp | 1 | -0/+1 |
2020-01-29 | settings: Add settings for graphics backend | ReinUsesLisp | 6 | -3/+48 |
2020-01-29 | core: Only wait for idle on gpu_core when it was initialized | ReinUsesLisp | 1 | -1/+3 |
2020-01-29 | shader/other: Fix skips for SYNC and BRK | ReinUsesLisp | 1 | -2/+2 |
2020-01-29 | shader/other: Stub S2R LaneId | ReinUsesLisp | 1 | -1/+4 |
2020-01-29 | buffer_cache: Delay buffer destructions | ReinUsesLisp | 1 | -1/+4 |
2020-01-29 | clang | CJBok | 1 | -2/+2 |
2020-01-29 | minor corrections | CJBok | 1 | -2/+2 |
2020-01-28 | GUI: Togglable graphics settings buttons in status bar | CJBok | 2 | -7/+95 |
2020-01-28 | gl_shader_decompiler: Remove UNIMPLEMENTED for gl_PointSize | ReinUsesLisp | 1 | -1/+0 |
2020-01-28 | gl_texture_cache: Silence implicit sign cast warnings | ReinUsesLisp | 1 | -3/+6 |
2020-01-27 | System: Address Feedback | Fernando Sahmkow | 11 | -24/+30 |
2020-01-27 | shader/bfi: Implement register-constant buffer variant | ReinUsesLisp | 2 | -2/+7 |
2020-01-27 | shader/arithmetic: Implement FCMP | ReinUsesLisp | 2 | -1/+17 |
2020-01-27 | texture_cache/surface_base: Fix layered break down | ReinUsesLisp | 1 | -1/+1 |
2020-01-27 | gl_texture_cache: Properly implement depth/stencil sampling | ReinUsesLisp | 1 | -4/+27 |
2020-01-26 | System: Correct PrepareReschedule. | Fernando Sahmkow | 1 | -1/+1 |
2020-01-26 | Kernel: Remove a few global instances from the kernel. | Fernando Sahmkow | 2 | -2/+2 |
2020-01-26 | Core: Refactor CpuCoreManager to CpuManager and Cpu to Core Manager. | Fernando Sahmkow | 15 | -128/+115 |
2020-01-26 | ArmInterface: Delegate Exclusive monitor factory to exclusive monitor interfasce. | Fernando Sahmkow | 3 | -16/+24 |
2020-01-26 | shader/memory: Implement ATOM.ADD | ReinUsesLisp | 5 | -39/+86 |
2020-01-25 | Core: Refactor CPU Management. | Fernando Sahmkow | 10 | -224/+168 |
2020-01-25 | Shader_IR: Address feedback. | Fernando Sahmkow | 10 | -36/+40 |
2020-01-25 | shader/memory: Implement STL.S16 and STS.S16 | ReinUsesLisp | 1 | -3/+10 |
2020-01-25 | shader/memory: Implement unaligned LDL.S16 and LDS.S16 | ReinUsesLisp | 1 | -5/+3 |
2020-01-25 | shader/memory: Move unaligned load/store to functions | ReinUsesLisp | 1 | -18/+27 |
2020-01-25 | shader/memory: Implement LDL.S16 and LDS.S16 | ReinUsesLisp | 1 | -12/+23 |
2020-01-25 | bsd: Stub several more functions. | bunnei | 2 | -4/+48 |
2020-01-24 | Disable clang-format for font files | FearlessTobi | 3 | -0/+6 |
2020-01-24 | Shader_IR: Change name of TrackSampler function so it does not confuse with the type. | Fernando Sahmkow | 3 | -7/+10 |
2020-01-24 | Shader_IR: Corrections, styling and extras. | Fernando Sahmkow | 1 | -2/+4 |
2020-01-24 | Shader_IR: Correct Custom Variable assignment. | Fernando Sahmkow | 2 | -0/+4 |
2020-01-24 | Shader_IR: Propagate bindless index into the GL compiler. | Fernando Sahmkow | 5 | -24/+54 |
2020-01-24 | Shader_IR: Implement Injectable Custom Variables to the IR. | Fernando Sahmkow | 5 | -1/+70 |
2020-01-24 | GL Backend: Introduce indexed samplers into the GL backend | Fernando Sahmkow | 2 | -10/+39 |
2020-01-24 | Shader_IR: deduce size of indexed samplers | Fernando Sahmkow | 4 | -8/+60 |
2020-01-24 | Shader_IR: Setup Indexed Samplers on the IR | Fernando Sahmkow | 1 | -20/+46 |
2020-01-24 | Shader_IR: Implement initial code for tracking indexed samplers. | Fernando Sahmkow | 4 | -0/+139 |
2020-01-24 | Shader_IR: Address Feedback | Fernando Sahmkow | 5 | -35/+37 |
2020-01-24 | Shader_IR: Allow constant access of guest driver. | Fernando Sahmkow | 7 | -1/+18 |
2020-01-24 | Shader_IR: Address Feedback | Fernando Sahmkow | 4 | -21/+29 |
2020-01-24 | Guest_driver: Correct compiling errors in GCC. | Fernando Sahmkow | 2 | -1/+5 |
2020-01-24 | Shader_IR: Store Bound buffer on Shader Usage | Fernando Sahmkow | 5 | -5/+41 |
2020-01-24 | GPU: Implement guest driver profile and deduce texture handler sizes. | Fernando Sahmkow | 13 | -0/+127 |
2020-01-24 | Kernel: Implement Physical Core. | Fernando Sahmkow | 2 | -0/+81 |
2020-01-24 | vk_shader_decompiler: Disable default values on unwritten render targets | ReinUsesLisp | 3 | -19/+16 |
2020-01-24 | audio_core: Switch to a faster interpolation technique | FearlessTobi | 2 | -48/+159 |
2020-01-24 | yuzu/configuration: create UI tab and move gamelist settings there | FearlessTobi | 8 | -104/+76 |
2020-01-23 | common/logging: don't use regex for path trimming | BreadFish64 | 4 | -36/+23 |
2020-01-23 | Replace GetString with Get function | FearlessTobi | 1 | -2/+2 |
2020-01-23 | Address second part of review comments | FearlessTobi | 4 | -14/+18 |
2020-01-23 | Address review comments | FearlessTobi | 4 | -65/+72 |
2020-01-23 | Input: UDP Client to provide motion and touch controls | fearlessTobi | 13 | -4/+897 |
2020-01-23 | service: time: Implement ToPosixTimeWithMyRule. | bunnei | 4 | -1/+34 |
2020-01-23 | loader: provide default arguments (zero byte) to NSOs | Michael Scire | 2 | -3/+10 |
2020-01-22 | GUI: fix minor issues with dark themes | Bartosz Kaszubowski | 1 | -3/+3 |
2020-01-21 | gl_shader_cache: Disable fastmath on Nvidia | ReinUsesLisp | 1 | -0/+4 |
2020-01-20 | vk_blit_screen: Address feedback | ReinUsesLisp | 4 | -22/+25 |
2020-01-20 | time: Fix month off-by-one error. | bunnei | 1 | -2/+2 |
2020-01-20 | yuzu_qt: config: Move audio to its own tab. | bunnei | 1 | -3/+3 |
2020-01-20 | vk_blit_screen: Initial implementation | ReinUsesLisp | 3 | -0/+745 |
2020-01-19 | GUI/gamelist: add "None" as an option for second row and remove dynamically duplicate row options (#3309) | Bartosz Kaszubowski | 3 | -14/+53 |
2020-01-19 | vk_shader_decompiler: Implement UAtomicAdd (ATOMS) on SPIR-V | ReinUsesLisp | 1 | -3/+11 |
2020-01-19 | system_archive: Fix Chinese font | FearlessTobi | 2 | -13582/+694524 |
2020-01-19 | system_archive: Fix Korean font | FearlessTobi | 2 | -13582/+185637 |
2020-01-19 | CMake: Create thin archives on Linux | Léo Lam | 1 | -0/+9 |
2020-01-18 | gl_state: Use bool instead of GLboolean | ReinUsesLisp | 2 | -3/+3 |
2020-01-18 | vk_graphics_pipeline: Set front facing properly | ReinUsesLisp | 2 | -2/+2 |
2020-01-18 | core/memory: Create a special MapMemoryRegion for physical memory. | Markus Wick | 4 | -4/+31 |
2020-01-18 | core/hle: Simplify PhysicalMemory usage in vm_manager. | Markus Wick | 1 | -23/+11 |
2020-01-18 | core/loaders: Simplify PhysicalMemory usage. | Markus Wick | 3 | -8/+12 |
2020-01-18 | Remove unused CPU Vendor string and telemtry field | James Rowe | 3 | -114/+0 |
2020-01-18 | vk_rasterizer: Address feedback | ReinUsesLisp | 2 | -25/+32 |
2020-01-18 | gl_shader_decompiler: Fix decompilation of condition codes | ReinUsesLisp | 1 | -27/+5 |
2020-01-18 | Add headbar icon on Linux | TotalCaesar659 | 1 | -1/+1 |
2020-01-17 | vk_rasterizer: Implement Vulkan's rasterizer | ReinUsesLisp | 3 | -1/+1386 |
2020-01-17 | renderer_vulkan: Add header as placeholder | ReinUsesLisp | 2 | -0/+73 |
2020-01-16 | vk_texture_cache: Address feedback | ReinUsesLisp | 2 | -22/+8 |
2020-01-16 | shader/memory: Implement ATOMS.ADD.U32 | ReinUsesLisp | 5 | -3/+74 |
2020-01-16 | format_lookup_table: Fix ZF32_X24S8 component types | ReinUsesLisp | 1 | -1/+1 |
2020-01-16 | vk_texture_cache: Fix typo in commentary | Rodrigo Locatti | 1 | -1/+1 |
2020-01-16 | maxwell_3d: Make dirty_pointers private | Lioncash | 1 | -2/+2 |
2020-01-16 | Fix git version in scm_rev.cpp | James Rowe | 1 | -0/+5 |
2020-01-15 | gl_state: Implement PROGRAM_POINT_SIZE | ReinUsesLisp | 4 | -2/+13 |
2020-01-15 | renderer_opengl/utils: Remove unused header inclusions | Lioncash | 1 | -3/+0 |
2020-01-15 | renderer_opengl/utils: Forward declare private structs | Lioncash | 2 | -12/+16 |
2020-01-15 | Moved analog direction logic to sdl_impl | CJBok | 3 | -9/+48 |
2020-01-14 | Corrected directional states sensitivity | CJBok | 1 | -9/+9 |
2020-01-14 | gl_texture_cache: Use local variables to simplify DownloadTexture | ReinUsesLisp | 1 | -6/+4 |
2020-01-14 | gl_texture_cache: Fix format for RGBX16F | ReinUsesLisp | 1 | -1/+1 |
2020-01-14 | gl_texture_cache: Use Snorm internal format for RG8S | ReinUsesLisp | 1 | -1/+1 |
2020-01-14 | gl_texture_cache: Use Snorm internal format for ABGR8S | ReinUsesLisp | 1 | -1/+1 |
2020-01-14 | control_flow: Silence -Wreorder warning for CFGRebuildState | Lioncash | 1 | -1/+1 |
2020-01-14 | gl_shader_cache: Remove unused STAGE_RESERVED_UBOS constant | Lioncash | 1 | -3/+0 |
2020-01-14 | gl_shader_cache: std::move entries in CachedShader constructor | Lioncash | 1 | -3/+4 |
2020-01-14 | gl_shader_cache: Remove unused entries variable in BuildShader() | Lioncash | 1 | -1/+0 |
2020-01-14 | vk_texture_cache: Implement generic texture cache on Vulkan | ReinUsesLisp | 4 | -1/+733 |
2020-01-14 | texture_cache/surface_params: Make GetNumLayers public | ReinUsesLisp | 1 | -4/+5 |
2020-01-13 | GUI: add few missing hotkeys to main menu | Bartosz Kaszubowski | 2 | -0/+17 |
2020-01-12 | GUI/configure: resize hotkeys column to content | Bartosz Kaszubowski | 1 | -0/+1 |
2020-01-11 | core/kernel: Fix GetTotalPhysicalMemoryUsed. | Markus Wick | 1 | -2/+2 |
2020-01-11 | vk_compute_pass: Address feedback | Rodrigo Locatti | 1 | -0/+2 |
2020-01-10 | maxwell_to_vk: Implement GL_CLAMP hacking Nvidia's driver | ReinUsesLisp | 3 | -6/+11 |
2020-01-09 | shader_ir/texture: Simplify AOFFI code | ReinUsesLisp | 1 | -10/+6 |
2020-01-09 | shader_ir/memory: Implement u16 and u8 for STG and LDG | ReinUsesLisp | 2 | -34/+52 |
2020-01-09 | hid: Fix analog sticks directional states | CJBok | 1 | -12/+12 |
2020-01-08 | vk_compute_pass: Add compute passes to emulate missing Vulkan features | ReinUsesLisp | 3 | -0/+416 |
2020-01-08 | vk_shader_util: Add helper to build SPIR-V shaders | ReinUsesLisp | 3 | -0/+53 |
2020-01-07 | vk_pipeline_cache: Initial implementation | ReinUsesLisp | 2 | -1/+460 |
2020-01-07 | vk_graphics_pipeline: Initial implementation | ReinUsesLisp | 4 | -0/+395 |
2020-01-07 | vk_compute_pipeline: Initial implementation | ReinUsesLisp | 4 | -0/+219 |
2020-01-07 | vk_pipeline_cache: Add file and define descriptor update template filler | ReinUsesLisp | 3 | -0/+67 |
2020-01-07 | fixed_pipeline_state: Add depth clamp | ReinUsesLisp | 2 | -10/+18 |
2020-01-07 | vk_rasterizer: Add placeholder | ReinUsesLisp | 2 | -0/+14 |
2020-01-06 | vk_renderpass_cache: Initial implementation | ReinUsesLisp | 3 | -0/+199 |
2020-01-06 | vk_update_descriptor: Initial implementation | ReinUsesLisp | 3 | -1/+146 |
2020-01-06 | vk_stream_buffer/vk_buffer_cache: Avoid halting and use generic cache | ReinUsesLisp | 4 | -62/+340 |
2020-01-06 | vk_memory_manager: Misc changes | ReinUsesLisp | 2 | -88/+142 |
2020-01-06 | vk_buffer_cache: Temporarily remove buffer cache | ReinUsesLisp | 2 | -226/+0 |
2020-01-06 | yuzu/bootmanager: Remove {glx,wgl}MakeCurrent on SwapBuffers | ReinUsesLisp | 1 | -9/+2 |
2020-01-05 | service: time: Implement GetStandardLocalSystemClock. | bunnei | 3 | -1/+9 |
2020-01-04 | time: Remove overflow error checking (currently breaks ADO builds). | bunnei | 2 | -18/+2 |
2020-01-04 | service: time: Implement GetClockSnapshotFromSystemClockContext. | bunnei | 3 | -3/+27 |
2020-01-04 | service: time: Implement IsStandardNetworkSystemClockAccuracySufficient. | bunnei | 5 | -1/+51 |
2020-01-04 | system_archive: Add a basic HLE implementation for time zone binary. | bunnei | 4 | -1/+675 |
2020-01-04 | service: time: Rewrite implementation of glue services. | bunnei | 35 | -444/+2834 |
2020-01-04 | Shader_IR: Address Feedback | Fernando Sahmkow | 5 | -38/+19 |
2020-01-04 | core: Initialize several structs that make use of Common::UUID. | bunnei | 5 | -100/+101 |
2020-01-04 | Shader_IR: Implement TXD Array. | Fernando Sahmkow | 1 | -5/+12 |
2020-01-04 | service: vi: Implement CloseLayer. | bunnei | 5 | -11/+48 |
2020-01-03 | Update src/video_core/renderer_vulkan/vk_descriptor_pool.cpp | Rodrigo Locatti | 1 | -1/+1 |
2020-01-03 | const correction | CJBok | 1 | -1/+1 |
2020-01-03 | clang | CJBok | 1 | -22/+22 |
2020-01-03 | Update configure_input_player.cpp | CJBok | 1 | -23/+23 |
2020-01-03 | Added deadzone controls for sdl engine at input settings | CJBok | 3 | -24/+129 |
2020-01-03 | yuzu: Remove Maxwell debugger | ReinUsesLisp | 14 | -640/+0 |
2020-01-01 | vk_descriptor_pool: Initial implementation | ReinUsesLisp | 3 | -0/+147 |
2020-01-01 | core/memory + arm/dynarmic: Use a global offset within our arm page table. | Markus Wick | 2 | -9/+17 |
2019-12-30 | Shader_IR: add the ability to amend code in the shader ir. | Fernando Sahmkow | 5 | -3/+72 |
2019-12-30 | vk_image: Avoid unnecesary equals | Rodrigo Locatti | 1 | -1/+1 |
2019-12-30 | video_core: Block in WaitFence. | Markus Wick | 3 | -5/+9 |
2019-12-29 | vk_staging_buffer_pool: Initialize last epoch to zero | Rodrigo Locatti | 1 | -1/+1 |
2019-12-26 | gl_rasterizer: Allow rendering without fragment shader | ReinUsesLisp | 2 | -0/+7 |
2019-12-25 | vk_staging_buffer_pool: Add a staging pool for temporary operations | ReinUsesLisp | 3 | -0/+212 |
2019-12-25 | vk_image: Add an image object abstraction | ReinUsesLisp | 3 | -0/+192 |
2019-12-25 | NvServices: Correct Ioctl Remap. | Fernando Sahmkow | 2 | -3/+5 |
2019-12-24 | fixed_pipeline_state: Define symetric operator!= and mark as noexcept | ReinUsesLisp | 2 | -40/+92 |
2019-12-23 | fixed_pipeline_state: Define structure and loaders | ReinUsesLisp | 3 | -0/+528 |
2019-12-23 | maxwell_3d: Add depth bounds registers | ReinUsesLisp | 1 | -6/+14 |
2019-12-23 | maxwell_to_gl: Implement missing primitive topologies | ReinUsesLisp | 1 | -4/+18 |
2019-12-22 | Texture Cache: Improve documentation | Fernando Sahmkow | 2 | -4/+5 |
2019-12-22 | Texture Cache: Address Feedback | Fernando Sahmkow | 2 | -11/+11 |
2019-12-22 | Texture Cache: Add HLE methods for building 3D textures within the GPU in certain scenarios. | Fernando Sahmkow | 4 | -1/+143 |
2019-12-21 | gl_shader_cache: Update commentary for shared memory | ReinUsesLisp | 1 | -9/+6 |
2019-12-21 | gl_shader_cache: Remove unused entry in GetPrimitiveDescription | ReinUsesLisp | 1 | -11/+9 |
2019-12-21 | vk_shader_decompiler: Use Visit instead of reimplementing it | ReinUsesLisp | 1 | -23/+1 |
2019-12-20 | shader/p2r: Implement P2R Pr | ReinUsesLisp | 1 | -1/+15 |
2019-12-20 | shader/r2p: Refactor P2R to support P2R | ReinUsesLisp | 2 | -17/+33 |
2019-12-19 | vk_resource_manager: Add entry to VKFence to test its usage | ReinUsesLisp | 1 | -0/+8 |
2019-12-19 | vk_reosurce_manager: Add assert for releasing fences | ReinUsesLisp | 1 | -0/+1 |
2019-12-19 | vk_resource_manager: Implement VKFenceWatch move constructor | ReinUsesLisp | 2 | -0/+32 |
2019-12-19 | vk_device: Add entry to catch device losses | ReinUsesLisp | 3 | -1/+40 |
2019-12-19 | vk_shader_decompiler: Fix full decompilation | ReinUsesLisp | 1 | -3/+5 |
2019-12-19 | vk_shader_decompiler: Skip NDC correction when it is native | ReinUsesLisp | 2 | -1/+2 |
2019-12-19 | vk_shader_decompiler: Normalize output fragment attachments | ReinUsesLisp | 2 | -12/+12 |
2019-12-19 | vk_device: Add query for RGBA8Uint | ReinUsesLisp | 1 | -0/+1 |
2019-12-19 | vk_shader_decompiler: Update sirit and implement Texture AOFFI | ReinUsesLisp | 1 | -22/+30 |
2019-12-18 | gl_rasterizer: Implement RASTERIZE_ENABLE | ReinUsesLisp | 6 | -4/+28 |
2019-12-18 | shader/memory: Implement LDG.U8 and unaligned U8 loads | ReinUsesLisp | 1 | -6/+32 |
2019-12-18 | shader/conversion: Implement byte selector in I2F | ReinUsesLisp | 1 | -2/+13 |
2019-12-18 | shader/texture: Properly shrink unused entries in size mismatches | ReinUsesLisp | 1 | -4/+9 |
2019-12-18 | gl_shader_decompiler: Add missing DeclareImages | ReinUsesLisp | 1 | -0/+1 |
2019-12-18 | shader_bytecode: Fix TLD4S encoding | ReinUsesLisp | 1 | -1/+1 |
2019-12-17 | common: SPSCQueue: Notify after incrementing queue size. | bunnei | 1 | -2/+9 |
2019-12-16 | renderer_vulkan/shader: Add helper GLSL shaders | ReinUsesLisp | 4 | -0/+122 |
2019-12-16 | shader/texture: Implement TLD4.PTP | ReinUsesLisp | 5 | -56/+120 |
2019-12-16 | shader/texture: Enable arrayed TLD4 | ReinUsesLisp | 1 | -1/+0 |
2019-12-16 | gl_shader_decompiler: Rename "sepparate" to "separate" | ReinUsesLisp | 1 | -3/+3 |
2019-12-16 | shader/texture: Implement AOFFI for TLD4S | ReinUsesLisp | 1 | -13/+18 |
2019-12-16 | shader/texture: Remove unnecesary parenthesis | ReinUsesLisp | 1 | -2/+2 |
2019-12-13 | maxwell_to_vk: Improve image format table and add more formats | ReinUsesLisp | 2 | -89/+127 |
2019-12-13 | maxwell_to_vk: Implement more vertex formats | ReinUsesLisp | 1 | -7/+81 |
2019-12-13 | maxwell_to_vk: Implement more primitive topologies | ReinUsesLisp | 2 | -2/+11 |
2019-12-13 | maxwell_to_vk: Approach GL_CLAMP closer to the GL spec | ReinUsesLisp | 3 | -9/+17 |
2019-12-13 | maxwell_to_vk: Use VK_EXT_index_type_uint8 when available | ReinUsesLisp | 2 | -4/+7 |
2019-12-13 | vk_scheduler: Delegate commands to a worker thread and state track | ReinUsesLisp | 2 | -37/+311 |
2019-12-12 | Shader_IR: Correct TLD4S Depth Compare. | Fernando Sahmkow | 2 | -9/+16 |
2019-12-12 | Shader_Ir: Correct TLD4S encoding and implement f16 flag. | Fernando Sahmkow | 3 | -11/+15 |
2019-12-12 | Gl_Shader_compiler: Correct Depth Compare for Texture Gather operations. | Fernando Sahmkow | 1 | -8/+21 |
2019-12-12 | Shader_Ir: default failed tracks on bindless samplers to null values. | Fernando Sahmkow | 2 | -24/+77 |
2019-12-11 | Gl_Rasterizer: Skip Tesselation Control and Eval stages as they are un implemented. | Fernando Sahmkow | 1 | -0/+8 |
2019-12-11 | Added missing include | Joel Holdsworth | 1 | -0/+1 |
2019-12-11 | Kernel: Correct behavior of Address Arbiter threads. (#3165) | Fernando Sahmkow | 3 | -24/+67 |
2019-12-11 | kernel/svc: Correct function signature of SignalProcessWideKey | Lioncash | 2 | -9/+6 |
2019-12-11 | gl_device: Enable compute shaders for Intel Mesa drivers | ReinUsesLisp | 1 | -1/+4 |
2019-12-11 | gl_shader_cache: Add missing new-line on emitted GLSL | ReinUsesLisp | 1 | -2/+2 |
2019-12-11 | Maxwell3D: Implement Depth Mode. | Fernando Sahmkow | 4 | -8/+15 |
2019-12-10 | shader: Implement MEMBAR.GL | ReinUsesLisp | 5 | -1/+46 |
2019-12-10 | vk_shader_decompiler: Fix build issues on old gcc versions | ReinUsesLisp | 1 | -2/+3 |
2019-12-10 | vk_shader_decompiler: Reduce YNegate's severity | ReinUsesLisp | 1 | -1/+1 |
2019-12-10 | shader_ir/other: Implement S2R InvocationId | ReinUsesLisp | 4 | -0/+9 |
2019-12-10 | vk_shader_decompiler: Misc changes | ReinUsesLisp | 2 | -697/+1648 |
2019-12-10 | shader: Keep track of shaders using warp instructions | ReinUsesLisp | 2 | -0/+8 |
2019-12-10 | shader_ir/memory: Implement patch stores | ReinUsesLisp | 4 | -20/+38 |
2019-12-09 | vk_device: Misc changes | ReinUsesLisp | 2 | -117/+276 |
2019-12-09 | externals: Update Vulkan-Headers | ReinUsesLisp | 2 | -2/+14 |
2019-12-08 | kernel: Remove unnecessary includes | Lioncash | 15 | -11/+17 |
2019-12-08 | kernel/svc: Provide implementations for svcDumpInfo/svcDumpInfoNew | Lioncash | 2 | -2/+24 |
2019-12-07 | vk_swapchain: Add support for swapping sRGB | ReinUsesLisp | 2 | -24/+31 |
2019-12-07 | maxwell_3d: Add tessellation tess level registers | ReinUsesLisp | 1 | -1/+6 |
2019-12-07 | maxwell_3d: Add tessellation mode register | ReinUsesLisp | 1 | -1/+28 |
2019-12-07 | maxwell_3d: Add patch vertices register | ReinUsesLisp | 1 | -1/+4 |
2019-12-07 | shader_bytecode: Remove corrupted character | ReinUsesLisp | 1 | -1/+1 |
2019-12-05 | CpuCore: Clear exclusive state after doing a run in dynarmic. | Fernando Sahmkow | 2 | -1/+2 |
2019-12-02 | telemetry_session: Report renderer backend | ReinUsesLisp | 1 | -0/+1 |
2019-12-02 | telemetry_session: Use temporary to avoid writing the same enum | ReinUsesLisp | 1 | -16/+11 |
2019-11-29 | texture_cache/surface_base: Fix out of bounds texture views | ReinUsesLisp | 1 | -7/+4 |
2019-11-29 | gl_framebuffer_cache: Optimize framebuffer key | ReinUsesLisp | 3 | -46/+60 |
2019-11-29 | gl_rasterizer: Re-enable framebuffer cache for clear buffers | ReinUsesLisp | 3 | -32/+15 |
2019-11-29 | renderer_opengl: Make ScreenRectVertex's constructor constexpr | ReinUsesLisp | 1 | -12/+7 |
2019-11-29 | renderer_opengl: Remove C casts | ReinUsesLisp | 1 | -4/+5 |
2019-11-29 | renderer_opengl: Use explicit binding for presentation shaders | ReinUsesLisp | 2 | -34/+20 |
2019-11-29 | renderer_opengl: Drop macros for message decorations | ReinUsesLisp | 1 | -21/+26 |
2019-11-29 | renderer_opengl: Move static definitions to anonymous namespace | ReinUsesLisp | 1 | -62/+66 |
2019-11-29 | renderer_opengl: Move commentaries to header file | ReinUsesLisp | 2 | -20/+13 |
2019-11-28 | kernel: Implement a more accurate IPC dispatch. | bunnei | 19 | -167/+246 |
2019-11-28 | patch_manager: Adds check for disabled cheats to prevent them from being enabled (#3178) | Morph | 1 | -5/+11 |
2019-11-27 | video_core/gpu_thread: Tidy up SwapBuffers() | Lioncash | 1 | -2/+1 |
2019-11-27 | video_core/const_buffer_locker: Make use of std::tie in HasEqualKeys() | Lioncash | 1 | -2/+3 |
2019-11-27 | video_core/const_buffer_locker: Remove unused includes | Lioncash | 2 | -2/+2 |
2019-11-27 | video_core/const_buffer_locker: Remove #pragma once from cpp file | Lioncash | 1 | -2/+0 |
2019-11-27 | filesys/romfs: Remove unused includes | Lioncash | 2 | -4/+2 |
2019-11-27 | filesys/romfs: Make ProcessFile and ProcessDirectory internally linked | Lioncash | 1 | -2/+3 |
2019-11-27 | file_sys/directory: Make EntryType an enum class | Lioncash | 2 | -3/+3 |
2019-11-27 | core/memory; Migrate over SetCurrentPageTable() to the Memory class | Lioncash | 3 | -26/+34 |
2019-11-27 | core/memory: Migrate over GetPointerFromVMA() to the Memory class | Lioncash | 1 | -36/+36 |
2019-11-27 | core/memory: Migrate over Write{8, 16, 32, 64, Block} to the Memory class | Lioncash | 14 | -153/+298 |
2019-11-27 | core/memory: Migrate over Read{8, 16, 32, 64, Block} to the Memory class | Lioncash | 19 | -178/+305 |
2019-11-27 | core/memory: Migrate over ZeroBlock() and CopyBlock() to the Memory class | Lioncash | 2 | -91/+161 |
2019-11-27 | core/memory: Migrate over RasterizerMarkRegionCached() to the Memory class | Lioncash | 3 | -70/+79 |
2019-11-27 | core/memory: Migrate over ReadCString() to the Memory class | Lioncash | 3 | -18/+40 |
2019-11-27 | core/memory: Migrate over GetPointer() | Lioncash | 7 | -25/+53 |
2019-11-27 | core: Prepare various classes for memory read/write migration | Lioncash | 24 | -61/+108 |
2019-11-27 | core/memory: Move memory read/write implementation functions into an anonymous namespace | Lioncash | 1 | -97/+98 |
2019-11-27 | core/memory: Migrate over address checking functions to the new Memory class | Lioncash | 6 | -39/+70 |
2019-11-27 | core/memory: Migrate over memory mapping functions to the new Memory class | Lioncash | 6 | -128/+180 |
2019-11-27 | core/memory: Introduce skeleton of Memory class | Lioncash | 4 | -3/+56 |
2019-11-27 | core_timing: Use better reference tracking for EventType. (#3159) | bunnei | 17 | -161/+103 |
2019-11-26 | gl_shader_decompiler: Fix casts from fp32 to f16 | ReinUsesLisp | 1 | -1/+2 |
2019-11-26 | kernel: Fix reference management for client/server session. | bunnei | 3 | -20/+18 |
2019-11-25 | gl_device: Deduce indexing bug from device instead of heuristic | ReinUsesLisp | 2 | -48/+2 |
2019-11-25 | kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel objects. (#3154) | bunnei | 74 | -378/+377 |
2019-11-24 | gl_texture_cache: Apply sRGB on blits | ReinUsesLisp | 1 | -0/+1 |
2019-11-23 | Update svc.cpp | bunnei | 1 | -0/+1 |
2019-11-23 | svc: GetSystemTick should return cntpct_el0, not core ticks. | bunnei | 1 | -1/+3 |
2019-11-23 | gpu_thread: Don't spin wait if there are no GPU commands. | bunnei | 1 | -17/+15 |
2019-11-23 | fix clang-format and lambda capture | Weiyi Wang | 1 | -1/+2 |
2019-11-23 | unfold UNREACHABLE implementation for dumb compilers | Weiyi Wang | 1 | -2/+2 |
2019-11-23 | gl_device: Reserve base bindings on limited devices | ReinUsesLisp | 1 | -36/+76 |
2019-11-23 | gl_state: Skip null texture binds | ReinUsesLisp | 1 | -1/+5 |
2019-11-23 | gl_rasterizer: Disable compute shaders on Intel | ReinUsesLisp | 3 | -0/+12 |
2019-11-23 | gl_shader_cache: Hack shared memory size | ReinUsesLisp | 1 | -2/+3 |
2019-11-23 | gl_shader_decompiler: Normalize image bindings | ReinUsesLisp | 3 | -33/+19 |
2019-11-23 | gl_shader_decompiler: Normalize cbuf bindings | ReinUsesLisp | 2 | -10/+6 |
2019-11-23 | gl_rasterizer: Add missing cbuf counter reset on compute | ReinUsesLisp | 1 | -0/+2 |
2019-11-23 | gl_shader_cache: Remove dynamic BaseBinding specialization | ReinUsesLisp | 16 | -192/+200 |
2019-11-23 | video_core: Unify ProgramType and ShaderStage into ShaderType | ReinUsesLisp | 22 | -289/+262 |
2019-11-23 | gl_rasterizer: Bind graphics images to draw commands | ReinUsesLisp | 4 | -33/+54 |
2019-11-23 | gl_shader_cache: Specialize local memory size for compute shaders | ReinUsesLisp | 6 | -21/+32 |
2019-11-23 | gl_shader_cache: Specialize shared memory size | ReinUsesLisp | 5 | -29/+25 |
2019-11-23 | gl_shader_cache: Specialize shader workgroup | ReinUsesLisp | 6 | -68/+74 |
2019-11-23 | shader/texture: Handle TLDS texture type mismatches | ReinUsesLisp | 1 | -1/+10 |
2019-11-23 | shader/texture: Deduce texture buffers from locker | ReinUsesLisp | 9 | -174/+107 |
2019-11-21 | Kernel: Optimize condition variable threads management. | Fernando Sahmkow | 4 | -24/+21 |
2019-11-21 | Kernel: Correct SignalProcessWideKey | Fernando Sahmkow | 1 | -6/+2 |
2019-11-21 | Kernel: Correct behavior of Condition Variables to be more similar to real hardware. | Fernando Sahmkow | 5 | -15/+74 |
2019-11-20 | buffer_cache: Remove brace initialized for objects with default constructor | ReinUsesLisp | 1 | -10/+10 |
2019-11-20 | Texture_Cache: Redo invalid Surfaces handling. | Fernando Sahmkow | 3 | -32/+101 |
2019-11-20 | shader/other: Reduce DEPBAR log severity | ReinUsesLisp | 1 | -1/+1 |
2019-11-20 | gl_shader_gen: Apply default value to gl_Position | ReinUsesLisp | 1 | -0/+1 |
2019-11-19 | citra_qt/main.ui: remove unused actions "Load Symbol Map..." and... | Tobias | 1 | -13/+0 |
2019-11-18 | Shader_IR: Address Feedback | Fernando Sahmkow | 3 | -11/+9 |
2019-11-16 | Kernel: Correct Cancel Synchronization. | Fernando Sahmkow | 3 | -2/+19 |
2019-11-16 | Revert "common/bit_field: Silence sign-conversion warnings" | Rodrigo Locatti | 1 | -3/+2 |
2019-11-15 | common/logging: Silence no return value warnings | ReinUsesLisp | 1 | -2/+6 |
2019-11-15 | common/bit_field: Silence sign-conversion warnings | Lioncash | 1 | -2/+3 |
2019-11-15 | format_lookup_table: Address feedback | ReinUsesLisp | 2 | -30/+24 |
2019-11-15 | texture_cache: Use a table instead of switch for texture formats | ReinUsesLisp | 9 | -261/+290 |
2019-11-14 | common_funcs: Remove semicolons from INSERT_PADDING_* macros | Lioncash | 1 | -4/+6 |
2019-11-14 | service/am: Remove unnecessary Skip calls | Lioncash | 1 | -8/+16 |
2019-11-14 | texture_cache: Drop abstracted ComponentType | ReinUsesLisp | 8 | -294/+158 |
2019-11-14 | am: Stub QueryApplicationPlayStatistics | Lioncash | 2 | -5/+14 |
2019-11-14 | correct the implementation of RGBA16UI | greggameplayer | 1 | -0/+2 |
2019-11-14 | Shader_IR: Implement TXD instruction. | Fernando Sahmkow | 5 | -8/+120 |
2019-11-14 | Shader_IR: Implement FLO instruction. | Fernando Sahmkow | 5 | -0/+35 |
2019-11-14 | Shader_Bytecode: Add encodings for FLO, SHF and TXD | Fernando Sahmkow | 1 | -0/+18 |
2019-11-13 | common/hash: Remove unused HashableStruct | Lioncash | 1 | -35/+0 |
2019-11-13 | maxwell_3d: Fix stencil_back_func_mask offset | ReinUsesLisp | 1 | -3/+3 |
2019-11-13 | xts_archive: Remove redundant std::string constructor | Lioncash | 1 | -2/+1 |
2019-11-13 | common_funcs: silence sign-conversion warnings in MakeMagic() | Lioncash | 1 | -1/+1 |
2019-11-12 | service: Update function tables | Lioncash | 33 | -7/+192 |
2019-11-12 | key_manager: Make use of IOFile in WriteKeyToFile() | Lioncash | 1 | -11/+15 |
2019-11-12 | core: Migrate off deprecated mbedtls functions | Lioncash | 7 | -12/+12 |
2019-11-12 | externals: Update httplib | Lioncash | 1 | -1/+1 |
2019-11-12 | service: Resolve sign conversion errors | Lioncash | 15 | -58/+55 |
2019-11-12 | perf_stats: Resolve implicit int to double conversion error | Lioncash | 1 | -1/+1 |
2019-11-12 | loader; Resolve sign conversion/truncation errors | Lioncash | 3 | -6/+6 |
2019-11-12 | gdbstub: Resolve sign conversion errors | Lioncash | 1 | -1/+2 |
2019-11-12 | kernel: Resolve sign conversion warnings | Lioncash | 4 | -72/+60 |
2019-11-12 | file_sys: Resolve sign conversion warnings | Lioncash | 4 | -12/+10 |
2019-11-12 | result: Add default error code for the ResultCode(-1) case | Lioncash | 1 | -1/+9 |
2019-11-12 | crypto: Resolve sign-conversion warnings | Lioncash | 2 | -11/+12 |
2019-11-12 | result: Resolve sign-coversion warnings | Lioncash | 1 | -1/+1 |
2019-11-12 | arm_unicorn: Resolve sign conversion warnings | Lioncash | 3 | -8/+10 |
2019-11-12 | CMakeLists: Make most implicit type conversion warnings errors on MSVC | Lioncash | 1 | -0/+17 |
2019-11-11 | video_core: Enable sign conversion warnings | Rodrigo Locatti | 1 | -1/+1 |
2019-11-11 | Implement stub for QueryApplicationPlayStatisticsByUid | Michael Scire | 2 | -0/+10 |
2019-11-09 | web-service: Port citra's updated web_backend code. | bunnei | 2 | -18/+57 |
2019-11-09 | yuzu: configure_web: Use Base64 encoded token for simplifying user experience. | bunnei | 2 | -32/+53 |
2019-11-08 | video_core: Treat implicit conversions as errors | ReinUsesLisp | 1 | -0/+6 |
2019-11-08 | video_core: Silence implicit conversion warnings | ReinUsesLisp | 9 | -53/+62 |
2019-11-08 | gl_shader_cache: Fix locker constructors | ReinUsesLisp | 1 | -2/+4 |
2019-11-08 | gl_shader_cache: Enable extensions only when available | ReinUsesLisp | 1 | -6/+14 |
2019-11-08 | gl_shader_decompiler: Add safe fallbacks when ARB_shader_ballot is not available | ReinUsesLisp | 3 | -5/+28 |
2019-11-08 | shader_ir/warp: Implement FSWZADD | ReinUsesLisp | 5 | -0/+44 |
2019-11-08 | gl_shader_decompiler: Reimplement shuffles with platform agnostic intrinsics | ReinUsesLisp | 5 | -122/+49 |
2019-11-07 | GLSLDecompiler: Correct Texture Gather Offset. | Fernando Sahmkow | 1 | -1/+1 |
2019-11-07 | buffer_cache: Add missing includes (#3079) | Morph | 1 | -0/+4 |
2019-11-07 | gl_rasterizer: Remove front facing hack | ReinUsesLisp | 1 | -12/+0 |
2019-11-07 | gl_shader_decompiler: Fix typo "y_negate"->"y_direction" | ReinUsesLisp | 1 | -1/+1 |
2019-11-07 | gl_shader_manager: Remove unused variable in SetFromRegs | ReinUsesLisp | 1 | -1/+0 |
2019-11-07 | yuzu_cmd: Use string_view instead of string for extensions | ReinUsesLisp | 1 | -3/+3 |
2019-11-07 | gl_rasterizer: Emulate viewport flipping with ARB_clip_control | ReinUsesLisp | 9 | -76/+57 |
2019-11-07 | shader/control_flow: Specify constness on caller lambdas | Rodrigo Locatti | 1 | -11/+12 |
2019-11-07 | shader/control_flow: Use callable template instead of std::function | ReinUsesLisp | 1 | -6/+5 |
2019-11-07 | shader/control_flow: Abstract repeated code chunks in BRX tracking | ReinUsesLisp | 1 | -93/+101 |
2019-11-07 | shader/control_flow: Silence Intellisense cast warnings | ReinUsesLisp | 1 | -1/+1 |
2019-11-07 | shader/control_flow: Remove brace initializer in std containers | ReinUsesLisp | 1 | -9/+9 |
2019-11-07 | shader/decode: Reduce severity of arithmetic rounding warnings | ReinUsesLisp | 6 | -15/+17 |
2019-11-07 | shader/arithmetic: Reduce RRO stub severity | ReinUsesLisp | 1 | -1/+2 |
2019-11-07 | shader/texture: Remove NODEP warnings | ReinUsesLisp | 1 | -35/+0 |
2019-11-07 | nifm: Only return that there's an internet connection when there's a BCATServer | Fernando Sahmkow | 1 | -3/+17 |
2019-11-06 | ci: Populate build repository from Azure environment | Zach Hilman | 1 | -11/+2 |
2019-11-04 | common_func: Use std::array for INSERT_PADDING_* macros. | bunnei | 14 | -158/+166 |
2019-11-03 | Revert "common_func: Use std::array for INSERT_PADDING_* macros." | bunnei | 1 | -3/+2 |
2019-11-03 | common_func: Use std::array for INSERT_PADDING_* macros. | bunnei | 1 | -2/+3 |
2019-11-03 | kernel: readable_event: Signal only once. | bunnei | 1 | -2/+4 |
2019-11-03 | kernel: events: Remove ResetType::Automatic. | bunnei | 25 | -109/+48 |
2019-11-03 | kernel: readable_event: Initialize members. | bunnei | 1 | -1/+1 |
2019-11-03 | common/bit_field: Remove FORCE_INLINE calls | Tobias | 1 | -2/+2 |
2019-11-03 | core/am: Stub InitializeApplicationCopyrightFrameBuffer, SetApplicationCopyrightImage and SetApplicationCopyrightVisibility | FearlessTobi | 2 | -3/+31 |
2019-11-03 | citra_qt: add amiibo drag and drop support | FearlessTobi | 2 | -4/+18 |
2019-11-02 | gl_rasterizer: Re-enable stream buffer memory due to global memory | ReinUsesLisp | 1 | -14/+8 |
2019-11-02 | gl_rasterizer: Upload constant buffers with glNamedBufferSubData | ReinUsesLisp | 6 | -19/+84 |
2019-10-31 | Shader_IR: Fix regression on TLD4 | Fernando Sahmkow | 2 | -5/+4 |
2019-10-30 | Shader_IR: Fix TLD4 and add Bindless Variant. | Fernando Sahmkow | 3 | -11/+55 |
2019-10-30 | gl_state: Use std::array::fill instead of std::fill | Rodrigo Locatti | 1 | -1/+1 |
2019-10-30 | gl_state: Move dirty checks to individual apply calls instead of Apply | ReinUsesLisp | 2 | -66/+74 |
2019-10-30 | gl_state: Remove ApplyDefaultState | ReinUsesLisp | 3 | -17/+1 |
2019-10-30 | gl_state: Change SetDefaultViewports to use default constructor | ReinUsesLisp | 1 | -13/+2 |
2019-10-30 | gl_state: Minor style changes | ReinUsesLisp | 1 | -3/+5 |
2019-10-30 | gl_state: Remove unused Citra TextureUnits | ReinUsesLisp | 1 | -23/+0 |
2019-10-30 | gl_state: Move initializers from constructor to class declaration | ReinUsesLisp | 2 | -170/+75 |
2019-10-30 | shader/node: Unpack bindless texture encoding | ReinUsesLisp | 8 | -142/+116 |
2019-10-28 | scheduler: Mark parameter of AskForReselectionOrMarkRedundant() as const | Lioncash | 2 | -5/+5 |
2019-10-28 | maxwell_3d/kepler_compute: Remove unused arguments in GetTexture | ReinUsesLisp | 5 | -37/+20 |
2019-10-28 | video_core/textures: Remove unused index entry in FullTextureInfo | ReinUsesLisp | 2 | -2/+0 |
2019-10-28 | maxwell_3d: Remove unused method GetStageTextures | ReinUsesLisp | 2 | -42/+0 |
2019-10-28 | scheduler: Silence sign conversion warnings | Lioncash | 1 | -5/+5 |
2019-10-28 | scheduler: Initialize class members directly where applicable | Lioncash | 2 | -6/+4 |
2019-10-28 | scheduler: Amend documentation comments | Lioncash | 2 | -75/+59 |
2019-10-27 | Video_Core: Implement texture format E5B9G9R9_SHAREDEXP. | Fernando Sahmkow | 4 | -5/+22 |
2019-10-27 | maxwell_3d: Silence implicit conversion warnings | ReinUsesLisp | 2 | -24/+25 |
2019-10-27 | rasterizer_accelerated: Add intermediary for GPU rasterizers | ReinUsesLisp | 5 | -45/+98 |
2019-10-27 | astc: Silence implicit conversion warnings | ReinUsesLisp | 1 | -7/+8 |
2019-10-26 | Shader_IR: Address Feedback. | Fernando Sahmkow | 9 | -56/+66 |
2019-10-25 | Shader_IR: Clang format | Fernando Sahmkow | 1 | -2/+1 |
2019-10-25 | gl_shader_cache: Implement locker variants invalidation | ReinUsesLisp | 4 | -44/+104 |
2019-10-25 | gl_shader_disk_cache: Store and load fast BRX | ReinUsesLisp | 6 | -50/+210 |
2019-10-25 | const_buffer_locker: Minor style changes | ReinUsesLisp | 2 | -152/+76 |
2019-10-25 | gl_shader_decompiler: Move entries to a separate function | ReinUsesLisp | 15 | -722/+420 |
2019-10-25 | Shader_IR: Implement Fast BRX and allow multi-branches in the CFG. | Fernando Sahmkow | 1 | -1/+1 |
2019-10-25 | Shader_IR: Correct typo in Consistent method. | Fernando Sahmkow | 2 | -2/+2 |
2019-10-25 | Shader_IR: allow lookup of texture samplers within the shader_ir for instructions that don't provide it | Fernando Sahmkow | 9 | -46/+363 |
2019-10-25 | Shader_IR: Implement Fast BRX and allow multi-branches in the CFG. | Fernando Sahmkow | 7 | -130/+258 |
2019-10-25 | Shader_Cache: setup connection of ConstBufferLocker | Fernando Sahmkow | 10 | -43/+82 |
2019-10-25 | VideoCore: Unify const buffer accessing along engines and provide ConstBufferLocker class to shaders. | Fernando Sahmkow | 12 | -13/+183 |
2019-10-25 | Shader_IR: Implement BRX tracking. | Fernando Sahmkow | 1 | -0/+113 |
2019-10-24 | shader_bytecode: Make Matcher constexpr capable | Lioncash | 1 | -13/+13 |
2019-10-24 | shader_ir: Use std::array with pair instead of unordered_map | Lioncash | 1 | -53/+67 |
2019-10-24 | video_core/shader: Resolve instances of variable shadowing | Lioncash | 6 | -11/+12 |
2019-10-22 | savedata_factory: Automatically create certain savedata | Zach Hilman | 1 | -0/+12 |
2019-10-22 | Shader_Ir: Fix TLD4S from using a component mask. | Fernando Sahmkow | 2 | -5/+5 |
2019-10-22 | shader_ir/memory: Ignore global memory when tracking fails | ReinUsesLisp | 2 | -18/+26 |
2019-10-20 | maxwell_3d: Reduce FlushMMEInlineDraw logging to Trace | ReinUsesLisp | 1 | -1/+1 |
2019-10-19 | core: Fix clang-format errors. | bunnei | 1 | -9/+10 |
2019-10-18 | Fix null pointer deref. | Nicolae-Andrei Cociorba | 1 | -10/+12 |
2019-10-18 | video_core/shader/ast: Make ShowCurrentState() and SanityCheck() const member functions | Lioncash | 2 | -5/+5 |
2019-10-18 | video_core/shader/ast: Make ASTManager::Print a const member function | Lioncash | 2 | -3/+3 |
2019-10-18 | video_core/shader/ast: Make ExprPrinter members private | Lioncash | 1 | -1/+2 |
2019-10-18 | video_core/shader/ast: Make Indent() return a string_view | Lioncash | 1 | -14/+24 |
2019-10-18 | video_core/shader/ast: Make Indent() private | Lioncash | 1 | -9/+9 |
2019-10-18 | video_core/shader/ast: Rename Ident() to Indent() | Lioncash | 1 | -13/+13 |
2019-10-18 | video_core/shader/ast: Make use of fmt where applicable | Lioncash | 1 | -14/+14 |
2019-10-18 | vk_shader_decompiler: Mark operator() function parameters as const references | Lioncash | 1 | -21/+23 |
2019-10-18 | dmnt_cheat_vm: Correct register Restore and ClearRegs behavior | Lioncash | 1 | -2/+2 |
2019-10-18 | Fermi2D: Use a different formula for delimiting blit areas. | Fernando Sahmkow | 1 | -14/+28 |
2019-10-18 | hid/npad: Fix incorrect connection boolean value in ConnectAllDisconnectedControllers() | Lioncash | 1 | -1/+1 |
2019-10-18 | hid/npad: Add missing break in default case | Lioncash | 1 | -0/+1 |
2019-10-18 | hid/npad: Replace std::for_each with ranged for loops | Lioncash | 1 | -13/+12 |
2019-10-18 | hid/npad: Remove redundant non-const variant of IsControllerSupported() | Lioncash | 2 | -34/+5 |
2019-10-18 | hid/npad: Move function declarations | Lioncash | 1 | -5/+6 |
2019-10-17 | video_core/macro_interpreter: Make definitions of most private enums/unions hidden | Lioncash | 2 | -72/+79 |
2019-10-17 | core/core: Resolve -Wreorder warnings | Lioncash | 1 | -2/+2 |
2019-10-17 | core/memory/cheat_engine: Resolve -Wreorder warnings | Lioncash | 1 | -4/+3 |
2019-10-17 | apm/controller: Make SetPerformanceConfiguration() use an array of pairs over a map | Lioncash | 1 | -14/+34 |
2019-10-17 | apm/controller: Make GetCurrentPerformanceMode() a const member function | Lioncash | 2 | -2/+2 |
2019-10-17 | Fermi2D: limit blit area to only available area | Fernando Sahmkow | 1 | -4/+14 |
2019-10-16 | video_core/surface: Add missing break in PixelFormatFromTextureFormat() | Lioncash | 1 | -0/+1 |
2019-10-16 | vk_shader_decompiler: Resolve fallthrough within ExprDecompiler's ExprCondCode operator() | Lioncash | 1 | -0/+3 |
2019-10-16 | gl_shader_decompiler: Resolve fallthrough within ExprDecompiler's ExprCondCode operator() | Lioncash | 1 | -0/+3 |
2019-10-16 | texture_cache: Avoid unnecessary surface copies within PickStrategy() and TryReconstructSurface() | Lioncash | 1 | -2/+2 |
2019-10-16 | control_flow: Silence truncation warnings | Lioncash | 2 | -4/+4 |
2019-10-16 | gl_shader_decompiler: Make ExprDecompiler's GetResult() a const member function | Lioncash | 1 | -1/+1 |
2019-10-16 | gl_shader_decompiler: Use a std::string_view with GetDeclarationWithSuffix() | Lioncash | 1 | -1/+1 |
2019-10-16 | gl_shader_decompiler: Fold flow_var constant into GetFlowVariable() | Lioncash | 1 | -3/+1 |
2019-10-16 | gl_shader_decompiler: Mark ASTDecompiler/ExprDecompiler parameters as const references where applicable | Lioncash | 1 | -21/+21 |
2019-10-16 | gl_shader_decompiler: Pass by reference to GenerateTextureArgument() | Lioncash | 1 | -2/+2 |
2019-10-16 | gl_shader_decompiler: Use std::holds_alternative within GenerateTexture() | Lioncash | 1 | -1/+1 |
2019-10-16 | shader/node: std::move Meta instance within OperationNode constructor | Lioncash | 1 | -1/+1 |
2019-10-16 | gl_shader_decompiler: Avoid unnecessary copies of MetaImage | Lioncash | 1 | -4/+4 |
2019-10-15 | maxwell_3d: Silence truncation warnings | Lioncash | 1 | -1/+2 |
2019-10-15 | video_core/gpu: Remove use of the global system accessor | Lioncash | 1 | -1/+1 |
2019-10-15 | bcat: Remove use of global system accessors | Lioncash | 6 | -29/+55 |
2019-10-15 | video_core/texture_cache: Amend Doxygen references | Lioncash | 1 | -57/+78 |
2019-10-15 | common/algorithm: Add description comment indicating intended algorithms | Lioncash | 1 | -0/+5 |
2019-10-15 | common: Rename binary_find.h to algorithm.h | Lioncash | 4 | -4/+5 |
2019-10-15 | Kernel Thread: Cleanup THREADPROCESSORID_DONT_UPDATE. | Fernando Sahmkow | 2 | -4/+1 |
2019-10-15 | Kernel: Address Feedback 2 | Fernando Sahmkow | 2 | -9/+6 |
2019-10-15 | Kernel: Clang Format | Fernando Sahmkow | 2 | -5/+5 |
2019-10-15 | Kernel: Reverse global accessor removal. | Fernando Sahmkow | 4 | -23/+9 |
2019-10-15 | Kernel: Address Feedback. | Fernando Sahmkow | 6 | -67/+98 |
2019-10-15 | Kernel Scheduler: Make sure the global scheduler shutdowns correctly. | Fernando Sahmkow | 7 | -0/+31 |
2019-10-15 | Kernel_Thread: Eliminate most global accessors. | Fernando Sahmkow | 1 | -11/+11 |
2019-10-15 | KernelSVC: Assert that condition variable address is aligned to 4 bytes. | Fernando Sahmkow | 1 | -0/+4 |
2019-10-15 | Kernel: Correct Paused scheduling | Fernando Sahmkow | 1 | -3/+1 |
2019-10-15 | Kernel: Corrections to Wait Objects clearing in which a thread could still be signalled after a timeout or a cancel. | Fernando Sahmkow | 3 | -3/+4 |
2019-10-15 | Kernel: Correct redundant yields to only advance time forward. | Fernando Sahmkow | 1 | -3/+5 |
2019-10-15 | Kernel: Corrections to ModifyByWaitingCountAndSignalToAddressIfEqual | Fernando Sahmkow | 1 | -5/+13 |
2019-10-15 | Kernel: Correct Results in Condition Variables and Mutexes | Fernando Sahmkow | 3 | -24/+17 |
2019-10-15 | Kernel: Clang Format | Fernando Sahmkow | 2 | -2/+3 |
2019-10-15 | Kernel: Remove global system accessor from WaitObject | Fernando Sahmkow | 4 | -2/+17 |
2019-10-15 | Scheduler: Implement Yield Count and Core migration on Thread Preemption. | Fernando Sahmkow | 2 | -5/+85 |
2019-10-15 | Scheduler: Corrections to YieldAndBalanceLoad and Yield bombing protection. | Fernando Sahmkow | 2 | -8/+8 |
2019-10-15 | Kernel: Initial implementation of thread preemption. | Fernando Sahmkow | 3 | -0/+30 |
2019-10-15 | Scheduler: Add protections for Yield bombing | Fernando Sahmkow | 5 | -24/+31 |
2019-10-15 | Kernel: Style and Corrections | Fernando Sahmkow | 12 | -96/+137 |
2019-10-15 | Correct PrepareReschedule | Fernando Sahmkow | 6 | -38/+29 |
2019-10-15 | Comment and reorganize the scheduler | Fernando Sahmkow | 2 | -98/+104 |
2019-10-15 | Add PrepareReschedule where required. | Fernando Sahmkow | 3 | -16/+18 |
2019-10-15 | Correct compiling errors and addapt to the new interface. | Fernando Sahmkow | 3 | -27/+15 |
2019-10-15 | Correct Supervisor Calls to work with the new scheduler, | Fernando Sahmkow | 1 | -26/+41 |
2019-10-15 | Redesign CPU Cores to work with the new scheduler | Fernando Sahmkow | 2 | -13/+12 |
2019-10-15 | Add interfacing to the Global Scheduler | Fernando Sahmkow | 4 | -0/+34 |
2019-10-15 | Addapt thread class to the new Scheduler | Fernando Sahmkow | 2 | -60/+237 |
2019-10-15 | Implement a new Core Scheduler | Fernando Sahmkow | 2 | -258/+411 |
2019-10-13 | card_image: Implement system update commands in XCI | Zach Hilman | 2 | -3/+37 |
2019-10-13 | pl_u: Fix mismatched rebase size error in font encryption | Zach Hilman | 3 | -19/+17 |
2019-10-13 | pl_u: Use kernel physical memory | Zach Hilman | 2 | -4/+8 |
2019-10-13 | pl_u: Remove excess static qualifier | Zach Hilman | 1 | -1/+1 |
2019-10-13 | pl_u: Use OSS system archives if real archives don't exist | Zach Hilman | 2 | -112/+48 |
2019-10-13 | system_archive: Synthesize shared fonts system archives | Zach Hilman | 3 | -5/+101 |
2019-10-13 | externals: Move OSS font data to file_sys in core | Zach Hilman | 13 | -1/+73324 |
2019-10-12 | nvflinger/buffer_queue: Remove use of a global system accessor | Lioncash | 3 | -4/+8 |
2019-10-12 | Core_Timing: Address Remaining feedback. | Fernando Sahmkow | 1 | -5/+4 |
2019-10-12 | Core_Timing: Fix tests. | Fernando Sahmkow | 1 | -2/+2 |
2019-10-11 | Core_Timing: Address Feedback and suppress warnings. | Fernando Sahmkow | 5 | -13/+12 |
2019-10-11 | AsyncGpu: Address Feedback | Fernando Sahmkow | 2 | -2/+2 |
2019-10-10 | fixed clang format & addressed feedback | FreddyFunk | 1 | -26/+24 |
2019-10-10 | yuzu/configure_input_player: Fix input handling for ZL and ZR from controllers with analog triggers | FreddyFunk | 1 | -7/+23 |
2019-10-09 | Surfaces: Implement R4G4B4A4U format. | Fernando Sahmkow | 4 | -24/+41 |
2019-10-09 | Surfaces: Implement ASTC 6x6 10x10 12x12 8x6 6x5 | Fernando Sahmkow | 4 | -70/+185 |
2019-10-09 | Core Timing: Correct Idle and remove lefting pragma | Fernando Sahmkow | 1 | -2/+1 |
2019-10-09 | Core Timing: General corrections and added tests. | Fernando Sahmkow | 3 | -7/+165 |
2019-10-09 | Tests: Eliminate old Core Timing Tests | Fernando Sahmkow | 1 | -193/+0 |
2019-10-09 | Core Timing: Rework Core Timing to run all cores evenly. | Fernando Sahmkow | 6 | -38/+89 |
2019-10-07 | shader/half_set_predicate: Fix HSETP2 for constant buffers | ReinUsesLisp | 1 | -0/+2 |
2019-10-07 | shader/half_set_predicate: Reduce DEBUG_ASSERT to LOG_DEBUG | ReinUsesLisp | 1 | -1/+2 |
2019-10-07 | hid: Implement DeactivateNpad | Morph | 2 | -1/+13 |
2019-10-07 | hid: Stub SetNpadJoyAssignmentModeSingle and reorganize service commands | Morph | 2 | -92/+126 |
2019-10-07 | alignment: Resolve allocator construction issues on debug | Lioncash | 1 | -0/+5 |
2019-10-07 | alignment: Specify trait definitions within the allocator | Lioncash | 1 | -0/+5 |
2019-10-06 | gl_shader_disk_cache: Properly ignore existing cache | ReinUsesLisp | 2 | -16/+17 |
2019-10-06 | bcat/module: Silence truncation warnings | Lioncash | 1 | -3/+3 |
2019-10-06 | bcat: Take std::function instance by value in NullBackend's constructor | Lioncash | 2 | -2/+2 |
2019-10-06 | bcat: In-class initialize ProgressServiceBackend's impl member | Lioncash | 2 | -2/+2 |
2019-10-06 | bcat: Make ProgressServiceBackend's constructor take a std::string_view | Lioncash | 2 | -3/+7 |
2019-10-06 | qt: Fix game name format error | Zach Hilman | 1 | -2/+2 |
2019-10-06 | bcat: Make ProgressServiceBackend's GetEvent() const | Lioncash | 2 | -2/+2 |
2019-10-06 | boxcat: Silence an unused variable warning | Lioncash | 1 | -1/+2 |
2019-10-06 | core/core: Remove unused header | Lioncash | 1 | -1/+0 |
2019-10-06 | core: Remove Core::CurrentProcess() | Lioncash | 5 | -13/+11 |
2019-10-06 | hle/service: Replace global system instance calls with instance-based ones | Lioncash | 14 | -51/+76 |
2019-10-05 | video_core/control_flow: Eliminate variable shadowing warnings | Lioncash | 1 | -6/+6 |
2019-10-05 | video_core/control_flow: Eliminate pessimizing moves | Lioncash | 1 | -5/+8 |
2019-10-05 | video_core/ast: Unindent most of IsFullyDecompiled() by one level | Lioncash | 1 | -12/+12 |
2019-10-05 | video_core/ast: Make ShowCurrentState() take a string_view instead of std::string | Lioncash | 2 | -2/+2 |
2019-10-05 | video_core/ast: Eliminate variable shadowing warnings | Lioncash | 1 | -3/+3 |
2019-10-05 | video_core/ast: Replace std::string with a constexpr std::string_view | Lioncash | 1 | -3/+1 |
2019-10-05 | video_core/ast: Default the move constructor and assignment operator | Lioncash | 2 | -26/+2 |
2019-10-05 | video_core/{ast, expr}: Organize forward declaration | Lioncash | 2 | -10/+10 |
2019-10-05 | video_core/expr: Supply operator!= along with operator== | Lioncash | 2 | -1/+32 |
2019-10-05 | video_core/{ast, expr}: Use std::move where applicable | Lioncash | 4 | -45/+47 |
2019-10-05 | video_core/ast: Supply const accessors for data where applicable | Lioncash | 2 | -37/+41 |
2019-10-05 | qt: Change titlebar formatting | Zach Hilman | 1 | -6/+15 |
2019-10-05 | common: Add additional SCM revision fields | Zach Hilman | 3 | -0/+21 |
2019-10-05 | maxwell_3d: Add dirty flags for depth bounds values | ReinUsesLisp | 2 | -1/+10 |
2019-10-05 | GL_Renderer: Remove lefting snippet. | Fernando Sahmkow | 1 | -2/+0 |
2019-10-05 | NvFlinger: Remove leftover from corrections and clang format. | Fernando Sahmkow | 1 | -4/+0 |
2019-10-05 | Gl_Rasterizer: Protect CPU Memory mapping from multiple threads. | Fernando Sahmkow | 2 | -0/+4 |
2019-10-05 | Core: Wait for GPU to be idle before shutting down. | Fernando Sahmkow | 7 | -0/+19 |
2019-10-05 | Nvdrv: Correct Event setup in Nvdrv | Fernando Sahmkow | 2 | -23/+14 |
2019-10-05 | NVFlinger: Reverse the change that only signaled events on buffer acquire. | Fernando Sahmkow | 2 | -20/+1 |
2019-10-05 | Nvdrv: Do framelimiting only in the CPU Thread | Fernando Sahmkow | 2 | -3/+4 |
2019-10-05 | NvFlinger: Don't swap buffers if a frame is missing and always trigger event in sync gpu. | Fernando Sahmkow | 1 | -1/+3 |
2019-10-05 | GPU_Async: Correct fences, display events and more. | Fernando Sahmkow | 6 | -21/+38 |
2019-10-05 | Nvdrv: Correct Async regression and avoid signaling empty buffer vsyncs | Fernando Sahmkow | 2 | -3/+9 |
2019-10-05 | audio/audout_u: Change formatting for old clang-format versions | ReinUsesLisp | 1 | -1/+1 |
2019-10-05 | yuzu/game_list_worker: Silence warnings | ReinUsesLisp | 2 | -8/+9 |
2019-10-05 | yuzu/game_list: Silence -Wswitch and -Wunused-variable | ReinUsesLisp | 2 | -5/+12 |
2019-10-05 | yuzu/configure_service: Silence -Wswitch | ReinUsesLisp | 1 | -0/+2 |
2019-10-05 | yuzu_tester: Remove unused variable | ReinUsesLisp | 1 | -1/+0 |
2019-10-05 | service/nvdrv: Silence -Wswitch | ReinUsesLisp | 4 | -4/+10 |
2019-10-05 | service/nfp: Silence -Wunused and -Wswitch | ReinUsesLisp | 1 | -4/+5 |
2019-10-05 | service/hid: Silence -Wunused and -Wswitch | ReinUsesLisp | 15 | -23/+18 |
2019-10-05 | service/am: Silence -Wreorder | ReinUsesLisp | 1 | -2/+1 |
2019-10-05 | service/hid: Remove unused system reference | ReinUsesLisp | 2 | -2/+1 |
2019-10-05 | service/friend: Remove unused field | ReinUsesLisp | 1 | -1/+0 |
2019-10-05 | service/filesystem: Silence -Wunused-variable | ReinUsesLisp | 1 | -1/+1 |
2019-10-05 | service/bcat: Silence -Wreorder and -Wunused | ReinUsesLisp | 2 | -2/+2 |
2019-10-05 | service/audio: Silence -Wunused | ReinUsesLisp | 1 | -1/+1 |
2019-10-05 | service/apm: Silence -Wunused and -Wreorder | ReinUsesLisp | 2 | -4/+5 |
2019-10-05 | common/file_util: Silence -Wswitch | ReinUsesLisp | 1 | -1/+2 |
2019-10-05 | Texture_Cache: Blit Deduction corrections and simplifications. | Fernando Sahmkow | 1 | -18/+20 |
2019-10-05 | TextureCache: Add the ability to deduce if two textures are depth on blit. | Fernando Sahmkow | 1 | -2/+142 |
2019-10-05 | Shader_ir: Address feedback | Fernando Sahmkow | 6 | -65/+24 |
2019-10-05 | Shader_Ir: Address Feedback and clang format. | Fernando Sahmkow | 4 | -68/+68 |
2019-10-05 | vk_shader_decompiler: Correct Branches inside conditionals. | Fernando Sahmkow | 1 | -1/+11 |
2019-10-05 | vk_shader_decompiler: Clean code and be const correct. | Fernando Sahmkow | 2 | -8/+6 |
2019-10-05 | Shader_IR: clean up AST handling and add documentation. | Fernando Sahmkow | 1 | -2/+6 |
2019-10-05 | Shader_IR: Correct OutwardMoves for Ifs | Fernando Sahmkow | 1 | -22/+11 |
2019-10-05 | vk_shader_compiler: Don't enclose branches with if(true) to avoid crashing AMD | Fernando Sahmkow | 1 | -16/+33 |
2019-10-05 | gl_shader_decompiler: Refactor and address feedback. | Fernando Sahmkow | 1 | -17/+18 |
2019-10-05 | Shader_IR: corrections and clang-format | Fernando Sahmkow | 2 | -70/+64 |
2019-10-05 | vk_shader_compiler: Correct SPIR-V AST Decompiling | Fernando Sahmkow | 1 | -4/+11 |
2019-10-05 | Shader_IR: allow else derivation to be optional. | Fernando Sahmkow | 7 | -10/+18 |
2019-10-05 | vk_shader_compiler: Implement the decompiler in SPIR-V | Fernando Sahmkow | 3 | -23/+301 |
2019-10-05 | Shader_IR: mark labels as unused for partial decompile. | Fernando Sahmkow | 2 | -3/+9 |
2019-10-05 | Shader_Ir: Refactor Decompilation process and allow multiple decompilation modes. | Fernando Sahmkow | 14 | -82/+336 |
2019-10-05 | gl_shader_decompiler: Implement AST decompiling | Fernando Sahmkow | 11 | -63/+358 |
2019-10-05 | shader_ir: Declare Manager and pass it to appropiate programs. | Fernando Sahmkow | 7 | -104/+214 |
2019-10-05 | shader_ir: Corrections to outward movements and misc stuffs | Fernando Sahmkow | 7 | -58/+310 |
2019-10-05 | shader_ir: Add basic goto elimination | Fernando Sahmkow | 2 | -38/+484 |
2019-10-05 | shader_ir: Initial Decompile Setup | Fernando Sahmkow | 6 | -5/+510 |
2019-10-05 | SDL: Fix missing header | Fernando Sahmkow | 1 | -0/+1 |
2019-10-02 | [crypto] Use IsAllZeroArray helper function | vperus | 1 | -1/+1 |
2019-10-02 | qt: Add service dialog | Zach Hilman | 5 | -17/+20 |
2019-10-01 | boxcat: Use updated game-asset API URL and tags | Zach Hilman | 1 | -6/+6 |
2019-10-01 | bcat: Add FSC accessors for BCAT data | Zach Hilman | 10 | -31/+51 |
2019-10-01 | gl_rasterizer: Fix polygon offset units | ReinUsesLisp | 1 | -1/+3 |
2019-09-30 | boxcat: Implement events global field | Zach Hilman | 6 | -30/+43 |
2019-09-30 | bcat: Implement DeliveryCacheProgressImpl structure | Zach Hilman | 6 | -88/+314 |
2019-09-30 | boxcat: Use Etag header names for file digest | Zach Hilman | 2 | -24/+21 |
2019-09-30 | boxcat: Add downloading and client for launch parameter data | Zach Hilman | 2 | -16/+77 |
2019-09-30 | bcat: Add backend function for BCAT Indirect (launch parameter) | Zach Hilman | 2 | -0/+11 |
2019-09-30 | bcat: Expose CreateBackendFromSettings helper function | Zach Hilman | 2 | -2/+2 |
2019-09-30 | am: Unstub PopLaunchParameter and add bcat connection for app-specific data | Zach Hilman | 2 | -16/+52 |
2019-09-30 | configure_service: Allow Qt to open external links | Zach Hilman | 1 | -0/+3 |
2019-09-30 | yuzu: Add UI tab to configure BCAT services | Zach Hilman | 6 | -0/+302 |
2019-09-30 | bcat: Implement cmd 90201 ClearDeliveryCacheStorage | Zach Hilman | 1 | -1/+23 |
2019-09-30 | bcat: Implement cmd 30100 SetPassphrase | Zach Hilman | 1 | -1/+33 |
2019-09-30 | bcat: Implement cmd RequestSyncDeliveryCache and variant | Zach Hilman | 1 | -2/+70 |
2019-09-30 | bcat: Implement IDeliveryCacheProgressService commands | Zach Hilman | 1 | -0/+131 |
2019-09-30 | bcat: Implement IDeliveryCacheFileService commands | Zach Hilman | 1 | -0/+117 |
2019-09-30 | bcat: Implement IDeliveryCacheDirectoryService commands | Zach Hilman | 1 | -0/+99 |
2019-09-30 | bcat: Implement IDeliveryCacheStorageService commands | Zach Hilman | 1 | -0/+58 |
2019-09-30 | bcat: Add commands to create IDeliveryCacheStorageService | Zach Hilman | 3 | -2/+32 |
2019-09-30 | module: Create BCAT backend based upon Settings value on construction | Zach Hilman | 3 | -1/+36 |
2019-09-30 | bcat: Add BCAT backend for Boxcat service | Zach Hilman | 2 | -0/+407 |
2019-09-30 | bcat: Add backend class to generify the functions of BCAT | Zach Hilman | 2 | -0/+100 |
2019-09-30 | settings: Add option to set BCAT backend | Zach Hilman | 6 | -0/+34 |
2019-09-30 | nifm: Signal to applications that internet access is available | Zach Hilman | 1 | -3/+10 |
2019-09-30 | core/loader: Track the NSO build ID of the current process | Zach Hilman | 3 | -0/+14 |
2019-09-30 | applets: Add accessor for AppletFrontendSet | Zach Hilman | 2 | -0/+6 |
2019-09-30 | filesystem: Add getter for BCAT temporary directory | Zach Hilman | 3 | -0/+16 |
2019-09-30 | vfs: Add function to extract ZIP file into virtual filesystem | Zach Hilman | 2 | -0/+96 |
2019-09-30 | Revert "arm_dynarmic: Check if jit is nullptr when preparing reschedule" | bunnei | 1 | -3/+0 |
2019-09-29 | Services::ES fix casting warnings | FreddyFunk | 1 | -6/+6 |
2019-09-26 | yuzu: Pause when in background | FearlessTobi | 6 | -0/+38 |
2019-09-24 | Signal styleset changes at a better time | David Marcec | 1 | -8/+2 |
2019-09-24 | gl_shader_decompiler: Add tailing return for HUnpack2 | ReinUsesLisp | 1 | -0/+2 |
2019-09-24 | gl_shader_decompiler: Fix clang build issues | ReinUsesLisp | 1 | -26/+23 |
2019-09-23 | card_image: Add accessors for raw partitions in XCI | Zach Hilman | 2 | -0/+36 |
2019-09-23 | card_image: Lazily load partitions in XCI | Zach Hilman | 2 | -26/+41 |
2019-09-23 | pfs: Provide accessors for file sizes and offsets | Zach Hilman | 2 | -0/+17 |
2019-09-22 | cmake: Add SCM detection for Azure | Zach Hilman | 1 | -0/+3 |
2019-09-22 | lm: Flush manager output on core shutdown | Zach Hilman | 5 | -11/+15 |
2019-09-22 | lm: Rename Initialize to Log and implement with manager/reporter | Zach Hilman | 1 | -140/+22 |
2019-09-22 | lm: Implement manager class to output to reporter | Zach Hilman | 2 | -0/+233 |
2019-09-22 | core: Add LM::Manager to system | Zach Hilman | 6 | -19/+39 |
2019-09-22 | reporter: Add log output for packaged lm log data | Zach Hilman | 2 | -0/+69 |
2019-09-22 | qt_themes: add two colorful themes | FearlessTobi | 2 | -1/+3 |
2019-09-22 | main: Use const on all variable initializations | Zach Hilman | 1 | -2/+2 |
2019-09-22 | Add FPS to SDL title bar | jroweboy | 3 | -2/+17 |
2019-09-22 | Add missing include | FearlessTobi | 1 | -0/+1 |
2019-09-22 | removed comment | David Marcec | 1 | -1/+0 |
2019-09-22 | Rebased | David Marcec | 3 | -11/+19 |
2019-09-22 | service/acc: Lower log severity from INFO to DEBUG | FearlessTobi | 1 | -7/+7 |
2019-09-22 | Maxwell3D: Corrections and refactors to MME instance refactor | Fernando Sahmkow | 4 | -44/+46 |
2019-09-22 | removed unneeded semicolon | David Marcec | 1 | -1/+1 |
2019-09-22 | Revert "Merge pull request #2709 from DarkLordZach/oss-ext-fonts-1" | David Marcec | 18 | -73477/+123 |
2019-09-22 | Removed reference to core timing to nvflinger and used system instead | David Marcec | 1 | -1/+1 |
2019-09-22 | marked controller constructors as explicit | David Marcec | 8 | -8/+8 |
2019-09-22 | Rebase | David Marcec | 25 | -62/+75 |
2019-09-22 | Rebase | David Marcec | 5 | -20/+21 |
2019-09-22 | Deglobalize System: Vi | David Marcec | 3 | -8/+8 |
2019-09-22 | Deglobalize System: Time | David Marcec | 4 | -14/+21 |
2019-09-22 | Rebase | David Marcec | 2 | -8/+12 |
2019-09-22 | Deglobalize System: NvFlinger | David Marcec | 2 | -6/+7 |
2019-09-22 | Rebase | David Marcec | 4 | -8/+12 |
2019-09-22 | Deglobalize System: Nim | David Marcec | 2 | -7/+12 |
2019-09-22 | Deglobalize System: Nifm | David Marcec | 2 | -13/+23 |
2019-09-22 | Deglobalize System: NFP | David Marcec | 4 | -14/+16 |
2019-09-22 | Deglobalize System: LDR | David Marcec | 2 | -6/+7 |
2019-09-22 | Deglobalize System: IRS | David Marcec | 3 | -5/+6 |
2019-09-22 | Deglobalize System: Hid | David Marcec | 20 | -37/+44 |
2019-09-22 | Deglobalize System: Friend | David Marcec | 4 | -22/+24 |
2019-09-22 | Deglobalize System: Fatal | David Marcec | 6 | -20/+29 |
2019-09-22 | Deglobalize System: Btm | David Marcec | 2 | -7/+13 |
2019-09-22 | Deglobalize System: Btdrv | David Marcec | 2 | -5/+9 |
2019-09-22 | Deglobalize System: Aoc | David Marcec | 2 | -11/+13 |
2019-09-22 | Deglobalize System: Am | David Marcec | 1 | -1/+1 |
2019-09-22 | pl_u: Use kernel physical memory | Zach Hilman | 2 | -4/+8 |
2019-09-22 | qt: Prompt user for confirmation if exit lock is active | Zach Hilman | 3 | -1/+44 |
2019-09-22 | dmnt_cheat_vm: Default initialize structure values | Zach Hilman | 3 | -89/+88 |
2019-09-22 | server side clang format fix2 | David Marcec | 1 | -18/+18 |
2019-09-22 | am: Implement ISelfController ExitLock commands | Zach Hilman | 1 | -2/+6 |
2019-09-22 | am: Implement ISelfController Exit | Zach Hilman | 4 | -4/+20 |
2019-09-22 | am: Add RequestExit event to AppletMessageQueue | Zach Hilman | 2 | -0/+6 |
2019-09-22 | core: Track system exit lock status | Zach Hilman | 2 | -0/+15 |
2019-09-22 | Use clang-format provided by build server | David Marcec | 1 | -20/+18 |
2019-09-22 | pl_u: Remove excess static qualifier | Zach Hilman | 1 | -1/+1 |
2019-09-22 | pl_u: Use OSS system archives if real archives don't exist | Zach Hilman | 3 | -111/+42 |
2019-09-22 | dmnt_cheat_vm: Make Cheat VM compliant to code style | Zach Hilman | 4 | -870/+862 |
2019-09-22 | core: Initialize cheats after load to avoid VMManager crash | Zach Hilman | 1 | -0/+5 |
2019-09-22 | core: Update RegisterCheatList for new VM | Zach Hilman | 2 | -11/+16 |
2019-09-22 | patch_manager: Update cheat parsing for new VM | Zach Hilman | 2 | -15/+20 |
2019-09-22 | nso: Pass build ID directly | Zach Hilman | 1 | -2/+1 |
2019-09-22 | cheat_engine: Move to memory and strip VM | Zach Hilman | 5 | -728/+325 |
2019-09-22 | memory: Port Atmosphere's DmntCheatVm | Zach Hilman | 3 | -0/+1598 |
2019-09-22 | log: Add logging class for Cheat Engine | Zach Hilman | 2 | -0/+2 |
2019-09-22 | Fix clang-format | FearlessTobi | 2 | -2/+2 |
2019-09-22 | fermi_2d: Lower surface copy log severity to DEBUG | FearlessTobi | 1 | -1/+1 |
2019-09-22 | video_core: Implement RGBX16F PixelFormat | FearlessTobi | 7 | -22/+37 |
2019-09-22 | system_archive: Synthesize shared fonts system archives | Zach Hilman | 3 | -5/+101 |
2019-09-22 | pl_u: Expose method to encrypt TTF to BFTTF | Zach Hilman | 2 | -14/+14 |
2019-09-22 | externals: Move OSS font data to file_sys in core | Zach Hilman | 13 | -1/+73324 |
2019-09-22 | prepo: Remove system global accessors | Zach Hilman | 3 | -15/+18 |
2019-09-22 | prepo: Implement SaveReport New and System variants | Zach Hilman | 1 | -15/+71 |
2019-09-22 | reporter: Differentiate between Old, New, and System play reports | Zach Hilman | 2 | -5/+15 |
2019-09-22 | configure_debug: Move reporting option to logging | Zach Hilman | 15 | -63/+64 |
2019-09-21 | config: Remove Dump options from configure_debug | Zach Hilman | 4 | -47/+39 |
2019-09-21 | filesystem: Add const qualification to various accessors | Zach Hilman | 10 | -83/+94 |
2019-09-21 | yuzu: Add UI to manage filesystem paths and sizes | Zach Hilman | 6 | -1/+627 |
2019-09-21 | core: Store FileSystemController in core | Zach Hilman | 2 | -0/+32 |
2019-09-21 | settings: Add options for managing gamecard emulation | Zach Hilman | 4 | -2/+67 |
2019-09-21 | settings: Add options for setting storage sizes | Zach Hilman | 3 | -1/+57 |
2019-09-21 | yuzu: Port old usages of Filesystem namespace to FilesystemController | Zach Hilman | 14 | -46/+106 |
2019-09-21 | settings: Update LogSettings to show NAND/SDMC paths from FileUtil | Zach Hilman | 1 | -2/+3 |
2019-09-21 | card_image: Add accessors for gamecard certificate | Zach Hilman | 2 | -0/+9 |
2019-09-21 | card_image: Add functions to query gamecard update partition | Zach Hilman | 2 | -0/+24 |
2019-09-21 | content_archive: Add accessors for Rights ID and SDK Version | Zach Hilman | 2 | -0/+10 |
2019-09-21 | partition_data_manager: Add accessor for decrypted PRODINFO partition | Zach Hilman | 2 | -0/+5 |
2019-09-21 | services: Pass FileSystemController as reference to services that need it | Zach Hilman | 11 | -20/+47 |
2019-09-21 | am: Unstub IApplicationFunctions EnsureSaveData (20) | Zach Hilman | 1 | -8/+14 |
2019-09-21 | filesystem: Pass Size Getter functions to IFileSystem for sizes | Zach Hilman | 3 | -20/+31 |
2019-09-21 | sdmc_factory: Add SD Card size getters | Zach Hilman | 2 | -0/+12 |
2019-09-21 | bis_factory: Add getters for NAND partition sizes | Zach Hilman | 2 | -0/+38 |
2019-09-21 | filesystem: Add FileSystemController to deglobalize FS services | Zach Hilman | 2 | -58/+359 |
2019-09-21 | submisson_package: Fix edge case with improperly sized filenames | Zach Hilman | 1 | -1/+2 |
2019-09-21 | sdmc_factory: Add accessor for SDMC Album directory | Zach Hilman | 2 | -0/+6 |
2019-09-21 | sdmc_factory: Add accessor for SDMC PlaceholderCache | Zach Hilman | 2 | -1/+10 |
2019-09-21 | sdmc_factory: Add accessor for content directory | Zach Hilman | 2 | -0/+7 |
2019-09-21 | savedata_factory: Implement savedata creation and don't create dir on open | Zach Hilman | 2 | -26/+40 |
2019-09-21 | patch_manager: Add short-circuit edge-case to GetPatchVersionNames | Zach Hilman | 1 | -0/+2 |
2019-09-21 | patch_manager: Add error checking to load dir to prevent crashes | Zach Hilman | 1 | -0/+15 |
2019-09-21 | registered_cache: Process *.cnmt.nca files | Zach Hilman | 1 | -16/+23 |
2019-09-21 | registered_cache: Implement PlaceholderCache to manage placeholder and installing content | Zach Hilman | 2 | -0/+175 |
2019-09-21 | bis_factory: Fix mod loader edge-case with homebrew title IDs | Zach Hilman | 1 | -1/+1 |
2019-09-21 | bis_factory: Add accessors for BIS placeholder caches | Zach Hilman | 2 | -1/+20 |
2019-09-21 | bis_factory: Add accessor for NAND Image Directory | Zach Hilman | 2 | -0/+6 |
2019-09-21 | bis_factory: Add accessors for BIS content directories | Zach Hilman | 2 | -0/+11 |
2019-09-21 | bis_factory: Add accessors for BIS partitions | Zach Hilman | 2 | -0/+61 |
2019-09-21 | gl_shader_decompiler: Use uint for images and fix SUATOM | ReinUsesLisp | 7 | -188/+93 |
2019-09-21 | shader/image: Implement SULD and remove irrelevant code | ReinUsesLisp | 10 | -47/+110 |
2019-09-21 | shader_bytecode: Add SULD encoding | ReinUsesLisp | 1 | -0/+2 |
2019-09-21 | Shader_IR: ICMP corrections and fixes | Fernando Sahmkow | 2 | -6/+11 |
2019-09-21 | Added Host CPU and OS to log | pbarilla | 1 | -0/+8 |
2019-09-21 | Swapped TID and Game name to make it easier to parse | David Marcec | 1 | -1/+1 |
2019-09-21 | Log the current title id and game name which is booting | David Marcec | 1 | -3/+3 |
2019-09-21 | Used revision 5 instead of 7, marked constexpr as static | David Marcec | 1 | -2/+2 |
2019-09-21 | Mark DrawArrays as LOG_TRACE | David Marcec | 1 | -1/+1 |
2019-09-21 | Mark KickOffPb & SubmitGPFIFO as trace | David Marcec | 1 | -4/+4 |
2019-09-20 | Rasterizer: Correct introduced bug where a conditional render wouldn't stop a draw call from executing | Fernando Sahmkow | 1 | -10/+16 |
2019-09-20 | Shader_IR: Implement ICMP. | Fernando Sahmkow | 2 | -0/+37 |
2019-09-20 | Added frame_count for REV7 audio renderer | David Marcec | 2 | -11/+24 |
2019-09-20 | disable clang-format temp | David Marcec | 1 | -0/+2 |
2019-09-19 | Rasterizer: Refactor and simplify DrawBatch Interface. | Fernando Sahmkow | 4 | -35/+16 |
2019-09-19 | Rasterizer: Address Feedback and conscerns. | Fernando Sahmkow | 1 | -11/+11 |
2019-09-19 | Rasterizer: Refactor draw calls, remove deadcode and clean up. | Fernando Sahmkow | 3 | -106/+68 |
2019-09-19 | VideoCore: Corrections to the MME Inliner and removal of hacky instance management. | Fernando Sahmkow | 6 | -31/+81 |
2019-09-19 | Video Core: initial Implementation of InstanceDraw Packaging | Fernando Sahmkow | 7 | -11/+192 |
2019-09-19 | Initial implementation of Ioctl2 & Ioctl3 | David Marcec | 24 | -63/+143 |
2019-09-19 | Core/Memory: Only FlushAndInvalidate GPU if the page is marked as RasterizerCachedMemory | Fernando Sahmkow | 1 | -2/+7 |
2019-09-17 | shader_ir/warp: Implement SHFL | ReinUsesLisp | 6 | -9/+182 |
2019-09-17 | maxwell_to_gl: Fix mipmap filtering | ReinUsesLisp | 1 | -2/+2 |
2019-09-17 | gl_rasterizer: Remove unused code paths from ConfigureFramebuffers | ReinUsesLisp | 4 | -121/+33 |
2019-09-17 | When docked mode is checked, uncheck "joycons docked" | Morph | 1 | -0/+2 |
2019-09-15 | maxwell_3d: Update firmware 4 call stub commentary | Rodrigo Locatti | 1 | -1/+2 |
2019-09-13 | vk_device: Add miscellaneous features and minor style changes | ReinUsesLisp | 3 | -111/+258 |
2019-09-13 | video_core/surface: Add function to detect sRGB surfaces | ReinUsesLisp | 2 | -0/+22 |
2019-09-11 | renderer_opengl: Fix rebase mistake | ReinUsesLisp | 1 | -1/+1 |
2019-09-11 | shader/image: Implement SUATOM and fix SUST | ReinUsesLisp | 7 | -69/+329 |
2019-09-11 | gl_rasterizer: Correct sRGB Fix regression | Fernando Sahmkow | 1 | -0/+12 |
2019-09-11 | renderer_opengl: Fix sRGB blits | ReinUsesLisp | 6 | -43/+10 |
2019-09-10 | Address review comments | FearlessTobi | 2 | -6/+9 |
2019-09-10 | Add frametime logging for tracking performance over time | fearlessTobi | 7 | -10/+90 |
2019-09-07 | nro: Implement ReadControlData | Nick Renieris | 2 | -0/+10 |
2019-09-06 | gl_shader_decompiler: Avoid writing output attribute when unimplemented | ReinUsesLisp | 1 | -10/+14 |
2019-09-06 | gl_shader_decompiler: Keep track of written images and mark them as modified | ReinUsesLisp | 7 | -62/+92 |
2019-09-06 | texture_cache: Minor changes | ReinUsesLisp | 4 | -19/+17 |
2019-09-06 | gl_rasterizer: Apply textures and images state | ReinUsesLisp | 1 | -0/+2 |
2019-09-06 | gl_rasterizer: Add samplers to compute dispatches | ReinUsesLisp | 2 | -3/+36 |
2019-09-06 | gl_rasterizer: Minor code changes | ReinUsesLisp | 2 | -20/+31 |
2019-09-06 | gl_state: Split textures and samplers into two arrays | ReinUsesLisp | 4 | -91/+39 |
2019-09-06 | gl_rasterizer: Implement image bindings | ReinUsesLisp | 5 | -32/+106 |
2019-09-06 | gl_state: Add support for glBindImageTextures | ReinUsesLisp | 2 | -0/+24 |
2019-09-06 | texture_cache: Pass TIC to texture cache | ReinUsesLisp | 4 | -27/+25 |
2019-09-06 | kepler_compute: Implement texture queries | ReinUsesLisp | 5 | -5/+99 |
2019-09-06 | gl_rasterizer: Split SetupTextures | ReinUsesLisp | 2 | -22/+38 |
2019-09-05 | gl_shader_decompiler: Implement shared memory | ReinUsesLisp | 1 | -0/+23 |
2019-09-05 | shader_ir: Implement LD_S | ReinUsesLisp | 1 | -10/+13 |
2019-09-05 | shader_ir: Implement ST_S | ReinUsesLisp | 4 | -11/+45 |
2019-09-05 | Address review comments | FearlessTobi | 1 | -1/+4 |
2019-09-05 | service/am: Remove usages of global system accessors | Lioncash | 17 | -97/+143 |
2019-09-05 | yuzu/configure: move speed limiter to general | FearlessTobi | 4 | -33/+36 |
2019-09-05 | kernel/vm_manager: Correct doxygen comment parameter tags for MapPhysicalMemory/UnmapPhysicalMemory | Lioncash | 1 | -4/+4 |
2019-09-05 | kernel/vm_manager: Move variables closer to usage spots in MapPhysicalMemory/UnmapPhysicalMemory | Lioncash | 1 | -16/+10 |
2019-09-04 | gl_shader_decompiler: Fixup slow path | ReinUsesLisp | 1 | -1/+1 |
2019-09-04 | AM: Stub IApplicationFunctions::GetGpuErrorDetectedSystemEvent (#2827) | mailwl | 2 | -0/+16 |
2019-09-04 | configure_dialog: reverse tab map to avoid logic based on user-facing/translatable text | fearlessTobi | 1 | -20/+24 |
2019-09-04 | Fix clang-format | Ethan | 1 | -1/+1 |
2019-09-04 | Fix uisettings include | fearlessTobi | 1 | -1/+1 |
2019-09-04 | Limit the size of directory icons, fix text when icon size is none | fearlessTobi | 2 | -4/+3 |
2019-09-04 | Change QList to QVector | fearlessTobi | 5 | -16/+19 |
2019-09-04 | Separate UserNand and Sdmc directories | fearlessTobi | 5 | -32/+59 |
2019-09-04 | Address more trivial review comments | fearlessTobi | 4 | -25/+18 |
2019-09-04 | Address trivial review comments | fearlessTobi | 7 | -53/+59 |
2019-09-04 | yuzu: Add support for multiple game directories | fearlessTobi | 12 | -195/+666 |
2019-09-04 | ditto | Morph1984 | 1 | -1/+1 |
2019-09-04 | IsVibrationEnabled() as a const member func | Morph1984 | 1 | -1/+1 |
2019-09-04 | clang-format | Morph1984 | 1 | -2/+2 |
2019-09-04 | Update npad.h | Morph1984 | 1 | -0/+1 |
2019-09-04 | Update npad.cpp | Morph1984 | 1 | -0/+6 |
2019-09-04 | Update hid.h | Morph1984 | 1 | -0/+2 |
2019-09-04 | Update hid.cpp | Morph1984 | 1 | -2/+23 |
2019-09-04 | gl_rasterizer: Fix stencil testing | ReinUsesLisp | 1 | -11/+11 |
2019-09-04 | Revert "Revert #2466" and stub FirmwareCall 4 | ReinUsesLisp | 3 | -4/+19 |
2019-09-04 | shader/shift: Implement SHR wrapped and clamped variants | ReinUsesLisp | 2 | -6/+17 |
2019-09-04 | maxwell_3d: Avoid moving macro_params | ReinUsesLisp | 4 | -12/+24 |
2019-09-04 | gl_shader_cache: Remove special casing for geometry shaders | ReinUsesLisp | 2 | -80/+9 |
2019-09-04 | half_set_predicate: Fix predicate assignments | ReinUsesLisp | 1 | -10/+9 |
2019-09-04 | gl_device: Disable precise in fragment shaders on bugged drivers | ReinUsesLisp | 3 | -15/+43 |
2019-09-04 | gl_shader_decompiler: Fixup AMD's slow path type | ReinUsesLisp | 1 | -1/+1 |
2019-09-04 | gl_shader_decompiler: Rework GLSL decompiler type system | ReinUsesLisp | 1 | -416/+505 |
2019-09-04 | Add Kernel::EventPair audio_input_device_switch_event; | Morph1984 | 1 | -0/+1 |
2019-09-04 | remove <f32> | Morph1984 | 1 | -1/+1 |
2019-09-04 | audren_u: Stub IAudioDevice::QueryAudioDeviceInputEvent | Morph1984 | 1 | -1/+14 |
2019-09-04 | explicitly represent 1 as a float (1.0f instead of 1) | Morph1984 | 1 | -1/+1 |
2019-09-04 | Change u32 -> f32 | Morph1984 | 1 | -1/+1 |
2019-09-04 | configuration/config: Add missing screenshot path read | fearlessTobi | 1 | -0/+1 |
2019-09-03 | Fix to Windows sleep issues | fearlessTobi | 2 | -0/+22 |
2019-09-03 | Add cancel option to analog stick configuration | fearlessTobi | 1 | -7/+10 |
2019-09-03 | service/audio/audren_u: Stub IAudioDevice::GetAudioDeviceOutputVolume | Morph1984 | 1 | -2/+15 |
2019-09-01 | maxwell_3d: Fix macro binding cursor | ReinUsesLisp | 2 | -10/+4 |
2019-08-30 | video_core: Silent miscellaneous warnings (#2820) | Rodrigo Locatti | 23 | -48/+22 |
2019-08-30 | kernel/vm_manager: Correct behavior in failure case of UnmapPhysicalMemory() | Lioncash | 1 | -0/+2 |
2019-08-30 | kernel/vm_manager: Reserve memory ahead of time for slow path in MergeAdjacentVMA | Lioncash | 1 | -1/+4 |
2019-08-30 | kernel/vm_manager: std::move shared_ptr instance in MergeAdjacentVMA | Lioncash | 1 | -1/+1 |
2019-08-30 | kernel/vm_manager: Deduplicate iterator creation in MergeAdjacentVMA | Lioncash | 1 | -7/+10 |
2019-08-30 | kernel/vm_manager: Simplify some std::vector constructor calls | Lioncash | 1 | -2/+2 |
2019-08-30 | kernel/vm_manager: Simplify some assertion messages | Lioncash | 1 | -10/+10 |
2019-08-30 | gl_buffer_cache: Add missing include | ReinUsesLisp | 1 | -0/+1 |
2019-08-29 | accommodate for fmt update | Ethan | 2 | -2/+2 |
2019-08-28 | shader_ir/conversion: Split int and float selector and implement F2F H1 | ReinUsesLisp | 2 | -19/+24 |
2019-08-28 | shader_ir/conversion: Implement F2I F16 Ra.H1 | ReinUsesLisp | 2 | -6/+17 |
2019-08-28 | float_set_predicate: Add missing negation bit for the second operand | ReinUsesLisp | 2 | -4/+6 |
2019-08-22 | Guard unistd.h with MacOS only macro | Weiyi Wang | 1 | -1/+3 |
2019-08-22 | citra_qt: on osx chdir to bundle dir to allow detection of user folder | B3n30 | 1 | -0/+6 |
2019-08-21 | shader_ir: Implement VOTE | ReinUsesLisp | 12 | -1/+163 |
2019-08-21 | Buffer Cache: Adress Feedback. | Fernando Sahmkow | 2 | -7/+6 |
2019-08-21 | Buffer_Cache: Implement flushing. | Fernando Sahmkow | 2 | -1/+30 |
2019-08-21 | Buffer_Cache: Implement barriers. | Fernando Sahmkow | 1 | -0/+4 |
2019-08-21 | Buffer_Cache: Optimize and track written areas. | Fernando Sahmkow | 2 | -12/+104 |
2019-08-21 | BufferCache: Rework mapping caching. | Fernando Sahmkow | 2 | -49/+76 |
2019-08-21 | Buffer_Cache: Fixes and optimizations. | Fernando Sahmkow | 2 | -68/+38 |
2019-08-21 | Video_Core: Implement a new Buffer Cache | Fernando Sahmkow | 9 | -327/+560 |
2019-08-21 | renderer_opengl: Implement RGB565 framebuffer format | ReinUsesLisp | 3 | -3/+9 |
2019-08-21 | renderer_opengl: Use block linear swizzling for CPU framebuffers | ReinUsesLisp | 3 | -150/+33 |
2019-08-21 | renderer_opengl: Use VideoCore pixel format | ReinUsesLisp | 3 | -23/+11 |
2019-08-21 | gpu: Change optional<reference_wrapper<T>> to T* for FramebufferConfig | ReinUsesLisp | 11 | -32/+22 |
2019-08-17 | Fixup! #2772 missed this one file | James Rowe | 1 | -1/+1 |
2019-08-09 | yuzu/CMakeLists: Remove qt5_wrap_ui macro usage | Lioncash | 16 | -44/+39 |
2019-08-04 | shader_ir: Implement NOP | ReinUsesLisp | 2 | -0/+13 |
2019-08-04 | half_set_predicate: Fix HSETP2_C constant buffer offset | ReinUsesLisp | 1 | -1/+1 |
2019-08-02 | Qt: Fixed behaviour of buttons by connecting functors to correct signals | Silent | 7 | -21/+21 |
2019-07-30 | yuzu-tester/yuzu: Correct format string | Lioncash | 1 | -1/+1 |
2019-07-30 | yuzu-tester/yuzu: Remove unused variable | Lioncash | 1 | -1/+0 |
2019-07-26 | GPU: Flush commands on every dma pusher step. | Fernando Sahmkow | 6 | -0/+15 |
2019-07-26 | decode/half_set_predicate: Fix predicates | ReinUsesLisp | 1 | -3/+3 |
2019-07-26 | MaxwellDMA: Fixes, corrections and relaxations. | Fernando Sahmkow | 3 | -23/+36 |
2019-07-22 | shader/decode: Implement S2R Tic | ReinUsesLisp | 3 | -0/+15 |
2019-07-20 | Shader_Ir: Implement F16 Variants of F2F, F2I, I2F. | Fernando Sahmkow | 5 | -18/+75 |
2019-07-20 | Maxwell3D: Reorganize and address feedback | Fernando Sahmkow | 3 | -20/+33 |
2019-07-20 | Shader_Ir: Change Debug Asserts for Log Warnings | Fernando Sahmkow | 3 | -10/+17 |
2019-07-20 | Common/Alignment: Add noexcept where required. | Fernando Sahmkow | 1 | -5/+5 |
2019-07-20 | shader/half_set_predicate: Fix HSETP2 implementation | ReinUsesLisp | 4 | -44/+23 |
2019-07-20 | shader/half_set_predicate: Implement missing HSETP2 variants | ReinUsesLisp | 2 | -19/+49 |
2019-07-19 | Kernel: Address Feedback | Fernando Sahmkow | 3 | -6/+11 |
2019-07-19 | Common: Correct alignment allocator to work on C++14 or higher. | Fernando Sahmkow | 1 | -37/+19 |
2019-07-19 | VM_Manager: Align allocated memory to 256bytes | Fernando Sahmkow | 15 | -36/+131 |
2019-07-19 | service/audren_u: Handle audio USB output revision queries in ListAudioDeviceName() | Lioncash | 2 | -16/+45 |
2019-07-19 | service/audren_u: Move revision testing code out of AudRenU | Lioncash | 2 | -63/+63 |
2019-07-19 | service/audio: Remove global system accessors | Lioncash | 7 | -34/+54 |
2019-07-19 | service/audren_u: Remove unnecessary return value from GetActiveAudioDeviceName() | Lioncash | 1 | -2/+1 |
2019-07-19 | service/audren_u: Report proper device names | Lioncash | 1 | -6/+29 |
2019-07-19 | video_core/control_flow: Provide operator!= for types with operator== | Lioncash | 1 | -4/+21 |
2019-07-19 | video_core/control_flow: Prevent sign conversion in TryGetBlock() | Lioncash | 1 | -1/+1 |
2019-07-19 | video_core/control_flow: Remove unnecessary BlockStack copy constructor | Lioncash | 1 | -2/+1 |
2019-07-19 | video_core/control_flow: Use std::move where applicable | Lioncash | 1 | -10/+15 |
2019-07-19 | video_core/control_flow: Use the prefix variant of operator++ for iterators | Lioncash | 1 | -2/+2 |
2019-07-19 | video_core/control_flow: Use empty() member function for checking emptiness | Lioncash | 1 | -2/+2 |
2019-07-19 | video_core: Resolve -Wreorder warnings | Lioncash | 2 | -4/+3 |
2019-07-19 | video_core/control_flow: Make program_size for ScanFlow() a std::size_t | Lioncash | 2 | -5/+4 |
2019-07-19 | video_core/control_flow: Place all internally linked types/functions within an anonymous namespace | Lioncash | 1 | -1/+2 |
2019-07-19 | video_core/shader/decode: Prevent sign-conversion warnings | Lioncash | 1 | -2/+2 |
2019-07-18 | Shader_Ir: correct clang format | Fernando Sahmkow | 1 | -2/+2 |
2019-07-18 | GPU: Add missing puller methods. | Fernando Sahmkow | 2 | -14/+15 |
2019-07-18 | MaxwellDMA/KeplerCopy: Downgrade DMA log message to Trace. | Fernando Sahmkow | 1 | -1/+1 |
2019-07-18 | Gl_Texture_Cache: Remove assert on component type in GetFormatTuple | Fernando Sahmkow | 1 | -1/+0 |
2019-07-18 | Shader_Ir: Downgrade precision and rounding asserts to debug asserts. | Fernando Sahmkow | 5 | -10/+10 |
2019-07-18 | gl_shader_decompiler: Rename bufferImage to imageBuffer | ReinUsesLisp | 1 | -1/+1 |
2019-07-18 | gl_shader_cache: Fix newline on buffer preprocessor definitions | ReinUsesLisp | 1 | -2/+6 |
2019-07-18 | textures: Fix texture buffer size calculation | ReinUsesLisp | 1 | -1/+1 |
2019-07-18 | gl_texture_cache: Do not set texture parameters to buffers | ReinUsesLisp | 1 | -0/+3 |
2019-07-18 | gl_texture_cache: Add missing break in CreateTexture | ReinUsesLisp | 1 | -0/+1 |
2019-07-18 | Kernel: Downgrade WaitForAddress and SignalToAddress messages to Trace. | Fernando Sahmkow | 1 | -4/+4 |
2019-07-17 | GL_State: Feedback and fixes | Fernando Sahmkow | 4 | -14/+27 |
2019-07-17 | Maxwell3D: Address Feedback | Fernando Sahmkow | 5 | -17/+13 |
2019-07-17 | Texture_Cache: Rebase Fixes | Fernando Sahmkow | 1 | -6/+0 |
2019-07-17 | GL_Rasterizer: Corrections to Clearing. | Fernando Sahmkow | 4 | -12/+28 |
2019-07-17 | Maxwell3D: Correct marking dirtiness on CB upload | Fernando Sahmkow | 1 | -0/+1 |
2019-07-17 | GL_Rasterizer: Rework RenderTarget/DepthBuffer clearing | Fernando Sahmkow | 3 | -7/+63 |
2019-07-17 | Maxwell3D: Implement State Dirty Flags. | Fernando Sahmkow | 6 | -44/+199 |
2019-07-17 | Maxwell3D: Rework CBData Upload | Fernando Sahmkow | 2 | -8/+45 |
2019-07-17 | Maxwell3D: Rework the dirty system to be more consistant and scaleable | Fernando Sahmkow | 10 | -80/+211 |
2019-07-17 | maxwell3d: Implement Conditional Rendering | Fernando Sahmkow | 3 | -2/+100 |
2019-07-17 | shader_ir: std::move Node instance where applicable | Lioncash | 4 | -60/+67 |
2019-07-17 | shader_ir: Rename Get/SetTemporal to Get/SetTemporary | Lioncash | 5 | -36/+36 |
2019-07-17 | shader_ir: Remove unused includes | Lioncash | 1 | -3/+0 |
2019-07-16 | Shader_Ir: Correct tracking to track from right to left | Fernando Sahmkow | 1 | -2/+2 |
2019-07-16 | shader/decode/other: Correct branch indirect argument within BRA handling | Lioncash | 1 | -1/+1 |
2019-07-16 | gl_shader_cache: Fix clang-format issues | ReinUsesLisp | 2 | -4/+2 |
2019-07-15 | gl_shader_decompiler: Stub local memory size | ReinUsesLisp | 1 | -8/+14 |
2019-07-15 | gl_shader_cache: Address review commentaries | ReinUsesLisp | 4 | -13/+12 |
2019-07-15 | gl_shader_cache: Address CI issues | ReinUsesLisp | 2 | -3/+3 |
2019-07-15 | gl_rasterizer: Implement compute shaders | ReinUsesLisp | 15 | -136/+350 |
2019-07-15 | shader: Allow tracking of indirect buffers without variable offset | ReinUsesLisp | 6 | -35/+36 |
2019-07-14 | Texture_Cache: Address Feedback | Fernando Sahmkow | 3 | -13/+17 |
2019-07-14 | Texture_Cache: Remove some unprecise fallback case and clang format | Fernando Sahmkow | 2 | -13/+5 |
2019-07-14 | Texture_Cache: Force Framebuffer reset if an active render target is unregistered. | Fernando Sahmkow | 3 | -10/+36 |
2019-07-14 | GPU: Add a microprofile for macro interpreter | Fernando Sahmkow | 2 | -1/+6 |
2019-07-14 | GL_State: Add a microprofile timer to OpenGL state. | Fernando Sahmkow | 1 | -0/+4 |
2019-07-14 | Gl_Texture_Cache: Measure Buffer Copy Times | Fernando Sahmkow | 1 | -0/+2 |
2019-07-14 | Texture_Cache: Correct Linear Structural Match. | Fernando Sahmkow | 1 | -3/+6 |
2019-07-13 | core: Remove CurrentArmInterface() global accessor | Lioncash | 2 | -7/+6 |
2019-07-12 | Clang format | David Marcec | 3 | -4/+8 |
2019-07-12 | Addressed issues | David Marcec | 2 | -2/+2 |
2019-07-12 | "AudioRenderer" thread should have a unique name | David Marcec | 4 | -7/+8 |
2019-07-12 | Remove unicorn mappings/unmappings | Michael Scire | 1 | -19/+0 |
2019-07-11 | gl_shader_decompiler: Fix gl_PointSize redeclaration | ReinUsesLisp | 1 | -1/+1 |
2019-07-11 | service/am: Implement IsAutoSleepDisabled | Lioncash | 2 | -1/+10 |
2019-07-11 | service/am: Implement SetAutoSleepDisabled | Lioncash | 2 | -1/+23 |
2019-07-11 | yuzu: Remove setting for using Unicorn | Lioncash | 9 | -29/+6 |
2019-07-11 | core/arm: Remove obsolete Unicorn memory mapping | Lioncash | 6 | -51/+0 |
2019-07-11 | Restore memory perms on svcUnmapMemory/UnloadNro | Michael Scire | 2 | -7/+34 |
2019-07-11 | gl_shader_decompiler: Fix conditional usage of GL_ARB_shader_viewport_layer_array | ReinUsesLisp | 1 | -2/+3 |
2019-07-10 | system_archive: Add open-source reimplementation of MiiModel data | Zach Hilman | 4 | -1/+63 |
2019-07-10 | mii: Handle logging of unknown database source | Zach Hilman | 1 | -0/+4 |
2019-07-09 | shader_ir: Add comments on missing instruction. | Fernando Sahmkow | 2 | -2/+9 |
2019-07-09 | prefer system reference over global accessor | Michael Scire | 3 | -9/+13 |
2019-07-09 | shader_ir: limit explorastion to best known program size. | Fernando Sahmkow | 1 | -1/+1 |
2019-07-09 | control_flow: Correct block breaking algorithm. | Fernando Sahmkow | 1 | -17/+17 |
2019-07-09 | control_flow: Assert shaders bigger than limit. | Fernando Sahmkow | 1 | -0/+2 |
2019-07-09 | control_flow: Address feedback. | Fernando Sahmkow | 1 | -89/+37 |
2019-07-09 | shader_ir: Correct parsing of scheduling instructions and correct sizing | Fernando Sahmkow | 2 | -13/+30 |
2019-07-09 | shader_ir: Correct max sizing | Fernando Sahmkow | 2 | -2/+2 |
2019-07-09 | shader_ir: Remove unnecessary constructors and use optional for ScanFlow result | Fernando Sahmkow | 3 | -28/+17 |
2019-07-09 | shader_ir: Corrections, documenting and asserting control_flow | Fernando Sahmkow | 3 | -52/+54 |
2019-07-09 | shader_ir: Unify blocks in decompiled shaders. | Fernando Sahmkow | 7 | -58/+85 |
2019-07-09 | shader_ir: Decompile Flow Stack | Fernando Sahmkow | 4 | -11/+206 |
2019-07-09 | shader_ir: propagate shader size to the IR | Fernando Sahmkow | 6 | -17/+28 |
2019-07-09 | shader_ir: Implement BRX & BRA.CC | Fernando Sahmkow | 6 | -4/+76 |
2019-07-09 | shader_ir: Remove the old scanner. | Fernando Sahmkow | 2 | -77/+0 |
2019-07-09 | shader_ir: Implement a new shader scanner | Fernando Sahmkow | 5 | -16/+475 |
2019-07-09 | IFriendService::GetFriendList | David Marcec | 1 | -1/+34 |
2019-07-09 | gl_rasterizer: Amend documentation comment for ConfigureFramebuffers() | Lioncash | 1 | -7/+9 |
2019-07-09 | Prevent merging of device mapped memory blocks. | Michael Scire | 2 | -1/+28 |
2019-07-08 | addressed issues | David Marcec | 1 | -6/+7 |
2019-07-08 | addressed issue | David Marcec | 1 | -1/+1 |
2019-07-08 | key_manager: Convert Ticket union to std::variant | Zach Hilman | 3 | -57/+88 |
2019-07-08 | es: Populate/synthesize tickets on construction | Zach Hilman | 3 | -15/+17 |
2019-07-08 | key_manager: Add structure for Ticket parsing | Zach Hilman | 3 | -44/+194 |
2019-07-08 | es: Implement ETicket GetPersonalizedTicketData (17) | Zach Hilman | 1 | -1/+21 |
2019-07-08 | es: Implement ETicket GetCommonTicketData (16) | Zach Hilman | 1 | -1/+20 |
2019-07-08 | es: Implement ETicket GetPersonalizedTicketSize (15) | Zach Hilman | 1 | -1/+17 |
2019-07-08 | es: Implement ETicket GetCommonTicketSize (14) | Zach Hilman | 1 | -1/+17 |
2019-07-08 | es: Implement ETicket ListPersonalizedTicket (12) | Zach Hilman | 1 | -1/+24 |
2019-07-08 | es: Implement ETicket ListCommonTicket (11) | Zach Hilman | 1 | -1/+24 |
2019-07-08 | es: Implement ETicket CountPersonalizedTicket (10) | Zach Hilman | 1 | -1/+12 |
2019-07-08 | es: Implement ETicket CountCommonTicket (9) | Zach Hilman | 1 | -1/+12 |
2019-07-08 | es: Implement ETicket GetTitleKey (8) | Zach Hilman | 1 | -1/+27 |
2019-07-08 | es: Implement ETicket ImportTicket (1) | Zach Hilman | 1 | -1/+45 |
2019-07-08 | key_manager: Add accessors/helpers for ticket management | Zach Hilman | 2 | -14/+100 |
2019-07-08 | key_manager: Add equality operator for RSAKeyPair | Zach Hilman | 1 | -0/+7 |
2019-07-08 | gl_shader_decompiler: Implement gl_ViewportIndex and gl_Layer in vertex shaders | ReinUsesLisp | 10 | -40/+136 |
2019-07-07 | Remove unused member function declaration | Michael Scire | 1 | -9/+0 |
2019-07-07 | physmem: add helpers, cleanup logic. | Michael Scire | 2 | -171/+170 |
2019-07-07 | Delete decode_integer_set.cpp | Tobias | 1 | -0/+0 |
2019-07-07 | clang-format fixes | Michael Scire | 2 | -3/+3 |
2019-07-07 | shader/texture: Add F16 support for TLDS | ReinUsesLisp | 2 | -2/+9 |
2019-07-07 | address review commentary | Michael Scire | 5 | -36/+42 |
2019-07-07 | Implement MapPhysicalMemory/UnmapPhysicalMemory | Michael Scire | 8 | -21/+475 |
2019-07-07 | kernel/process: Allocate the process' TLS region during initialization | Lioncash | 3 | -3/+14 |
2019-07-07 | kernel/process: Move main thread stack allocation to its own function | Lioncash | 2 | -12/+17 |
2019-07-07 | vk_sampler_cache: Remove unused includes | Lioncash | 1 | -3/+0 |
2019-07-07 | video_core: Add missing override specifiers | Lioncash | 2 | -4/+4 |
2019-07-07 | yuzu/main: Make error messages within OnCoreError more localization-friendly | Lioncash | 1 | -7/+8 |
2019-07-07 | vk_scheduler: Drop execution context in favor of views | ReinUsesLisp | 6 | -50/+60 |
2019-07-07 | mii: Implement IDatabaseService SetInterfaceVersion | Zach Hilman | 1 | -1/+15 |
2019-07-06 | clang-format fixes | Michael Scire | 1 | -4/+5 |
2019-07-06 | am: Implement GetAccumulatedSuspendedTickValue | Michael Scire | 2 | -7/+19 |
2019-07-06 | memory: Remove unused includes | Lioncash | 1 | -2/+0 |
2019-07-06 | memory: Remove unused PageTable forward declaration | Lioncash | 1 | -4/+0 |
2019-07-06 | kernel/vm_manager: Rename 'new map' to 'stack' | Lioncash | 3 | -37/+37 |
2019-07-06 | buffer_cache: Avoid [[nodiscard]] to make clang-format happy | ReinUsesLisp | 1 | -5/+4 |
2019-07-06 | buffer_cache: Try to fix MinGW build | ReinUsesLisp | 1 | -1/+1 |
2019-07-06 | gl_rasterizer: Fix nullptr dereference on disabled buffers | ReinUsesLisp | 3 | -5/+5 |
2019-07-06 | gl_rasterizer: Minor style changes | ReinUsesLisp | 4 | -32/+22 |
2019-07-06 | gl_rasterizer: Fix vertex and index data invalidations | ReinUsesLisp | 4 | -8/+67 |
2019-07-06 | gl_buffer_cache: Implement with generic buffer cache | ReinUsesLisp | 8 | -291/+92 |
2019-07-06 | buffer_cache: Implement a generic buffer cache | ReinUsesLisp | 2 | -0/+301 |
2019-07-06 | gl_buffer_cache: Remove global system getters | ReinUsesLisp | 3 | -9/+14 |
2019-07-06 | gl_device: Query SSBO alignment | ReinUsesLisp | 2 | -0/+6 |
2019-07-06 | gl_buffer_cache: Implement flushing | ReinUsesLisp | 2 | -2/+11 |
2019-07-06 | gl_rasterizer: Drop gl_global_cache in favor of gl_buffer_cache | ReinUsesLisp | 7 | -206/+35 |
2019-07-06 | gl_buffer_cache: Rework to support internalized buffers | ReinUsesLisp | 3 | -65/+174 |
2019-07-06 | gl_buffer_cache: Store in CachedBufferEntry the used buffer handle | ReinUsesLisp | 2 | -23/+30 |
2019-07-06 | gl_buffer_cache: Return used buffer from Upload function | ReinUsesLisp | 4 | -36/+35 |
2019-07-06 | gl_rasterizer: Add some commentaries | ReinUsesLisp | 1 | -0/+5 |
2019-07-06 | gl_rasterizer: Make DrawParameters rasterizer instance const | ReinUsesLisp | 1 | -1/+1 |
2019-07-06 | gl_rasterizer: Move index buffer uploading to its own method | ReinUsesLisp | 2 | -7/+18 |
2019-07-06 | kernel/vm_manager: Handle stack/TLS IO region placement better | Lioncash | 1 | -2/+13 |
2019-07-05 | core/reporter: Allow moves into SaveToFile() | Lioncash | 1 | -1/+1 |
2019-07-05 | core/reporter: Add missing includes and forward declarations | Lioncash | 2 | -1/+9 |
2019-07-05 | core/reporter: Remove unnecessary namespace qualifiers | Lioncash | 2 | -3/+3 |
2019-07-05 | core/reporter: Remove pessimizing move in GetHLERequestContextData() | Lioncash | 1 | -1/+1 |
2019-07-05 | core/reporter: Make bracing consistent | Lioncash | 1 | -8/+18 |
2019-07-05 | core/reporter: Return in error case in SaveToFile() | Lioncash | 1 | -1/+3 |
2019-07-05 | NVServices: Correct delayed responses. | Fernando Sahmkow | 1 | -24/+19 |
2019-07-05 | Nv_Host_Ctrl: Correct difference calculation | Fernando Sahmkow | 1 | -5/+7 |
2019-07-05 | NVServices: Address Feedback | Fernando Sahmkow | 8 | -21/+38 |
2019-07-05 | NVServices: Styling, define constructors as explicit and corrections | Fernando Sahmkow | 24 | -65/+73 |
2019-07-05 | NVFlinger: Correct GCC compile error | Fernando Sahmkow | 8 | -23/+22 |
2019-07-05 | NVServices: Make NVEvents Automatic according to documentation. | Fernando Sahmkow | 4 | -7/+13 |
2019-07-05 | NVServices: Correct CtrlEventWaitSync to block the ipc until timeout. | Fernando Sahmkow | 23 | -31/+104 |
2019-07-05 | GPU: Correct Interrupts to interrupt on syncpt/value instead of event, mirroring hardware | Fernando Sahmkow | 12 | -48/+45 |
2019-07-05 | nvflinger: Make the force 30 fps still force 30 fps | Fernando Sahmkow | 1 | -1/+1 |
2019-07-05 | nv_services: Fixes to event liberation. | Fernando Sahmkow | 1 | -6/+14 |
2019-07-05 | nvflinger: Acquire buffers in the same order as they were queued. | Fernando Sahmkow | 2 | -3/+11 |
2019-07-05 | nv_services: Deglobalize NvServices | Fernando Sahmkow | 23 | -51/+65 |
2019-07-05 | gpu_asynch: Simplify synchronization to a simpler consumer->producer scheme. | Fernando Sahmkow | 2 | -47/+3 |
2019-07-05 | nv_host_ctrl: Make Sync GPU variant always return synced result. | Fernando Sahmkow | 5 | -5/+16 |
2019-07-05 | Async GPU: do invalidate as synced operation | Fernando Sahmkow | 1 | -6/+1 |
2019-07-05 | Gpu: use an std mutex instead of a spin_lock to guard syncpoints | Fernando Sahmkow | 2 | -6/+6 |
2019-07-05 | nvhost_ctrl: Corrections to event handling | Fernando Sahmkow | 2 | -8/+12 |
2019-07-05 | Gpu: Mark areas as protected. | Fernando Sahmkow | 3 | -0/+19 |
2019-07-05 | nv_services: Stub CtrlEventSignal | Fernando Sahmkow | 4 | -13/+48 |
2019-07-05 | Gpu: Implement Hardware Interrupt Manager and manage GPU interrupts | Fernando Sahmkow | 13 | -13/+90 |
2019-07-05 | nv_services: Implement NvQueryEvent, NvCtrlEventWait, NvEventRegister, NvEventUnregister | Fernando Sahmkow | 7 | -17/+192 |
2019-07-05 | nv_services: Create GPU channels correctly | Fernando Sahmkow | 2 | -2/+5 |
2019-07-05 | video_core: Implement GPU side Syncpoints | Fernando Sahmkow | 6 | -9/+84 |
2019-07-05 | nv_services: Correct buffer queue fencing and GPFifo fencing | Fernando Sahmkow | 8 | -57/+70 |
2019-07-05 | nvflinger: Implement swap intervals | Fernando Sahmkow | 5 | -8/+21 |
2019-07-05 | texture_cache: Address Feedback | Fernando Sahmkow | 7 | -22/+35 |
2019-07-05 | texture_cache: Correct Texture Buffer Uploading | Fernando Sahmkow | 3 | -2/+18 |
2019-07-04 | yuzu: Remove CPU Jit setting from the UI | fearlessTobi | 11 | -36/+12 |
2019-07-04 | gl_shader_cache: Make CachedShader constructor private | Zach Hilman | 2 | -5/+5 |
2019-07-04 | kernel/process: Default initialize all member variables | Lioncash | 1 | -2/+2 |
2019-07-04 | kernel/process: Decouple TLS handling from threads | Lioncash | 4 | -66/+97 |
2019-07-04 | kernel/vm_manager: Add overload of FindFreeRegion() that operates on a boundary | Lioncash | 2 | -13/+49 |
2019-07-03 | acc_su: Implement GetProfileEditor (205) | Zach Hilman | 3 | -1/+13 |
2019-07-03 | acc: Implement IProfileEditor-specific commands 'Store' and 'StoreWithImage' | Zach Hilman | 1 | -1/+73 |
2019-07-03 | profile_manager: Add setter for ProfileBase and ProfileData | Zach Hilman | 2 | -0/+13 |
2019-07-03 | acc: Add IProfileCommon for IProfile and IProfileEditor | Zach Hilman | 1 | -8/+31 |
2019-07-02 | file_sys: Rename other ContentRecordType members | Bakugo | 5 | -7/+8 |
2019-07-01 | audren: Only manage wave buffers with a size | David Marcec | 1 | -3/+5 |
2019-07-01 | rasterizer_cache: Protect inherited caches from submission level | Fernando Sahmkow | 3 | -1/+5 |
2019-07-01 | IAudioDevice::QueryAudioDeviceOutputEvent | David Marcec | 1 | -3/+16 |
2019-07-01 | file_sys/registered_cache: Improve missing metadata error | Bakugo | 1 | -2/+2 |
2019-07-01 | file_sys/submission_package: Don't warn about missing DeltaFragment NCAs | Bakugo | 1 | -4/+7 |
2019-07-01 | file_sys/registered_cache: Ignore DeltaFragment NCAs during installation | Bakugo | 1 | -0/+3 |
2019-07-01 | file_sys: Rename ContentRecordType::Patch to DeltaFragment | Bakugo | 1 | -1/+1 |
2019-07-01 | hid:StartLrAssignmentMode, hid:StopLrAssignmentMode, hid:SwapNpadAssignment | David Marcec | 6 | -3/+99 |
2019-06-30 | texture_cache: Pack sibling queries inside a method | ReinUsesLisp | 1 | -6/+8 |
2019-06-30 | texture_cache: Use std::vector reservation for sampled_textures | ReinUsesLisp | 1 | -17/+10 |
2019-06-30 | texture_cache: Style changes | ReinUsesLisp | 3 | -17/+13 |
2019-06-29 | texture_cache: Use std::array for siblings_table | ReinUsesLisp | 1 | -10/+13 |
2019-06-29 | texture_cache: Address feedback | ReinUsesLisp | 4 | -30/+13 |
2019-06-29 | am: Implement SetCpuBoostMode in terms of APM | Zach Hilman | 5 | -13/+26 |
2019-06-29 | core: Keep instance of APM Controller | Zach Hilman | 2 | -0/+20 |
2019-06-29 | apm: Implement SetCpuBoostMode | Zach Hilman | 2 | -0/+14 |
2019-06-29 | apm: Add getters for performance config and mode | Zach Hilman | 2 | -33/+49 |
2019-06-29 | apm: Add apm:am service | Zach Hilman | 2 | -11/+9 |
2019-06-29 | apm: Add Controller class to manage speed data and application | Zach Hilman | 3 | -0/+140 |
2019-06-29 | fsp-srv: Implement GetAccessLogVersionInfo | Zach Hilman | 2 | -3/+14 |
2019-06-29 | reporter: Add report class for filesystem access logs | Zach Hilman | 2 | -0/+25 |
2019-06-29 | fsp-srv: Implement OutputAccessLogToSdCard | Zach Hilman | 7 | -27/+62 |
2019-06-29 | set: Implement GetQuestFlag | Zach Hilman | 2 | -1/+10 |
2019-06-29 | settings: Add config option for kiosk (quest) mode | Zach Hilman | 6 | -1/+26 |
2019-06-28 | Attemp clang format fix? | David Marcec | 1 | -1/+0 |
2019-06-28 | Added errors.h to cmakelist | David Marcec | 1 | -0/+1 |
2019-06-28 | Addressed issues | David Marcec | 2 | -13/+13 |
2019-06-28 | Addressed issues | David Marcec | 2 | -17/+12 |
2019-06-27 | Implemented InitializeApplicationInfo & InitializeApplicationInfoRestricted | David Marcec | 4 | -6/+114 |
2019-06-27 | pm: Implement pm:shell and pm:dmnt GetApplicationPid | Zach Hilman | 3 | -7/+33 |
2019-06-27 | pm: Implement pm:dmnt GetTitlePid | Zach Hilman | 1 | -7/+36 |
2019-06-27 | pm: Implement pm:info GetTitleId | Zach Hilman | 1 | -2/+47 |
2019-06-26 | Addressed issues | David Marcec | 5 | -37/+53 |
2019-06-26 | glue: Correct missing bytes in ApplicationLaunchParameter | Zach Hilman | 7 | -37/+71 |
2019-06-26 | texture_cache: Correct variable naming. | Fernando Sahmkow | 1 | -3/+3 |
2019-06-26 | gl_texture_cache: Correct asserts | Fernando Sahmkow | 2 | -2/+2 |
2019-06-26 | texture_cache: Corrections, documentation and asserts | Fernando Sahmkow | 1 | -42/+42 |
2019-06-26 | surface_params: Corrections, asserts and documentation. | Fernando Sahmkow | 2 | -43/+58 |
2019-06-25 | copy_params: use constexpr for constructor | Fernando Sahmkow | 1 | -3/+4 |
2019-06-25 | gl_texture_cache: Corrections and fixes | Fernando Sahmkow | 2 | -13/+9 |
2019-06-25 | gl_resource_manager: Correct MakeStreamCopy | Fernando Sahmkow | 2 | -3/+2 |
2019-06-25 | texture_cache: Query MemoryManager from the system | Fernando Sahmkow | 5 | -20/+7 |
2019-06-25 | Implement Time::GetSharedMemoryNativeHandle | David Marcec | 8 | -29/+245 |
2019-06-25 | SizedNotificationInfo should be 0x10 bytes, user_uuid is incorrect, this should be the users account id | David Marcec | 1 | -1/+3 |
2019-06-25 | fixed spelling errors and fixed issue with Pop not returning the SizedNotificationInfo | David Marcec | 1 | -6/+8 |
2019-06-25 | applets: Pass current process title ID to applets | Zach Hilman | 11 | -41/+59 |
2019-06-25 | general_frontend: Add documentation for parental controls and ecommerce applets | Zach Hilman | 5 | -27/+55 |
2019-06-25 | web_browser: Only delete temporary directory if it was created | Zach Hilman | 1 | -1/+3 |
2019-06-25 | web_browser: Take ECommerce applet frontend optionally in constructor | Zach Hilman | 1 | -1/+6 |
2019-06-25 | frontend: Add base class and default impl for ECommerce applet frontend | Zach Hilman | 2 | -0/+102 |
2019-06-25 | web_browser: Use function tables for execute and initialize | Zach Hilman | 2 | -7/+285 |
2019-06-25 | web_browser: Correct structures and properly parse TLVs/ShimKind | Zach Hilman | 2 | -61/+168 |
2019-06-25 | yuzu: Accept default applets for Parental Controls and ECommerce | Zach Hilman | 1 | -5/+7 |
2019-06-25 | applets: Track ECommerce and Parental Control applet frontends | Zach Hilman | 2 | -7/+29 |
2019-06-25 | web_browser: Rename OpenPage to OpenPageLocal | Zach Hilman | 4 | -11/+11 |
2019-06-25 | frontend: Add base class and default impl of parent controls applet frontend | Zach Hilman | 2 | -1/+52 |
2019-06-25 | applets: Implement Auth applet backend | Zach Hilman | 2 | -0/+146 |
2019-06-25 | core: Keep track of ARPManager and register current application on boot | Zach Hilman | 2 | -0/+76 |
2019-06-25 | glue: Implement arp:w and arp:r services | Zach Hilman | 3 | -2/+330 |
2019-06-25 | glue: Add errors for glue/arp services | Zach Hilman | 4 | -2/+65 |
2019-06-25 | glue: Add scaffolding for bgtc:t and bgtc:sc services | Zach Hilman | 2 | -0/+73 |
2019-06-25 | arp: Move to glue services | Zach Hilman | 2 | -91/+0 |
2019-06-25 | glue: Add manager to keep track of application registry | Zach Hilman | 3 | -0/+121 |
2019-06-25 | registered_cache: Add getter to determine source slot in content provider union | Zach Hilman | 2 | -0/+17 |
2019-06-25 | patch_manager: Add getter for title version | Zach Hilman | 2 | -2/+14 |
2019-06-24 | texture_cache: Include "core/core.h" | ReinUsesLisp | 1 | -4/+1 |
2019-06-24 | gl_texture_cache: Explicitly add indirect include | ReinUsesLisp | 1 | -0/+1 |
2019-06-24 | texture_cache/surface_view: Address feedback | ReinUsesLisp | 1 | -1/+0 |
2019-06-24 | texture_cache/surface_base: Address feedback | ReinUsesLisp | 2 | -2/+10 |
2019-06-24 | video_core/surface: Address feedback | ReinUsesLisp | 1 | -2/+2 |
2019-06-24 | decode/texture: Address feedback | ReinUsesLisp | 1 | -0/+1 |
2019-06-24 | renderer_opengl/utils: Remove unused includes and unused forward declaration | ReinUsesLisp | 1 | -4/+0 |
2019-06-24 | gl_texture_cache: Address some feedback | ReinUsesLisp | 1 | -2/+4 |
2019-06-24 | gl_shader_disk_cache: Address feedback | ReinUsesLisp | 2 | -4/+8 |
2019-06-24 | gl_shader_decompiler: Address feedback | ReinUsesLisp | 1 | -11/+12 |
2019-06-24 | shader_bytecode: Include missing <array> | ReinUsesLisp | 1 | -0/+1 |
2019-06-24 | common/alignment: Address feedback | ReinUsesLisp | 1 | -2/+3 |
2019-06-24 | Implemented INotificationService | David Marcec | 5 | -1/+127 |
2019-06-22 | Update reporter.cpp | Thomas May | 1 | -5/+5 |
2019-06-21 | service/acc: Silence truncation warnings | Lioncash | 1 | -3/+3 |
2019-06-21 | texture_cache: Style and Corrections | Fernando Sahmkow | 7 | -71/+75 |
2019-06-21 | shader_cache: Correct versioning and size calculation. | Fernando Sahmkow | 2 | -2/+7 |
2019-06-21 | texture_cache: Eliminate linear textures fallthrough | Fernando Sahmkow | 1 | -4/+0 |
2019-06-21 | texture_cache: Correct format R16U as sibling | Fernando Sahmkow | 2 | -1/+2 |
2019-06-21 | texture_cache: Implement texception detection and texture barriers. | Fernando Sahmkow | 2 | -7/+40 |
2019-06-21 | texture_cache: Corrections to buffers and shadow formats use. | Fernando Sahmkow | 1 | -10/+34 |
2019-06-21 | texture_cache: Implement Irregular Views in surfaces | Fernando Sahmkow | 2 | -4/+24 |
2019-06-21 | surface: Correct format S8Z24 | Fernando Sahmkow | 4 | -9/+5 |
2019-06-21 | texture_cache: Initialize all siblings to invalid pixel format. | Fernando Sahmkow | 1 | -6/+15 |
2019-06-21 | gl_texture_cache: Use Stream Buffers instead of Persistant for Buffer Copies. | Fernando Sahmkow | 3 | -5/+4 |
2019-06-21 | gl_texture_cache: Correct Image Blit | Fernando Sahmkow | 1 | -1/+1 |
2019-06-21 | decoders: correct block calculation | Fernando Sahmkow | 7 | -29/+41 |
2019-06-21 | texture_cache: Use siblings textures on Rebuild and fix possible error on blitting | Fernando Sahmkow | 2 | -11/+24 |
2019-06-21 | texture_cache: Remove old rasterizer cache | Fernando Sahmkow | 2 | -1956/+0 |
2019-06-21 | texture_cache: Implement siblings texture formats. | Fernando Sahmkow | 2 | -12/+31 |
2019-06-21 | fermi2d: Correct Origin Mode | Fernando Sahmkow | 1 | -5/+10 |
2019-06-21 | texture_cache: correct texture buffer on surface params | Fernando Sahmkow | 1 | -4/+11 |
2019-06-21 | texture_cache: eliminate accelerated depth->color/color->depth copies due to driver instability. | Fernando Sahmkow | 4 | -22/+6 |
2019-06-21 | texture_cache: correct mutex locks | Fernando Sahmkow | 1 | -4/+4 |
2019-06-21 | shader_ir: Fix image copy rebase issues | Fernando Sahmkow | 1 | -2/+7 |
2019-06-21 | texture_cache: Don't Image Copy if component types differ | Fernando Sahmkow | 1 | -1/+2 |
2019-06-21 | texture_cache: move some large methods to cpp files | Fernando Sahmkow | 4 | -139/+135 |
2019-06-21 | texture_cache: Optimize GetSurface and use references on functions that don't change a surface. | Fernando Sahmkow | 3 | -12/+12 |
2019-06-21 | texture_cache: Implement Buffer Copy and detect Turing GPUs Image Copies | Fernando Sahmkow | 8 | -12/+148 |
2019-06-21 | texture_cache uncompress-compress is untopological. | Fernando Sahmkow | 5 | -19/+53 |
2019-06-21 | texture_cache: Correct copying between compressed and uncompressed formats | Fernando Sahmkow | 3 | -10/+27 |
2019-06-21 | texture_cache: Only load on recycle with accurate GPU. | Fernando Sahmkow | 1 | -2/+3 |
2019-06-21 | Fix rebase errors | Fernando Sahmkow | 3 | -3/+13 |
2019-06-21 | texture_cache: Handle uncontinuous surfaces. | Fernando Sahmkow | 4 | -21/+82 |
2019-06-21 | texture_cache: return null surface on invalid address | Fernando Sahmkow | 1 | -0/+12 |
2019-06-21 | texture_cache: Add checks for texture buffers. | Fernando Sahmkow | 1 | -2/+16 |
2019-06-21 | texture_cache: Fermi2D reform and implement View Mirage | Fernando Sahmkow | 11 | -77/+125 |
2019-06-21 | gl_shader_decompiler: Implement image binding settings | ReinUsesLisp | 5 | -24/+52 |
2019-06-21 | shader: Implement bindless images | ReinUsesLisp | 3 | -2/+40 |
2019-06-21 | shader: Decode SUST and implement backing image functionality | ReinUsesLisp | 9 | -3/+283 |
2019-06-21 | gl_rasterizer: Track texture buffer usage | ReinUsesLisp | 6 | -74/+119 |
2019-06-21 | video_core: Make ARB_buffer_storage a required extension | ReinUsesLisp | 5 | -8/+12 |
2019-06-21 | gl_rasterizer_cache: Use texture buffers to emulate texture buffers | ReinUsesLisp | 5 | -11/+35 |
2019-06-21 | maxwell_3d: Partially implement texture buffers as 1D textures | ReinUsesLisp | 4 | -10/+24 |
2019-06-21 | gl_shader_decompiler: Allow 1D textures to be texture buffers | ReinUsesLisp | 1 | -4/+38 |
2019-06-21 | shader: Implement texture buffers | ReinUsesLisp | 3 | -0/+62 |
2019-06-21 | texture_cache: loose TryReconstructSurface when accurate GPU is not on. | Fernando Sahmkow | 3 | -4/+20 |
2019-06-21 | texture_cache: Document the most important methods. | Fernando Sahmkow | 1 | -8/+87 |
2019-06-21 | texture_cache: Try to Reconstruct Surface on bigger than overlap. | Fernando Sahmkow | 1 | -4/+11 |
2019-06-21 | texture_cache: Implement Guard mechanism | Fernando Sahmkow | 2 | -1/+12 |
2019-06-21 | texture_cache: General Fixes | Fernando Sahmkow | 8 | -47/+170 |
2019-06-21 | surface_params: Ensure pitch is always written to avoid surface leaks | ReinUsesLisp | 1 | -0/+2 |
2019-06-21 | gl_framebuffer_cache: Use a hashed struct to cache framebuffers | ReinUsesLisp | 6 | -62/+148 |
2019-06-21 | texture_cache return invalid buffer on deactivated color_mask | Fernando Sahmkow | 2 | -2/+9 |
2019-06-21 | engine_upload: Addapt to new Texture Cache | Fernando Sahmkow | 2 | -5/+5 |
2019-06-21 | surface_params: Optimize CreateForTexture | ReinUsesLisp | 2 | -72/+76 |
2019-06-21 | gl_texture_cache: Make main views be proxy textures instead of a full view. | Fernando Sahmkow | 2 | -11/+25 |
2019-06-21 | texture_cache: Add ASync Protections | Fernando Sahmkow | 1 | -0/+10 |
2019-06-21 | Remove Framebuffer reconfiguration and restrict rendertarget protection | Fernando Sahmkow | 4 | -39/+27 |
2019-06-21 | texture_cache: Implement GPU Dirty Flags | Fernando Sahmkow | 1 | -15/+22 |
2019-06-21 | texture_cache: Optimize GetMipBlockHeight and GetMipBlockDepth | Fernando Sahmkow | 2 | -13/+50 |
2019-06-21 | texture_cache: Implement L1_Inner_cache | Fernando Sahmkow | 1 | -13/+30 |
2019-06-21 | video_core: Use un-shifted block sizes to avoid integer divisions | ReinUsesLisp | 10 | -60/+78 |
2019-06-21 | texture_cache: Change internal cache from lists to vectors | ReinUsesLisp | 1 | -6/+7 |
2019-06-21 | Reduce amount of size calculations. | Fernando Sahmkow | 8 | -88/+97 |
2019-06-21 | texture_cache: Correct premature texceptions | Fernando Sahmkow | 4 | -14/+51 |
2019-06-21 | texture_cache: Implement guest flushing | Fernando Sahmkow | 3 | -10/+29 |
2019-06-21 | Fixes to mipmap's process and reconstruct process | Fernando Sahmkow | 2 | -3/+3 |
2019-06-21 | surface_base: Add parenthesis to EmplaceOverview's predicate | ReinUsesLisp | 1 | -3/+2 |
2019-06-21 | Texture Cache: Implement Blitting and Fermi Copies | Fernando Sahmkow | 7 | -100/+93 |
2019-06-21 | surface_view: Add constructor for ViewParams | ReinUsesLisp | 3 | -39/+23 |
2019-06-21 | surface_base: Split BreakDown into layered and non-layered variants | ReinUsesLisp | 1 | -45/+48 |
2019-06-21 | surface_base: Silence truncation warnings and minor renames and reordering | ReinUsesLisp | 2 | -32/+37 |
2019-06-21 | copy_params: Use constructor instead of C-like initialization | ReinUsesLisp | 3 | -47/+39 |
2019-06-21 | Correct Mipmaps View method in Texture Cache | Fernando Sahmkow | 3 | -32/+29 |
2019-06-21 | Change texture_cache chaching from GPUAddr to CacheAddr | Fernando Sahmkow | 7 | -101/+60 |
2019-06-21 | Corrections to Structural Matching | Fernando Sahmkow | 2 | -24/+53 |
2019-06-21 | Implement Texture Cache V2 | Fernando Sahmkow | 6 | -381/+568 |
2019-06-21 | Correct Surface Base and Views for new Texture Cache | Fernando Sahmkow | 7 | -380/+466 |
2019-06-21 | Add OGLTextureView | Fernando Sahmkow | 2 | -0/+43 |
2019-06-21 | Deglobalize Memory Manager on texture cahe and Implement Invalidation and Flushing using GPUVAddr | Fernando Sahmkow | 4 | -1/+20 |
2019-06-21 | texture_cache: Remove execution context copies from the texture cache | ReinUsesLisp | 7 | -168/+59 |
2019-06-21 | gl_texture_cache: Implement fermi copies | ReinUsesLisp | 5 | -2/+105 |
2019-06-21 | texture_cache: Split texture cache into different files | ReinUsesLisp | 12 | -876/+965 |
2019-06-21 | texture_cache: Move staging buffer into a generic implementation | ReinUsesLisp | 4 | -181/+211 |
2019-06-21 | texture_cache: Flush 3D textures in the order they are drawn | ReinUsesLisp | 5 | -19/+44 |
2019-06-21 | gl_texture_cache: Minor changes | ReinUsesLisp | 5 | -140/+185 |
2019-06-21 | gl_texture_cache: Add copy from multiple overlaps into a single surface | ReinUsesLisp | 3 | -6/+84 |
2019-06-21 | gl_texture_cache: Attach surface textures instead of views | ReinUsesLisp | 3 | -20/+32 |
2019-06-21 | gl_texture_cache: Add fast copy path | ReinUsesLisp | 4 | -7/+60 |
2019-06-21 | gl_texture_cache: Initial implementation | ReinUsesLisp | 9 | -47/+809 |
2019-06-21 | freezer: Update documentation | Zach Hilman | 1 | -1/+8 |
2019-06-21 | core: Move Freezer class to tools namespace | Zach Hilman | 4 | -17/+17 |
2019-06-21 | freezer: Add documentation for methods | Zach Hilman | 2 | -30/+49 |
2019-06-21 | memory: Add class to manage and enforce memory freezing | Zach Hilman | 4 | -0/+248 |
2019-06-20 | Revert PR 2590. | Fernando Sahmkow | 1 | -1/+1 |
2019-06-20 | Update content_archive.cpp | jonsn0w | 1 | -2/+2 |
2019-06-19 | Change to a more descriptive name | Tobias | 1 | -1/+1 |
2019-06-19 | yuzu/configure_input: Add missing space in window name | Tobias | 1 | -1/+1 |
2019-06-19 | Added missing space between two words | Alex Subaric | 1 | -1/+1 |
2019-06-18 | core: Remove unused CiTrace source files | Lioncash | 5 | -399/+0 |
2019-06-18 | service/audio/audren_u: Correct event reset type for the system event | Lioncash | 1 | -1/+1 |
2019-06-17 | Addressed issues | David Marcec | 4 | -9/+14 |
2019-06-16 | Core_Timing: Make core_timing threadsafe by default. | Fernando Sahmkow | 5 | -60/+25 |
2019-06-16 | Signalled accumulated_suspended_tick_changed_event on creation based on RE | David Marcec | 1 | -0/+1 |
2019-06-16 | Cleanup | David Marcec | 12 | -30/+39 |
2019-06-16 | Impl'd IsUserAccountSwitchLocked, SetAudioOutVolume, GetAudioOutVolume & Partial impl of GetAccumulatedSuspendedTickChangedEvent | David Marcec | 10 | -11/+93 |
2019-06-13 | file_sys/ips_layer: Remove unnecessary reserve() call | Lioncash | 1 | -1/+0 |
2019-06-12 | common/hex_util: Reserve std::string memory ahead of time | Lioncash | 1 | -0/+5 |
2019-06-12 | common/hex_util: Combine HexVectorToString() and HexArrayToString() | Lioncash | 11 | -39/+40 |
2019-06-12 | file_sys/card_image: Remove obsolete TODO | Lioncash | 1 | -1/+1 |
2019-06-12 | kernel/vm_manager: Remove redundant Reset call in destructor | Lioncash | 1 | -3/+1 |
2019-06-12 | gl_device: Fix TestVariableAoffi test | ReinUsesLisp | 1 | -1/+2 |
2019-06-11 | file_sys/nca_metadata: Update CNMT structures | Lioncash | 1 | -2/+7 |
2019-06-11 | file_sys/card_image: Deduplicate casts within AddNCAFromPartition() | Lioncash | 1 | -3/+6 |
2019-06-11 | file_sys/card_image: Make bracing consistent | Lioncash | 1 | -4/+8 |
2019-06-11 | file_sys/card_image: Assign collapsed NCA contents directly to ncas member | Lioncash | 1 | -3/+1 |
2019-06-11 | file_sys/card_image: Deduplicate type cast | Lioncash | 1 | -4/+6 |
2019-06-11 | file_sys/card_image: Get rid of a magic number | Lioncash | 1 | -1/+1 |
2019-06-11 | file_sys/card_image: Use std::array deduction guides | Lioncash | 1 | -1/+6 |
2019-06-10 | yuzutest: Add minor comments | Zach Hilman | 2 | -8/+9 |
2019-06-10 | kernel: Differentiate kernel and user processes when picking ID | Zach Hilman | 6 | -10/+29 |
2019-06-10 | nsp: Correct status codes for extracted NSPs | Zach Hilman | 2 | -13/+17 |
2019-06-10 | nsp: Use title ID from NPDM metadata for extracted type NSPs | Zach Hilman | 2 | -1/+22 |
2019-06-10 | arm_dynarmic: Check if jit is nullptr when preparing reschedule | Zach Hilman | 1 | -0/+3 |
2019-06-10 | yuzu_tester: Display results in table format | Zach Hilman | 3 | -12/+50 |
2019-06-10 | yuzutest: Support multiple tests per executable | Zach Hilman | 4 | -33/+41 |
2019-06-10 | yuzu_tester: Add 'yuzutest' service | Zach Hilman | 2 | -0/+123 |
2019-06-10 | yuzu_tester: Add SDL2-based EmuWindow that doesn't show the window | Zach Hilman | 2 | -0/+164 |
2019-06-10 | yuzu_tester: Use config, icon, and main from yuzu-cmd | Zach Hilman | 6 | -0/+624 |
2019-06-10 | yuzu_tester: Add project subdirectory | Zach Hilman | 2 | -0/+35 |
2019-06-10 | kernel/process: Make Create()'s name parameter be taken by value | Lioncash | 2 | -2/+2 |
2019-06-10 | kernel/svc: Implement TotalMemoryUsedWithoutMmHeap/TotalMemoryAvailableWithoutMmHeap | Lioncash | 3 | -2/+42 |
2019-06-10 | kernel/svc: Amend naming for TotalMemoryUsage in svcGetInfo() | Lioncash | 3 | -6/+6 |
2019-06-10 | kernel/svc: Remove duplicate enum entry in svcGetInfo() | Lioncash | 1 | -2/+1 |
2019-06-09 | GPUVM: Correct GPU VM virtual address space | Fernando Sahmkow | 1 | -2/+2 |
2019-06-08 | kepler_compute: Use std::array for cbuf info | ReinUsesLisp | 1 | -2/+3 |
2019-06-08 | kepler_compute: Fix block_dim_x encoding | ReinUsesLisp | 1 | -1/+1 |
2019-06-08 | gl_shader_cache: Use static constructors for CachedShader initialization | ReinUsesLisp | 2 | -52/+53 |
2019-06-08 | gl_rasterizer: Remove unused parameters in descriptor uploads | ReinUsesLisp | 2 | -8/+6 |
2019-06-08 | video_core/engines: Move ConstBufferInfo out of Maxwell3D | ReinUsesLisp | 6 | -49/+64 |
2019-06-07 | constants: Extract backup JPEG used by account services | Zach Hilman | 5 | -28/+43 |
2019-06-07 | shader: Split SSY and PBK stack | ReinUsesLisp | 4 | -27/+78 |
2019-06-07 | kernel_executable: Optimize BLZ decompression | Zach Hilman | 2 | -10/+13 |
2019-06-07 | cmake: Add missing shader hash file entries | ReinUsesLisp | 1 | -0/+3 |
2019-06-07 | shader/node: Minor changes | ReinUsesLisp | 1 | -50/+54 |
2019-06-07 | shader: Move Node declarations out of the shader IR header | ReinUsesLisp | 4 | -493/+518 |
2019-06-06 | yuzu/configuration: Make all widgets and dialogs aware of language changes | Lioncash | 31 | -58/+326 |
2019-06-06 | shader: Use shared_ptr to store nodes and move initialization to file | ReinUsesLisp | 35 | -248/+296 |
2019-06-05 | service/ns: Add missing override specifiers | Lioncash | 1 | -9/+9 |
2019-06-05 | yuzu/CMakeLists: Disable implicit QString->QUrl conversions | Lioncash | 1 | -0/+3 |
2019-06-05 | yuzu/CMakeLists: Disable unsafe overloads of QProcess' start() function | Lioncash | 1 | -0/+3 |
2019-06-05 | yuzu/CMakeLists: Disable implicit type narrowing in connect() calls | Lioncash | 1 | -0/+3 |
2019-06-05 | yuzu/configuration: Make function naming consistent | Lioncash | 33 | -213/+234 |
2019-06-05 | kernel/process: Remove unused boost header include | Lioncash | 1 | -1/+0 |
2019-06-05 | game_list: Accept *.kip as a file extension of executables | Zach Hilman | 2 | -3/+2 |
2019-06-05 | loader: Add recognition for KIP file type | Zach Hilman | 2 | -0/+11 |
2019-06-05 | loader: Add KIP and INI file parser-specific errors | Zach Hilman | 2 | -1/+9 |
2019-06-05 | loader: Add AppLoader_KIP for KIP files | Zach Hilman | 3 | -0/+135 |
2019-06-05 | program_metadata: Add function to load meta from raw parameters | Zach Hilman | 2 | -0/+20 |
2019-06-05 | partition_data_manager: Remove KIP processing and use FileSys | Zach Hilman | 1 | -118/+13 |
2019-06-05 | file_sys: Add classes to parse KIP1 and INI1 files | Zach Hilman | 3 | -0/+330 |
2019-06-05 | core/core_timing_util: Amend casing of cyclesTo* functions | Lioncash | 3 | -6/+6 |
2019-06-05 | core/core_timing_util: Use std::chrono types for specifying time units | Lioncash | 7 | -36/+43 |
2019-06-05 | core/core_timing_utils: Simplify overload set | Lioncash | 2 | -49/+2 |
2019-06-04 | shader_bytecode: Mark EXIT as flow instruction | Fernando Sahmkow | 1 | -1/+1 |
2019-06-03 | input_common/sdl/sdl_impl: Correct logging string in SDLState constructor | Lioncash | 1 | -1/+1 |
2019-06-03 | input_common/sdl/sdl_impl: Move documentation comments to header where applicable | Lioncash | 2 | -7/+6 |
2019-06-03 | input_common/sdl/sdl_impl: Amend names for axes for SDLAnalogPoller | Lioncash | 1 | -13/+13 |
2019-06-03 | input_common/sdl/sdl_impl: Mark variables const where applicable | Lioncash | 1 | -10/+11 |
2019-06-03 | input_common/sdl/sdl_impl: Mark SDLEventToButtonParamPackage() as static | Lioncash | 1 | -1/+1 |
2019-06-03 | input_common/sdl/sdl_impl: Convert reinterpret_cast into a static_cast | Lioncash | 1 | -2/+4 |
2019-06-03 | input_common/sdl/sdl_impl: Use insert_or_assign() where applicable | Lioncash | 1 | -3/+3 |
2019-06-03 | input_common/sdl/sdl_impl: Simplify SDL_Joystick deleter handling | Lioncash | 1 | -15/+14 |
2019-06-03 | input_common/sdl/sdl_impl: Resolve two sign conversion warnings | Lioncash | 1 | -10/+16 |
2019-06-03 | input_common/sdl: Remove unused header includes and forward declarations | Lioncash | 3 | -11/+5 |
2019-06-03 | input_common/sdl/sdl_impl: Use nested namespace specifiers where applicable | Lioncash | 1 | -5/+2 |
2019-06-03 | yuzu/bootmanager: Log out screenshot destination path | Lioncash | 1 | -6/+11 |
2019-06-03 | yuzu/bootmanager: Treat the resolution factor as a u32 | Lioncash | 4 | -16/+25 |
2019-06-03 | yuzu/bootmanager: Default EmuThread's destructor in the cpp file | Lioncash | 2 | -1/+4 |
2019-06-03 | yuzu/bootmanager: unsigned -> u32 | Lioncash | 2 | -11/+11 |
2019-06-03 | yuzu/bootmanager: Change false literal to 0 for setSwapInterval() | Lioncash | 1 | -1/+1 |
2019-06-03 | yuzu/bootmanager: Remove pointer downcast in GRenderWindow's constructor | Lioncash | 2 | -4/+3 |
2019-06-03 | yuzu/bootmanager: Remove unnecessary pointer casts | Lioncash | 1 | -5/+6 |
2019-06-03 | gl_shader_decompiler: Remove guest "position" varying | ReinUsesLisp | 2 | -36/+21 |
2019-05-31 | input_common/sdl/sdl_impl: Silence sign conversion warnings | Lioncash | 1 | -3/+3 |
2019-05-31 | common/math_util: Provide a template deduction guide for Common::Rectangle | Lioncash | 1 | -0/+3 |
2019-05-31 | game_list_worker: Use QFile over our own IOFile instance or std streams | Lioncash | 1 | -28/+24 |
2019-05-31 | game_list_worker: Remove template specializations | Lioncash | 1 | -8/+2 |
2019-05-30 | gl_shader_cache: Store a system class and drop global accessors | ReinUsesLisp | 2 | -7/+9 |
2019-05-30 | gl_shader_cache: Add commentaries explaining the intention in shaders creation | ReinUsesLisp | 1 | -0/+2 |
2019-05-30 | gl_shader_cache: Flip if condition in GetStageProgram to reduce indentation | ReinUsesLisp | 1 | -25/+26 |
2019-05-30 | gl_buffer_cache: Remove unused ReserveMemory method | ReinUsesLisp | 2 | -13/+0 |
2019-05-30 | maxwell_to_gl: Use GL_CLAMP to emulate Clamp wrap mode | ReinUsesLisp | 3 | -7/+4 |
2019-05-30 | gl_rasterizer: Move alpha testing to the OpenGL pipeline | ReinUsesLisp | 8 | -71/+33 |
2019-05-30 | gl_rasterizer: Use GL_QUADS to emulate quads rendering | ReinUsesLisp | 6 | -132/+5 |
2019-05-30 | rasterizer_opengl: Remove OpenGL core profile | ReinUsesLisp | 8 | -29/+3 |
2019-05-30 | main: Remove extraneous comment | Zach Hilman | 1 | -1/+0 |
2019-05-30 | qt: Silence name collision warnings | ReinUsesLisp | 3 | -15/+15 |
2019-05-29 | yuzu: Remove unused birthday setting | fearlessTobi | 3 | -170/+44 |
2019-05-29 | yuzu/software_keyboard: Remove unnecessary GetStatus() member function | Lioncash | 3 | -10/+1 |
2019-05-29 | profile_select: Remove unnecessary GetStatus() member function | Lioncash | 3 | -18/+8 |
2019-05-29 | profile_select: Return int instead of u32 for GetIndex() | Lioncash | 3 | -8/+9 |
2019-05-29 | core/core: Remove unnecessary includes | Lioncash | 3 | -13/+37 |
2019-05-29 | yuzu_cmd/yuzu: Correct formatting specifier | Lioncash | 1 | -1/+1 |
2019-05-29 | core/loader: Remove LoadKernelSystemMode | Lioncash | 5 | -29/+0 |
2019-05-29 | core/telemetry_session: Remove unnecessary web service nulling out in destructor | Lioncash | 1 | -2/+1 |
2019-05-29 | core/telemetry_session: Remove usages of the global system accessor | Lioncash | 3 | -30/+54 |
2019-05-29 | core/telemetry_session: Explicitly delete copy and move constructors | Lioncash | 1 | -1/+7 |
2019-05-29 | core/telemetry_session: Remove unused include | Lioncash | 1 | -1/+0 |
2019-05-27 | gl_device: Add commentary to AOFFI unit test source code | ReinUsesLisp | 1 | -0/+1 |
2019-05-27 | gl_shader_gen: Always declare extensions after the version declaration | ReinUsesLisp | 2 | -7/+5 |
2019-05-27 | ncm: Implement LR OpenAddOnContentLocationResolver (2) | Zach Hilman | 1 | -24/+21 |
2019-05-27 | ncm: Implement LR OpenRegisteredLocationResolver (1) | Zach Hilman | 1 | -0/+27 |
2019-05-27 | ncm: Implement LR OpenLocationResolver (0) | Zach Hilman | 1 | -0/+50 |
2019-05-26 | game_list_worker: Add better error handling to caching | Zach Hilman | 2 | -23/+42 |
2019-05-26 | yuzu: Clear partial/full game list cache when data is updated | Zach Hilman | 2 | -0/+13 |
2019-05-26 | game_list: Implement caching for game list | Zach Hilman | 1 | -7/+99 |
2019-05-26 | ui_settings: Add option to cache game list | Zach Hilman | 2 | -0/+3 |
2019-05-26 | loader: Move NSO module tracking to AppLoader | Zach Hilman | 22 | -81/+148 |
2019-05-26 | vk_device: Let formats array type be deduced | ReinUsesLisp | 1 | -33/+33 |
2019-05-26 | vk_shader_decompiler: Misc fixes | ReinUsesLisp | 2 | -45/+67 |
2019-05-26 | vk_device: Enable features when available and misc changes | ReinUsesLisp | 2 | -43/+151 |
2019-05-26 | emu_window: Pass OnMinimalClientAreaChangeRequest argument by copy | ReinUsesLisp | 5 | -10/+5 |
2019-05-25 | core_timing_util: Silence sign-comparison warnings | Lioncash | 1 | -4/+4 |
2019-05-25 | loader/nso: Silence sign-comparison warning | Lioncash | 1 | -1/+1 |
2019-05-25 | yuzu_cmd: Split emu_window OpenGL implementation into its own file | ReinUsesLisp | 6 | -176/+211 |
2019-05-25 | prepo: Save reports from PlayReport service | Zach Hilman | 1 | -2/+23 |
2019-05-25 | fatal: Save report on fatal:u call | Zach Hilman | 1 | -21/+5 |
2019-05-25 | service: Save report on unimplemented function call | Zach Hilman | 1 | -0/+3 |
2019-05-25 | applets/error: Save report on error applet | Zach Hilman | 1 | -5/+14 |
2019-05-25 | applets: Save report on stubbed applet | Zach Hilman | 4 | -15/+49 |
2019-05-25 | svc: Save report on call to svcBreak | Zach Hilman | 1 | -1/+7 |
2019-05-25 | core: Add Reporter class to take/save reports | Zach Hilman | 5 | -1/+416 |
2019-05-25 | qt: Make UI option for 'Reporting Services' temporary | Zach Hilman | 2 | -0/+24 |
2019-05-25 | settings: Add 'Reporting Services' config option | Zach Hilman | 3 | -10/+13 |
2019-05-25 | arm_interface: Expand backtrace generation | Zach Hilman | 2 | -7/+194 |
2019-05-25 | core: Track load offsets of NSO modules | Zach Hilman | 3 | -0/+18 |
2019-05-25 | configure_hotkeys: Remove unnecessary Settings::Apply() call | Lioncash | 1 | -1/+0 |
2019-05-25 | configure_hotkeys: Tidy up key sequence conflict error string | Lioncash | 1 | -2/+2 |
2019-05-25 | configure_hotkeys: Change critical error dialog into a warning dialog | Lioncash | 1 | -2/+2 |
2019-05-25 | configure_hotkeys: Move conflict detection logic to IsUsedKey() | Lioncash | 2 | -14/+15 |
2019-05-25 | configure_hotkeys: Remove unused EmitHotkeysChanged() | Lioncash | 3 | -13/+0 |
2019-05-25 | sequence_dialog: Reorganize the constructor | Lioncash | 1 | -4/+8 |
2019-05-25 | sequence_dialog: Remove unnecessary horizontal specifier | Lioncash | 1 | -2/+1 |
2019-05-25 | renderer_opengl/utils: Use a std::string_view with LabelGLObject() | Lioncash | 2 | -10/+10 |
2019-05-25 | yuzu/configuration/configure_graphics: Eliminate type narrowing in a connect call | Lioncash | 1 | -6/+5 |
2019-05-25 | yuzu/CMakeLists: Disable implicit QString conversions | Lioncash | 1 | -0/+4 |
2019-05-25 | yuzu/applets/software_keyboard: Remove unused assert header | Lioncash | 1 | -1/+0 |
2019-05-25 | yuzu/applets/software_keyboard: std::move argument in MainWindowFinishedText() | Lioncash | 1 | -1/+1 |
2019-05-25 | yuzu/applets/software_keyboard: Resolve sign mismatch comparison | Lioncash | 1 | -1/+1 |
2019-05-25 | yuzu/applets/software_keyboard: Specify string conversions explicitly | Lioncash | 2 | -10/+18 |
2019-05-25 | yuzu/applets/error: Specify string conversions explicitly | Lioncash | 1 | -2/+3 |
2019-05-25 | yuzu/main: Specify string conversions where applicable | Lioncash | 1 | -115/+145 |
2019-05-24 | gl_shader_decompiler: Use an if based cbuf indexing for broken drivers | ReinUsesLisp | 1 | -3/+20 |
2019-05-24 | gl_device: Add test to detect broken component indexing | ReinUsesLisp | 2 | -0/+60 |
2019-05-23 | common/file_util: Remove unnecessary return at end of void StripTailDirSlashes() | Lioncash | 1 | -6/+8 |
2019-05-23 | common/file_util: Make GetCurrentDir() return a std::optional | Lioncash | 2 | -3/+4 |
2019-05-23 | common/file_util: Remove duplicated documentation comments | Lioncash | 1 | -25/+0 |
2019-05-23 | common/file_util: Make ReadFileToString and WriteStringToFile consistent | Lioncash | 3 | -7/+7 |
2019-05-23 | common/file_util: Remove unnecessary c_str() calls | Lioncash | 1 | -2/+2 |
2019-05-23 | common/file_util: Make IOFile's WriteString take a std::string_view | Lioncash | 1 | -2/+2 |
2019-05-23 | Fix bitmask logic inversion | Michael Scire | 1 | -2/+1 |
2019-05-23 | fix introduced clang-format errors | Michael Scire | 1 | -3/+2 |
2019-05-23 | Address review comments | Michael Scire | 6 | -47/+120 |
2019-05-23 | clang-format fixes | Michael Scire | 4 | -31/+32 |
2019-05-23 | Implement IApplicationFunctions::GetDesiredLanguage | Michael Scire | 9 | -403/+1010 |
2019-05-23 | shader/shader_ir: Make Comment() take a std::string by value | Lioncash | 2 | -3/+3 |
2019-05-23 | shader/decode/*: Add missing newline to files lacking them | Lioncash | 18 | -18/+18 |
2019-05-23 | shader/decode/*: Eliminate indirect inclusions | Lioncash | 6 | -1/+5 |
2019-05-23 | service/aoc: Avoid allocating and discarding data | Lioncash | 1 | -8/+8 |
2019-05-23 | service/aoc: Remove unnecessary includes | Lioncash | 1 | -2/+0 |
2019-05-23 | service/aoc: Pop all passed values where applicable | Lioncash | 1 | -12/+45 |
2019-05-22 | shader/decode/memory: Remove left in debug pragma | Lioncash | 1 | -2/+0 |
2019-05-21 | renderer_opengl/gl_shader_decompiler: Remove redundant name specification in format string | Lioncash | 1 | -1/+1 |
2019-05-21 | gl_shader_cache: Fix clang strict standard build issues | ReinUsesLisp | 3 | -9/+13 |
2019-05-21 | gl_shader_cache: Use shared contexts to build shaders in parallel | ReinUsesLisp | 7 | -56/+112 |
2019-05-21 | shader/memory: Implement ST (generic memory) | ReinUsesLisp | 2 | -21/+36 |
2019-05-21 | shader/memory: Implement LD (generic memory) | ReinUsesLisp | 3 | -15/+38 |
2019-05-21 | yuzu/configuration/config: Make default hotkeys an internally-linked array in the cpp file | Lioncash | 2 | -4/+2 |
2019-05-21 | yuzu/configuration/config: Specify string conversions explicitly | Lioncash | 1 | -30/+42 |
2019-05-20 | shader: Implement S2R Tid{XYZ} and CtaId{XYZ} | ReinUsesLisp | 4 | -15/+69 |
2019-05-20 | gl_shader_decompiler: Make GetSwizzle constexpr | ReinUsesLisp | 1 | -7/+7 |
2019-05-20 | yuzu/game_list: Specify string conversions explicitly | Lioncash | 2 | -50/+55 |
2019-05-20 | yuzu/game_list_worker: Specify string conversions explicitly | Lioncash | 1 | -2/+2 |
2019-05-20 | yuzu/game_list_p: Amend mentions of SMDH in comments | Lioncash | 1 | -3/+3 |
2019-05-20 | yuzu/game_list_p: Specify string conversions explicitly | Lioncash | 1 | -10/+9 |
2019-05-20 | yuzu/loading_screen: Specify string conversions explicitly | Lioncash | 1 | -9/+9 |
2019-05-20 | yuzu/bootmanager: Specify string conversions explicitly | Lioncash | 1 | -2/+4 |
2019-05-20 | yuzu/util: Specify string conversions explicitly | Lioncash | 1 | -8/+10 |
2019-05-20 | gl_shader_decompiler: Tidy up minor remaining cases of unnecessary std::string concatenation | Lioncash | 1 | -21/+20 |
2019-05-20 | gl_shader_decompiler: Replace individual overloads with the fmt-based one | Lioncash | 1 | -28/+16 |
2019-05-20 | gl_shader_decompiler: Utilize fmt overload of AddLine() where applicable | Lioncash | 1 | -136/+152 |
2019-05-19 | Revert #2466 | Fernando Sahmkow | 1 | -1/+3 |
2019-05-19 | gl_shader_decompiler: Add AddLine() overload that forwards to fmt | Lioncash | 1 | -0/+11 |
2019-05-19 | yuzu/configuration/configure_web: Specify string conversions explicitly | Lioncash | 1 | -8/+16 |
2019-05-19 | yuzu/configuration/configure_system: Specify string conversions explicitly | Lioncash | 1 | -2/+3 |
2019-05-19 | yuzu/configuration/configure_profile_manager: Mark UI string as translatable | Lioncash | 1 | -1/+1 |
2019-05-19 | yuzu/configuration/configure_per_general: Specify string conversions explicitly | Lioncash | 1 | -6/+8 |
2019-05-19 | yuzu/configuration/configure_mouse_advanced: Clean up array accesses | Lioncash | 1 | -19/+22 |
2019-05-19 | yuzu/configuration/configure_mouse_advanced: Specify string conversions explicitly | Lioncash | 1 | -11/+23 |
2019-05-19 | yuzu/configuration/configure_input_player: Clean up array accesses | Lioncash | 1 | -32/+48 |
2019-05-19 | yuzu/configuration/configure_input_player: Specify string conversions explicitly | Lioncash | 1 | -24/+49 |
2019-05-19 | yuzu/configuration/configure_input: Mark controller type names as translateable | Lioncash | 1 | -5/+8 |
2019-05-19 | yuzu/configuration/configure_general: Specify string conversions explicitly | Lioncash | 1 | -1/+2 |
2019-05-19 | yuzu/configuration/configure_gamelist: Specify string conversions explicitly | Lioncash | 1 | -3/+5 |
2019-05-19 | yuzu/configuration/configure_audio: Store power on query into a variable | Lioncash | 1 | -2/+3 |
2019-05-19 | yuzu/configuration/configure_audio: Tidy up function cast | Lioncash | 1 | -2/+1 |
2019-05-19 | yuzu/configuration/configure_audio: Specify string conversions explicitly | Lioncash | 1 | -3/+3 |
2019-05-19 | Dma_pusher: ASSERT on empty command_list | Fernando Sahmkow | 1 | -0/+7 |
2019-05-19 | shader/shader_ir: Remove unnecessary inline specifiers | Lioncash | 1 | -2/+2 |
2019-05-19 | shader/shader_ir: Simplify constructors for OperationNode | Lioncash | 1 | -15/+6 |
2019-05-19 | shader/shader_ir: Remove unnecessary template parameter packs from Operation() overloads where applicable | Lioncash | 1 | -2/+0 |
2019-05-19 | shader/shader_ir: Mark tracking functions as const member functions | Lioncash | 2 | -8/+11 |
2019-05-19 | yuzu/util: Remove unused spinbox.cpp/.h | Lioncash | 3 | -366/+0 |
2019-05-19 | shader/shader_ir: Place implementations of constructor and destructor in cpp file | Lioncash | 2 | -5/+9 |
2019-05-19 | gl_shader_gen: std::move objects where applicable | Lioncash | 1 | -7/+7 |
2019-05-19 | gl_shader_disk_cache: in-class initialize virtual file offset of ShaderDiskCacheOpenGL | Lioncash | 2 | -5/+3 |
2019-05-19 | gl_shader_disk_cache: Default ShaderDiskCacheOpenGL's destructor in the cpp file | Lioncash | 2 | -0/+3 |
2019-05-19 | gl_shader_disk_cache: Make hash specializations noexcept | Lioncash | 1 | -2/+2 |
2019-05-19 | gl_shader_disk_cache: Remove redundant code string construction in LoadDecompiledEntry() | Lioncash | 1 | -2/+2 |
2019-05-19 | gl_shader_disk_cache: Make variable non-const in decompiled entry case | Lioncash | 1 | -1/+1 |
2019-05-19 | gl_shader_disk_cache: Special-case boolean handling | Lioncash | 2 | -24/+37 |
2019-05-19 | yuzu/applets/profile_select: Mark header string as translatable | Lioncash | 1 | -2/+2 |
2019-05-19 | yuzu/debugger/graphics/graphics_breakpoints: Specify string conversions explicitly | Lioncash | 1 | -1/+1 |
2019-05-19 | yuzu/debugger/profiler: Specify string conversions explicitly | Lioncash | 1 | -2/+2 |
2019-05-19 | yuzu/debugger/wait_tree: Specify string conversions explicitly | Lioncash | 1 | -14/+17 |
2019-05-19 | ipc_helpers: Amend floating-point type in Pop<double> specialization | Lioncash | 1 | -1/+1 |
2019-05-19 | Address review comment | Tobias | 1 | -1/+1 |
2019-05-19 | kernel/svc: Mark GetThreadList() and UnmapProcessCodeMemory() as internally linked | Lioncash | 1 | -4/+4 |
2019-05-19 | service/am: Add missing return in error case for IStorageAccessor's Read()/Write(). | Lioncash | 1 | -0/+2 |
2019-05-18 | core/kernel/object: Rename ResetType enum members | Lioncash | 19 | -35/+36 |
2019-05-18 | HLE/IPC: HLEContext can memorize the client thread and use it for SleepClientThread | Weiyi Wang | 4 | -9/+10 |
2019-05-18 | gl_rasterizer: Limit OpenGL point size to a minimum of 1 | ReinUsesLisp | 1 | -1/+3 |
2019-05-18 | maxwell_to_gl: Add TriangleFan primitive topology | ReinUsesLisp | 1 | -0/+2 |
2019-05-17 | gl_rasterizer: Pass the right number of array quad vertices count | ReinUsesLisp | 1 | -2/+2 |
2019-05-17 | qt/configure_graphics: Shadow options at runtime | ReinUsesLisp | 1 | -2/+6 |
2019-05-17 | yuzu_cmd: Use OpenGL compat when asked in the settings | ReinUsesLisp | 1 | -1/+5 |
2019-05-17 | yuzu_cmd: Make OpenGL's context current | ReinUsesLisp | 1 | -0/+1 |
2019-05-17 | yuzu/bootmanager: Explicitly enable deprecated OpenGL features on compat | ReinUsesLisp | 1 | -0/+1 |
2019-05-14 | maxwell_3d: reduce sevirity of different component formats assert. | Fernando Sahmkow | 1 | -1/+1 |
2019-05-14 | video_core/engines/engine_upload: Amend constructor initializer list order | Lioncash | 1 | -1/+1 |
2019-05-14 | video_core/engines/engine_upload: Default destructor in the cpp file | Lioncash | 2 | -1/+3 |
2019-05-14 | video_core/engines/engine_upload: Remove unnecessary const on parameters in function declarations | Lioncash | 1 | -2/+2 |
2019-05-14 | video_core/engines/engine_upload: Remove unnecessary includes | Lioncash | 2 | -2/+2 |
2019-05-14 | video_core/engines/maxwell3d: Get rid of three magic values in CallMethod() | Lioncash | 1 | -3/+3 |
2019-05-14 | video_core/engines/maxwell_3d: Simplify for loops into ranged for loops within InitializeRegisterDefaults() | Lioncash | 1 | -15/+15 |
2019-05-14 | video_core/engines/maxwell_3d: Add is_trivially_copyable_v check for Regs | Lioncash | 1 | -0/+2 |
2019-05-14 | yuzu: Remove explicit types from locks where applicable | Lioncash | 3 | -3/+3 |
2019-05-14 | video_core/gpu_thread: Remove redundant copy constructor for CommandDataContainer | Lioncash | 1 | -6/+0 |
2019-05-12 | GPU/MMEInterpreter: Ignore the 'exit' flag when it's executed inside a delay slot. | Sebastian Valle | 1 | -3/+3 |
2019-05-10 | service/set: Correct and simplify behavior related to copying language codes | Lioncash | 1 | -34/+22 |
2019-05-10 | video_core/memory_manager: Mark IsBlockContinuous() as a const member function | Lioncash | 2 | -4/+4 |
2019-05-10 | video_core/memory_manager: Mark the constructor as explicit | Lioncash | 1 | -1/+1 |
2019-05-10 | video_core/memory_manager: Default the destructor within the cpp file | Lioncash | 2 | -0/+3 |
2019-05-10 | video_core/memory_manager: Amend doxygen comments | Lioncash | 1 | -7/+7 |
2019-05-10 | video_core/memory_manager: Remove superfluous const from function declarations | Lioncash | 1 | -7/+7 |
2019-05-10 | video_core/renderer_opengl/gl_shader_cache: Correct member initialization order | Lioncash | 1 | -1/+1 |
2019-05-10 | video_core/shader/decode/texture: Remove unused variable from GetTld4Code() | Lioncash | 1 | -1/+0 |
2019-05-10 | renderer_vulkan/vk_shader_decompiler: Remove unused variable from DeclareInternalFlags() | Lioncash | 1 | -1/+0 |
2019-05-10 | video_core/renderer_opengl/gl_shader_decompiler: Remove unused Composite() function | Lioncash | 1 | -11/+0 |
2019-05-10 | video_core/renderer_opengl/gl_rasterizer_cache: Remove unused variable in UploadGLMipmapTexture() | Lioncash | 1 | -1/+0 |
2019-05-10 | video_core/gpu_thread: Remove unused local variable | Lioncash | 1 | -1/+1 |
2019-05-10 | video_core/textures/astc: Remove unused variables | Lioncash | 1 | -6/+2 |
2019-05-09 | CMakeLists: Specify /volatile:iso for MSVC | Lioncash | 1 | -0/+2 |
2019-05-09 | configure_dialog: Remove the Whats This? button from the dialog | Lioncash | 1 | -0/+4 |
2019-05-09 | yuzu/hotkeys: Remove unnecessary constructor | Lioncash | 1 | -2/+0 |
2019-05-09 | yuzu/main: Move window title updating logic to its own function | Lioncash | 2 | -7/+19 |
2019-05-09 | yuzu/about_dialog: Specify string conversions explicitly | Lioncash | 1 | -4/+4 |
2019-05-09 | yuzu/compatdb: Remove unnecessary qualifiers | Lioncash | 1 | -3/+3 |
2019-05-09 | configuration/config: Move config loading and saving to functions based off groups | Lioncash | 2 | -315/+573 |
2019-05-07 | src/CMakeLists: Add /Zc:externConstexpr to the MSVC build flags | Lioncash | 1 | -8/+10 |
2019-05-07 | src/CMakeLists: Vertically order compilation flags | Lioncash | 1 | -9/+19 |
2019-05-07 | core/memory: Remove unused FlushMode enum | Lioncash | 1 | -9/+0 |
2019-05-07 | Correct possible error on Rasterizer Caches | Fernando Sahmkow | 1 | -1/+2 |
2019-05-04 | core/telemetry_session: Only create the backend when we really need it | zhupengfei | 2 | -9/+9 |
2019-05-04 | shader/decode/texture: Remove unused variable | Lioncash | 1 | -1/+0 |
2019-05-04 | CMakeLists: Explicitly specify -Wall for the non-MSVC case | Lioncash | 1 | -1/+4 |
2019-05-04 | gl_rasterizer: Silence unused variable warning | Lioncash | 1 | -2/+2 |
2019-05-04 | common/zstd_compression: Remove #pragma once directive from source file | Lioncash | 1 | -2/+0 |
2019-05-04 | core/frontend/emu_window: Make GraphicsContext's destructor virtual | Lioncash | 2 | -0/+4 |
2019-05-03 | shader_ir/other: Implement IPA.IDX | ReinUsesLisp | 2 | -5/+9 |
2019-05-03 | gl_shader_decompiler: Skip physical unused attributes | ReinUsesLisp | 1 | -18/+27 |
2019-05-03 | shader_ir/memory: Assert on non-32 bits ALD.PHYS | ReinUsesLisp | 1 | -0/+3 |
2019-05-03 | shader: Add physical attributes commentaries | ReinUsesLisp | 4 | -4/+8 |
2019-05-03 | gl_shader_decompiler: Implement GLSL physical attributes | ReinUsesLisp | 2 | -66/+101 |
2019-05-03 | shader_ir/memory: Implement physical input attributes | ReinUsesLisp | 4 | -6/+32 |
2019-05-03 | gl_shader_decompiler: Abstract generic attribute operations | ReinUsesLisp | 1 | -29/+26 |
2019-05-03 | gl_shader_decompiler: Declare all possible varyings on physical attribute usage | ReinUsesLisp | 4 | -27/+88 |
2019-05-03 | shader: Remove unused AbufNode Ipa mode | ReinUsesLisp | 6 | -35/+14 |
2019-05-03 | shader_ir/memory: Emit AL2P IR | ReinUsesLisp | 2 | -0/+22 |
2019-05-03 | shader_bytecode: Add AL2P decoding | ReinUsesLisp | 1 | -2/+15 |
2019-05-01 | Refactors and name corrections. | Fernando Sahmkow | 6 | -35/+35 |
2019-05-01 | service/audren_u: Handle variadic command buffers in GetWorkBufferSize() | Lioncash | 2 | -17/+93 |
2019-05-01 | service/audren_u: Handle version 2 of performance frame info in GetWorkBufferSize() | Lioncash | 2 | -6/+13 |
2019-05-01 | service/audren_u: Clean up work buffer calculations | Lioncash | 1 | -49/+214 |
2019-05-01 | gl_shader_disk_cache: Skip stored shader variants instead of asserting | ReinUsesLisp | 1 | -1/+4 |
2019-05-01 | Fix Layered ASTC Textures | Fernando Sahmkow | 1 | -1/+3 |
2019-05-01 | loader/nso: Remove left-in debug pragma | Lioncash | 1 | -2/+0 |
2019-04-29 | kernel/svc: Make svcCreateThread/svcStartThread/svcSleepThread/svcExitThread calls show up in the debug log | Lioncash | 1 | -4/+4 |
2019-04-29 | kernel/svc: Reorganize svcSetThreadCoreMask() | Lioncash | 1 | -32/+39 |
2019-04-29 | kernel/thread: Update thread processor ID flags | Lioncash | 2 | -7/+16 |
2019-04-28 | service/audctl: Update documentation comments to be relative to 8.0.0 | Lioncash | 1 | -2/+2 |
2019-04-26 | shader_ir: Move Sampler index entry in operand< to sort declarations | ReinUsesLisp | 1 | -2/+2 |
2019-04-26 | shader_ir: Add missing entry to Sampler operand< comparison | ReinUsesLisp | 1 | -2/+3 |
2019-04-26 | shader_ir/texture: Fix sampler const buffer key shift | ReinUsesLisp | 1 | -1/+1 |
2019-04-25 | mii_manager: Fix incorrect loop condition in mii UUID generation code | Zach Hilman | 3 | -2/+3 |
2019-04-25 | profile_select: Port Service::Account::UUID to Common::UUID | Zach Hilman | 9 | -29/+27 |
2019-04-25 | mii: Implement Delete and Destroy file | Zach Hilman | 4 | -13/+122 |
2019-04-25 | mii: Implement IsUpdated command (IPC 0) | Zach Hilman | 3 | -9/+34 |
2019-04-25 | mii_manager: Cleanup and optimization | Zach Hilman | 5 | -39/+55 |
2019-04-25 | mii: Implement IDatabaseService commands using MiiManager | Zach Hilman | 2 | -15/+244 |
2019-04-25 | mii: Add MiiManager class to manage Mii database | Zach Hilman | 2 | -0/+622 |
2019-04-25 | common: Extract UUID to its own class | Zach Hilman | 6 | -78/+108 |
2019-04-23 | Re added new lines at the end of files | FreddyFunk | 2 | -2/+2 |
2019-04-23 | gl_shader_disk_cache: Compress precompiled shader cache file with Zstandard | unknown | 1 | -6/+10 |
2019-04-23 | gl_shader_disk_cache: Use VectorVfsFile for the virtual precompiled shader cache file | unknown | 3 | -101/+168 |
2019-04-23 | gl_shader_disk_cache: Remove per shader compression | unknown | 2 | -45/+11 |
2019-04-23 | Fixes and Corrections to DMA Engine | Fernando Sahmkow | 2 | -37/+57 |
2019-04-23 | Add Swizzle Parameters to the DMA engine | Fernando Sahmkow | 2 | -2/+27 |
2019-04-23 | Add Documentation Headers to all the GPU Engines | Fernando Sahmkow | 5 | -0/+29 |
2019-04-23 | Corrections and styling | Fernando Sahmkow | 5 | -6/+9 |
2019-04-23 | Implement Maxwell3D Data Upload | Fernando Sahmkow | 2 | -3/+32 |
2019-04-23 | Introduce skeleton of the GPU Compute Engine. | Fernando Sahmkow | 3 | -8/+202 |
2019-04-23 | Revamp Kepler Memory to use a subegine to manage uploads | Fernando Sahmkow | 6 | -93/+134 |
2019-04-21 | Rasterizer Cache: Use a temporal storage for Surfaces loading/flushing. | Fernando Sahmkow | 4 | -18/+30 |
2019-04-21 | Corrections Half Float operations on const buffers and implement saturation. | Fernando Sahmkow | 2 | -15/+16 |
2019-04-20 | Allow picking a Compatibility Profile for OpenGL. | Fernando Sahmkow | 7 | -1/+21 |
2019-04-20 | Apply Position Y Direction | Fernando Sahmkow | 1 | -0/+3 |
2019-04-20 | RasterizerCache Redesign: Flush | Fernando Sahmkow | 6 | -17/+26 |
2019-04-20 | make ReadBlockunsafe and WriteBlockunsafe, ignore invalid pages. | Fernando Sahmkow | 1 | -4/+12 |
2019-04-19 | gl_state: Fix samplers memory corruption | ReinUsesLisp | 1 | -3/+5 |
2019-04-19 | kernel/svc: Name supervisor call 0x36 | Lioncash | 1 | -1/+1 |
2019-04-18 | service/audctl: Implement GetTargetVolumeMin() and GetTargetVolumeMax() | Lioncash | 2 | -2/+32 |
2019-04-18 | video_core: Silent -Wswitch warnings | ReinUsesLisp | 10 | -77/+106 |
2019-04-17 | web_browser: Make OpenPage non-const | Zach Hilman | 13 | -25/+30 |
2019-04-17 | main: Add GMainWindow hooks for Error display | Zach Hilman | 4 | -3/+11 |
2019-04-17 | main: Switch to AppletManager for frontend | Zach Hilman | 1 | -3/+9 |
2019-04-17 | qt: Add dialog implementation of Error applet | Zach Hilman | 3 | -0/+94 |
2019-04-17 | general_backend: Move StubApplet and add backend PhotoViewer | Zach Hilman | 2 | -1/+102 |
2019-04-17 | general_frontend: Add frontend scaffold for PhotoViewer applet | Zach Hilman | 2 | -0/+55 |
2019-04-17 | frontend: Add frontend receiver for Error applet | Zach Hilman | 3 | -2/+79 |
2019-04-17 | applets: Add Error applet | Zach Hilman | 3 | -24/+224 |
2019-04-17 | applets: Port current applets to take frontend in constructor | Zach Hilman | 6 | -14/+16 |
2019-04-17 | web_browser: Make OpenPage const | Zach Hilman | 4 | -7/+7 |
2019-04-17 | core: Remove specific applets in favor of AppletManager | Zach Hilman | 2 | -47/+32 |
2019-04-17 | am: Delegate applet creation to AppletManager | Zach Hilman | 1 | -24/+3 |
2019-04-17 | applets: Add AppletManager class to control lifetime | Zach Hilman | 2 | -0/+137 |
2019-04-17 | kernel/thread: Unify wait synchronization types | Lioncash | 7 | -45/+38 |
2019-04-17 | kernel/svc: Migrate svcCancelSynchronization behavior to a thread function | Lioncash | 3 | -7/+17 |
2019-04-17 | kernel/wait_object: Make GetHighestPriorityReadyThread() a const member function | Lioncash | 2 | -2/+2 |
2019-04-17 | yuzu/bootmanager: Replace unnnecessary constructor initializer list member of GGLContext | Lioncash | 1 | -2/+2 |
2019-04-17 | yuzu/bootmanager: Remove unnecessary includes | Lioncash | 1 | -1/+0 |
2019-04-17 | yuzu/bootmanager: Resolve constructor initializer list warnings | Lioncash | 1 | -2/+1 |
2019-04-17 | CMakeLists: Ensure we specify Unicode as the codepage on Windows | Lioncash | 2 | -4/+9 |
2019-04-17 | kernel/vm_manager: Remove usages of global system accessors | Lioncash | 3 | -7/+11 |
2019-04-17 | Implement IsBlockContinous | Fernando Sahmkow | 2 | -2/+13 |
2019-04-16 | Apply Const correctness to SwizzleKepler and replace u32 for size_t on iterators. | Fernando Sahmkow | 2 | -9/+12 |
2019-04-16 | Use ReadBlockUnsafe for fetyching DMA CommandLists | Fernando Sahmkow | 2 | -4/+2 |
2019-04-16 | Document unsafe versions and add BlockCopyUnsafe | Fernando Sahmkow | 3 | -16/+45 |
2019-04-16 | Use ReadBlockUnsafe for Shader Cache | Fernando Sahmkow | 1 | -5/+7 |
2019-04-16 | Use ReadBlockUnsafe on TIC and TSC reading | Fernando Sahmkow | 2 | -2/+4 |
2019-04-16 | GPU MemoryManager: Implement ReadBlockUnsafe and WriteBlockUnsafe | Fernando Sahmkow | 2 | -0/+34 |
2019-04-16 | Use WriteBlock and ReadBlock. | Fernando Sahmkow | 1 | -10/+6 |
2019-04-16 | Implement Block Linear copies in Kepler Memory. | Fernando Sahmkow | 3 | -5/+38 |
2019-04-16 | vk_shader_decompiler: Add missing operations | ReinUsesLisp | 1 | -0/+7 |
2019-04-16 | shader_ir/decode: Fix half float pre-operations and remove MetaHalfArithmetic | ReinUsesLisp | 9 | -85/+72 |
2019-04-16 | gl_shader_decompiler: Fix MrgH0 decompilation | ReinUsesLisp | 1 | -2/+2 |
2019-04-16 | shader_ir/decode: Implement half float saturation | ReinUsesLisp | 5 | -8/+31 |
2019-04-16 | shader_ir/decode: Reduce severity of unimplemented half-float FTZ | ReinUsesLisp | 3 | -3/+9 |
2019-04-16 | renderer_opengl: Implement half float NaN comparisons | ReinUsesLisp | 3 | -36/+59 |
2019-04-16 | shader_ir: Avoid using static on heap-allocated objects | ReinUsesLisp | 1 | -5/+4 |
2019-04-16 | Do some corrections in conversion shader instructions. | Fernando Sahmkow | 2 | -23/+73 |
2019-04-15 | CMakeLists: Define QT_USE_QSTRINGBUILDER for the Qt target | Lioncash | 2 | -1/+7 |
2019-04-15 | svc: Specify handle value in thread's name | Lioncash | 2 | -2/+10 |
2019-04-15 | Correct Kepler Memory on Linear Pushes. | Fernando Sahmkow | 2 | -16/+48 |
2019-04-15 | Support compressed formats on linear textures. | Fernando Sahmkow | 1 | -2/+5 |
2019-04-15 | common/{lz4_compression, zstd_compression}: Add missing header guards | Lioncash | 2 | -0/+4 |
2019-04-15 | Correct Pitch in Fermi2D | Fernando Sahmkow | 1 | -4/+1 |
2019-04-15 | kernel/thread: Remove BoostPriority() | Lioncash | 2 | -11/+0 |
2019-04-14 | kernel/thread: Remove unused guest_handle member variable | Lioncash | 3 | -16/+7 |
2019-04-14 | gl_shader_decompiler: Use variable AOFFI on supported hardware | ReinUsesLisp | 10 | -71/+102 |
2019-04-14 | shader_ir: Implement STG, keep track of global memory usage and flush | ReinUsesLisp | 11 | -89/+186 |
2019-04-13 | kernel/svc: Implement svcUnmapProcessCodeMemory | Lioncash | 3 | -1/+143 |
2019-04-13 | kernel/svc: Implement svcMapProcessCodeMemory | Lioncash | 4 | -1/+131 |
2019-04-12 | Fix Clang Format | FreddyFunk | 2 | -5/+10 |
2019-04-12 | common/swap: Improve codegen of the default swap fallbacks | Lioncash | 1 | -3/+7 |
2019-04-12 | core/core: Move process execution start to System's Load() | Lioncash | 20 | -107/+144 |
2019-04-12 | core/process: Remove unideal page table setting from LoadFromMetadata() | Lioncash | 1 | -5/+0 |
2019-04-12 | core/core: Move main process creation into Load() | Lioncash | 1 | -4/+3 |
2019-04-12 | video_core/gpu: Create threads separately from initialization | Lioncash | 10 | -25/+51 |
2019-04-12 | core/cpu_core_manager: Create threads separately from initialization. | Lioncash | 11 | -39/+58 |
2019-04-12 | common/swap: Mark byte swapping free functions with [[nodiscard]] and noexcept | Lioncash | 1 | -11/+11 |
2019-04-12 | common/swap: Simplify swap function ifdefs | Lioncash | 1 | -48/+15 |
2019-04-12 | common/swap: Remove 32-bit ARM path | Lioncash | 1 | -13/+0 |
2019-04-12 | common/scope_exit: Replace std::move with std::forward in ScopeExit() | Lioncash | 1 | -1/+1 |
2019-04-11 | kernel: Make handle type declarations constexpr | Lioncash | 10 | -10/+10 |
2019-04-11 | ui_settings: Rename game directory variables | FreddyFunk | 5 | -20/+20 |
2019-04-11 | gl_rasterizer_cache: Relax restrictions on FastCopySurface and FastLayeredCopySurface | Fernando Sahmkow | 1 | -4/+10 |
2019-04-11 | service: Update service function tables | Lioncash | 27 | -57/+262 |
2019-04-11 | gl_shader_manager: Move code to source file and minor clean up | ReinUsesLisp | 2 | -34/+61 |
2019-04-10 | gl_rasterizer: Apply just the needed state on Clear | ReinUsesLisp | 1 | -4/+4 |
2019-04-10 | ldr: Mark IsValidNROHash() as a const member function | Lioncash | 1 | -5/+4 |
2019-04-10 | ldr: Amend parameters for LoadNro/UnloadNro LoadNrr/UnloadNrr | Lioncash | 1 | -60/+81 |
2019-04-10 | gl_device: Implement interface and add uniform offset alignment | ReinUsesLisp | 5 | -13/+70 |
2019-04-10 | vk_shader_decompiler: Implement flow primitives | ReinUsesLisp | 1 | -5/+82 |
2019-04-10 | vk_shader_decompiler: Implement most common texture primitives | ReinUsesLisp | 1 | -8/+65 |
2019-04-10 | vk_shader_decompiler: Implement texture decompilation helper functions | ReinUsesLisp | 1 | -0/+32 |
2019-04-10 | vk_shader_decompiler: Implement Assign and LogicalAssign | ReinUsesLisp | 1 | -2/+64 |
2019-04-10 | vk_shader_decompiler: Implement non-OperationCode visits | ReinUsesLisp | 1 | -7/+129 |
2019-04-10 | vk_shader_decompiler: Implement OperationCode decompilation interface | ReinUsesLisp | 1 | -1/+411 |
2019-04-10 | vk_shader_decompiler: Implement Visit | ReinUsesLisp | 1 | -1/+50 |
2019-04-10 | vk_shader_decompiler: Implement labels tree and flow | ReinUsesLisp | 1 | -0/+71 |
2019-04-10 | vk_shader_decompiler: Implement declarations | ReinUsesLisp | 1 | -3/+457 |
2019-04-10 | vk_shader_decompiler: Declare and stub interface for a SPIR-V decompiler | ReinUsesLisp | 3 | -0/+127 |
2019-04-10 | video_core: Add sirit as optional dependency with Vulkan | ReinUsesLisp | 1 | -1/+4 |
2019-04-10 | fsp_srv: Remove unnecessary parameter popping in IDirectory's Read() | Lioncash | 1 | -4/+1 |
2019-04-10 | fsp_srv: Log out option values in IFile's Read and Write functions | Lioncash | 1 | -4/+6 |
2019-04-10 | kernel/server_session: Remove obsolete TODOs | Lioncash | 1 | -7/+2 |
2019-04-10 | configure_hotkeys: Pass the dialog as a parent to SequenceDialog() | Lioncash | 1 | -1/+1 |
2019-04-10 | configure_hotkeys: Avoid dialog memory leak within Configure() | Lioncash | 1 | -3/+3 |
2019-04-10 | Remove bounding in LD_C | Fernando Sahmkow | 1 | -2/+1 |
2019-04-10 | configure_hotkeys: Mark member variables as const where applicable in Configure() | Lioncash | 1 | -7/+7 |
2019-04-10 | configure_hotkeys: Make comparison check a little more self-documenting | Lioncash | 1 | -1/+2 |
2019-04-10 | configure_dialog: Amend constructor initializer list order | Lioncash | 1 | -1/+1 |
2019-04-10 | configure_hotkey: Remove unnecessary include | Lioncash | 1 | -1/+0 |
2019-04-10 | configure_hotkey: Make IsUsedKey() a const member function | Lioncash | 2 | -2/+2 |
2019-04-09 | Correct Fermi Copy on Linear Textures. | Fernando Sahmkow | 1 | -0/+4 |
2019-04-09 | kernel/process: Set page table when page table resizes occur. | Lioncash | 1 | -0/+2 |
2019-04-09 | Implement Texture Format ZF32_X24S8. | Fernando Sahmkow | 1 | -0/+2 |
2019-04-09 | Correct depth compare with color formats for R32F | Fernando Sahmkow | 1 | -2/+17 |
2019-04-09 | yuzu/loading_screen: Resolve runtime Qt string formatting warnings | Lioncash | 1 | -1/+6 |
2019-04-09 | added a toggle to force 30fps mode | zarroboogs | 5 | -6/+23 |
2019-04-08 | gl_backend: Align Pixel Storage | Fernando Sahmkow | 2 | -4/+12 |
2019-04-08 | Correct LOP_IMN encoding | Fernando Sahmkow | 1 | -1/+1 |
2019-04-08 | Correct XMAD mode, psl and high_b on different encodings. | Fernando Sahmkow | 2 | -9/+33 |
2019-04-08 | Adapt Bindless to work with AOFFI | Fernando Sahmkow | 1 | -7/+18 |
2019-04-08 | Move ConstBufferAccessor to Maxwell3d, correct mistakes and clang format. | Fernando Sahmkow | 9 | -44/+25 |
2019-04-08 | Fix bad rebase | Fernando Sahmkow | 1 | -2/+1 |
2019-04-08 | Fix TMML | Fernando Sahmkow | 1 | -5/+7 |
2019-04-08 | Simplify ConstBufferAccessor | Fernando Sahmkow | 5 | -53/+22 |
2019-04-08 | Refactor GetTextureCode and GetTexCode to use an optional instead of optional parameters | Fernando Sahmkow | 2 | -34/+33 |
2019-04-08 | Implement TXQ_B | Fernando Sahmkow | 2 | -2/+10 |
2019-04-08 | Implement TMML_B | Fernando Sahmkow | 1 | -5/+10 |
2019-04-08 | Corrections to TEX_B | Fernando Sahmkow | 2 | -4/+37 |
2019-04-08 | Fixes to Const Buffer Accessor and Formatting | Fernando Sahmkow | 3 | -10/+10 |
2019-04-08 | Implement Bindless Handling on SetupTexture | Fernando Sahmkow | 4 | -18/+34 |
2019-04-08 | Unify both sampler types. | Fernando Sahmkow | 4 | -22/+48 |
2019-04-08 | Implement Bindless Samplers and TEX_B in the IR. | Fernando Sahmkow | 4 | -16/+77 |
2019-04-08 | Implement Const Buffer Accessor | Fernando Sahmkow | 5 | -2/+65 |
2019-04-08 | kernel/svc: Deglobalize the supervisor call handlers | Lioncash | 8 | -364/+413 |
2019-04-07 | Permit a Null Shader in case of a bad host_ptr. | Fernando Sahmkow | 2 | -0/+22 |
2019-04-07 | core/memory: Remove unused enum constants | Lioncash | 1 | -10/+0 |
2019-04-07 | core/memory: Remove GetCurrentPageTable() | Lioncash | 2 | -6/+1 |
2019-04-07 | arm/arm_dynarmic: Remove unnecessary current_page_table member | Lioncash | 2 | -8/+0 |
2019-04-07 | kernel: Handle page table switching within MakeCurrentProcess() | Lioncash | 4 | -6/+3 |
2019-04-06 | kernel/server_session: Return a std::pair from CreateSessionPair() | Lioncash | 4 | -11/+8 |
2019-04-06 | kernel/server_port: Return a std::pair from CreatePortPair() | Lioncash | 2 | -7/+7 |
2019-04-06 | maxwell_3d: Reduce severity of ProcessSyncPoint | ReinUsesLisp | 1 | -2/+2 |
2019-04-06 | video_core/textures/convert: Replace include with a forward declaration | Lioncash | 2 | -1/+5 |
2019-04-06 | video_core/texures/texture: Remove unnecessary includes | Lioncash | 6 | -2/+5 |
2019-04-06 | yuzu/debugger: Remove graphics surface viewer | Lioncash | 5 | -622/+0 |
2019-04-06 | memory_manager: Improved implementation of read/write/copy block. | bunnei | 3 | -12/+84 |
2019-04-06 | video_core/macro_interpreter: Remove assertion within FetchParameter() | Lioncash | 1 | -2/+1 |
2019-04-06 | video_core/macro_interpreter: Simplify GetRegister() | Lioncash | 1 | -11/+6 |
2019-04-06 | video_core/memory_manager: Make Read() a const qualified member function | Lioncash | 2 | -6/+6 |
2019-04-06 | video_core/memory_manager: Make ReadBlock() a const qualifier member function | Lioncash | 2 | -2/+2 |
2019-04-06 | video_core/memory_manager: Add a const qualified variant of GetPointer() | Lioncash | 2 | -2/+17 |
2019-04-06 | video_core/memory_manager: Make FindFreeRegion() a const member function | Lioncash | 2 | -10/+11 |
2019-04-06 | video_core/memory_manager: Make GpuToCpuAddress() a const member function | Lioncash | 2 | -3/+3 |
2019-04-06 | yuzu/debugger/graphics_surface: Display error messages for file I/O errors | Lioncash | 1 | -7/+25 |
2019-04-06 | yuzu/debugger/graphics_surface: Tidy up SaveSurface | Lioncash | 1 | -15/+14 |
2019-04-06 | yuzu/debugger/graphics_surface: Clean up connection overload deduction | Lioncash | 1 | -12/+10 |
2019-04-06 | Implement SyncPoint Register in the GPU. | Fernando Sahmkow | 2 | -1/+27 |
2019-04-06 | yuzu/debugger/graphics_surface: Fill in missing surface format listings | Lioncash | 1 | -43/+84 |
2019-04-06 | video_core/gpu_thread: Silence truncation warning in ThreadManager's constructor | Lioncash | 1 | -1/+1 |
2019-04-06 | video_core/engines: Make memory manager members private | Lioncash | 9 | -13/+14 |
2019-04-06 | video_core/engines: Remove unnecessary inclusions where applicable | Lioncash | 10 | -9/+25 |
2019-04-06 | renderer_opengl/utils: Skip empty binds | ReinUsesLisp | 1 | -0/+3 |
2019-04-06 | gl_rasterizer: Use ARB_multi_bind to update SSBOs | ReinUsesLisp | 2 | -9/+9 |
2019-04-06 | gl_rasterizer: Use ARB_multi_bind to update UBOs across stages | ReinUsesLisp | 4 | -22/+58 |
2019-04-05 | hle/result: Remove unnecessary bitfield entry for ResultCode | Lioncash | 1 | -4/+0 |
2019-04-05 | file_sys/program_metadata: Remove obsolete TODOs | Lioncash | 2 | -15/+14 |
2019-04-05 | common/multi_level_queue: Silence truncation warning in iterator operator++ | Lioncash | 1 | -1/+1 |
2019-04-05 | common/bit_util: Make CountLeading/CountTrailing functions have the same return types | Lioncash | 1 | -8/+8 |
2019-04-05 | file_sys/nca_metadata: Remove unnecessary comparison operators for TitleType | Lioncash | 2 | -11/+0 |
2019-04-05 | file_sys/fsmitm_romfsbuild: Utilize a string_view in romfs_calc_path_hash() | Lioncash | 1 | -1/+3 |
2019-04-05 | service/fsp_srv: Don't pass SaveDataDescriptor instances by value. | Lioncash | 4 | -6/+6 |
2019-04-05 | service/fsp_srv: Remove unnecessary unknown member in OpenSaveDataFileSystem | Lioncash | 1 | -7/+8 |
2019-04-05 | service/fsp_srv: Update SaveDataInfo and SaveDataDescriptor structs | Lioncash | 3 | -4/+15 |
2019-04-05 | filesystem: Use a std::string_view in OpenFile() | Lioncash | 1 | -5/+8 |
2019-04-05 | gl_shader_decompiler: Rename GenerateTemporal() to GenerateTemporary() | Lioncash | 1 | -12/+12 |
2019-04-05 | gl_shader_decompiler: Fix TXQ types | ReinUsesLisp | 1 | -2/+3 |
2019-04-04 | hle/service: Resolve unused variable warnings | Lioncash | 8 | -62/+58 |
2019-04-04 | core: Add missing override specifiers where applicable | Lioncash | 13 | -23/+9 |
2019-04-04 | video_core/renderer_opengl: Remove unnecessary includes | Lioncash | 13 | -24/+4 |
2019-04-04 | yuzu/main: Remove unnecessary includes | Lioncash | 1 | -5/+8 |
2019-04-04 | yuzu/main: Use QStringLiteral where applicable within OnTransferableShaderCacheOpenFile() | Lioncash | 1 | -2/+2 |
2019-04-04 | yuzu/main: Tidy up the error dialog string in OnTransferableShaderCacheOpenFile() | Lioncash | 1 | -3/+2 |
2019-04-04 | yuzu/main: Remove unnecessary string concatenation in OnTransferableShaderCacheOpenFile() | Lioncash | 1 | -1/+1 |
2019-04-04 | yuzu/main: Make open_target a QString | Lioncash | 1 | -4/+2 |
2019-04-04 | yuzu/main: Use static variant of QFile's exists() | Lioncash | 1 | -1/+1 |
2019-04-04 | common/lz4_compression: Remove #pragma once directive from the cpp file | Lioncash | 1 | -2/+0 |
2019-04-04 | file_sys/control_metadata: Amend naming of members | Lioncash | 2 | -12/+24 |
2019-04-04 | kernel/svc: Properly sanitize mutex address in WaitProcessWideKeyAtomic | Lioncash | 1 | -0/+14 |
2019-04-04 | gl_state: Rework to enable individual applies | ReinUsesLisp | 3 | -339/+324 |
2019-04-03 | service/am: Correct behavior of CreateTransferMemoryStorage() | Lioncash | 1 | -6/+6 |
2019-04-03 | kernel/transfer_memory: Add accessors to data and sizes | Lioncash | 2 | -11/+31 |
2019-04-03 | shader_ir/memory: Reduce severity of LD_L cache management and log it | ReinUsesLisp | 2 | -2/+9 |
2019-04-03 | shader_ir/memory: Reduce severity of ST_L cache management and log it | ReinUsesLisp | 2 | -3/+11 |
2019-04-03 | gl_shader_decompiler: Return early when an operation is invalid | ReinUsesLisp | 1 | -1/+6 |
2019-04-03 | yuzu/applets/software_keyboard: Use QDialogButtonBox standard buttons instead of custom buttons | Lioncash | 1 | -7/+7 |
2019-04-03 | yuzu/applets/profile_select: Use QDialogButtonBox standard buttons instead of custom buttons | Lioncash | 1 | -4/+1 |
2019-04-03 | kernel/server_session: Provide a GetName() override | Lioncash | 1 | -0/+4 |
2019-04-03 | kernel/object: Remove unused handle type entry | Lioncash | 2 | -2/+0 |
2019-04-03 | yuzu/debugger/profiler: Remove unnecessary includes | Lioncash | 2 | -4/+6 |
2019-04-02 | gl_sampler_cache: Port sampler cache to OpenGL | ReinUsesLisp | 5 | -123/+82 |
2019-04-02 | video_core: Abstract vk_sampler_cache into a templated class | ReinUsesLisp | 5 | -58/+101 |
2019-04-02 | kernel/svc: Implement svcGetThreadList | Lioncash | 4 | -1/+70 |
2019-04-02 | kernel/svc: Implement svcGetProcessList | Lioncash | 4 | -1/+53 |
2019-04-02 | process: Fix up compilation | ReinUsesLisp | 1 | -1/+1 |
2019-04-02 | gpu_thread: Improve synchronization by using CoreTiming. | bunnei | 3 | -51/+65 |
2019-04-02 | kernel/thread: Make AllWaitObjectsReady() a const qualified member function | Lioncash | 2 | -2/+2 |
2019-04-02 | kernel/wait_object: Make ShouldWait() take thread members by pointer-to-const | Lioncash | 11 | -11/+11 |
2019-04-01 | kernel/thread: Avoid sign conversion within GetCommandBufferAddress() | Lioncash | 1 | -2/+2 |
2019-04-01 | kernel/thread: Make parameter of GetWaitObjectIndex() const qualified | Lioncash | 2 | -3/+3 |
2019-04-01 | kernel/resource_limit: Remove the name member from resource limits | Lioncash | 3 | -14/+6 |
2019-04-01 | general: Use deducation guides for std::lock_guard and std::unique_lock | Lioncash | 23 | -75/+77 |
2019-03-31 | gl_shader_decompiler: Hide local definitions inside an anonymous namespace | ReinUsesLisp | 1 | -6/+8 |
2019-03-31 | shader_ir/decode: Silent implicit sign conversion warning | Mat M | 1 | -2/+2 |
2019-03-30 | kernel/scheduler: Remove unused parameter to AddThread() | Lioncash | 3 | -4/+4 |
2019-03-30 | kernel/scheduler: Use deduction guides on mutex locks | Lioncash | 1 | -8/+8 |
2019-03-30 | service/fatal: Mark local variables as const where applicable | Lioncash | 1 | -6/+6 |
2019-03-30 | service/fatal: Remove unnecessary semicolon | Lioncash | 1 | -1/+1 |
2019-03-30 | service/fatal: Name FatalInfo structure members | Lioncash | 1 | -31/+44 |
2019-03-30 | gl_shader_decompiler: Add AOFFI backing implementation | ReinUsesLisp | 1 | -38/+85 |
2019-03-30 | shader_ir/decode: Implement AOFFI for TEX and TLD4 | ReinUsesLisp | 2 | -27/+94 |
2019-03-30 | shader_ir: Implement immediate register tracking | ReinUsesLisp | 2 | -1/+19 |
2019-03-29 | kernel/shared_memory: Remove unused core/memory.h include | Lioncash | 1 | -1/+0 |
2019-03-29 | kernel/shared_memory: Sanitize supplied size when unmapping | Lioncash | 3 | -4/+18 |
2019-03-29 | common/thread: Remove unused functions | Lioncash | 2 | -41/+0 |
2019-03-29 | common/zstd_compression: simplify decompression interface | unknown | 3 | -13/+11 |
2019-03-29 | gl_shader_disk_cache: Fixup clang format | unknown | 1 | -2/+3 |
2019-03-29 | gl_shader_disk_cache: Use Zstandard for compression | unknown | 1 | -6/+6 |
2019-03-29 | common/zstd_compression: Add Zstandard wrapper | unknown | 3 | -0/+98 |
2019-03-29 | common: Link libzstd_static | unknown | 1 | -1/+1 |
2019-03-29 | Addressed feedback | unknown | 1 | -1/+0 |
2019-03-29 | core: Do not link LZ4 to core. Use common/data_compression for nso segment decompression instead. | unknown | 1 | -0/+1 |
2019-03-29 | gl_shader_disk_cache: Use LZ4HC with compression level 9 instead of compression level 12 for less compression time | unknown | 1 | -3/+3 |
2019-03-29 | Addressed feedback | unknown | 7 | -91/+145 |
2019-03-29 | core: Do not link LZ4 to core. Use common/data_compression for nso segment decompression instead. | unknown | 2 | -11/+8 |
2019-03-29 | gl_shader_disk_cache: Use better compression for transferable and precompiled shader disk chache files | unknown | 3 | -10/+26 |
2019-03-29 | data_compression: Move LZ4 compression from video_core/gl_shader_disk_cache to common/data_compression | unknown | 5 | -39/+75 |
2019-03-29 | core/yuzu: Remove enable_nfc setting | fearlessTobi | 7 | -28/+1 |
2019-03-29 | vk_swapchain: Implement a swapchain manager | ReinUsesLisp | 3 | -1/+305 |
2019-03-29 | kernel/process: Report total physical memory used to svcGetInfo | Lioncash | 3 | -4/+11 |
2019-03-29 | kernel/process: Store the total size of the code memory loaded | Lioncash | 2 | -0/+5 |
2019-03-28 | kernel/process: Store the main thread stack size to a data member | Lioncash | 2 | -4/+7 |
2019-03-28 | kernel/process: Make Run's stack size parameter a u64 | Lioncash | 2 | -2/+2 |
2019-03-28 | kernel/process: Ensure that given stack size is always page-aligned | Lioncash | 1 | -0/+4 |
2019-03-28 | gl_shader_manager: Remove unnecessary gl_shader_manager inclusion | Lioncash | 1 | -2/+0 |
2019-03-28 | gl_shader_manager: Move using statement into the cpp file | Lioncash | 2 | -4/+4 |
2019-03-28 | gl_shader_manager: Remove reliance on global accessor within MaxwellUniformData::SetFromRegs() | Lioncash | 3 | -9/+9 |
2019-03-28 | patch_manager: Dump NSO name with build ID | Zach Hilman | 4 | -9/+11 |
2019-03-27 | Fixes and corrections on formatting. | Fernando Sahmkow | 5 | -41/+30 |
2019-03-27 | Fixes to multilevelqueue's iterator. | Fernando Sahmkow | 1 | -1/+5 |
2019-03-27 | Use MultiLevelQueue instead of old ThreadQueueList | Fernando Sahmkow | 3 | -31/+34 |
2019-03-27 | Add MultiLevelQueue Tests | Fernando Sahmkow | 2 | -0/+56 |
2019-03-27 | Implement intrinsics CountTrailingZeroes and test it. | Fernando Sahmkow | 3 | -12/+76 |
2019-03-27 | Implement a MultiLevelQueue | Fernando Sahmkow | 3 | -0/+349 |
2019-03-27 | gl_shader_manager: Amend Doxygen string for MaxwellUniformData | Lioncash | 1 | -3/+3 |
2019-03-27 | gpu_thread: Remove unused dma_pusher class member variable from ThreadManager | Lioncash | 2 | -5/+2 |
2019-03-27 | gl_rasterizer: Remove unused reference member variable from RasterizerOpenGL | Lioncash | 3 | -9/+5 |
2019-03-27 | video_core: Amend constructor initializer list order where applicable | Lioncash | 6 | -14/+14 |
2019-03-27 | video_core: Add missing override specifiers | Lioncash | 3 | -4/+4 |
2019-03-27 | video_core/gpu: Amend typo in GPU member variable name | Lioncash | 2 | -7/+8 |
2019-03-27 | game_list: Register content with ContentProvider | Zach Hilman | 8 | -91/+102 |
2019-03-27 | core: Port current uses of RegisteredCache to ContentProvider | Zach Hilman | 8 | -27/+32 |
2019-03-27 | core: Store system-wide ContentProvider for the emulator | Zach Hilman | 2 | -0/+40 |
2019-03-27 | file_sys: Create ContentProvider interface and default implementations | Zach Hilman | 2 | -152/+279 |
2019-03-26 | service/am: Implement EnterFatalSection and LeaveFatalSection | Lioncash | 2 | -2/+29 |
2019-03-26 | service/am: Sort ISelfController's member functions according to table order | Lioncash | 2 | -36/+36 |
2019-03-25 | bootmanager: Bypass input focus issues | ReinUsesLisp | 4 | -55/+78 |
2019-03-25 | bootmanager: Bypass resizing issue | ReinUsesLisp | 1 | -7/+12 |
2019-03-25 | bootmanager: Delete container to avoid crash on game restarting | ReinUsesLisp | 2 | -14/+10 |
2019-03-24 | core/cheat_engine: Make MemoryReadImpl and MemoryWriteImpl internally linked | Lioncash | 1 | -0/+2 |
2019-03-24 | core/core_timing: Make callback parameters consistent | Lioncash | 7 | -12/+12 |
2019-03-24 | kernel/kernel: Remove unnecessary forward declaration | Lioncash | 1 | -3/+0 |
2019-03-24 | kernel/process: Remove unused AddressMapping struct | Lioncash | 1 | -8/+0 |
2019-03-24 | kernel/vm_manager: Handle shrinking of the heap size within SetHeapSize() | Lioncash | 2 | -24/+46 |
2019-03-24 | kernel/vm_manager: Rename HeapAllocate to SetHeapSize | Lioncash | 3 | -4/+3 |
2019-03-24 | kernel/vm_manager: Handle case of identical calls to HeapAllocate | Lioncash | 1 | -0/+5 |
2019-03-24 | kernel/vm_manager: Remove unused class variables | Lioncash | 1 | -3/+0 |
2019-03-24 | kernel/vm_manager: Remove unnecessary heap_used data member | Lioncash | 3 | -13/+2 |
2019-03-24 | kernel/vm_manager: Tidy up heap allocation code | Lioncash | 3 | -27/+37 |
2019-03-22 | kernel/codeset: Make CodeSet's memory data member a regular std::vector | Lioncash | 5 | -7/+8 |
2019-03-22 | loader/nso: Place translation unit specific functions into an anonymous namespace | Lioncash | 1 | -20/+21 |
2019-03-22 | file_sys/cheat_engine: Silence truncation and sign-conversion warnings | Lioncash | 2 | -5/+6 |
2019-03-22 | file_sys/cheat_engine: Remove use of global system accessors | Lioncash | 6 | -43/+51 |
2019-03-22 | loader/nso: Clean up use of magic constants | Lioncash | 1 | -4/+6 |
2019-03-22 | file_sys/patch_manager: Deduplicate NSO header | Lioncash | 3 | -64/+65 |
2019-03-22 | loader/nso: Fix definition of the NSO header struct | Lioncash | 1 | -3/+15 |
2019-03-22 | file_sys/patch_manager: Remove two magic values | Lioncash | 1 | -2/+5 |
2019-03-22 | video_core: Implement API agnostic view based texture cache | ReinUsesLisp | 3 | -0/+974 |
2019-03-22 | Revert "Devirtualize Register/Unregister and use a wrapper instead." | bunnei | 3 | -8/+12 |
2019-03-21 | service/am: Add function table for IDebugFunctions | Lioncash | 1 | -1/+15 |
2019-03-21 | kernel/vm_manager: Rename CodeStatic/CodeMutable to Code and CodeData respectively | Lioncash | 4 | -22/+20 |
2019-03-21 | kernel/vm_manager: Amend flag values for CodeMutable | Lioncash | 1 | -1/+1 |
2019-03-21 | core/memory: Remove unnecessary includes | Lioncash | 1 | -3/+0 |
2019-03-21 | common/bit_util: Fix bad merge duplicating the copy constructor | Lioncash | 1 | -2/+0 |
2019-03-21 | memory_manager: Cleanup FindFreeRegion. | bunnei | 2 | -12/+6 |
2019-03-21 | memory_manager: Use Common::AlignUp in public interface as needed. | bunnei | 1 | -11/+22 |
2019-03-21 | common/uint128: Add missing header guard | Lioncash | 1 | -0/+2 |
2019-03-21 | common/uint128: Add missing top-file source text | Lioncash | 2 | -0/+7 |
2019-03-21 | memory_manager: Bug fixes and further cleanup. | bunnei | 2 | -73/+72 |
2019-03-21 | memory: Check that core is powered on before attempting to use GPU. | bunnei | 1 | -1/+1 |
2019-03-21 | maxwell_dma: Check for valid source in destination before copy. | bunnei | 1 | -0/+10 |
2019-03-21 | memory_manager: Add protections for invalid GPU addresses. | bunnei | 2 | -22/+43 |
2019-03-21 | gl_rasterizer_cache: Check that backing memory is valid before creating a surface. | bunnei | 2 | -15/+12 |
2019-03-21 | gpu: Rewrite virtual memory manager using PageTable. | bunnei | 13 | -212/+481 |
2019-03-21 | gpu: Move GPUVAddr definition to common_types. | bunnei | 17 | -39/+31 |
2019-03-21 | common/CMakeLists: Amend boost dependency | Lioncash | 1 | -1/+1 |
2019-03-20 | kernel/process: Make MapSegment lambda reference parameter const | Lioncash | 1 | -1/+1 |
2019-03-20 | kernel: Move CodeSet structure to its own source files | Lioncash | 8 | -44/+110 |
2019-03-20 | Fix crash caused by 2238. | Fernando Sahmkow | 1 | -1/+2 |
2019-03-20 | Fix small bug that kept a thread as a condvar thread after being signalled. | Fernando Sahmkow | 2 | -6/+8 |
2019-03-20 | loader: Remove Linker class | Lioncash | 3 | -185/+0 |
2019-03-20 | loader: Remove Linker inheritance from NRO and NSO loaders | Lioncash | 2 | -4/+4 |
2019-03-20 | Add CondVar Thread State. | Fernando Sahmkow | 5 | -4/+10 |
2019-03-20 | Small fixes to address_arbiter to better match the IDB. | Fernando Sahmkow | 2 | -5/+5 |
2019-03-19 | Fix getopt on systems where char is unsigned by default | xperia64 | 1 | -2/+2 |
2019-03-19 | file_sys/content_archive: Amend name of Data_Unknown5 enum entry | Lioncash | 2 | -2/+15 |
2019-03-18 | input_common/sdl: Correct return values within implementations of GetPollers() | Lioncash | 2 | -2/+6 |
2019-03-18 | input_common/sdl: Use a type alias to shorten declaration of GetPollers | Lioncash | 3 | -11/+9 |
2019-03-18 | fsp_srv: Unstub SetCurrentProcess | Lioncash | 2 | -1/+5 |
2019-03-18 | service/am: Add basic implementation of ChangeMainAppletMasterVolume | Lioncash | 2 | -1/+29 |
2019-03-18 | service/am: Unstub SetTransparentVolumeRate() | Lioncash | 2 | -1/+17 |
2019-03-18 | service/am: Unstub SetExpectedMasterVolume() | Lioncash | 2 | -11/+27 |
2019-03-17 | CMakeLists: Move off of modifying CMAKE_*-related flags | Lioncash | 1 | -20/+12 |
2019-03-17 | input_common/sdl_impl: Make lambda capture more specific in SDLState constructor | Lioncash | 1 | -1/+1 |
2019-03-17 | input_common/sdl_impl: Remove unnecessary std::chrono::duration construction | Lioncash | 1 | -1/+1 |
2019-03-17 | input_common/sdl_impl: Remove unused variable in SDLState constructor | Lioncash | 1 | -1/+0 |
2019-03-17 | CMakeLists: Move compilation flags into the src directory | Lioncash | 1 | -0/+69 |
2019-03-17 | core: Move PageTable struct into Common. | bunnei | 16 | -171/+215 |
2019-03-17 | gl_rasterizer: Skip zero addr/sized regions on flush/invalidate. | bunnei | 1 | -0/+6 |
2019-03-16 | ipc_helpers: Allow pushing and popping floating-point values | Lioncash | 1 | -0/+30 |
2019-03-16 | common/thread_queue_list: Remove unnecessary dependency on boost | Lioncash | 2 | -4/+4 |
2019-03-16 | kernel/thread: Actually remove the definition of ExitCurrentThread() | Lioncash | 1 | -6/+0 |
2019-03-16 | memory: Simplify rasterizer cache operations. | bunnei | 3 | -68/+22 |
2019-03-16 | video_core: Refactor to use MemoryManager interface for all memory access. | bunnei | 20 | -189/+196 |
2019-03-16 | kernel/thread: Move thread exiting logic from ExitCurrentThread to svcExitThread | Lioncash | 2 | -8/+7 |
2019-03-16 | kernel/thread: Migrate WaitCurrentThread_Sleep into the Thread interface | Lioncash | 4 | -25/+24 |
2019-03-16 | kernel/thread: Expand documentation of nominal_priority and current_priority | Lioncash | 2 | -3/+11 |
2019-03-16 | kernel/thread: Make bracing consistent within UpdatePriority() | Lioncash | 1 | -2/+4 |
2019-03-16 | kernel/thread: Amend condition within UpdatePriority() | Lioncash | 1 | -3/+3 |
2019-03-16 | kernel/thread: Maintain priority ordering of added mutex waiting threads | Lioncash | 1 | -14/+24 |
2019-03-16 | yuzu: Make hotkeys configurable via the GUI | Adityarup Laha | 23 | -208/+426 |
2019-03-15 | gdbstub: Fix some bugs in IsMemoryBreak() and ServeBreak. Add workaround to let watchpoints break into GDB. (#4651) | Dimitri A | 3 | -4/+5 |
2019-03-15 | frontend: qt: fix a freeze where if you click on entry in the game list too fast, citra will hang | liushuyu | 1 | -3/+1 |
2019-03-15 | gpu: Use host address for caching instead of guest address. | bunnei | 26 | -294/+394 |
2019-03-15 | core/hle/kernel/mutex: Remove usages of global system accessors | Lioncash | 1 | -11/+15 |
2019-03-15 | core/hle/kernel: Make Mutex a per-process class. | Lioncash | 5 | -18/+47 |
2019-03-13 | video_core/morton: Use enum to describe MortonCopyPixels128 mode | ReinUsesLisp | 3 | -7/+10 |
2019-03-13 | video_core/morton: Remove unused parameter in MortonSwizzle | ReinUsesLisp | 3 | -8/+7 |
2019-03-13 | video_core/morton: Remove clang-format off when it's not needed | ReinUsesLisp | 1 | -133/+129 |
2019-03-13 | video_core/morton: Remove unused functions | ReinUsesLisp | 1 | -39/+0 |
2019-03-13 | core/hle/kernel/svc: Implement svcUnmapTransferMemory | Lioncash | 1 | -1/+48 |
2019-03-13 | core/hle/kernel/svc: Implement svcMapTransferMemory | Lioncash | 1 | -1/+57 |
2019-03-13 | core/hle/kernel: Split transfer memory handling out into its own class | Lioncash | 6 | -4/+177 |
2019-03-13 | video_core/texture: Fix up sampler lod bias | ReinUsesLisp | 1 | -1/+1 |
2019-03-13 | vk_sampler_cache: Use operator== instead of memcmp | Mat M | 1 | -1/+1 |
2019-03-13 | vk_sampler_cache: Implement a sampler cache | ReinUsesLisp | 4 | -1/+140 |
2019-03-13 | kernel/process: Remove use of global system accessors | Lioncash | 2 | -8/+9 |
2019-03-12 | video_core/texture: Add a raw representation of TSCEntry | ReinUsesLisp | 1 | -24/+29 |
2019-03-11 | renderer_opengl/gl_global_cache: Replace indexing for assignment with insert_or_assign | Lioncash | 2 | -3/+3 |
2019-03-11 | renderer_opengl/gl_global_cache: Append missing override specifiers | Lioncash | 1 | -2/+2 |
2019-03-11 | set_sys: Move constants to anonymous namespace | Zach Hilman | 1 | -1/+1 |
2019-03-11 | kernel/server_port: Make data members private | Lioncash | 4 | -14/+36 |
2019-03-11 | hwopus: Leverage multistream API for decoding regular Opus packets | Lioncash | 1 | -34/+48 |
2019-03-11 | gl_rasterizer: Use system instance passed from argument | ReinUsesLisp | 2 | -29/+31 |
2019-03-11 | set_sys: Use official nintendo version string | Zach Hilman | 4 | -19/+25 |
2019-03-11 | system_version: Correct sizes on VectorVfsFile construction | Zach Hilman | 1 | -4/+4 |
2019-03-11 | set_sys: Use correct error codes in GetFirmwareVersion* | Zach Hilman | 1 | -21/+41 |
2019-03-10 | core/hle/result: Remove now-unnecessary manually defined copy assignment operator | Lioncash | 1 | -5/+0 |
2019-03-10 | core/hle/result: Amend error in comment description for ResultCode | Lioncash | 1 | -1/+1 |
2019-03-10 | core/hle/result: Remove now-unused constructor for ResultCode | Lioncash | 1 | -10/+0 |
2019-03-10 | core/hle/result: Relocate IPC error code to ipc_helpers | Lioncash | 3 | -3/+4 |
2019-03-10 | service/service: Remove unncessary calls to c_str() | Lioncash | 1 | -4/+3 |
2019-03-10 | set_sys: Implement GetFirmwareVersion(2) for libnx hosversion | Zach Hilman | 6 | -3/+128 |
2019-03-10 | audio_core/cubeb_sink: Convert _MSC_VER ifdefs to _WIN32 | Lioncash | 2 | -4/+4 |
2019-03-09 | clang fix | Hexagon12 | 1 | -1/+2 |
2019-03-09 | Log 2 new setting values | Hexagon12 | 1 | -0/+2 |
2019-03-09 | gl_rasterizer: Encapsulate sampler queries into methods | ReinUsesLisp | 3 | -64/+72 |
2019-03-09 | yuzu_cmd/config: Replace C casts with static_cast | ReinUsesLisp | 1 | -4/+5 |
2019-03-09 | yuzu_cmd/config: Silent implicit cast warning | ReinUsesLisp | 1 | -1/+1 |
2019-03-09 | gl_rasterizer: Minor logger changes | ReinUsesLisp | 1 | -19/+13 |
2019-03-08 | dma_pusher: Store command_list_header by copy | ReinUsesLisp | 1 | -1/+1 |
2019-03-08 | kernel/hle_ipc: Convert std::shared_ptr IPC header instances to std::optional | Lioncash | 4 | -47/+47 |
2019-03-08 | kernel: Make the address arbiter instance per-process | Lioncash | 8 | -28/+35 |
2019-03-08 | kernel/svc: Move address arbiter signaling behind a unified API function | Lioncash | 3 | -22/+26 |
2019-03-08 | kernel/svc: Move address arbiter waiting behind a unified API function | Lioncash | 3 | -19/+24 |
2019-03-07 | common/bit_field: Make BitField trivially copyable | Lioncash | 1 | -9/+7 |
2019-03-07 | video_core/gpu_thread: Remove unimplemented WaitForIdle function prototype | Lioncash | 1 | -3/+0 |
2019-03-07 | video_core/gpu_thread: Amend constructor initializer list order | Lioncash | 1 | -2/+2 |
2019-03-07 | video_core/gpu: Make GPU's destructor virtual | Lioncash | 3 | -3/+3 |
2019-03-07 | citra_qt: Settings (configuration) rework | zhupengfei | 2 | -203/+250 |
2019-03-07 | service/audio/hwopus: Move decoder state to its own class | Lioncash | 1 | -50/+85 |
2019-03-07 | service/audio/hwopus: Provide a name for the second word of OpusPacketHeader | Lioncash | 1 | -2/+4 |
2019-03-07 | service/audio/hwopus: Move Opus packet header out of the IHardwareOpusDecoderManager | Lioncash | 1 | -17/+17 |
2019-03-07 | service/audio/hwopus: Enclose internals in an anonymous namespace | Lioncash | 1 | -2/+3 |
2019-03-07 | service/audio/audout_u: Only actually stop the audio stream in StopAudioOut if the stream is playing | Lioncash | 1 | -1/+3 |
2019-03-07 | gpu_thread: Fix deadlock with threading idle state check. | bunnei | 2 | -7/+11 |
2019-03-07 | gpu_thread: (HACK) Ignore flush on FlushAndInvalidateRegion. | bunnei | 1 | -3/+1 |
2019-03-07 | gpu: Always flush. | bunnei | 2 | -13/+6 |
2019-03-07 | gpu: Refactor a/synchronous implementations into their own classes. | bunnei | 8 | -65/+162 |
2019-03-07 | gpu: Move command processing to another thread. | bunnei | 9 | -15/+358 |
2019-03-07 | bootmanager: Ensure that we have a context for shader loading. | bunnei | 1 | -4/+6 |
2019-03-07 | gpu: Refactor command and swap buffers interface for asynch. | bunnei | 5 | -17/+26 |
2019-03-07 | gpu: Refactor to take RendererBase instead of RasterizerInterface. | bunnei | 3 | -18/+23 |
2019-03-07 | settings: Add new graphics setting for use_asynchronous_gpu_emulation. | bunnei | 7 | -0/+24 |
2019-03-07 | core: Set is_powered_on before GPU is initialized. | bunnei | 1 | -1/+3 |
2019-03-06 | yuzu: add a hotkey to switch between undocked and docked mode | fearlessTobi | 1 | -0/+8 |
2019-03-06 | hle/service/audio/audout_u: Correct lack of return in failure case of AppendAudioOutBufferImpl() | Lioncash | 1 | -0/+1 |
2019-03-06 | yuzu/debugger/wait_tree: Remove use of global CurrentProcess accessor | Lioncash | 2 | -5/+6 |
2019-03-06 | video_core/engines: Remove unnecessary includes | Lioncash | 10 | -11/+11 |
2019-03-06 | kernel/server_session: Make data members private | Lioncash | 5 | -32/+73 |
2019-03-06 | kernel/client_session: Make data members private | Lioncash | 1 | -4/+5 |
2019-03-05 | hle/service/audio: Extract audio error codes to a header | Lioncash | 4 | -10/+21 |
2019-03-05 | kernel/address_arbiter: Pass in system instance to constructor | Lioncash | 6 | -26/+45 |
2019-03-05 | kernel/address_arbiter: Minor tidying up | Lioncash | 1 | -18/+18 |
2019-03-05 | kernel/address_arbiter: Convert the address arbiter into a class | Lioncash | 5 | -82/+135 |
2019-03-05 | video_core/surface: Remove obsolete TODO in PixelFormatFromRenderTargetFormat() | Lioncash | 1 | -2/+0 |
2019-03-05 | vm_manager: Remove cheat-specific ranges from VMManager | Zach Hilman | 10 | -77/+56 |
2019-03-05 | kernel/thread: Remove obsolete TODO in Create() | Lioncash | 1 | -2/+0 |
2019-03-05 | core/hle/ipc: Remove unnecessary includes | Lioncash | 6 | -8/+12 |
2019-03-05 | core: Add support for registering and controlling ownership of CheatEngine | Zach Hilman | 2 | -0/+13 |
2019-03-05 | cheat_engine: Add parser and interpreter for game cheats | Zach Hilman | 3 | -0/+715 |
2019-03-05 | loader/nso: Set main code region in VMManager | Zach Hilman | 3 | -2/+21 |
2019-03-05 | vm_manager: Add support for storing and getting main code region | Zach Hilman | 2 | -0/+28 |
2019-03-05 | patch_manager: Display cheats in game list add-ons | Zach Hilman | 1 | -0/+2 |
2019-03-05 | patch_manager: Add support for loading cheats lists | Zach Hilman | 2 | -0/+56 |
2019-03-05 | controllers/npad: Add accessor for current press state | Zach Hilman | 1 | -0/+1 |
2019-03-05 | web_browser: Add shortcut to Enter key to exit applet | Zach Hilman | 2 | -0/+7 |
2019-03-04 | vm_manager: Use range helpers in HeapAlloc() and HeapFree() | Lioncash | 1 | -4/+2 |
2019-03-04 | vm_manager: Provide address range checking functions for other memory regions | Lioncash | 2 | -4/+35 |
2019-03-04 | kernel/scheduler: Pass in system instance in constructor | Lioncash | 5 | -17/+23 |
2019-03-04 | kernel/shared_memory: Get rid of the use of global accessor functions within Create() | Lioncash | 1 | -3/+2 |
2019-03-04 | svc: Migrate address range checking functions to VMManager | Lioncash | 3 | -23/+30 |
2019-03-04 | core/core: Remove the global telemetry accessor function | Lioncash | 1 | -4/+0 |
2019-03-04 | yuzu: Remove usage of the global telemetry accessor | Lioncash | 2 | -3/+3 |
2019-03-04 | yuzu-cmd/yuzu: Replace direct usage of the global system telemetry accessor in main() | Lioncash | 1 | -1/+1 |
2019-03-04 | core/core: Replace direct usage of the global system telemetry accessor from Shutdown() | Lioncash | 1 | -7/+7 |
2019-03-04 | video_core/renderer_opengl: Replace direct usage of global system object accessors | Lioncash | 2 | -11/+17 |
2019-03-04 | maxwell_to_vk: Initial implementation | ReinUsesLisp | 4 | -3/+553 |
2019-03-02 | web_service: Remove unnecessary inclusions | Lioncash | 2 | -3/+0 |
2019-03-02 | logging/backend: Make time_origin a class variable instead of a local static | Lioncash | 1 | -2/+1 |
2019-03-02 | logging/backend: Move CreateEntry into the Impl class | Lioncash | 2 | -29/+26 |
2019-03-02 | fixup! Joystick: Allow for background events; Add deadzone to SDLAnalog | B3n30 | 1 | -6/+17 |
2019-03-02 | input/sdl: lock map mutex after SDL call | Weiyi Wang | 1 | -11/+17 |
2019-03-02 | Input: Remove global variables from SDL Input | James Rowe | 9 | -809/+206 |
2019-03-02 | Input: Copy current SDL.h/cpp files to impl | James Rowe | 2 | -0/+680 |
2019-03-02 | citra_qt/main: make SPEED_LIMIT_STEP static constexpr | fearlessTobi | 1 | -1/+4 |
2019-03-02 | Memory: don't lock hle mutex in memory read/write | Weiyi Wang | 1 | -6/+0 |
2019-03-02 | vk_buffer_cache: Fix clang-format | ReinUsesLisp | 1 | -3/+3 |
2019-03-02 | fuck git for ruining my day, I will learn but I will not forgive | bunnei | 1 | -1/+1 |
2019-03-01 | vk_buffer_cache: Implement a buffer cache | ReinUsesLisp | 3 | -0/+205 |
2019-03-01 | service/audio/audren_u: Implement OpenAudioRendererAuto | Lioncash | 2 | -7/+20 |
2019-03-01 | service/audio: Provide an implementation of ExecuteAudioRendererRendering | Lioncash | 1 | -1/+12 |
2019-02-28 | gl_rasterizer: Remove texture unbinding after dispatching a draw call | ReinUsesLisp | 1 | -12/+0 |
2019-02-28 | gl_state: Fixup multibind bug | ReinUsesLisp | 1 | -2/+2 |
2019-02-28 | Devirtualize Register/Unregister and use a wrapper instead. | Fernando Sahmkow | 3 | -12/+8 |
2019-02-28 | Corrections and redesign. | Fernando Sahmkow | 2 | -51/+51 |
2019-02-28 | Fix linux compile error. | Fernando Sahmkow | 1 | -1/+1 |
2019-02-28 | Remove NotifyFrameBuffer as we are doing a texception pass every drawcall. | Fernando Sahmkow | 2 | -25/+0 |
2019-02-28 | Remove certain optimizations that caused texception to fail in certain scenarios. | Fernando Sahmkow | 3 | -24/+1 |
2019-02-28 | Bug fixes and formatting | Fernando Sahmkow | 2 | -3/+4 |
2019-02-28 | rasterizer_cache_gl: Implement Texception Pass | Fernando Sahmkow | 3 | -0/+51 |
2019-02-28 | rasterizer_cache_gl: Implement Partial Reinterpretation of Surfaces. | Fernando Sahmkow | 2 | -0/+100 |
2019-02-28 | rasterizer_cache: mark reinterpreted surfaces and add ability to reload marked surfaces on next use. | Fernando Sahmkow | 2 | -0/+78 |
2019-02-28 | rasterizer_cache_gl: Notify on framebuffer change | Fernando Sahmkow | 2 | -4/+23 |
2019-02-28 | rasterizer_cache: Expose FlushObject to Child classes and allow redefining of Register and Unregister | Fernando Sahmkow | 1 | -11/+11 |
2019-02-27 | Speed up memory page mapping (#2141) | Annomatg | 1 | -6/+11 |
2019-02-27 | audio_core/cubeb_sink: Ensure COM is initialized on Windows prior to calling cubeb_init | Lioncash | 2 | -0/+19 |
2019-02-27 | gl_rasterizer_cache: Create texture views for array discrepancies | ReinUsesLisp | 3 | -32/+42 |
2019-02-27 | service/hid: Amend forward declaration of ServiceManager | Lioncash | 1 | -1/+1 |
2019-02-27 | yuzu/compatdb: Remove unused lambda capture | Lioncash | 1 | -1/+1 |
2019-02-27 | vk_memory_manager: Reorder constructor initializer list in terms of member declaration order | Lioncash | 1 | -1/+1 |
2019-02-27 | gl_rasterizer: Reorder constructor initializer list in terms of member declaration order | Lioncash | 1 | -2/+2 |
2019-02-27 | gl_shader_disk_cache: Remove #pragma once from cpp file | Lioncash | 1 | -2/+0 |
2019-02-27 | core/frontend/emu_window: Make ClipToTouchScreen a const member function | Lioncash | 2 | -2/+2 |
2019-02-27 | audio_core/audio_renderer: Name previously unknown parameters of AudioRendererParameter | Lioncash | 2 | -19/+21 |
2019-02-27 | common/math_util: Move contents into the Common namespace | Lioncash | 18 | -40/+40 |
2019-02-27 | common/vector_math: Move Vec[x] types into the Common namespace | Lioncash | 6 | -38/+38 |
2019-02-27 | common/quaternion: Move Quaternion into the Common namespace | Lioncash | 2 | -6/+6 |
2019-02-27 | service/vi: Unstub GetDisplayService | Lioncash | 5 | -11/+49 |
2019-02-27 | core/ipc_helper: Allow popping all signed value types with RequestParser | Lioncash | 1 | -0/+15 |
2019-02-27 | gl_rasterizer_cache: Move format conversion to its own file | ReinUsesLisp | 7 | -136/+175 |
2019-02-27 | decoders: Minor style changes | ReinUsesLisp | 2 | -14/+8 |
2019-02-26 | service/vi: Remove use of a module class | Lioncash | 8 | -46/+99 |
2019-02-26 | renderer_opengl: Update pixel format tracking | ReinUsesLisp | 1 | -0/+1 |
2019-02-26 | maxwell_3d: Use std::bitset to manage dirty flags | ReinUsesLisp | 4 | -52/+51 |
2019-02-26 | vk_stream_buffer: Remove copy code path | ReinUsesLisp | 2 | -53/+18 |
2019-02-26 | shader/decode: Remove extras from MetaTexture | ReinUsesLisp | 4 | -40/+65 |
2019-02-26 | shader/decode: Split memory and texture instructions decoding | ReinUsesLisp | 7 | -501/+538 |
2019-02-25 | kernel/handle_table: Make local variables as const where applicable | Lioncash | 1 | -4/+5 |
2019-02-25 | kernel/handle_table: Allow process capabilities to limit the handle table size | Lioncash | 6 | -10/+54 |
2019-02-25 | kernel/handle-table: In-class initialize data members | Lioncash | 2 | -3/+2 |
2019-02-25 | kernel/handle_table: Resolve truncation warnings | Lioncash | 1 | -2/+2 |
2019-02-25 | audio_core/cubeb_sink: Initialize CubebSinkStream's last_frame data member | Lioncash | 1 | -1/+1 |
2019-02-25 | audio_core/cubeb_sink: Add override specifier to destructor | Lioncash | 1 | -1/+1 |
2019-02-25 | audio_core/cubeb_sink: Resolve variable shadowing warnings in SamplesInQueue | Lioncash | 1 | -2/+2 |
2019-02-25 | audio_core/codec: Resolve truncation warnings within DecodeADPCM | Lioncash | 1 | -2/+2 |
2019-02-25 | shader/track: Resolve variable shadowing warnings | Lioncash | 1 | -5/+5 |
2019-02-25 | service/vi: Update IManagerDisplayService's function table | Lioncash | 1 | -0/+1 |
2019-02-25 | file_sys/vfs_vector: Fix ignored offset on Write | Frederic L | 1 | -1/+1 |
2019-02-24 | Remove GCC version checks | tgsm | 1 | -3/+3 |
2019-02-24 | vk_stream_buffer: Implement a stream buffer | ReinUsesLisp | 3 | -1/+200 |
2019-02-24 | vk_resource_manager: Minor VKFenceWatch changes | ReinUsesLisp | 2 | -7/+7 |
2019-02-24 | vk_memory_manager: Fixup commit interval allocation | ReinUsesLisp | 1 | -2/+1 |
2019-02-24 | gl_rasterizer_cache: Fixup parameter order in layered swizzle | ReinUsesLisp | 1 | -1/+1 |
2019-02-22 | vk_scheduler: Implement a scheduler | ReinUsesLisp | 3 | -1/+132 |
2019-02-22 | service/nvflinger: Store BufferQueue instances as regular data members | Lioncash | 7 | -36/+39 |
2019-02-21 | service/vi/vi_layer: Convert Layer struct into a class | Lioncash | 6 | -10/+43 |
2019-02-21 | service/nvflinger: Move display specifics over to vi_display | Lioncash | 4 | -35/+141 |
2019-02-21 | Fixes Unicode Key File Directories (#2120) | Jungy | 1 | -1/+2 |
2019-02-20 | service/nvflinger: Relocate definitions of Layer and Display to the vi service | Lioncash | 7 | -57/+123 |
2019-02-19 | video_core/dma_pusher: Simplyfy Step() logic. | Markus Wick | 2 | -81/+77 |
2019-02-19 | video_core/dma_pusher: The full list of headers at once. | Markus Wick | 2 | -48/+58 |
2019-02-19 | vk_memory_manager: Implement memory manager | ReinUsesLisp | 3 | -0/+342 |
2019-02-16 | Corrections, documenting and fixes. | Fernando Sahmkow | 4 | -13/+14 |
2019-02-16 | audio_core/buffer: Make const and non-const getter for samples consistent | Lioncash | 2 | -2/+2 |
2019-02-16 | address_arbiter: Use nested namespaces where applicable | Lioncash | 2 | -8/+4 |
2019-02-16 | video_core: Remove usages of System::GetInstance() within the engines | Lioncash | 9 | -23/+49 |
2019-02-16 | Use u128 on Clock Cycles calculation. | Fernando Sahmkow | 5 | -27/+32 |
2019-02-16 | Implement 128 bits Unsigned Integer Multiplication and Division. | Fernando Sahmkow | 3 | -0/+50 |
2019-02-16 | Correct CNTPCT to use Clock Cycles instead of Cpu Cycles. | Fernando Sahmkow | 3 | -2/+13 |
2019-02-16 | core_timing: Convert core timing into a class | Lioncash | 53 | -412/+548 |
2019-02-15 | Adressed review comments | B3n30 | 2 | -7/+9 |
2019-02-15 | threadsafe_queue: Add WaitIfEmpty and use it in logging | B3n30 | 3 | -14/+26 |
2019-02-15 | renderer_opengl: respect the sRGB colorspace for the screenshot feature | fearlessTobi | 1 | -1/+2 |
2019-02-15 | gl_state: Synchronize gl_state even when state is disabled | ReinUsesLisp | 1 | -83/+61 |
2019-02-14 | vk_resource_manager: Implement a command buffer pool with VKFencedPool | ReinUsesLisp | 2 | -1/+59 |
2019-02-14 | vk_resource_manager: Add VKFencedPool interface | ReinUsesLisp | 2 | -0/+83 |
2019-02-14 | vk_resource_manager: Implement VKResourceManager and fence allocator | ReinUsesLisp | 2 | -0/+85 |
2019-02-14 | vk_resource_manager: Implement VKFenceWatch | ReinUsesLisp | 2 | -0/+68 |
2019-02-14 | vk_resource_manager: Implement VKFence | ReinUsesLisp | 2 | -0/+131 |
2019-02-14 | vk_resource_manager: Add VKResource interface | ReinUsesLisp | 3 | -1/+43 |
2019-02-14 | shader_decompiler: Improve Accuracy of Attribute Interpolation. | Fernando Sahmkow | 6 | -38/+74 |
2019-02-13 | rasterizer_cache_gl: Only do fast layered copy on the same format. As | Fernando Sahmkow | 1 | -1/+5 |
2019-02-13 | Make bitfield assignment operator public | fearlessTobi | 1 | -6/+2 |
2019-02-13 | threadsafe_queue: Use std::size_t for representing size | Lioncash | 1 | -7/+6 |
2019-02-13 | threadsafe_queue: Remove NeedSize template parameter | Lioncash | 2 | -15/+13 |
2019-02-13 | core_timing: Make EmptyTimedCallback a local variable | Lioncash | 1 | -3/+3 |
2019-02-13 | vk_device: Abstract device handling into a class | ReinUsesLisp | 3 | -1/+351 |
2019-02-13 | renderer_opengl: Remove reference to global system instance | Lioncash | 1 | -3/+3 |
2019-02-12 | gl_rasterizer_cache: Remove unnecessary newline | Lioncash | 1 | -2/+0 |
2019-02-12 | gl_rasterizer_cache: Get rid of variable shadowing | Lioncash | 1 | -6/+14 |
2019-02-12 | renderer_vulkan: Add declarations file | ReinUsesLisp | 2 | -0/+52 |
2019-02-12 | logging: Add Vulkan backend logging class type | ReinUsesLisp | 2 | -0/+2 |
2019-02-12 | gl_shader_decompiler: Re-implement TLDS lod | ReinUsesLisp | 2 | -22/+35 |
2019-02-12 | core_timing: Rename CoreTiming namespace to Core::Timing | Lioncash | 35 | -174/+172 |
2019-02-11 | Corrected F2I None mode to RoundEven. | Fernando Sahmkow | 2 | -4/+4 |
2019-02-11 | Fix incorrect value for CC bit in IADD | Fernando Sahmkow | 1 | -2/+2 |
2019-02-10 | kepler_compute: Fixup assert and rename engines | ReinUsesLisp | 6 | -52/+59 |
2019-02-09 | Implement BGRA8 framebuffer format | greggameplayer | 3 | -0/+4 |
2019-02-09 | Implement linear textures (#2089) | Fernando Sahmkow | 2 | -5/+39 |
2019-02-08 | gl_rasterizer_cache: Fixup texture view parameters | ReinUsesLisp | 1 | -2/+2 |
2019-02-08 | nvdisp_disp0: change drawing message log level from Warning to Trace | Tobias | 1 | -3/+3 |
2019-02-08 | Use QString instead of std::string where applicable | unknown | 1 | -17/+11 |
2019-02-08 | Use constexpr char array instead of string where applicable | Mat M | 1 | -1/+1 |
2019-02-08 | frontend: Open transferable shader cache for a selected game in the gamelist | unknown | 4 | -0/+50 |
2019-02-07 | shader_ir: Remove F4 prefix to texture operations | ReinUsesLisp | 3 | -26/+25 |
2019-02-07 | shader_ir: Clean texture management code | ReinUsesLisp | 3 | -133/+104 |
2019-02-07 | gl_rasterizer_cache: Mark surface copy destinations as modified. | bunnei | 2 | -4/+18 |
2019-02-07 | gl_rasterizer: Implement a more accurate fermi 2D copy. | bunnei | 7 | -68/+188 |
2019-02-07 | cmake: Fix title bar issue | ReinUsesLisp | 1 | -1/+14 |
2019-02-07 | gl_shader_disk_cache: Check LZ4 size limit | Frederic L | 1 | -0/+4 |
2019-02-07 | gl_shader_disk_cache: Consider compressed size zero as an error | Frederic L | 1 | -2/+2 |
2019-02-07 | cmake: Use CMAKE_COMMAND instead of "cmake" | Frederic L | 1 | -1/+1 |
2019-02-07 | gl_shader_disk_cache: Use unordered containers | ReinUsesLisp | 4 | -56/+64 |
2019-02-07 | gl_shader_cache: Fixup GLSL unique identifiers | ReinUsesLisp | 2 | -3/+3 |
2019-02-07 | loading_screen: Unchunk progress bar | ReinUsesLisp | 1 | -1/+3 |
2019-02-07 | gl_shader_cache: Link loading screen with disk shader cache load | ReinUsesLisp | 10 | -12/+62 |
2019-02-07 | gl_shader_cache: Set GL_PROGRAM_SEPARABLE to dumped shaders | ReinUsesLisp | 1 | -0/+1 |
2019-02-07 | gl_shader_disk_cache: Pass core system as argument and guard against games without title ids | ReinUsesLisp | 11 | -18/+58 |
2019-02-07 | gl_shader_disk_cache: Guard reads and writes against failure | ReinUsesLisp | 2 | -216/+339 |
2019-02-07 | gl_shader_disk_cache: Address miscellaneous feedback | ReinUsesLisp | 5 | -43/+57 |
2019-02-07 | gl_shader_disk_cache: Pass return values returning instead of by parameters | ReinUsesLisp | 3 | -39/+37 |
2019-02-07 | gl_shader_disk_cache: Compress program binaries using LZ4 | ReinUsesLisp | 1 | -7/+28 |
2019-02-07 | gl_shader_disk_cache: Compress GLSL code using LZ4 | ReinUsesLisp | 2 | -6/+57 |
2019-02-07 | gl_shader_disk_cache: Save GLSL and entries into the precompiled file | ReinUsesLisp | 9 | -135/+234 |
2019-02-07 | settings: Hide shader cache behind a setting | ReinUsesLisp | 8 | -0/+42 |
2019-02-07 | gl_shader_disk_cache: Invalidate shader cache changes with CMake hash | ReinUsesLisp | 4 | -46/+72 |
2019-02-07 | gl_shader_cache: Refactor to support disk shader cache | ReinUsesLisp | 2 | -121/+388 |
2019-02-07 | gl_shader_disk_cache: Add transferable cache invalidation | ReinUsesLisp | 2 | -0/+8 |
2019-02-07 | gl_shader_disk_cache: Add precompiled load | ReinUsesLisp | 2 | -0/+45 |
2019-02-07 | gl_shader_disk_cache: Add precompiled save | ReinUsesLisp | 2 | -0/+57 |
2019-02-07 | gl_shader_disk_cache: Add transferable load | ReinUsesLisp | 2 | -0/+56 |
2019-02-07 | gl_shader_disk_cache: Add transferable stores | ReinUsesLisp | 2 | -0/+194 |
2019-02-07 | gl_shader_disk_cache: Add ShaderDiskCacheOpenGL class and helpers | ReinUsesLisp | 2 | -0/+76 |
2019-02-07 | gl_shader_disk_cache: Add file and move BaseBindings declaration | ReinUsesLisp | 4 | -10/+58 |
2019-02-07 | gl_shader_decompiler: Remove name entries | ReinUsesLisp | 2 | -28/+10 |
2019-02-07 | gl_shader_util: Add parameter to handle retrievable programs | ReinUsesLisp | 3 | -6/+10 |
2019-02-07 | rasterizer_interface: Add disk cache entry for the rasterizer | ReinUsesLisp | 6 | -0/+17 |
2019-02-07 | file_util: Add shader directory | ReinUsesLisp | 3 | -0/+3 |
2019-02-07 | shader_decode: Implement LDG and basic cbuf tracking | ReinUsesLisp | 1 | -0/+33 |
2019-02-06 | gdbstub: only let Execute breakpoints write/restore BKPT opcodes into target memory | Dimitri ALBORA | 1 | -4/+10 |
2019-02-06 | remove all occurance of specifying endianness inside BitField | Weiyi Wang | 6 | -96/+96 |
2019-02-06 | common/bitfield: make it endianness-aware | Weiyi Wang | 3 | -3/+100 |
2019-02-06 | common/swap: remove default value for swap type internal storage | Weiyi Wang | 1 | -1/+1 |
2019-02-06 | common/swap: use template and tag for LE/BE specification | Weiyi Wang | 1 | -39/+91 |
2019-02-06 | common/swap: add swap template for enum | Weiyi Wang | 1 | -0/+52 |
2019-02-06 | QT: Fix the loading screen 'H' switch logo to not glitch out | James Rowe | 1 | -1/+4 |
2019-02-06 | service/nvflinger,service/vi: Handle failure cases with exposed API | Lioncash | 4 | -47/+133 |
2019-02-05 | Fix crash when no files are selected | xperia64 | 1 | -6/+6 |
2019-02-05 | Add file extension to screenshot filename if not provided | xperia64 | 1 | -3/+7 |
2019-02-05 | service/nvflinger: Mark FindVsyncEvent() as a const member function | Lioncash | 2 | -2/+2 |
2019-02-05 | service/nvflinger: Rename GetVsyncEvent() to FindVsyncEvent() | Lioncash | 3 | -3/+3 |
2019-02-05 | video_core/texture: Fix BitField size for depth_minus_one | ReinUsesLisp | 1 | -1/+1 |
2019-02-04 | Update src/video_core/engines/shader_bytecode.h | Mat M | 1 | -1/+1 |
2019-02-03 | Fix TXQ not using the component mask. | Fernando Sahmkow | 2 | -6/+13 |
2019-02-03 | shader_ir/memory: Add ST_L 64 and 128 bits stores | ReinUsesLisp | 1 | -3/+11 |
2019-02-03 | shader/track: Search inside of conditional nodes | ReinUsesLisp | 1 | -0/+11 |
2019-02-03 | shader_ir: Rename BasicBlock to NodeBlock | ReinUsesLisp | 30 | -122/+120 |
2019-02-03 | shader_ir: Pass decoded nodes as a whole instead of per basic blocks | ReinUsesLisp | 27 | -57/+62 |
2019-02-03 | video_core: Assert on invalid GPU to CPU address queries | ReinUsesLisp | 8 | -47/+67 |
2019-02-03 | maxwell_3d: Allow sampler handles with TSC id zero | ReinUsesLisp | 1 | -10/+6 |
2019-02-03 | maxwell_3d: Allow texture handles with TIC id zero | ReinUsesLisp | 3 | -21/+7 |
2019-02-03 | memory_manager: Check for reserved page status | ReinUsesLisp | 1 | -1/+2 |
2019-02-03 | shader_ir/memory: Add LD_L 128 bits loads | ReinUsesLisp | 1 | -7/+19 |
2019-02-03 | shader_bytecode: Rename BytesN enums to BitsN | ReinUsesLisp | 2 | -7/+7 |
2019-02-03 | shader_ir/memory: Add LD_L 64 bits loads | ReinUsesLisp | 1 | -6/+17 |
2019-02-01 | rasterizer_interface: Remove unused AccelerateFill operation | ReinUsesLisp | 3 | -11/+0 |
2019-02-01 | video_core: Remove unused Fill surface type | ReinUsesLisp | 2 | -6/+1 |
2019-02-01 | kernel: Remove the Timer class | Lioncash | 9 | -259/+0 |
2019-01-30 | gl_rasterizer_cache: Fixup test clause | ReinUsesLisp | 1 | -6/+5 |
2019-01-30 | gl_rasterizer_cache: Guard clause swizzle testing | Mat M | 1 | -1/+3 |
2019-01-30 | gl_state: Remove texture target tracking | ReinUsesLisp | 2 | -5/+0 |
2019-01-30 | gl_rasterizer_cache: Move swizzling to textures instead of state | ReinUsesLisp | 6 | -28/+35 |
2019-01-30 | gl_state: Use DSA and multi bind to update texture bindings | ReinUsesLisp | 1 | -8/+22 |
2019-01-30 | gl_rasterizer: Use DSA for textures | ReinUsesLisp | 5 | -185/+105 |
2019-01-30 | kernel/wait_object: Devirtualize functions related to manipulating the thread list directly | Lioncash | 1 | -3/+3 |
2019-01-30 | kernel/timer: Remove unnecessary WakeupAllWaitingThreads() override | Lioncash | 2 | -6/+0 |
2019-01-30 | kernel/readable_event: Remove unnecessary WakeupAllWaitingThreads() override | Lioncash | 2 | -6/+0 |
2019-01-30 | video_core/dma_pusher: Silence C4828 warnings | Lioncash | 1 | -1/+1 |
2019-01-30 | hwopus: Implement DecodeInterleaved | Lioncash | 1 | -4/+35 |
2019-01-30 | service/nvflinger: Make FindBufferQueueId() a const member function | Lioncash | 2 | -2/+26 |
2019-01-30 | service/nvflinger: Rename Get prefix on function to Find | Lioncash | 3 | -23/+23 |
2019-01-30 | shader_ir: Unify constant buffer offset values | ReinUsesLisp | 17 | -25/+36 |
2019-01-30 | hwopus: Deduplicate the decoding code within DecodeInterleavedOld and DecodeInterleavedWithPerfOld | Lioncash | 1 | -19/+14 |
2019-01-30 | hwopus: Replace std::optional<std::reference_wrapper<u64>> with u64* | Lioncash | 1 | -9/+6 |
2019-01-30 | hwopus: Mark local variables as const where applicable | Lioncash | 1 | -8/+16 |
2019-01-30 | hwopus: Fill in the rest of the unknown service function names | Lioncash | 1 | -9/+11 |
2019-01-30 | service/ns: Update function tables | Lioncash | 1 | -14/+20 |
2019-01-30 | service/ncm: Update function tables | Lioncash | 1 | -4/+4 |
2019-01-30 | service/audio: Update function tables | Lioncash | 4 | -8/+23 |
2019-01-30 | service/am/applet_ae: Update function tables | Lioncash | 1 | -1/+2 |
2019-01-30 | service/fsp-srv: Update function tables | Lioncash | 2 | -17/+25 |
2019-01-30 | service/btm: Update function tables | Lioncash | 1 | -55/+97 |
2019-01-30 | service/btdrv: Update function tables | Lioncash | 1 | -46/+101 |
2019-01-30 | gl_shader_cache: Use explicit bindings | ReinUsesLisp | 7 | -249/+194 |
2019-01-30 | gl_rasterizer: Implement global memory management | ReinUsesLisp | 6 | -4/+140 |
2019-01-30 | shader_decode: Implement LDG and basic cbuf tracking | ReinUsesLisp | 7 | -10/+240 |
2019-01-30 | video_core/GPU Implemented the GPU PFIFO puller semaphore operations. (#1908) | Kevin | 2 | -12/+242 |
2019-01-30 | gl_shader_cache: Fix texture view for cubemaps as cubemap arrays | ReinUsesLisp | 4 | -3/+28 |
2019-01-30 | gl_rasterizer: Workaround invalid zeta clears | ReinUsesLisp | 2 | -14/+19 |
2019-01-30 | service/psc: Update function tables | Lioncash | 1 | -8/+9 |
2019-01-30 | nvflinger: Add the Null display | Lioncash | 1 | -1/+2 |
2019-01-30 | nvflinger: Change log message in OpenDisplay to be a debug log instead of a warning | Lioncash | 1 | -1/+1 |
2019-01-30 | nvflinger: Remove unnecessary header inclusions | Lioncash | 1 | -2/+0 |
2019-01-30 | nvflinger: Mark locals const where applicable | Lioncash | 1 | -11/+11 |
2019-01-30 | nvflinger: Use a std::array for the available displays instead of std::vector | Lioncash | 2 | -7/+7 |
2019-01-30 | hle/ipc_helpers: Fix clang-format warnings | Lioncash | 1 | -1/+0 |
2019-01-29 | hle/ipc_helpers: Allow pushing signed values | Lioncash | 1 | -0/+22 |
2019-01-28 | service/pm: Implement SetMaintenanceBoot() | Lioncash | 1 | -1/+10 |
2019-01-28 | service/pm: Tidy up functionality related to SystemBootMode | Lioncash | 2 | -2/+9 |
2019-01-28 | service/vi: Remove stubbed notifier from SetLayerVisibility | Lioncash | 1 | -2/+3 |
2019-01-28 | shader/shader_ir: Amend three comment typos | Lioncash | 1 | -3/+3 |
2019-01-28 | shader/shader_ir: Amend constructor initializer ordering for AbufNode | Lioncash | 1 | -2/+2 |
2019-01-28 | shader/decode: Avoid a pessimizing std::move within DecodeRange() | Lioncash | 1 | -1/+1 |
2019-01-27 | kernel/svc: Log out uncaught C++ exceptions from svcBreak | Lioncash | 1 | -0/+4 |
2019-01-26 | dsp_interface: fix sound being played while volume is 0 | fearlessTobi | 1 | -1/+1 |
2019-01-26 | Use QPixmap/QIcon for background color selection button | xperia64 | 2 | -7/+15 |
2019-01-26 | video_core: Silent implicit conversion warning | ReinUsesLisp | 1 | -3/+4 |
2019-01-24 | frontend: Refactor ScopeAcquireWindowContext out of renderer_opengl. | bunnei | 7 | -36/+54 |
2019-01-22 | citra_qt: Log settings on launch | zhupengfei | 5 | -0/+35 |
2019-01-22 | maxwell_3d: Set rt_separate_frag_data to 1 by default | ReinUsesLisp | 2 | -4/+6 |
2019-01-22 | QT: Hide GLWidget immediately after showing. | James Rowe | 1 | -0/+2 |
2019-01-22 | SDL Frontend: Add shared context support | James Rowe | 2 | -1/+38 |
2019-01-22 | QT Frontend: Migrate to QOpenGLWindow | James Rowe | 4 | -30/+113 |
2019-01-21 | Change const char* to const char[] | James Rowe | 1 | -4/+4 |
2019-01-21 | Fix mingw compile error and warnings | James Rowe | 2 | -6/+6 |
2019-01-21 | Add fade out effect to the loading screen | James Rowe | 4 | -94/+158 |
2019-01-21 | Set Minimum Size to the same as renderwindow | James Rowe | 1 | -0/+1 |
2019-01-21 | Remove blue box around loading screen | James Rowe | 1 | -1/+0 |
2019-01-21 | Change the background color of Stage Complete to yuzu blue | James Rowe | 1 | -1/+1 |
2019-01-21 | Rename step 1 and step 2 to be a little more descriptive | James Rowe | 2 | -8/+8 |
2019-01-21 | Prevent estimated time from flashing after slow shader compilation starts | James Rowe | 1 | -1/+1 |
2019-01-21 | Move progress bar style into constexpr strings | James Rowe | 1 | -28/+32 |
2019-01-20 | Hide progress bar on Prepare step | James Rowe | 1 | -7/+8 |
2019-01-20 | QT: Upgrade the Loading Bar to look much better | James Rowe | 4 | -11/+201 |
2019-01-20 | Add a workaround if QMovie isn't available | James Rowe | 2 | -1/+20 |
2019-01-20 | QT Frontend: Add a Loading screen with progressbar | James Rowe | 8 | -10/+239 |
2019-01-18 | file_sys/directory: Remove unused DirectoryBackend class | Lioncash | 1 | -23/+0 |
2019-01-18 | gl_rasterizer: Silent unsafe mix warning | ReinUsesLisp | 1 | -1/+1 |
2019-01-17 | yuzu/configuration/configure_input_player: Forward declare types where applicable | Lioncash | 2 | -2/+7 |
2019-01-17 | yuzu/configuration/configure_touchscreen_advanced: Remove unnecessary header inclusions | Lioncash | 1 | -2/+0 |
2019-01-17 | yuzu/configuration/configure_per_general: Remove unused header inclusions | Lioncash | 2 | -4/+3 |
2019-01-17 | yuzu/configuration/configure_debug: Remove unused header inclusions | Lioncash | 1 | -1/+0 |
2019-01-17 | yuzu/configuration/configure_system: Remove unused header inclusions | Lioncash | 1 | -8/+4 |
2019-01-17 | yuzu/configuration/configure_web: Remove an unused lambda capture | Lioncash | 1 | -5/+4 |
2019-01-17 | yuzu/configuration/configure_web: Use an ellipsis with 'Verifying' text | Lioncash | 1 | -1/+1 |
2019-01-17 | core/frontend/applets/web_browser: Include missing headers | Lioncash | 1 | -2/+8 |
2019-01-17 | core/frontend/applets/web_browser: Make OpenPage() non-const | Lioncash | 7 | -20/+25 |
2019-01-17 | yuzu/web_browser: std::move std::function instances in OpenPage() | Lioncash | 1 | -2/+2 |
2019-01-17 | yuzu/web_browser: Make slot functions private | Lioncash | 1 | -2/+1 |
2019-01-16 | shader_ir: Fixup clang build | ReinUsesLisp | 1 | -4/+6 |
2019-01-15 | loader: Propagate NCA logo section to ReadBanner and ReadLogo | Zach Hilman | 9 | -0/+61 |
2019-01-15 | content_archive: Add getter for logo section of NCA | Zach Hilman | 2 | -0/+16 |
2019-01-15 | gl_shader_decompiler: replace std::get<> with std::get_if<> for macOS compatibility | ReinUsesLisp | 1 | -44/+58 |
2019-01-15 | gl_shader_decompiler: Inline textureGather component | ReinUsesLisp | 1 | -15/+16 |
2019-01-15 | shader_decode: Fixup XMAD | ReinUsesLisp | 1 | -1/+1 |
2019-01-15 | shader_ir: Pass to decoder functions basic block's code | ReinUsesLisp | 27 | -82/+83 |
2019-01-15 | shader_decode: Improve zero flag implementation | ReinUsesLisp | 15 | -75/+79 |
2019-01-15 | shader_ir: Remove composite primitives and use temporals instead | ReinUsesLisp | 4 | -241/+224 |
2019-01-15 | gl_shader_decompiler: Fixup AssignCompositeHalf | ReinUsesLisp | 1 | -1/+1 |
2019-01-15 | shader_decode: Use proper primitive names | ReinUsesLisp | 4 | -25/+21 |
2019-01-15 | shader_decode: Use BitfieldExtract instead of shift + and | ReinUsesLisp | 8 | -48/+37 |
2019-01-15 | shader_ir: Remove Ipa primitive | ReinUsesLisp | 3 | -13/+2 |
2019-01-15 | gl_shader_decompiler: Use rasterizer's UBO size limit | ReinUsesLisp | 1 | -1/+3 |
2019-01-15 | gl_shader_gen: Fixup code formatting | ReinUsesLisp | 2 | -18/+22 |
2019-01-15 | video_core: Rename glsl_decompiler to gl_shader_decompiler | ReinUsesLisp | 7 | -7/+7 |
2019-01-15 | shader_ir: Remove RZ and use Register::ZeroIndex instead | ReinUsesLisp | 3 | -12/+16 |
2019-01-15 | shader_decode: Implement TEXS.F16 | ReinUsesLisp | 3 | -15/+57 |
2019-01-15 | shader_decode: Fixup R2P | ReinUsesLisp | 1 | -2/+3 |
2019-01-15 | glsl_decompiler: Fixup TLDS | ReinUsesLisp | 1 | -1/+0 |
2019-01-15 | glsl_decompiler: Fixup geometry shaders | ReinUsesLisp | 2 | -15/+17 |
2019-01-15 | shader_decode: Fixup WriteLogicOperation zero comparison | ReinUsesLisp | 1 | -1/+1 |
2019-01-15 | glsl_decompiler: Fixup permissive member function declarations | ReinUsesLisp | 1 | -133/+133 |
2019-01-15 | shader_decode: Fixup PSET | ReinUsesLisp | 1 | -2/+3 |
2019-01-15 | shader_decode: Fixup clang-format | ReinUsesLisp | 2 | -2/+4 |
2019-01-15 | video_core: Implement IR based geometry shaders | ReinUsesLisp | 4 | -10/+102 |
2019-01-15 | shader_decode: Implement VMAD and VSETP | ReinUsesLisp | 5 | -2/+129 |
2019-01-15 | shader_decode: Implement HSET2 | ReinUsesLisp | 3 | -1/+50 |
2019-01-15 | shader_decode: Rework HSETP2 | ReinUsesLisp | 4 | -47/+57 |
2019-01-15 | shader_decode: Implement R2P | ReinUsesLisp | 1 | -1/+28 |
2019-01-15 | shader_decode: Implement CSETP | ReinUsesLisp | 1 | -14/+37 |
2019-01-15 | shader_decode: Implement PSET | ReinUsesLisp | 1 | -1/+16 |
2019-01-15 | shader_decode: Implement HFMA2 | ReinUsesLisp | 4 | -5/+60 |
2019-01-15 | glsl_decompiler: Remove HNegate inlining | ReinUsesLisp | 1 | -10/+0 |
2019-01-15 | shader_decode: Implement POPC | ReinUsesLisp | 4 | -1/+22 |
2019-01-15 | shader_decode: Implement TLDS (untested) | ReinUsesLisp | 3 | -10/+92 |
2019-01-15 | shader_decode: Update TLD4 reflecting #1862 changes | ReinUsesLisp | 2 | -52/+52 |
2019-01-15 | shader_ir: Fixup TEX and TEXS and partially fix TLD4 decompiling | ReinUsesLisp | 3 | -60/+72 |
2019-01-15 | shader_decode: Fixup FSET | ReinUsesLisp | 1 | -2/+2 |
2019-01-15 | shader_decode: Implement IADD32I | ReinUsesLisp | 1 | -0/+11 |
2019-01-15 | shader_decode: Fixup clang-format | ReinUsesLisp | 1 | -1/+1 |
2019-01-15 | video_core: Return safe values after an assert hits | ReinUsesLisp | 8 | -8/+19 |
2019-01-15 | shader_decode: Implement FFMA | ReinUsesLisp | 1 | -1/+36 |
2019-01-15 | video_core: Address feedback | ReinUsesLisp | 4 | -13/+16 |
2019-01-15 | shader_ir: Fixup file inclusions and clang-format | ReinUsesLisp | 3 | -2/+2 |
2019-01-15 | shader_ir: Move comment node string | Mat M | 1 | -2/+2 |
2019-01-15 | shader_ir: Address feedback to avoid UB in bit casting | ReinUsesLisp | 1 | -2/+4 |
2019-01-15 | shader_decode: Fixup clang-format | ReinUsesLisp | 2 | -3/+2 |
2019-01-15 | shader_decode: Implement LEA | ReinUsesLisp | 1 | -0/+55 |
2019-01-15 | shader_decode: Implement IADD3 | ReinUsesLisp | 1 | -0/+61 |
2019-01-15 | shader_decode: Implement LOP3 | ReinUsesLisp | 2 | -0/+62 |
2019-01-15 | shader_decode: Implement ST_L | ReinUsesLisp | 1 | -0/+17 |
2019-01-15 | shader_decode: Implement LD_L | ReinUsesLisp | 1 | -0/+18 |
2019-01-15 | shader_decode: Implement HSETP2 | ReinUsesLisp | 1 | -1/+37 |
2019-01-15 | shader_decode: Implement HADD2 and HMUL2 | ReinUsesLisp | 1 | -1/+48 |
2019-01-15 | shader_decode: Implement HADD2_IMM and HMUL2_IMM | ReinUsesLisp | 1 | -1/+28 |
2019-01-15 | shader_decode: Implement MOV_SYS | ReinUsesLisp | 1 | -0/+27 |
2019-01-15 | shader_decode: Implement IMNMX | ReinUsesLisp | 1 | -0/+16 |
2019-01-15 | shader_decode: Implement F2F_C | ReinUsesLisp | 1 | -2/+10 |
2019-01-15 | shader_decode: Implement I2I | ReinUsesLisp | 1 | -0/+26 |
2019-01-15 | shader_decode: Implement BRA internal flag | ReinUsesLisp | 1 | -4/+8 |
2019-01-15 | shader_decode: Implement ISCADD | ReinUsesLisp | 1 | -0/+15 |
2019-01-15 | shader_decode: Implement XMAD | ReinUsesLisp | 1 | -1/+85 |
2019-01-15 | shader_decode: Implement PBK and BRK | ReinUsesLisp | 1 | -1/+22 |
2019-01-15 | shader_decode: Implement LOP | ReinUsesLisp | 1 | -0/+15 |
2019-01-15 | shader_decode: Implement SEL | ReinUsesLisp | 1 | -0/+8 |
2019-01-15 | shader_decode: Implement IADD | ReinUsesLisp | 1 | -1/+28 |
2019-01-15 | shader_decode: Implement ISETP | ReinUsesLisp | 1 | -1/+30 |
2019-01-15 | shader_decode: Implement BFI | ReinUsesLisp | 1 | -1/+22 |
2019-01-15 | shader_decode: Implement ISET | ReinUsesLisp | 1 | -1/+27 |
2019-01-15 | shader_decode: Implement LD_C | ReinUsesLisp | 1 | -0/+31 |
2019-01-15 | shader_decode: Implement SHL | ReinUsesLisp | 1 | -0/+8 |
2019-01-15 | shader_decode: Implement SHR | ReinUsesLisp | 1 | -1/+26 |
2019-01-15 | shader_decode: Implement LOP32I | ReinUsesLisp | 2 | -1/+72 |
2019-01-15 | shader_decode: Implement BFE | ReinUsesLisp | 1 | -1/+25 |
2019-01-15 | shader_decode: Implement FSET | ReinUsesLisp | 1 | -1/+36 |
2019-01-15 | shader_decode: Implement F2I | ReinUsesLisp | 1 | -0/+37 |
2019-01-15 | shader_decode: Implement I2F | ReinUsesLisp | 1 | -0/+23 |
2019-01-15 | shader_decode: Implement F2F | ReinUsesLisp | 1 | -1/+37 |
2019-01-15 | shader_decode: Stub DEPBAR | ReinUsesLisp | 1 | -0/+4 |
2019-01-15 | shader_decode: Implement SSY and SYNC | ReinUsesLisp | 1 | -0/+19 |
2019-01-15 | shader_decode: Implement PSETP | ReinUsesLisp | 1 | -1/+21 |
2019-01-15 | shader_decode: Implement TMML | ReinUsesLisp | 1 | -3/+45 |
2019-01-15 | shader_decode: Implement TEX and TXQ | ReinUsesLisp | 2 | -0/+223 |
2019-01-15 | shader_decode: Implement TEXS (F32) | ReinUsesLisp | 2 | -0/+217 |
2019-01-15 | shader_decode: Implement FSETP | ReinUsesLisp | 1 | -1/+33 |
2019-01-15 | shader_decode: Partially implement BRA | ReinUsesLisp | 1 | -0/+12 |
2019-01-15 | shader_decode: Implement IPA | ReinUsesLisp | 1 | -0/+12 |
2019-01-15 | shader_decode: Implement EXIT | ReinUsesLisp | 1 | -1/+32 |
2019-01-15 | shader_decode: Implement ST_A | ReinUsesLisp | 1 | -0/+30 |
2019-01-15 | shader_decode: Implement LD_A | ReinUsesLisp | 1 | -1/+39 |
2019-01-15 | shader_decode: Implement FADD32I | ReinUsesLisp | 1 | -0/+12 |
2019-01-15 | shader_decode: Implement FMUL32_IMM | ReinUsesLisp | 1 | -0/+10 |
2019-01-15 | shader_decode: Implement MOV32_IMM | ReinUsesLisp | 1 | -1/+9 |
2019-01-15 | shader_decode: Stub RRO_C, RRO_R and RRO_IMM | ReinUsesLisp | 1 | -0/+9 |
2019-01-15 | shader_decode: Implement FMNMX_C, FMNMX_R and FMNMX_IMM | ReinUsesLisp | 1 | -0/+18 |
2019-01-15 | shader_decode: Implement MUFU | ReinUsesLisp | 1 | -0/+29 |
2019-01-15 | shader_decode: Implement FADD_C, FADD_R and FADD_IMM | ReinUsesLisp | 1 | -0/+15 |
2019-01-15 | shader_decode: Implement FMUL_C, FMUL_R and FMUL_IMM | ReinUsesLisp | 1 | -0/+42 |
2019-01-15 | shader_decode: Implement MOV_C and MOV_R | ReinUsesLisp | 1 | -1/+23 |
2019-01-15 | video_core: Replace gl_shader_decompiler | ReinUsesLisp | 8 | -4185/+57 |
2019-01-15 | glsl_decompiler: Implementation | ReinUsesLisp | 3 | -0/+1483 |
2019-01-15 | shader_ir: Add condition code helper | ReinUsesLisp | 2 | -0/+13 |
2019-01-15 | shader_ir: Add predicate combiner helper | ReinUsesLisp | 2 | -0/+15 |
2019-01-15 | shader_ir: Add comparison helpers | ReinUsesLisp | 2 | -0/+106 |
2019-01-15 | shader_ir: Add half float helpers | ReinUsesLisp | 2 | -0/+44 |
2019-01-15 | shader_ir: Add integer helpers | ReinUsesLisp | 2 | -0/+40 |
2019-01-15 | shader_ir: Add float helpers | ReinUsesLisp | 2 | -0/+24 |
2019-01-15 | shader_ir: Add setters | ReinUsesLisp | 2 | -0/+24 |
2019-01-15 | shader_ir: Add local memory getters | ReinUsesLisp | 2 | -0/+7 |
2019-01-15 | shader_ir: Add internal flag getters | ReinUsesLisp | 2 | -0/+10 |
2019-01-15 | shader_ir: Add attribute getters | ReinUsesLisp | 2 | -0/+26 |
2019-01-15 | shader_ir: Add constant buffer getters | ReinUsesLisp | 2 | -0/+25 |
2019-01-15 | shader_ir: Add register getter | ReinUsesLisp | 2 | -0/+9 |
2019-01-15 | shader_ir: Add immediate node constructors | ReinUsesLisp | 2 | -1/+34 |
2019-01-15 | shader_ir: Initial implementation | ReinUsesLisp | 30 | -0/+1573 |
2019-01-15 | shader_bytecode: Fixup encoding | ReinUsesLisp | 1 | -1/+1 |
2019-01-15 | shader_header: Make local memory size getter constant | ReinUsesLisp | 1 | -1/+1 |
2019-01-14 | audio_core: remove unnecessary spaces on comments | Otávio Pace | 1 | -2/+2 |
2019-01-09 | gl_rasterizer: Workaround Intel VAO DSA bug | ReinUsesLisp | 3 | -7/+16 |
2019-01-08 | gl_global_cache: Add dummy global cache manager | ReinUsesLisp | 5 | -3/+96 |
2019-01-08 | settings: Fix comment structure | Zach Hilman | 2 | -5/+7 |
2019-01-08 | settings: Use std::chrono::seconds instead of s64 for RTC | Zach Hilman | 6 | -17/+21 |
2019-01-08 | time: Use custom RTC settings if applicable for game | Zach Hilman | 2 | -8/+12 |
2019-01-08 | core: Set custom RTC differential on game boot | Zach Hilman | 1 | -0/+7 |
2019-01-08 | qt: Provide UI to edit custom RTC settings | Zach Hilman | 2 | -28/+66 |
2019-01-08 | settings: Add custom RTC settings | Zach Hilman | 4 | -4/+30 |
2019-01-07 | gl_rasterizer: Skip framebuffer configuration if rendertargets have not been changed | ReinUsesLisp | 2 | -1/+31 |
2019-01-07 | gl_rasterizer_cache: Use dirty flags for the depth buffer | ReinUsesLisp | 4 | -3/+23 |
2019-01-07 | gl_rasterizer_cache: Use dirty flags for color buffers | ReinUsesLisp | 4 | -4/+24 |
2019-01-07 | gl_shader_cache: Use dirty flags for shaders | ReinUsesLisp | 5 | -2/+23 |
2019-01-06 | gl_stream_buffer: Use DSA for buffer management | ReinUsesLisp | 3 | -17/+14 |
2019-01-06 | gl_rasterizer: Use DSA for vertex array objects | ReinUsesLisp | 6 | -79/+53 |
2019-01-06 | gl_state: Drop uniform buffer state tracking | ReinUsesLisp | 3 | -10/+0 |
2019-01-05 | gl_rasterizer_cache: Use GL_STREAM_COPY for PBOs | ReinUsesLisp | 1 | -1/+1 |
2019-01-05 | service/vi: Correct scaling mode conversions | Lioncash | 1 | -15/+13 |
2019-01-05 | service/vi: Factor out scaling mode conversions from the IPC function itself | Lioncash | 1 | -17/+21 |
2019-01-05 | service/vi: Unstub IApplicationDisplayService' SetLayerScalingMode() | Lioncash | 1 | -21/+38 |
2019-01-05 | service/vi: Correct reported dimensions from IApplicationDisplayService's GetDisplayResolution() | Lioncash | 1 | -12/+8 |
2019-01-04 | qt: Move profile manager to own UI tab | Zach Hilman | 9 | -427/+565 |
2019-01-04 | Removed pulse event type | David Marcec | 4 | -9/+0 |
2019-01-04 | Return no application area when games try to open an application area | David Marcec | 1 | -4/+4 |
2019-01-04 | Proper no message handling for AM::PopMessage | David Marcec | 1 | -1/+10 |
2019-01-03 | Fixed botw deadlock(and possibly 30 fps games rendering too fast? needs testing to confirm) | David Marcec | 1 | -1/+1 |
2019-01-03 | service/vi: Implement SetDisplayEnabled() | Lioncash | 1 | -1/+10 |
2019-01-03 | service/vi: Log more information where applicable | Lioncash | 1 | -63/+74 |
2019-01-03 | service/vi: Implement OpenDefaultDisplay in terms of OpenDisplay | Lioncash | 1 | -4/+17 |
2019-01-02 | service/vi: Correct initial width and height values | Lioncash | 1 | -2/+2 |
2019-01-02 | service/vi: Document unknown DisplayInfo struct members | Lioncash | 1 | -2/+13 |
2019-01-01 | yuzu/configure_general: Silence truncation warnings in loadConfiguration() | Lioncash | 1 | -2/+2 |
2019-01-01 | yuzu/config: Silence truncation warnings | Lioncash | 1 | -1/+1 |
2019-01-01 | core/kernel: Remove unnecessary inclusions | Lioncash | 16 | -16/+22 |
2018-12-31 | kernel/svc: Correct misleading error message within CreateThread() | Lioncash | 1 | -2/+3 |
2018-12-31 | kernel/svc: Sanitize core number and thread priorities in CreateThread() | Lioncash | 1 | -6/+17 |
2018-12-31 | kernel/process: Rename GetAllowedProcessorMask() and GetAllowedThreadPriorityMask() | Lioncash | 2 | -11/+11 |
2018-12-31 | kernel/svc: Simplify thread core ID sanitizing in CreateThread | Lioncash | 1 | -7/+1 |
2018-12-31 | arm_interface: Make include path relative for arm_interface.h | Lioncash | 1 | -1/+1 |
2018-12-31 | arm_interface: Make LogBacktrace() a const member function | Lioncash | 2 | -2/+2 |
2018-12-31 | arm_interface: Mark variables as const where applicable in LogBacktrace() | Lioncash | 1 | -3/+4 |
2018-12-31 | arm_interface: Remove unnecessary semicolon | Lioncash | 1 | -1/+1 |
2018-12-30 | gl_rasterizer_cache: Texture view if shader samples array but OGL is not | ReinUsesLisp | 3 | -14/+74 |
2018-12-30 | service/time: Minor cleanup to GetClockSnapshot() | Lioncash | 1 | -7/+9 |
2018-12-30 | service/time: Fill in some structures and remove padding where not necessary | Lioncash | 2 | -7/+9 |
2018-12-29 | Moved log backtrace to arm_interface.cpp. Added printing of error code to fatal | David Marcec | 4 | -18/+36 |
2018-12-29 | travis: Use correct package for linux Qt5WebEngine | Zach Hilman | 3 | -4/+3 |
2018-12-29 | web_browser: Add bounds checking to applet interface | Zach Hilman | 10 | -146/+160 |
2018-12-28 | gpu: Remove PixelFormat G8R8U and G8R8S, as they do not seem to exist. | bunnei | 4 | -79/+46 |
2018-12-28 | main: Add main window integrations for QtWebBrowserApplet | Zach Hilman | 3 | -0/+168 |
2018-12-28 | qt: Implement Qt frontend to web browser | Zach Hilman | 2 | -0/+154 |
2018-12-28 | core: Add getter and setter for WebBrowserApplet frontend | Zach Hilman | 4 | -2/+22 |
2018-12-28 | frontend: Add frontend responder for web browser | Zach Hilman | 2 | -0/+52 |
2018-12-28 | applets: Implement LibAppletOff (Web) applet | Zach Hilman | 4 | -0/+234 |
2018-12-28 | loader: Add accessor for Manual RomFS | Zach Hilman | 5 | -0/+30 |
2018-12-28 | hid: Make Hid service accessible and add GetPressState | Zach Hilman | 4 | -459/+540 |
2018-12-28 | romfs: Add SingleDiscard extraction type | Zach Hilman | 2 | -2/+6 |
2018-12-28 | am: Add size parameter to am:IStorage logging | Zach Hilman | 1 | -4/+4 |
2018-12-28 | audio_core: Convert LOG_CRITICAL + UNREACHABLE over to UNIMPLEMENTED/UNIMPLEMENTED_MSG | Lioncash | 3 | -10/+6 |
2018-12-28 | kernel/process: Start the main thread using the specified ideal core | Lioncash | 1 | -2/+2 |
2018-12-28 | kernel: Rename 'default' CPU core to 'ideal' core | Lioncash | 5 | -23/+23 |
2018-12-28 | kernel/thread: Move process thread initialization into process.cpp | Lioncash | 3 | -36/+30 |
2018-12-28 | file_sys/program_metadata: Print out more descriptive address space descriptions | Lioncash | 1 | -3/+7 |
2018-12-28 | Qt/Configure: Use sidebar to divide tabs into smaller groups | spycrab | 3 | -59/+124 |
2018-12-28 | kernel/process: Remove most allocation functions from Process' interface | Lioncash | 4 | -49/+35 |
2018-12-27 | Add missing uintBitsToFloat to SetRegisterToHalfFloat | Rodolfo Bogado | 1 | -2/+2 |
2018-12-27 | am: Implement GetSaveDataSize and ExtendSaveData | Zach Hilman | 6 | -8/+53 |
2018-12-27 | filesystem: Populate save data sizes from control data | Zach Hilman | 2 | -0/+53 |
2018-12-27 | savedata_factory: Partially implement IVFC save sizes using files | Zach Hilman | 2 | -0/+38 |
2018-12-27 | loader: Add accessor for game control data | Zach Hilman | 5 | -9/+14 |
2018-12-27 | control_metadata: Update NACP fields with latest Switchbrew data | Zach Hilman | 2 | -6/+29 |
2018-12-27 | control_metadata: Use value member instead of unique_ptr to store struct | Zach Hilman | 2 | -10/+13 |
2018-12-27 | vfs: Add reinterpret_casts to WriteArray and Object | Zach Hilman | 1 | -2/+2 |
2018-12-27 | kernel/vm_manager: Reset region attributes when unmapping a VMA | Lioncash | 1 | -0/+1 |
2018-12-26 | configure_per_general: Mark UI strings as translatable in the constructor | Lioncash | 1 | -2/+2 |
2018-12-26 | configure_input_simple: Make input profile array constexpr | Lioncash | 1 | -12/+7 |
2018-12-26 | renderer_opengl: Correct forward declaration of FramebufferLayout | Lioncash | 1 | -1/+1 |
2018-12-26 | Apply CC test to the final value to be stored in the register | Rodolfo Bogado | 1 | -9/+12 |
2018-12-26 | Fixed shader linking error due to TLDS (#1934) | David | 1 | -1/+1 |
2018-12-26 | npad: Remove code to invert input in horizontal mode. | bunnei | 1 | -46/+0 |
2018-12-26 | shader_bytecode: Fixup TEXS.F16 encoding | ReinUsesLisp | 1 | -1/+1 |
2018-12-25 | qt: Use ProfileSelectionDialog when selecting user for save data | Zach Hilman | 1 | -22/+16 |
2018-12-25 | qt: Add setting to prompt for user on game boot | Zach Hilman | 6 | -0/+32 |
2018-12-22 | Includde saturation in the evaluation of the control code | Rodolfo Bogado | 1 | -3/+4 |
2018-12-22 | Handle RZ cases evaluating the expression instead of the register value. | Rodolfo Bogado | 1 | -14/+22 |
2018-12-22 | complete emulation of ZeroFlag | Rodolfo Bogado | 1 | -100/+97 |
2018-12-21 | common/quaternion: Ensure that w is always initialized | Lioncash | 1 | -1/+1 |
2018-12-21 | hid: Fix SetNpadJoyHoldType and improve logging. | bunnei | 1 | -44/+163 |
2018-12-21 | kernel/process: Hook up the process capability parser to the process itself | Lioncash | 7 | -122/+44 |
2018-12-21 | kernel/process_capability: Handle debug capability flags | Lioncash | 2 | -1/+18 |
2018-12-21 | kernel/process_capability: Handle handle table capability flags | Lioncash | 2 | -1/+11 |
2018-12-21 | kernel/process_capability: Handle kernel version capability flags | Lioncash | 2 | -1/+18 |
2018-12-21 | kernel/process_capability: Handle program capability flags | Lioncash | 3 | -2/+29 |
2018-12-21 | kernel/process_capability: Handle interrupt capability flags | Lioncash | 1 | -1/+21 |
2018-12-21 | kernel/process_capability: Handle syscall capability flags | Lioncash | 2 | -1/+29 |
2018-12-21 | kernel/process_capability: Handle the priority mask and core mask flags | Lioncash | 2 | -1/+40 |
2018-12-21 | kernel/process: Introduce process capability parsing skeleton | Lioncash | 5 | -3/+468 |
2018-12-21 | common: Add basic bit manipulation utility function to Common | Lioncash | 2 | -0/+62 |
2018-12-19 | kernel/svc: Handle thread handles within GetProcessId | Lioncash | 1 | -10/+23 |
2018-12-19 | svc: Implement svcSetMemoryAttribute | Lioncash | 1 | -5/+46 |
2018-12-19 | vm_manager: Add member function for setting memory attributes across an address range | Lioncash | 2 | -0/+41 |
2018-12-19 | vm_manager: Add member function for checking a memory range adheres to certain attributes, permissions and states | Lioncash | 2 | -0/+100 |
2018-12-19 | kernel/kernel: Use correct initial PID for userland Process instances | Lioncash | 2 | -4/+14 |
2018-12-19 | kernel/svc: Correct output parameter for svcGetThreadId | Lioncash | 1 | -1/+1 |
2018-12-19 | kernel/thread: Make thread_id a 64-bit value | Lioncash | 4 | -7/+7 |
2018-12-19 | kernel/svc: Correct output parameter for svcGetProcessId | Lioncash | 2 | -2/+10 |
2018-12-19 | kernel/process: Make process_id a 64-bit value | Lioncash | 3 | -6/+6 |
2018-12-19 | Device handle should not be a random id, instead it's the current npad id | David Marcec | 1 | -2/+2 |
2018-12-19 | Moved backtrace to ArmInterface | David Marcec | 8 | -47/+20 |
2018-12-19 | hopefully fix clang format issue | David Marcec | 1 | -0/+1 |
2018-12-19 | Fixed uninitialized memory due to missing returns in canary | David Marcec | 14 | -3/+33 |
2018-12-19 | service/sm: Improve debug log for RegisterService | Lioncash | 1 | -4/+5 |
2018-12-18 | yuzu, video_core: Screenshot functionality | zhupengfei | 15 | -43/+228 |
2018-12-18 | Texture format fixes: Flag RGBA16UI as GL_RGBA_INTEGER format, and interpret R16U as Z16 when depth_compare is enabled. | heapo | 1 | -1/+11 |
2018-12-18 | kernel/thread: Set default fpcr | MerryMage | 1 | -0/+3 |
2018-12-18 | arm_dynarmic: Set CNTFRQ value | MerryMage | 1 | -0/+1 |
2018-12-18 | shader_bytecode: Fixup half float's operator B encoding | ReinUsesLisp | 1 | -1/+1 |
2018-12-18 | service/am: Unstub GetAppletResourceUserId | Lioncash | 1 | -2/+5 |
2018-12-17 | Implement postfactor multiplication/division for fmul instructions | heapo | 2 | -5/+21 |
2018-12-17 | Fix arrayed shadow sampler array slice/depth comparison ordering, as well as invalid GLSL LOD selection. | heapo | 1 | -16/+14 |
2018-12-16 | vm_manager: Rename meminfo_state to state | Lioncash | 2 | -10/+9 |
2018-12-16 | vm_manager: Add backing functionality for memory attributes | Lioncash | 2 | -1/+85 |
2018-12-15 | nvhost_gpu: Skip empty GPU command lists. | bunnei | 1 | -0/+4 |
2018-12-13 | audio_core: Make g_sink_details internally linked | Lioncash | 7 | -36/+58 |
2018-12-13 | Fix Service object leak on emulation stop | Jens Schmer | 2 | -10/+12 |
2018-12-12 | svc: Enable svcQueryProcessMemory | Lioncash | 2 | -1/+6 |
2018-12-12 | svc: Write out the complete MemoryInfo structure in QueryProcessMemory | Lioncash | 1 | -0/+3 |
2018-12-12 | svc: Handle memory writing explicitly within QueryProcessMemory | Lioncash | 2 | -26/+22 |
2018-12-12 | vm_manager: Correct ordering of last two struct members of MemoryInfo | Lioncash | 1 | -2/+2 |
2018-12-12 | svc_wrap: Correct register index for a wrapper specialization | Lioncash | 1 | -1/+1 |
2018-12-12 | vm_manager: Amend the returned values for invalid memory queries in QueryMemory() | Lioncash | 2 | -4/+7 |
2018-12-12 | vm_manager: Migrate memory querying to the VMManager interface | Lioncash | 4 | -18/+33 |
2018-12-12 | vm_manager: Migrate MemoryInfo and PageInfo to vm_manager.h | Lioncash | 3 | -17/+16 |
2018-12-12 | vm_manager: Amend MemoryState enum members | Lioncash | 5 | -28/+111 |
2018-12-12 | Fix Process object leak on emulation stop | Jens Schmer | 3 | -13/+12 |
2018-12-11 | patch_manager: Prevent use of a dangling pointer within PatchRomFS | Lioncash | 1 | -4/+3 |
2018-12-11 | gl_shader_cache: Dehardcode constant in CalculateProgramSize() | Lioncash | 1 | -2/+2 |
2018-12-11 | gl_shader_cache: Resolve truncation compiler warning | Lioncash | 1 | -1/+1 |
2018-12-10 | fsp_srv: Implement IStorage::GetSize | Zach Hilman | 1 | -2/+15 |
2018-12-10 | gl_shader_decompiler: IPA FrontFacing: the right value when is the front face is 0xFFFFFFFF. | Marcos Vitali | 1 | -1/+1 |
2018-12-10 | service/fsp_srv: Correct returned value in GetGlobalAccessLogMode() | Lioncash | 1 | -1/+10 |
2018-12-10 | applets: Correct usage of SignalStateChanged event | Zach Hilman | 3 | -6/+4 |
2018-12-09 | Implemented a shader unique identifier. | Fernando Sahmkow | 4 | -0/+57 |
2018-12-09 | Add more info into textures' object labels | FernandoS27 | 2 | -2/+57 |
2018-12-08 | web_service: move telemetry condition from TelemetrySession constructor to destructor | fearlessTobi | 1 | -8/+4 |
2018-12-08 | file_sys/save_data_factory: Update SaveDataSpaceId enum | Lioncash | 1 | -1/+3 |
2018-12-07 | gl_shader_decompiler: TLDS/TLD4/TLD4S Reworked reflecting the source registers, bugs fixed and modularize. | Marcos Vitali | 1 | -106/+134 |
2018-12-07 | Backport review comment from citra-emu/citra#4418 | Tobias | 1 | -2/+2 |
2018-12-07 | savedata_factory: Add support for CacheStorage | Zach Hilman | 1 | -0/+2 |
2018-12-07 | savedata_factory: Delete TemporaryStorage on startup | Zach Hilman | 1 | -1/+5 |
2018-12-06 | memory: Convert ASSERT into a DEBUG_ASSERT within GetPointerFromVMA() | Lioncash | 1 | -1/+1 |
2018-12-06 | vm_manager: Make vma_map private | Lioncash | 5 | -28/+41 |
2018-12-06 | Avoid (expensive) audio interpolation when sample rates already match | heapo | 2 | -4/+8 |
2018-12-06 | system_archive: Implement open source NgWord2 | Zach Hilman | 3 | -1/+41 |
2018-12-06 | hle/service: Replace log + UNIMPLEMENTED with UNIMPLEMENTED_MSG | Lioncash | 1 | -2/+1 |
2018-12-06 | hle/service: Remove unnecessary using declarations | Lioncash | 1 | -5/+1 |
2018-12-06 | hle/service, hle/sm: Compress usages of MakeResult() | Lioncash | 2 | -3/+3 |
2018-12-06 | hle/service, hle/sm: Use structured bindings where applicable | Lioncash | 2 | -9/+3 |
2018-12-06 | yuzu/wait_tree: Pass QString by value and std::move in the initializer list for WaitTreeText | Lioncash | 2 | -2/+2 |
2018-12-05 | yuzu/game_list_worker: Don't retrieve the file type twice in AddFstEntriesToGameList() | Lioncash | 1 | -5/+9 |
2018-12-05 | yuzu/game_list_worker: Don't retrieve file type and file type strings twice in MakeGameListEntry() | Lioncash | 1 | -4/+6 |
2018-12-05 | loaders: Make GetFileType() a const qualified member function | Lioncash | 10 | -10/+10 |
2018-12-05 | 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 | 1 | -0/+8 |
2018-12-05 | kernel/process: Set ideal core from metadata | Lioncash | 1 | -0/+1 |
2018-12-05 | configure_input_simple: Properly signal docked mode change | Zach Hilman | 3 | -33/+31 |
2018-12-05 | configure_input: Add ConfigureInputSimple as default input UI config | Zach Hilman | 8 | -1/+293 |
2018-12-05 | configure_input: Convert into QDialog | Zach Hilman | 3 | -7/+47 |
2018-12-05 | configure: Use ConfigureInputSimple for Input tab | Zach Hilman | 1 | -26/+26 |
2018-12-05 | ui_settings: Add UI setting for input profile index | Zach Hilman | 2 | -0/+5 |
2018-12-05 | configuration/config: Use an intermediary variable for accessing players | Lioncash | 1 | -43/+38 |
2018-12-05 | ng_word: Deduplicate use of a constant value | Lioncash | 1 | -1/+1 |
2018-12-05 | system_archive: Use a regular function pointer instead of std::function for file-scope system archive array | Lioncash | 1 | -3/+2 |
2018-12-05 | service/ldr: Deduplicate instruction cache clearing code in LoadNro() | Lioncash | 1 | -8/+2 |
2018-12-05 | service/ldr: Amend layout of the NRO header | Lioncash | 1 | -3/+3 |
2018-12-05 | gl_shader_decompiler: Implement TEXS.F16 | ReinUsesLisp | 2 | -13/+51 |
2018-12-05 | service/ldr: Corrent padding within the NRR header layout | Lioncash | 1 | -1/+2 |
2018-12-05 | gl_shader_decompiler: Fixup inverted if | ReinUsesLisp | 1 | -6/+5 |
2018-12-05 | svc: Avoid incorrect fast yield condition | Zach Hilman | 1 | -6/+1 |
2018-12-05 | kernel/svc: Correct behavior of svcResetSignal() | Lioncash | 1 | -4/+11 |
2018-12-05 | kernel/process: Make Process a WaitObject | Lioncash | 3 | -6/+68 |
2018-12-05 | kernel/readable_event: Add member function for enforcing a strict reset contract | Lioncash | 2 | -1/+22 |
2018-12-05 | Improve msvc codegen for hot-path array LUTs | heapo | 1 | -275/+277 |
2018-12-05 | yuzu/game_list_worker: Move std::string construction after the termination check in callbacks | Lioncash | 1 | -7/+7 |
2018-12-04 | kernel/svc: Remove unused header inclusion | Lioncash | 1 | -1/+0 |
2018-12-04 | kernel/svc: Implement svcSignalEvent() | Lioncash | 1 | -1/+16 |
2018-12-04 | kernel/svc: Implement svcCreateEvent() | Lioncash | 2 | -1/+42 |
2018-12-04 | qt: Add Properties menu to game list right-click | Zach Hilman | 9 | -22/+54 |
2018-12-04 | Rewrited TEX/TEXS (TEX Scalar). (#1826) | Marcos | 1 | -259/+177 |
2018-12-04 | debugger: Set paused thread color | Luke Street | 1 | -1/+2 |
2018-12-04 | kernel/object: Amend handle types to distinguish between readable and writable events | Lioncash | 6 | -11/+20 |
2018-12-04 | kernel/handle_table: Amend reference to CTR-OS in Create() | Lioncash | 1 | -2/+3 |
2018-12-04 | kernel/svc: Implement the resource limit svcGetInfo option | Lioncash | 4 | -9/+34 |
2018-12-04 | svc: Implement SetThreadActivity (thread suspension) | Luke Street | 5 | -6/+76 |
2018-12-04 | Removed unused file. | Subv | 1 | -142/+0 |
2018-12-04 | GPU: Don't try to route PFIFO methods (0-0x40) to the other engines. | Subv | 1 | -0/+6 |
2018-12-04 | [Kernel::CreateThread] Match format specifiers to LOG_TRACE's arguments | V.Kalyuzhny | 1 | -1/+1 |
2018-12-04 | scheduler: Avoid manual Reschedule call | Zach Hilman | 2 | -11/+11 |
2018-12-03 | scheduler: Only work steal higher priority threads from other cores | Zach Hilman | 3 | -35/+24 |
2018-12-03 | applets: Correct event ResetTypes from OneShot to Sticky | Zach Hilman | 5 | -14/+6 |
2018-12-03 | qt: Implement GUI dialog frontend for ProfileSelector | Zach Hilman | 6 | -0/+269 |
2018-12-03 | am: Use ProfileSelect applet | Zach Hilman | 1 | -0/+4 |
2018-12-03 | applets: Implement ProfileSelect applet | Zach Hilman | 2 | -0/+130 |
2018-12-03 | qt: Register to use Qt ProfileSelector instead of default | Zach Hilman | 1 | -0/+2 |
2018-12-03 | core: Add getter/setter for ProfileSelector in System | Zach Hilman | 2 | -0/+16 |
2018-12-03 | frontend: Add frontend applet for ProfileSelect | Zach Hilman | 3 | -0/+48 |
2018-12-03 | software_keyboard: Signal state changed event upon construction | Zach Hilman | 1 | -1/+6 |
2018-12-03 | qt: Add UI to display game properties and disable add-ons | Zach Hilman | 4 | -0/+501 |
2018-12-03 | loader: Add support for reading the name of game's developer | Zach Hilman | 5 | -0/+26 |
2018-12-03 | aoc_u: Obey disabled add-ons list when listing DLC | Zach Hilman | 1 | -0/+12 |
2018-12-03 | patch_manager: Obey disabled add-ons list when patching game | Zach Hilman | 2 | -11/+50 |
2018-12-03 | core: Make GetGameFileFromPath function externally accessible | Zach Hilman | 2 | -3/+9 |
2018-12-03 | config: Store and load disabled add-ons list | Zach Hilman | 3 | -0/+55 |
2018-12-03 | settings: Store list of disabled add-ons per title ID | Zach Hilman | 1 | -0/+5 |
2018-12-03 | game_list: Remove a reference of a reference | Frederic Laing | 1 | -2/+2 |
2018-12-03 | Moved backtrace to ArmInterface | David Marcec | 6 | -14/+39 |
2018-12-03 | Print backtrace on svcBreak | David Marcec | 3 | -0/+24 |
2018-12-03 | loader/nso: Remove dependency on the System class | Lioncash | 3 | -8/+11 |
2018-12-03 | loader/nro: Make the static LoadNro function internally linked | Lioncash | 2 | -7/+5 |
2018-12-03 | file_sys/directory: Amend path buffer size for directory entries | Lioncash | 1 | -2/+2 |
2018-12-03 | loader/nro: Remove dependency on the System class | Lioncash | 2 | -10/+13 |
2018-12-02 | service/usb: Update function table | Lioncash | 1 | -1/+1 |
2018-12-02 | service/erpt: Update function table | Lioncash | 1 | -5/+7 |
2018-12-02 | yuzu/configuration: Make slots private where applicable | Lioncash | 5 | -7/+2 |
2018-12-02 | yuzu/configuration: Add missing override specifiers to configuration-related classes | Lioncash | 7 | -7/+7 |
2018-12-02 | yuzu/configuration/configure_input: Default destructor in the cpp file | Lioncash | 2 | -0/+3 |
2018-12-02 | Fixed crash with SetNpadMode | David Marcec | 1 | -2/+3 |
2018-12-02 | svc: Use the current process' handle table for retrieving the process instance to act upon | Lioncash | 1 | -1/+2 |
2018-12-02 | svc: Reorganize svcGetInfo, handle more error cases for existing implemented info categories | Lioncash | 1 | -50/+99 |
2018-12-02 | svc: Avoid performance-degrading unnecessary reschedule | Zach Hilman | 2 | -8/+6 |
2018-12-02 | service/audio/audout_u: Amend constructor initialization list order | Lioncash | 1 | -2/+2 |
2018-12-02 | file_sys/registered_cache: Eliminate variable shadowing | Lioncash | 1 | -27/+26 |
2018-12-02 | filesystem: De-globalize registered_cache_union | Lioncash | 8 | -40/+26 |
2018-12-02 | yuzu/game_list_worker: Deduplicate game list entry creation | Lioncash | 1 | -47/+33 |
2018-12-02 | yuzu/game_list_worker: Tidy up string handling in FillControlMap() | Lioncash | 1 | -6/+7 |
2018-12-02 | crypto/key_manager: Remove unused variable in GetTicketblob() | Lioncash | 1 | -1/+0 |
2018-12-01 | Fix debug build | Lioncash | 2 | -5/+3 |
2018-12-01 | file_sys: Override missing mutating functions to be stubbed out for ReadOnlyVfsDirectory by default | Lioncash | 2 | -0/+25 |
2018-12-01 | service/fsp_srv: Implement CleanDirectoryRecursively | Lioncash | 5 | -5/+72 |
2018-11-30 | remove border from GameList | Bartosz Kaszubowski | 1 | -0/+1 |
2018-11-30 | Services/VI: Dereferencing an uninitialized std::optional is undefined behavior. | Subv | 1 | -0/+2 |
2018-11-30 | service/set: Convert GetLanguageCode over to using PushEnum() | Lioncash | 1 | -1/+1 |
2018-11-30 | service/set: Implement MakeLanguageCode | Lioncash | 2 | -1/+19 |
2018-11-30 | configure_input: Amend clang-format discrepancies | Lioncash | 1 | -1/+1 |
2018-11-30 | gl_rasterizer_cache: Update AccurateCopySurface to flush complete source surface. | bunnei | 1 | -1/+4 |
2018-11-29 | gl_rasterizer: Enable clip distances when set in register and in shader | ReinUsesLisp | 5 | -13/+37 |
2018-11-29 | gl_rasterizer: Implement a framebuffer cache | ReinUsesLisp | 2 | -40/+82 |
2018-11-29 | gl_shader_manager: Update pipeline when programs have changed | ReinUsesLisp | 1 | -4/+17 |
2018-11-29 | hle_ipc: Refactor SleepClientThread to avoid ReadableEvent | Zach Hilman | 9 | -14/+14 |
2018-11-29 | kernel/event: Reference ReadableEvent from WritableEvent | Zach Hilman | 32 | -317/+175 |
2018-11-29 | core: Port all current usages of Event to Readable/WritableEvent | Zach Hilman | 29 | -164/+287 |
2018-11-29 | hle_ipc: Use event pair for SleepClientThread | Zach Hilman | 2 | -19/+22 |
2018-11-29 | kernel: Add named event table | Zach Hilman | 2 | -0/+30 |
2018-11-29 | kernel: Divide Event into ReadableEvent and WritableEvent | Zach Hilman | 6 | -61/+210 |
2018-11-29 | kernel/object: Add descriptions to ResetTypes | Zach Hilman | 1 | -3/+3 |
2018-11-29 | gl_rasterizer_cache: Remove BlitSurface and replace with more accurate copy. | bunnei | 1 | -144/+1 |
2018-11-29 | gl_shader_decompiler: Remove texture temporal in TLD4 | ReinUsesLisp | 1 | -3/+1 |
2018-11-29 | gl_shader_decompiler: Flip negated if else statement | ReinUsesLisp | 1 | -3/+3 |
2018-11-29 | gl_shader_decompiler: Use GLSL scope on instructions unrelated to textures | ReinUsesLisp | 1 | -35/+10 |
2018-11-29 | gl_shader_decompiler: Move texture code generation into lambdas | ReinUsesLisp | 1 | -97/+78 |
2018-11-29 | gl_shader_decompiler: Clean up texture instructions | ReinUsesLisp | 1 | -87/+56 |
2018-11-29 | gl_shader_decompiler: Scope GLSL variables with a scoped object | ReinUsesLisp | 1 | -32/+72 |
2018-11-29 | gl_rasterizer: Signal UNIMPLEMENTED when rt_separate_frag_data is not zero | ReinUsesLisp | 1 | -1/+1 |
2018-11-29 | gl_rasterizer_cache: Use brackets for two-line single-expresion blocks | ReinUsesLisp | 1 | -1/+2 |
2018-11-29 | gl_rasterizer: Remove unused struct declarations | ReinUsesLisp | 1 | -14/+0 |
2018-11-29 | gl_rasterizer: Remove extension booleans | ReinUsesLisp | 4 | -16/+4 |
2018-11-28 | npad: Use NPadIdToIndex to prevent invalid array access | Zach Hilman | 1 | -2/+2 |
2018-11-28 | dma_pushbuffer: Optimize to avoid loop and copy on Push. | bunnei | 3 | -13/+23 |
2018-11-28 | gpu: Move command list profiling to DmaPusher::DispatchCalls. | bunnei | 2 | -5/+5 |
2018-11-27 | npad: Fix copy/paste error with LED position assignments | Zach Hilman | 1 | -3/+3 |
2018-11-27 | yuzu/configure_input_player: Use std::size_t to represent the player index instead of u8 | Lioncash | 2 | -3/+3 |
2018-11-27 | yuzu/configure_input: Make CallConfigureDialog a non-member template function | Lioncash | 3 | -21/+20 |
2018-11-27 | file_sys/registered_cache: Remove unused <map> include | Lioncash | 1 | -1/+0 |
2018-11-27 | file_sys/registered_cache: Use regular const references instead of std::shared_ptr for InstallEntry() | Lioncash | 3 | -32/+31 |
2018-11-27 | gl_shader_decompiler: Fixup clip distance index | ReinUsesLisp | 1 | -1/+1 |
2018-11-27 | control_metadata: Correct typo in language name (Portugese -> Portuguese) | Lioncash | 1 | -7/+17 |
2018-11-27 | yuzu/configure_input_player: Use a lambda expression instead of std::bind | Lioncash | 1 | -1/+1 |
2018-11-27 | yuzu/configure_input_player: Amend constructor initializer list order | Lioncash | 1 | -4/+3 |
2018-11-27 | yuzu/configure_input: Remove unused function MoveGridElement | Lioncash | 1 | -7/+0 |
2018-11-27 | yuzu/configure_input*: Move data members after function declarations | Lioncash | 2 | -41/+42 |
2018-11-27 | yuzu/configure_input: Remove unnecessary includes | Lioncash | 3 | -17/+3 |
2018-11-27 | gl_rasterizer: Fixup for #1723. | Markus Wick | 1 | -1/+1 |
2018-11-27 | gpu: Rewrite GPU command list processing with DmaPusher class. | bunnei | 18 | -108/+353 |
2018-11-27 | remove viewport_transform_enabled as it seems to be inactive when valid transforms are used. | Rodolfo Bogado | 1 | -12/+5 |
2018-11-27 | svc: Implement svcSetResourceLimitLimitValue() | Lioncash | 1 | -1/+36 |
2018-11-27 | svc: Implement svcGetResourceLimitCurrentValue() | Lioncash | 1 | -16/+49 |
2018-11-27 | morton: Fixup compiler warning | ReinUsesLisp | 1 | -1/+2 |
2018-11-27 | svc: Implement svcGetResourceLimitLimitValue() | Lioncash | 2 | -2/+33 |
2018-11-27 | svc: Implement svcCreateResourceLimit() | Lioncash | 2 | -1/+27 |
2018-11-27 | Added comment on Main memory size for more clarity | David Marcec | 1 | -0/+1 |
2018-11-27 | Made svcSetHeapSize and svcCreateSharedMemory more readable | David Marcec | 1 | -4/+4 |
2018-11-27 | Reworked svcs slightly, improved error messages in AM and fsp_srv | David Marcec | 3 | -20/+30 |
2018-11-27 | gdbstub: Silence value truncation warning within FpuWrite() | Lioncash | 1 | -1/+1 |
2018-11-27 | Implement depth clamp | Rodolfo Bogado | 5 | -10/+58 |
2018-11-27 | Add support for Clip Distance enabled register | Rodolfo Bogado | 3 | -3/+26 |
2018-11-27 | GPU States: Implement Polygon Offset. This is used in SMO all the time. (#1784) | Marcos | 5 | -5/+107 |
2018-11-26 | profile_manager: Save and load ProfileData from disk | Zach Hilman | 3 | -17/+19 |
2018-11-26 | Implemented Tile Width Spacing | FernandoS27 | 8 | -36/+55 |
2018-11-26 | Fixed hwopus compile error | David Marcec | 1 | -1/+1 |
2018-11-26 | Improved error messages in AM, HwOpus and NvMap | David Marcec | 3 | -26/+39 |
2018-11-26 | Improved error messages for SVCs | David Marcec | 1 | -76/+170 |
2018-11-26 | Changed logging to be "Log before execution", Added more error logging, all services should now log on some level | David Marcec | 51 | -374/+726 |
2018-11-25 | svc: Return ERR_INVALID_ENUM_VALUE from svcGetInfo | Luke Street | 1 | -1/+2 |
2018-11-25 | Limit the amount of viewports tested for state changes only to the usable ones | Rodolfo Bogado | 1 | -2/+10 |
2018-11-25 | gl_shader_decompiler: Implement S2R's Y_DIRECTION | ReinUsesLisp | 5 | -16/+26 |
2018-11-25 | morton: Style changes | ReinUsesLisp | 1 | -12/+12 |
2018-11-25 | video_core: Move morton functions to their own file | ReinUsesLisp | 6 | -345/+391 |
2018-11-24 | Fix Texture Overlapping | FernandoS27 | 1 | -43/+70 |
2018-11-24 | Implemented BRA CC conditional and FSET CC Setting | FernandoS27 | 1 | -4/+14 |
2018-11-24 | Add support for viewport_transfom_enable register | Rodolfo Bogado | 2 | -6/+22 |
2018-11-24 | service/sm: Take std::string by const reference in UnregisterService | Lioncash | 2 | -2/+2 |
2018-11-24 | nvdrv: Implement/stub DumpGraphicsMemoryInfo and GetStatus. | bunnei | 2 | -2/+18 |
2018-11-24 | Add support for clear_flags register | Rodolfo Bogado | 5 | -28/+95 |
2018-11-24 | Fix TEXS Instruction encodings | FernandoS27 | 1 | -22/+48 |
2018-11-24 | Fix one encoding in TEX Instruction | FernandoS27 | 1 | -3/+3 |
2018-11-24 | Corrected inputs indexing in TEX instruction | FernandoS27 | 1 | -66/+85 |
2018-11-23 | memory_manager: Do not allow 0 to be a valid GPUVAddr. | bunnei | 2 | -1/+9 |
2018-11-23 | Added predicate comparison LessEqualWithNan (#1736) | Hexagon12 | 2 | -5/+13 |
2018-11-23 | gl_shader_decompiler: Implement clip distances | ReinUsesLisp | 3 | -21/+58 |
2018-11-23 | file_sys: Implement system archive synthesizer for NgWord (806) | Zach Hilman | 5 | -6/+61 |
2018-11-22 | am: Return StubApplet instead of nullptr when AppletId not found | Zach Hilman | 3 | -11/+11 |
2018-11-22 | gl_shader_decompiler: Add a message for unimplemented cc generation | ReinUsesLisp | 1 | -23/+46 |
2018-11-22 | correct clang-format | greggameplayer | 1 | -1/+1 |
2018-11-22 | debug_pad: Avoid loading input for nonexistent buttons (Home and Screenshot) | Zach Hilman | 1 | -2/+3 |
2018-11-22 | core: Relocate CPU core management to its own class | Lioncash | 4 | -97/+225 |
2018-11-22 | macro_interpreter: Implement AddWithCarry and SubtractWithBorrow. | bunnei | 2 | -8/+25 |
2018-11-22 | audout_u: Add support for multiple IAudioOut streams. | bunnei | 2 | -9/+22 |
2018-11-22 | maxwell_3d: Implement alternate blend equations. | bunnei | 2 | -0/+12 |
2018-11-22 | common/thread: Drop Hungarian notation on SetCurrentThreadName's parameter | Lioncash | 1 | -7/+7 |
2018-11-22 | scheduler: Add explanations for YieldWith and WithoutLoadBalancing | Zach Hilman | 6 | -79/+141 |
2018-11-22 | common/thread: Make Barrier's 'count' member non-const | Lioncash | 1 | -1/+1 |
2018-11-22 | common/thread: Initialize class member variables where applicable | Lioncash | 1 | -6/+4 |
2018-11-22 | common/thread: Group non-member functions together | Lioncash | 1 | -3/+2 |
2018-11-22 | common/thread: Remove SleepCurrentThread() | Lioncash | 2 | -12/+0 |
2018-11-22 | common/thread: Remove unused CurrentThreadId() | Lioncash | 2 | -12/+0 |
2018-11-22 | common: Remove bit_set.h | Lioncash | 2 | -245/+0 |
2018-11-22 | applets: Add StubApplet | Zach Hilman | 3 | -0/+98 |
2018-11-22 | gl_shader_decompiler: Rename internal flag strings | ReinUsesLisp | 1 | -15/+20 |
2018-11-22 | gl_shader_decompiler: Rename control codes to condition codes | ReinUsesLisp | 2 | -67/+50 |
2018-11-22 | Automatically disable joycons docked | greggameplayer | 1 | -0/+4 |
2018-11-22 | gl_shader_decompiler: Fix register overwriting on texture calls | ReinUsesLisp | 1 | -60/+78 |
2018-11-22 | kernel/handle_table: Move private static functions into the cpp file | Lioncash | 2 | -7/+9 |
2018-11-22 | kernel/handle_table: Restrict handle table size to 1024 entries | Lioncash | 1 | -5/+2 |
2018-11-22 | kernel/handle_table: Default destructor in the cpp file | Lioncash | 2 | -0/+3 |
2018-11-21 | Properly Implemented TXQ Instruction | FernandoS27 | 1 | -2/+12 |
2018-11-21 | gl_shader_decompiler: Implement BFI_IMM_R | ReinUsesLisp | 2 | -0/+23 |
2018-11-21 | nvhost_ctrl_gpu: Implement IoctlGetGpuTime. | bunnei | 2 | -0/+19 |
2018-11-21 | Removed pre 4.3 ARB extensions | FernandoS27 | 7 | -48/+13 |
2018-11-21 | Update OpenGL's backend version from 3.3 to 4.3 | FernandoS27 | 3 | -4/+4 |
2018-11-21 | Use default values for unknown framebuffer pixel format | FernandoS27 | 2 | -0/+8 |
2018-11-21 | common: Remove dependency on xbyak | Lioncash | 3 | -274/+0 |
2018-11-21 | gl_shader_decompiler: Implement R2P_IMM | ReinUsesLisp | 2 | -0/+42 |
2018-11-21 | common/math_util: Simplify std::make_signed usages to std::make_signed_t | Lioncash | 1 | -2/+2 |
2018-11-21 | common/math_util: Make Rectangle's constructors constexpr | Lioncash | 1 | -2/+2 |
2018-11-21 | common/math_util: Remove unnecessary static from PI | Lioncash | 1 | -1/+1 |
2018-11-21 | common/math_util: Remove unused IntervalsIntersect() function | Lioncash | 1 | -6/+0 |
2018-11-21 | gl_shader_decompiler: Remove UNREACHABLE when setting RZ | ReinUsesLisp | 1 | -2/+1 |
2018-11-21 | gl_shader_decompiler: Use UNIMPLEMENTED instead of LOG+UNREACHABLE when applicable | ReinUsesLisp | 1 | -371/+258 |
2018-11-21 | maxwell_3d: Initialize rasterizer color mask registers as enabled. | bunnei | 1 | -0/+9 |
2018-11-21 | am: Correct build failure | Lioncash | 1 | -2/+2 |
2018-11-21 | patch_manager: Show LayeredExeFS patch in add-ons column | Zach Hilman | 2 | -4/+15 |
2018-11-21 | file_sys/card_image: Provide named members for the GamecardInfo struct | Lioncash | 1 | -1/+12 |
2018-11-21 | common/assert: Add UNIMPLEMENTED_IF and UNIMPLEMENTED_IF_MSG for conditional assertions | Lioncash | 1 | -0/+3 |
2018-11-20 | common/assert: Make the UNIMPLEMENTED macro properly assert | Lioncash | 1 | -1/+1 |
2018-11-20 | patch_manager: Apply LayeredExeFS patches | Zach Hilman | 1 | -0/+25 |
2018-11-20 | settings: Add option to dump ExeFS of games upon launch | Zach Hilman | 7 | -0/+27 |
2018-11-20 | kernel/process: Move <random> include to the cpp file | Lioncash | 2 | -1/+1 |
2018-11-20 | shader_cache: Only lock covered instructions. | Markus Wick | 4 | -8/+24 |
2018-11-20 | am/applets: Make the applet data broker part of the applet itself. | Lioncash | 5 | -31/+36 |
2018-11-20 | am/applets: Replace includes with forward declarations where applicable | Lioncash | 2 | -2/+9 |
2018-11-20 | am/applets: Relocate comments above the relevant data member in AppletDataBroker | Lioncash | 1 | -11/+18 |
2018-11-20 | yuzu/applets/software_keyboard: Override accept() and reject() instead of providing own differently named member functions | Lioncash | 2 | -8/+8 |
2018-11-20 | yuzu/applets/software_keyboard: std::move std::function instances where applicable | Lioncash | 1 | -2/+2 |
2018-11-20 | yuzu/applets/software_keyboard: Make slots private functions | Lioncash | 1 | -2/+1 |
2018-11-20 | Implemented Fast Layered Copy | FernandoS27 | 2 | -2/+30 |
2018-11-20 | kernel/resource_limit: Clean up interface | Lioncash | 6 | -190/+81 |
2018-11-20 | lm: Implement SetDestination by doing nothing | Lioncash | 1 | -1/+12 |
2018-11-19 | software_keyboard: Fix erroneous extra PushNormalData | Zach Hilman | 1 | -3/+2 |
2018-11-19 | software_keyboard: Return correct result code on user cancel operation | Zach Hilman | 3 | -5/+1 |
2018-11-19 | applet: Add AppletDataBroker to manage HLE to AM service interaction | Zach Hilman | 5 | -104/+194 |
2018-11-19 | software_keyboard: Use correct offset for inital text string | Zach Hilman | 1 | -1/+2 |
2018-11-19 | kernel/shared_memory: Make Map() and Unmap() take the target process by reference rather than as a pointer | Lioncash | 3 | -12/+12 |
2018-11-19 | kernel/shared_memory: Add a const qualified member function overload for GetPointer() | Lioncash | 2 | -1/+12 |
2018-11-19 | kernel/shared_memory: Use 64-bit types for offset and size in CreateForApplet | Lioncash | 2 | -2/+2 |
2018-11-19 | kernel/shared_memory: Make GetPointer() take a std::size_t instead of a u32 | Lioncash | 2 | -2/+2 |
2018-11-19 | kernel/shared_memory: Make data members private | Lioncash | 1 | -12/+17 |
2018-11-19 | ldr: Clean up error codes | Lioncash | 1 | -29/+12 |
2018-11-19 | svc: Implement yield types 0 and -1 | Zach Hilman | 6 | -2/+130 |
2018-11-19 | filesystem: Clear registered union paths on factory creation | Zach Hilman | 2 | -0/+6 |
2018-11-19 | configure_input: Use Joycons Docked instead of Connected as label | Zach Hilman | 1 | -1/+1 |
2018-11-19 | configure_input_player: Set minimum width on controls | Zach Hilman | 2 | -23/+30 |
2018-11-19 | configure_input: Properly update UI components on removal of player | Zach Hilman | 1 | -0/+2 |
2018-11-19 | configure_input: Make None a controller option instead of checkbox | Zach Hilman | 11 | -152/+148 |
2018-11-19 | hid: Use player-defined controller type as PREFERRED_CONTROLLER | Zach Hilman | 16 | -296/+234 |
2018-11-19 | qt: Move controller button config to separate dialog | Zach Hilman | 4 | -0/+1767 |
2018-11-19 | qt: Add UI to configure touchscreen parameters | Zach Hilman | 4 | -0/+281 |
2018-11-19 | qt: Add UI to configure mouse buttons | Zach Hilman | 4 | -0/+542 |
2018-11-19 | configure_input: Add support for multiplayer and controller types | Zach Hilman | 3 | -998/+525 |
2018-11-19 | hid/npad: Update NPad to use player controller bindings and type | Zach Hilman | 2 | -55/+108 |
2018-11-19 | hid/touchscreen: Update Touchscreen to use advanced parameters | Zach Hilman | 1 | -6/+6 |
2018-11-19 | hid: Add controller bindings for Mouse controller | Zach Hilman | 2 | -4/+30 |
2018-11-19 | hid: Add keyboard bindings for Keyboard controller | Zach Hilman | 2 | -2/+24 |
2018-11-19 | hid: Add controller bindings for DebugPad controller | Zach Hilman | 2 | -21/+43 |
2018-11-19 | yuzu/config: Add (de-)serialization for multiplayer | Zach Hilman | 2 | -21/+331 |
2018-11-19 | yuzu_cmd/config: Add config deserialization for multiplayer | Zach Hilman | 1 | -37/+254 |
2018-11-19 | settings: Add settings for multiple players and controllers | Zach Hilman | 1 | -3/+48 |
2018-11-19 | settings: Add Native type for keyboard | Zach Hilman | 1 | -0/+210 |
2018-11-19 | settings: Add Native type for mouse buttons | Zach Hilman | 2 | -0/+34 |
2018-11-19 | Added missing start/end touch attributes to touchscreen | David Marcec | 2 | -1/+18 |
2018-11-19 | Added debugpad skeleton | David Marcec | 2 | -2/+55 |
2018-11-19 | Added controller helper funcs | David Marcec | 2 | -0/+35 |
2018-11-19 | Changed polling rate of hid and Right joycon rotation | David Marcec | 1 | -2/+2 |
2018-11-19 | Left joycon rotation button remapping | David Marcec | 2 | -7/+21 |
2018-11-19 | Added automatic npad switch based on supported stylesets | David Marcec | 2 | -4/+124 |
2018-11-19 | Added multi-input support and controller assignment at any port | David Marcec | 2 | -122/+181 |
2018-11-19 | Removed hard coded values for width and height | David Marcec | 1 | -2/+4 |
2018-11-19 | software_keyboard: Check for UTF-8 config flag | Zach Hilman | 2 | -9/+23 |
2018-11-19 | Eliminated unnessessary memory allocation and copy (#1702) | Frederic L | 3 | -9/+20 |
2018-11-19 | Correctly sets default system language for yuzu-CLI (#1727) | Schplee | 1 | -0/+2 |
2018-11-19 | gl_rasterizer: Remove default clip distance | ReinUsesLisp | 1 | -2/+0 |
2018-11-18 | svc: ResetSignal is not stubbed | Tobias | 1 | -1/+1 |
2018-11-18 | software_keyboard: Add max and current length display to dialog | Zach Hilman | 2 | -1/+11 |
2018-11-18 | software_keyboard: Push all data over all channels on dialog completion | Zach Hilman | 1 | -18/+26 |
2018-11-18 | applet: Use std::queue instead of std::vector for storage stack | Zach Hilman | 5 | -18/+44 |
2018-11-18 | applet: Add operation completed callback | Zach Hilman | 8 | -9/+34 |
2018-11-18 | software_keyboard: Push buffer size to offset 0x4 in output data | Zach Hilman | 4 | -18/+39 |
2018-11-18 | software_keyboard: Make GetText asynchronous | Zach Hilman | 9 | -29/+64 |
2018-11-18 | am: Allow applets to push multiple and different channels of data | Zach Hilman | 10 | -64/+62 |
2018-11-18 | am: Implement ILibraryAppletAccessor IsCompleted and GetResult | Zach Hilman | 2 | -4/+9 |
2018-11-18 | am: Implement text check software keyboard mode | Zach Hilman | 6 | -14/+120 |
2018-11-18 | am: Deglobalize software keyboard applet | Zach Hilman | 17 | -100/+180 |
2018-11-18 | qt/main: Register Qt Software Keyboard frontend with AM | Zach Hilman | 3 | -0/+6 |
2018-11-18 | am: Construct and use proper applets with ILibraryAppletAccessor | Zach Hilman | 1 | -1/+26 |
2018-11-18 | qt/applets: Provide Qt frontend implementation of software keyboard | Zach Hilman | 3 | -0/+171 |
2018-11-18 | am/applets: Add connector between frontend and AM applet classes | Zach Hilman | 3 | -0/+130 |
2018-11-18 | frontend/applets: Add frontend software keyboard provider and default | Zach Hilman | 3 | -0/+63 |
2018-11-18 | am/applets: Add Applet superclass to describe a generic applet | Zach Hilman | 3 | -0/+77 |
2018-11-18 | am: Unstub ILibraryAppletAccessor::Start | Zach Hilman | 1 | -5/+17 |
2018-11-18 | am: Implement PopInteractiveOutData and PushInteractiveInData | Zach Hilman | 1 | -14/+24 |
2018-11-18 | am: Convert storage stack to vector | Zach Hilman | 1 | -27/+59 |
2018-11-18 | am: Move AM::IStorage to header | Zach Hilman | 1 | -0/+16 |
2018-11-18 | am: Move IStorageAccessor to header and update backing buffer | Zach Hilman | 2 | -64/+62 |
2018-11-18 | am: Implement CreateTransferMemoryStorage | Zach Hilman | 2 | -0/+26 |
2018-11-18 | string_util: Implement buffer to UTF-16 string helper function | Zach Hilman | 2 | -0/+17 |
2018-11-18 | svc: Implement svcCreateTransferMemory | Zach Hilman | 1 | -3/+33 |
2018-11-18 | drop support for non separate alpha as it seems to cause issues in some games | Rodolfo Bogado | 3 | -61/+35 |
2018-11-18 | ldr_ro: Add error check for memory allocation failure | Zach Hilman | 4 | -13/+27 |
2018-11-17 | fix sampler configuration, thanks to Marcos for his investigation | Rodolfo Bogado | 3 | -19/+57 |
2018-11-17 | small type fix | Rodolfo Bogado | 1 | -6/+6 |
2018-11-17 | small fix for alphaToOne bit location | Rodolfo Bogado | 1 | -2/+2 |
2018-11-17 | fix for gcc compilation | Rodolfo Bogado | 1 | -60/+61 |
2018-11-17 | add AlphaToCoverage and AlphaToOne | Rodolfo Bogado | 5 | -1/+39 |
2018-11-17 | add support for fragment_color_clamp | Rodolfo Bogado | 5 | -1/+24 |
2018-11-17 | add missing MirrorOnceBorder support where supported | Rodolfo Bogado | 1 | -0/+6 |
2018-11-17 | set border color not depending on the wrap mode | Rodolfo Bogado | 1 | -9/+9 |
2018-11-17 | set default value for point size register | Rodolfo Bogado | 2 | -5/+4 |
2018-11-17 | fix viewport and scissor behavior | Rodolfo Bogado | 6 | -64/+89 |
2018-11-17 | vi: Implement TransactParcel for Disconnect and DetachBuffer | Zach Hilman | 1 | -0/+22 |
2018-11-17 | Stubbed am:EnableApplicationCrashReport | MysticExile | 2 | -10/+18 |
2018-11-17 | gl_rasterizer: Skip VB upload if the state is clean. | Markus Wick | 9 | -6/+60 |
2018-11-17 | hwopus: DecodeInterleavedWithPerformance: Fix ordering of output parameters. | bunnei | 1 | -1/+1 |
2018-11-17 | Implemented CalculateStandardUserSystemClockDifferenceByUser | David Marcec | 3 | -1/+18 |
2018-11-17 | textures/decoders: Replace magic numbers | Frederic Laing | 1 | -37/+33 |
2018-11-16 | kernel/errors: Clean up error codes | Lioncash | 2 | -62/+32 |
2018-11-16 | Common/Bitfield: store value as unsigned type | Weiyi Wang | 1 | -9/+10 |
2018-11-16 | Added various bluetooth based cmds for palma | David Marcec | 2 | -1/+145 |
2018-11-16 | Added SetIsPalmaAllConnectable, SetPalmaBoostMode | David Marcec | 1 | -2/+14 |
2018-11-16 | Fixed switching operation modes when not running a game | David Marcec | 1 | -0/+3 |
2018-11-16 | Report resolution scaling support for vi and am | David Marcec | 3 | -60/+76 |
2018-11-16 | file_sys/errors: Remove currently unused filesystem error codes | Lioncash | 1 | -10/+0 |
2018-11-16 | file_sys/errors: Get rid of the ErrCodes namespace | Lioncash | 1 | -17/+5 |
2018-11-16 | file_sys/errors: Extract FS-related error codes to file_sys/errors.h | Lioncash | 4 | -14/+19 |
2018-11-16 | Fixed priority switching edge case for handheld (#1675) | David | 1 | -12/+46 |
2018-11-16 | fsp_srv: Add support for using open source archive if not found in NAND | Zach Hilman | 1 | -0/+10 |
2018-11-16 | file_sys: Add framework for synthesizing open source archives | Zach Hilman | 3 | -0/+109 |
2018-11-16 | vfs_vector: Add VFS backend for std::array | Zach Hilman | 1 | -0/+52 |
2018-11-16 | csrng: Use random integer distribution instead of raw engine | Zach Hilman | 1 | -1/+2 |
2018-11-15 | textures/decoders: Minor cleanup | Frederic Laing | 1 | -16/+16 |
2018-11-15 | gl_rasterizer_chache: Minor cleanup | Frederic Laing | 1 | -3/+3 |
2018-11-15 | ldr_ro: Implement UnloadNro (command 1) | Zach Hilman | 1 | -22/+85 |
2018-11-15 | ldr_ro: Fully Implement LoadNro (command 0) | Zach Hilman | 1 | -11/+110 |
2018-11-15 | ldr_ro: Implement UnloadNrr (command 3) | Zach Hilman | 1 | -2/+84 |
2018-11-15 | ldr_ro: Fully implement LoadNrr (command 2) | Zach Hilman | 1 | -0/+112 |
2018-11-15 | process: Make MirrorMemory take state to map new memory as | Zach Hilman | 2 | -3/+7 |
2018-11-15 | pl_u: Resize buffers in shared font data getter to what game requests | Zach Hilman | 1 | -0/+8 |
2018-11-14 | service/acc: Correct error case within TrySelectUserWithoutInteraction() | Lioncash | 1 | -2/+4 |
2018-11-14 | profile_manager: Replace iterative loop with a ranged-for loop in ParseUserSaveFile() | Lioncash | 1 | -4/+5 |
2018-11-14 | profile_manager: Move UUID Format function definitions into the cpp file | Lioncash | 2 | -11/+18 |
2018-11-14 | yuzu/configure_system: Mark the entropy mask string as nontranslatable | Lioncash | 1 | -1/+1 |
2018-11-14 | nfp: Correct erroneous sizeof expression within GetTagInfo() | Lioncash | 1 | -1/+1 |
2018-11-14 | service/audren_u: Forward RequestUpdateAuto through the same function as RequestUpdate | Lioncash | 1 | -3/+3 |
2018-11-14 | hid/npad: Add missing break in switch statement within Controller_NPad::OnUpdate() | Lioncash | 1 | -0/+1 |
2018-11-14 | service: Mark MakeFunctionString with the [[maybe_unused]] attribute. | Lioncash | 1 | -2/+2 |
2018-11-14 | kernel/thread: Deduplicate scheduler switching code | Lioncash | 2 | -37/+13 |
2018-11-14 | string_util: Remove ArrayToString() | Lioncash | 2 | -21/+0 |
2018-11-14 | string_util: Remove TryParse() | Lioncash | 2 | -54/+3 |
2018-11-13 | qt: Move Open yuzu Folder action from Help to File | Zach Hilman | 1 | -1/+2 |
2018-11-13 | video_core/renderer_base: Remove GL include from the renderer base class files | Lioncash | 1 | -1/+0 |
2018-11-13 | string_util: Remove ThousandSeparate() | Lioncash | 1 | -14/+0 |
2018-11-13 | hle/audren_u: Implement Get/SetRenderingTimeLimit | Lioncash | 1 | -2/+23 |
2018-11-13 | audio_core/audio_renderer: Fix typo in AuxInfo member name | Lioncash | 1 | -1/+1 |
2018-11-13 | vm_manager: Unstub GetTotalHeapUsage() | Lioncash | 1 | -2/+1 |
2018-11-13 | kernel/process: Migrate heap-related memory management out of the process class and into the vm manager | Lioncash | 4 | -84/+97 |
2018-11-13 | svc: Use proper random entropy generation algorithm | Zach Hilman | 6 | -8/+33 |
2018-11-13 | GDBStub improvements: | Hedges | 1 | -37/+86 |
2018-11-13 | yuzu: Add hotkey for Amiibo loading | fearlessTobi | 1 | -1/+9 |
2018-11-13 | gl_rasterizer: Minor cleanup | Frederic L | 1 | -4/+2 |
2018-11-13 | gl_state: Amend compilation warnings | Lioncash | 2 | -3/+4 |
2018-11-13 | svc: Return random seed for svcGetInfo RandomEntropy | Zach Hilman | 2 | -4/+8 |
2018-11-13 | Implement ASTC_2D_10X8 & ASTC_2D_10X8_SRGB (#1666) | greggameplayer | 4 | -71/+101 |
2018-11-12 | yuzu: Add a missing "!" to fix the stuck-in-fullscreen bug | Tobias | 1 | -1/+1 |
2018-11-12 | settings: Add config option to set RNG seed | Zach Hilman | 6 | -100/+171 |
2018-11-12 | csrng: Use std::mt19937 engine for random number generation | Zach Hilman | 2 | -2/+11 |
2018-11-11 | Use core extensions when available to set max anisotropic filtering level | Rodolfo Bogado | 1 | -2/+7 |
2018-11-11 | Improve state management by splitting some of the states id separated function to avoid a full apply overhead | Rodolfo Bogado | 6 | -39/+40 |
2018-11-11 | 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 | 4 | -37/+61 |
2018-11-11 | set sampler max lod, min lod, lod bias and max anisotropy | Rodolfo Bogado | 3 | -13/+33 |
2018-11-11 | Improved GPU Caches lookup Speed | FernandoS27 | 1 | -18/+17 |
2018-11-10 | Added maybe_unused | David Marcec | 2 | -2/+7 |
2018-11-10 | Added ToPosixTime & ToPosixTimeWithMyRule | David Marcec | 1 | -2/+41 |
2018-11-10 | gl_shader_decompiler: Guard out of bound geometry shader input reads | ReinUsesLisp | 4 | -15/+24 |
2018-11-10 | Added consts and static | David Marcec | 1 | -6/+6 |
2018-11-09 | Implement GetClockSnapshot | David Marcec | 3 | -21/+88 |
2018-11-08 | gl_rasterizer_cache: Remove unnecessary memory allocation and copy in CopySurface | Frederic Laing | 1 | -10/+7 |
2018-11-08 | gl_rasterizer: Fix compiler warnings | Frederic Laing | 1 | -2/+2 |
2018-11-08 | rasterizer_cache: Remove reliance on the System singleton | Lioncash | 9 | -10/+25 |
2018-11-08 | rasterizer_cache: Add missing virtual destructor to RasterizerCacheObject | Lioncash | 3 | -0/+10 |
2018-11-08 | gl_resource_manager: Amend clang-format discrepancies | Lioncash | 1 | -4/+2 |
2018-11-08 | svcBreak now dumps information from the debug buffer passed (#1646) | David | 1 | -0/+28 |
2018-11-08 | Correct issue where texturelod could not be applied to 2darrayshadow | FernandoS27 | 1 | -1/+5 |
2018-11-08 | Renamed CheckIfOperationChanged to OnDockedModeChanged | David Marcec | 2 | -21/+23 |
2018-11-07 | Implement 3 coordinate array in TEXS instruction | FernandoS27 | 1 | -6/+6 |
2018-11-07 | Updated npad styles on holdtype switches | David Marcec | 1 | -0/+2 |
2018-11-07 | Fixups | David Marcec | 3 | -12/+17 |
2018-11-07 | Ability to switch between docked and undocked mode in-game | David Marcec | 7 | -36/+163 |
2018-11-07 | fixed spelling error | David Marcec | 1 | -1/+1 |
2018-11-07 | Added missing log | David Marcec | 1 | -0/+1 |
2018-11-07 | Implement acc:TrySelectUserWithoutInteraction | David Marcec | 5 | -3/+25 |
2018-11-06 | gl_rasterizer: Skip VAO binding if the state is clean. | Markus Wick | 3 | -2/+21 |
2018-11-06 | gl_rasterizer: Split VAO and VB setup functions. | Markus Wick | 2 | -5/+16 |
2018-11-06 | gl_rasterizer_cache: Add profiles for Copy and Blit. | Markus Wick | 1 | -2/+6 |
2018-11-06 | gl_resource_manager: Profile creation and deletion. | Markus Wick | 1 | -0/+42 |
2018-11-06 | gl_stream_buffer: Profile orphaning of stream buffer. | Markus Wick | 1 | -0/+5 |
2018-11-06 | microprofile: Drop ReleaseActiveBuffer scope. | Markus Wick | 1 | -4/+0 |
2018-11-06 | configure_system: Fix compiler warning | Frederic Laing | 2 | -3/+3 |
2018-11-06 | yuzu/main: Fix compiler warning | Frederic Laing | 1 | -1/+2 |
2018-11-06 | gl_resource_manager: Split implementations in .cpp file. | Markus Wick | 5 | -114/+167 |
2018-11-06 | Implement SetMemoryPermission | Frederic Laing | 1 | -3/+39 |
2018-11-05 | Add support to color mask to avoid issues in blending caused by wrong values in the alpha channel in some render targets. | Rodolfo Bogado | 5 | -25/+79 |
2018-11-05 | Implement multi-target viewports and blending | Rodolfo Bogado | 6 | -128/+259 |
2018-11-04 | Fix quickstart link | Dharmin K Shah | 1 | -1/+1 |
2018-11-04 | Fix typo in BufferTransformFlags | Frederic Laing | 1 | -2/+2 |
2018-11-04 | game_list: Only reload game list after relevant settings changed | Zach Hilman | 5 | -1/+28 |
2018-11-04 | sm: Implement RegisterService and UnregisterService | Zach Hilman | 2 | -2/+55 |
2018-11-03 | qt: Add help option to open yuzu folder | Zach Hilman | 3 | -0/+13 |
2018-11-03 | Stubbed SetMemoryPermission | Frederic Laing | 2 | -1/+12 |
2018-11-02 | correct syntax | greggameplayer | 1 | -4/+3 |
2018-11-02 | Fixed incorrect hwopus assert | David Marcec | 1 | -1/+1 |
2018-11-02 | Fixed HID crash when launching more than 1 game & signaled syleset change event | David Marcec | 2 | -0/+5 |
2018-11-02 | game_list: Make add-ons column optional | Zach Hilman | 6 | -119/+166 |
2018-11-02 | filesystem: Cache RegisteredCacheUnion instead of constructing on demand | Zach Hilman | 2 | -4/+11 |
2018-11-02 | file_sys: Use common KeyManager in NCA container types | Zach Hilman | 6 | -7/+18 |
2018-11-02 | content_archive: Add optional KeyManager parameter to constructor | Zach Hilman | 2 | -3/+5 |
2018-11-02 | Fix ASTC Decompressor to support depth parameter | FernandoS27 | 7 | -65/+131 |
2018-11-01 | memory_manager: Do not MapBufferEx over already in use memory. | bunnei | 2 | -31/+52 |
2018-11-01 | Fix ASTC formats | FernandoS27 | 4 | -12/+21 |
2018-11-01 | Implemented ASTC 5x5 | FernandoS27 | 1 | -1/+5 |
2018-11-01 | Implement Cube Arrays | FernandoS27 | 4 | -0/+20 |
2018-11-01 | maxwell_3d: Restructure macro upload to use a single macro code memory. | bunnei | 4 | -27/+55 |
2018-10-31 | configure_system: Contrain profile usernames to 32 characters | Lioncash | 5 | -25/+113 |
2018-10-31 | Implement SurfaceTarget Texture2DArray | greggameplayer | 1 | -0/+1 |
2018-10-31 | Improve OpenGL state handling | Rodolfo Bogado | 3 | -105/+158 |
2018-10-30 | service/usb: Update IPdSession's function table | Lioncash | 1 | -3/+3 |
2018-10-30 | video_core: Move surface declarations out of gl_rasterizer_cache | ReinUsesLisp | 6 | -898/+954 |
2018-10-30 | Assert Control Codes Generation | FernandoS27 | 2 | -1/+103 |
2018-10-30 | general: Remove unused boost inclusions where applicable | Lioncash | 3 | -4/+0 |
2018-10-30 | global: Use std::optional instead of boost::optional (#1578) | Frederic L | 49 | -266/+274 |
2018-10-30 | hle_ipc: Add member function for querying the existence of a domain header | Lioncash | 3 | -3/+6 |
2018-10-30 | hle_ipc: Make GetDomainMessageHeader return a regular pointer | Lioncash | 2 | -3/+3 |
2018-10-29 | ns: Implement command 400: GetApplicationControlData | Zach Hilman | 4 | -17/+75 |
2018-10-29 | patch_manager: Add support for dumping decompressed NSOs | Zach Hilman | 2 | -1/+14 |
2018-10-29 | settings: Add setting to control NSO dumping | Zach Hilman | 6 | -1/+28 |
2018-10-29 | bis_factory: Add getter for mod dump root for a title ID | Zach Hilman | 4 | -6/+33 |
2018-10-29 | fsp_srv: Implement ISaveDataInfoReader | Zach Hilman | 1 | -0/+144 |
2018-10-29 | fsp_srv: Implement command 61: OpenSaveDataInfoReaderBySaveDataSpaceId | Zach Hilman | 2 | -1/+13 |
2018-10-29 | savedata_factory: Expose accessors for SaveDataSpace | Zach Hilman | 4 | -14/+32 |
2018-10-29 | loader/nro: Call RegisterRomFS from Load | Zach Hilman | 1 | -0/+5 |
2018-10-29 | control_metadata: Add GetRawBytes function to NACP | Zach Hilman | 2 | -0/+7 |
2018-10-29 | time_stretch: Switch to values of Citra | fearlessTobi | 1 | -3/+3 |
2018-10-29 | video_core: Move OpenGL specific utils to its renderer | ReinUsesLisp | 6 | -30/+61 |
2018-10-29 | renderer_opengl: Correct bpp value for ASTC_2D_8X5_SRGB | Rodolfo Bogado | 1 | -1/+1 |
2018-10-29 | Assert Control Flow Instructions using Control Codes | FernandoS27 | 2 | -3/+28 |
2018-10-29 | Fixed black textures, pixelation and we no longer require to auto-generate mipmaps | FernandoS27 | 1 | -14/+2 |
2018-10-29 | Fixed mipmap block autosizing algorithm | FernandoS27 | 3 | -13/+25 |
2018-10-29 | Fixed Invalid Image size and Mipmap calculation | FernandoS27 | 1 | -4/+7 |
2018-10-29 | Fixed Block Resizing algorithm and Clang Format | FernandoS27 | 3 | -12/+19 |
2018-10-29 | Implement Mip Filter | FernandoS27 | 4 | -10/+33 |
2018-10-29 | Zero out memory region of recreated surface before flushing | FernandoS27 | 1 | -0/+2 |
2018-10-28 | Implement Mipmaps | FernandoS27 | 2 | -101/+211 |
2018-10-28 | core: Make System references const where applicable | Lioncash | 2 | -3/+3 |
2018-10-28 | core: Add missing const variants of getters for the System class | Lioncash | 2 | -10/+49 |
2018-10-28 | Enable alpha channel for DXT1 texture format | Michael | 1 | -2/+2 |
2018-10-28 | configure_system: Fix compiler warning | Frederic Laing | 1 | -1/+1 |
2018-10-28 | Correct bpp value for ASTC_2D_8X5 | Tobias | 1 | -1/+1 |
2018-10-28 | Refactor precise usage and add FMNMX, MUFU, FMUL32 and FADD332 | FernandoS27 | 2 | -74/+37 |
2018-10-28 | compatdb: Use a seperate endpoint for testcase submission | fearlessTobi | 7 | -7/+65 |
2018-10-28 | file_sys/patch_manager: Remove unnecessary if-statements (#1586) | Frederic L | 1 | -7/+6 |
2018-10-28 | Implement sRGB Support, including workarounds for nvidia driver issues and QT sRGB support | Rodolfo Bogado | 8 | -40/+197 |
2018-10-28 | key_manager: Use isxdigit instead of isdigit when reading key file | Zach Hilman | 1 | -1/+1 |
2018-10-28 | Improved Shader accuracy on Vertex and Geometry Shaders with FFMA, FMUL and FADD | FernandoS27 | 2 | -6/+58 |
2018-10-27 | Implement Default Block Height for each format | FernandoS27 | 1 | -0/+62 |
2018-10-27 | loader/nsp: Move secondary loader initialization to constructor | Zach Hilman | 1 | -17/+20 |
2018-10-27 | gl_rasterizer_cache: Fix compiler warning | Frederic Laing | 1 | -2/+2 |
2018-10-27 | service/filesystem: Add DirectoryDelete & DirectoryDeleteRecursively | DeeJayBro | 1 | -2/+26 |
2018-10-27 | configure_system: Make GetIcon() return the scaled 64x64 icon | Lioncash | 1 | -14/+7 |
2018-10-27 | configure_system: Move entry formatting for the user account list entries to its own function | Lioncash | 1 | -18/+22 |
2018-10-27 | configure_system: Display errors to the user if file operations fail when setting user images | Lioncash | 1 | -24/+46 |
2018-10-27 | cubeb_sink: ignore null-name device when selecting | Weiyi Wang | 1 | -1/+2 |
2018-10-26 | svc: Localize the GetInfo enum class to the function itself | Lioncash | 2 | -32/+31 |
2018-10-26 | svc: Implement svcGetInfo command 0xF0000002 | Lioncash | 6 | -4/+98 |
2018-10-26 | gl_rasterizer: Implement primitive restart. | bunnei | 5 | -1/+40 |
2018-10-26 | maxwell_3d: Add code for initializing register defaults. | bunnei | 2 | -1/+21 |
2018-10-26 | gl_rasterizer: Implement depth range. | bunnei | 4 | -13/+20 |
2018-10-26 | ldr: Partially implement LoadNro. | bunnei | 1 | -3/+49 |
2018-10-26 | process: LoadModule should clear JIT instruction cache. | bunnei | 1 | -0/+6 |
2018-10-26 | Kernel/Memory: Added a function to first a suitable guest address at which to allocate a region of a given size. | bunnei | 2 | -0/+28 |
2018-10-26 | nro: Make LoadNro method accessible outside of apploader code. | bunnei | 2 | -6/+18 |
2018-10-25 | configure_system: Make the file selector text translatable | Lioncash | 1 | -1/+1 |
2018-10-25 | configure_system: Make GetAccountUsername() an internal function | Lioncash | 2 | -25/+28 |
2018-10-25 | configure_system: Default initialize member variables | Lioncash | 1 | -4/+5 |
2018-10-25 | configure_system: Simplify UUID generation call in AddUser() | Lioncash | 1 | -2/+1 |
2018-10-25 | configure_system: Amend function casing | Lioncash | 2 | -6/+6 |
2018-10-25 | configure_system: Add missing override specifier on the destructor | Lioncash | 1 | -1/+1 |
2018-10-25 | configure_system: Make public slots private | Lioncash | 1 | -7/+5 |
2018-10-25 | ips_layer: Use rle_size instead of data_size in RLE patch application | Zach Hilman | 1 | -1/+1 |
2018-10-25 | service/usb: Update service function tables | Lioncash | 1 | -21/+22 |
2018-10-25 | service/acc: Move fallback image to file scope | Lioncash | 1 | -14/+13 |
2018-10-25 | service/acc: Silence compiler warnings | Lioncash | 1 | -5/+8 |
2018-10-25 | service/acc: Early return in failure case in LoadImage() | Lioncash | 1 | -8/+8 |
2018-10-24 | Implemented LD_L and ST_L | FernandoS27 | 3 | -12/+112 |
2018-10-24 | Implement Shader Local Memory | FernandoS27 | 1 | -0/+37 |
2018-10-24 | kernel/errors: Remove now-unused, unnecessary, error codes | Lioncash | 2 | -13/+0 |
2018-10-24 | kernel/shared_memory: Return ERR_INVALID_MEMORY_PERMISSIONS instead of ERR_INVALID_COMBINATION | Lioncash | 1 | -4/+3 |
2018-10-24 | kernel/server_port: Simplify emptiness check within ShouldWait() | Lioncash | 1 | -1/+1 |
2018-10-24 | kernel/server_port: Change error case return value in Accept() to ERR_NOT_FOUND | Lioncash | 2 | -3/+1 |
2018-10-24 | kernel/error: Remove leftover 3DS error codes | Lioncash | 1 | -5/+0 |
2018-10-24 | kernel/svc: Amend returned error code for invalid priorities in CreateThread | Lioncash | 1 | -1/+1 |
2018-10-24 | kernel/svc: Move and correct returned error code for invalid thread priorities in SetThreadPriority() | Lioncash | 1 | -5/+6 |
2018-10-24 | kernel/error: Add error code for invalid pointers | Lioncash | 1 | -1/+1 |
2018-10-24 | kernel/error: Add error code for closed sessions | Lioncash | 1 | -1/+3 |
2018-10-24 | game_list_worker: Use QString's formatting instead of fmt in FormatPatchNameVersions() | Lioncash | 1 | -4/+9 |
2018-10-24 | profile_manager: Use std::optional instead of boost::optional | Lioncash | 5 | -48/+53 |
2018-10-24 | graphic_breakpoints: Correct translation of strings in BreakpointModel's data() function | Lioncash | 2 | -15/+20 |
2018-10-24 | yuzu/main: Notify user of loading errors with Amiibo data | Lioncash | 3 | -17/+40 |
2018-10-24 | configure_system: Clear current username before overwriting | Zach Hilman | 2 | -5/+15 |
2018-10-24 | game_list: Use QFileInfo instead of common's file functions | Lioncash | 1 | -4/+3 |
2018-10-24 | game_list: Make game list column headers translatable | Lioncash | 1 | -5/+5 |
2018-10-24 | bootmanager: Use QStringLiteral instead of std::string to represent the window title | Lioncash | 1 | -4/+2 |
2018-10-24 | time_stretch: Remove unused m_channel_count member variable | Lioncash | 2 | -3/+1 |
2018-10-24 | npad: Remove unused controller variable from OnInit() | Lioncash | 1 | -2/+3 |
2018-10-24 | perf_stats: Remove unused variable within DoFrameLimiting() | Lioncash | 1 | -4/+0 |
2018-10-24 | yuzu/configuration/config: Use a std::unique_ptr for qt_config instead of a raw pointer | Lioncash | 2 | -8/+8 |
2018-10-24 | aoc_u: Make use of previously-unused CheckAOCTitleIDMatchesBase() function | Lioncash | 1 | -3/+3 |
2018-10-24 | vfs: Handle failure of file reading within VfsRawCopy() | Lioncash | 1 | -2/+6 |
2018-10-24 | key_manager: Remove unused variable in DeriveBase() | Lioncash | 1 | -1/+0 |
2018-10-24 | decoders: Remove unused variable within SwizzledData() | Lioncash | 1 | -1/+0 |
2018-10-24 | maxwell_3d: Remove unused variable within ProcessQueryGet() | Lioncash | 1 | -1/+0 |
2018-10-24 | logging/backend: Add missing services to the log filters | Lioncash | 2 | -0/+5 |
2018-10-24 | yuzu/configuration/config: Reorganize member variable and function layout | Lioncash | 1 | -6/+7 |
2018-10-24 | profile_manager: Create save data if it doesn't exist on use | Zach Hilman | 4 | -18/+42 |
2018-10-24 | acc: Fix account UUID duplication error | Zach Hilman | 8 | -80/+106 |
2018-10-24 | configure_system: Clear selection after user delete | Zach Hilman | 2 | -12/+18 |
2018-10-24 | profile_manager: Load user icons, names, and UUIDs from system save | Zach Hilman | 11 | -133/+308 |
2018-10-24 | acc: Load user images from config dir | Zach Hilman | 1 | -9/+45 |
2018-10-24 | qt: Allow user to select emu user on open save data | Zach Hilman | 1 | -3/+24 |
2018-10-24 | qt: Add Profile Manager UI to system settings | Zach Hilman | 3 | -76/+350 |
2018-10-24 | am: Pass current user UUID to launch parameters | Zach Hilman | 1 | -7/+9 |
2018-10-24 | profile_manager: Load users from emulator settings | Zach Hilman | 2 | -5/+7 |
2018-10-24 | settings: Add users and current_user settings and remove username | Zach Hilman | 3 | -6/+54 |
2018-10-24 | Added Amiibo support (#1390) | David | 12 | -80/+386 |
2018-10-23 | Implement PointSize | FernandoS27 | 3 | -5/+28 |
2018-10-23 | Fixed Layered Textures Loading and Cubemaps | FernandoS27 | 3 | -72/+109 |
2018-10-23 | common: Remove memory_util.cpp/.h | Lioncash | 3 | -200/+0 |
2018-10-23 | only redefine 64 bit file operation for MSVC | Weiyi Wang | 1 | -5/+8 |
2018-10-23 | Added assertion failed, reworked logging levels | David Marcec | 1 | -16/+24 |
2018-10-23 | gl_shader_decompiler: Implement VSETP | ReinUsesLisp | 2 | -0/+26 |
2018-10-23 | gl_shader_decompiler: Abstract VMAD into a video subset | ReinUsesLisp | 2 | -75/+82 |
2018-10-23 | Added break types to svcBreak | David Marcec | 1 | -4/+42 |
2018-10-23 | Added Saturation to FMUL32I | FernandoS27 | 2 | -3/+8 |
2018-10-22 | Assert that multiple render targets are not set while alpha testing | FernandoS27 | 3 | -3/+17 |
2018-10-22 | Use standard UBO and fix/stylize the code | FernandoS27 | 8 | -91/+51 |
2018-10-22 | Cache uniform locations and restructure the implementation | FernandoS27 | 3 | -33/+29 |
2018-10-22 | Remove SyncAlphaTest and clang format | FernandoS27 | 4 | -8/+9 |
2018-10-22 | Added Alpha Func | FernandoS27 | 2 | -3/+43 |
2018-10-22 | Implemented Alpha Testing | FernandoS27 | 6 | -3/+59 |
2018-10-22 | Fixed FSETP and FSET | FernandoS27 | 2 | -30/+12 |
2018-10-22 | Fixed VAOs Float types only returning GL_FLOAT in cases that they had to return GL_HALF_FLOAT | FernandoS27 | 1 | -2/+14 |
2018-10-22 | psm: Stub GetChargerType | Zach Hilman | 2 | -24/+27 |
2018-10-21 | service: Add the basic skeleton for the NPNS services | Lioncash | 4 | -2/+109 |
2018-10-21 | hid: Update service function table for hidbus | Lioncash | 1 | -0/+1 |
2018-10-21 | am: Add the basic skeleton for the tcap service | Lioncash | 4 | -0/+44 |
2018-10-21 | am: Update service function tables | Lioncash | 4 | -15/+60 |
2018-10-21 | prepo: Update service function table. | Lioncash | 1 | -8/+13 |
2018-10-21 | lbl: Update service function table names | Lioncash | 1 | -28/+28 |
2018-10-21 | qt: Move Reinitialize Keys to Tools menu | Zach Hilman | 1 | -1/+7 |
2018-10-21 | psm: Stub GetBatteryChargePercentage | Zach Hilman | 2 | -1/+14 |
2018-10-21 | service: Add skeleton for psm service | Zach Hilman | 5 | -0/+75 |
2018-10-20 | CMakeLists: Use PROJECT_SOURCE_DIR instead of CMAKE_SOURCE_DIR | Lioncash | 2 | -5/+5 |
2018-10-20 | CMakeLists: Use target_compile_definitions instead of add_definitions to define YUZU_ENABLE_COMPATIBILITY_REPORTING | Lioncash | 1 | -1/+1 |
2018-10-20 | web_service/CMakeLists: Make the CPPHTTPLIB_OPENSSL_SUPPORT constrained to the web_service library only | Lioncash | 1 | -1/+1 |
2018-10-20 | kernel/process: Make the handle table per-process | Lioncash | 9 | -100/+97 |
2018-10-20 | engines/maxwell_*: Use nested namespace specifiers where applicable | Lioncash | 3 | -12/+6 |
2018-10-20 | maxwell_dma: Make variables const where applicable within HandleCopy() | Lioncash | 1 | -3/+3 |
2018-10-20 | maxwell_dma: Make FlushAndInvalidate's size parameter a u64 | Lioncash | 1 | -1/+1 |
2018-10-20 | maxwell_dma: Remove unused variables in HandleCopy() | Lioncash | 1 | -3/+0 |
2018-10-20 | svc: Fix vma boundary check in svcQueryMemory | Lioncash | 1 | -1/+1 |
2018-10-20 | gl_shader_decompiler: Allow std::move to function in SetPredicate | Lioncash | 1 | -1/+1 |
2018-10-20 | gl_shader_decompiler: Get rid of variable shadowing warnings | Lioncash | 1 | -2/+2 |
2018-10-20 | gl_shader_decompiler: Fix a few comment typos | Lioncash | 1 | -3/+4 |
2018-10-20 | gl_shader_decompiler: Move position varying declaration back to gl_shader_gen | ReinUsesLisp | 3 | -13/+9 |
2018-10-20 | Added auto controller switching to supported controllers and single joycon button rotation | David Marcec | 2 | -4/+189 |
2018-10-20 | aoc_u: Stub GetAddOnContentListChangedEvent | Zach Hilman | 2 | -1/+16 |
2018-10-20 | crypto: Use compressed sizes in offset calculation for KIP decompression | Zach Hilman | 1 | -1/+2 |
2018-10-19 | vfs: Remove InterpretAsDirectory and related functions | Zach Hilman | 17 | -95/+1 |
2018-10-19 | Stubbed home blocking | David Marcec | 2 | -4/+36 |
2018-10-19 | es: Update service function tables | Lioncash | 1 | -7/+11 |
2018-10-19 | audio: Update service function tables | Lioncash | 1 | -17/+20 |
2018-10-19 | omm: Update service function tables | Lioncash | 1 | -16/+18 |
2018-10-19 | nifm: Update service function tables | Lioncash | 1 | -0/+1 |
2018-10-19 | hid: Update service function tables | Lioncash | 1 | -6/+45 |
2018-10-19 | nim: Add the basic skeleton of the nim:eca service | Lioncash | 1 | -0/+17 |
2018-10-19 | ns: Update service function table | Lioncash | 1 | -6/+49 |
2018-10-19 | set_cal: Update service function table | Lioncash | 1 | -1/+2 |
2018-10-19 | GPU: Improved implementation of maxwell DMA (Subv). | bunnei | 3 | -17/+66 |
2018-10-19 | decoders: Introduce functions for un/swizzling subrects. | bunnei | 2 | -0/+49 |
2018-10-19 | GPU: Invalidate destination address of kepler_memory writes. | bunnei | 3 | -3/+17 |
2018-10-19 | fermi_2d: Add support for more accurate surface copies. | bunnei | 2 | -3/+12 |
2018-10-18 | svc: Check for word alignment of addresses within svcArbitrateLock/svcArbitrateUnlock | Lioncash | 1 | -0/+8 |
2018-10-18 | common: Add function for checking word alignment to alignment.h | Lioncash | 1 | -0/+6 |
2018-10-18 | common: Move Is4KBAligned() to alignment.h | Lioncash | 2 | -9/+13 |
2018-10-18 | core: Remove unnecessary assert in ArmInterface() | Lioncash | 1 | -2/+1 |
2018-10-18 | Used better names for mm:u and fixed bad stub | David Marcec | 1 | -8/+42 |
2018-10-18 | svc: Add missing sanitizing checks for MapSharedMemory/UnmapSharedMemory | Lioncash | 3 | -3/+50 |
2018-10-18 | hid/controller: Remove unused header inclusions | Lioncash | 9 | -9/+0 |
2018-10-18 | hid/controller/npad: Remove unused dump_idx member variable | Lioncash | 1 | -1/+0 |
2018-10-18 | hid/controller/npad: Remove unnecessary semicolon from the closing brace of LedPattern's constructor | Lioncash | 1 | -1/+1 |
2018-10-18 | hid/controller/npad: Remove #pragma once from the cpp file | Lioncash | 1 | -2/+0 |
2018-10-18 | hid/controller/npad: Move npad_id_list into the cpp file | Lioncash | 2 | -2/+10 |
2018-10-18 | hid/controller/npad: Remove unnecessary const from void return type | Lioncash | 2 | -2/+2 |
2018-10-18 | hid/controller: Default the destructors of all controller types in the cpp file | Lioncash | 16 | -0/+16 |
2018-10-18 | controller_base: Default the base class constructor and destructor in the cpp file | Lioncash | 2 | -2/+4 |
2018-10-18 | gl_shader_decompiler: Implement PBK and BRK | ReinUsesLisp | 2 | -22/+43 |
2018-10-18 | Clang format and other fixes | FernandoS27 | 1 | -16/+0 |
2018-10-18 | Implement Reinterpret Surface, to accurately blit 3D textures | FernandoS27 | 1 | -2/+4 |
2018-10-18 | Implement GetInRange in the Rasterizer Cache | FernandoS27 | 1 | -0/+16 |
2018-10-18 | Implement 3D Textures | FernandoS27 | 4 | -1/+10 |
2018-10-18 | qt: Add support for dumping a DLC Data RomFS | Zach Hilman | 4 | -11/+73 |
2018-10-18 | gl_rasterizer_cache: Remove unnecessary block_depth=1 on Flush. | bunnei | 1 | -1/+0 |
2018-10-18 | gl_rasterizer_cache: Remove unnecessary temporary buffer with unswizzle. | bunnei | 1 | -5/+2 |
2018-10-17 | registered_cache: Deduplicate results of ListEntry and ListEntryFilter | Zach Hilman | 2 | -2/+16 |
2018-10-17 | Using dual joycons as the default controller | David Marcec | 3 | -77/+59 |
2018-10-17 | fsp_srv: Apply patches to Data storage in OpenDataStorageByDataId | Zach Hilman | 1 | -1/+5 |
2018-10-17 | patch_manager: Add support for using LayeredFS with Data | Zach Hilman | 1 | -2/+3 |
2018-10-16 | gl_rasterizer_cache: Use AccurateCopySurface for use_accurate_gpu_emulation. | bunnei | 2 | -2/+18 |
2018-10-16 | config: Rename use_accurate_framebuffers -> use_accurate_gpu_emulation. | bunnei | 10 | -20/+20 |
2018-10-16 | rasterizer_cache: Refactor to support in-order flushing. | bunnei | 6 | -63/+116 |
2018-10-16 | content_archive: Simpify assignment of bktr_base_romfs in the constructor | Lioncash | 1 | -2/+1 |
2018-10-16 | content_archive: Make IsValidNCA() an internally linked function | Lioncash | 2 | -3/+1 |
2018-10-16 | content_archive: Simplify rights ID check | Lioncash | 1 | -2/+2 |
2018-10-16 | content_archive: Split loading into separate functions | Lioncash | 2 | -253/+290 |
2018-10-16 | content_archive: Pass and take NCASectionHeader instance by reference | Lioncash | 2 | -3/+3 |
2018-10-16 | XCI: Add function for checking the existence of the program NCA | Lioncash | 3 | -7/+8 |
2018-10-16 | gl_rasterizer_cache: Refactor to only call GetRegionEnd on surface creation. | bunnei | 2 | -16/+23 |
2018-10-16 | gl_rasterizer_cache: Only flush when use_accurate_framebuffers is enabled. | bunnei | 2 | -2/+13 |
2018-10-16 | gl_rasterizer_cache: Separate guest and host surface size managment. | bunnei | 2 | -92/+94 |
2018-10-16 | gl_rasterizer_cache: Rename GetGLBytesPerPixel to GetBytesPerPixel. | bunnei | 2 | -17/+18 |
2018-10-16 | gl_rasterizer_cache: Remove unused FlushSurface method. | bunnei | 2 | -7/+0 |
2018-10-16 | gl_rasterizer: Implement flushing. | bunnei | 1 | -1/+25 |
2018-10-16 | gl_rasterizer_cache: Remove usage of Memory::Read/Write functions. | bunnei | 1 | -13/+8 |
2018-10-16 | gl_rasterizer_cache: Clamp cached surface size to mapped GPU region size. | bunnei | 2 | -19/+37 |
2018-10-16 | memory_manager: Add a method for querying the end of a mapped GPU region. | bunnei | 2 | -0/+11 |
2018-10-16 | rasterizer_cache: Reintroduce method for flushing. | bunnei | 3 | -0/+23 |
2018-10-16 | gl_rasterizer_cache: Reintroduce code for handling swizzle and flush to guest RAM. | bunnei | 2 | -28/+119 |
2018-10-16 | Implement VI ConvertScalingMode (#1475) | David | 1 | -1/+49 |
2018-10-16 | savedata_factory: Add TemporaryStorage SaveDataSpaceId | Zach Hilman | 1 | -1/+4 |
2018-10-16 | savedata_factory: Add support for DeviceSaveData | Zach Hilman | 1 | -0/+8 |
2018-10-16 | file_sys/registered_cache: Use unique_ptr and regular pointers instead of shared_ptrs where applicable | Lioncash | 12 | -51/+53 |
2018-10-16 | file_sys/control_metadata: Get rid of magic constants | Lioncash | 1 | -3/+6 |
2018-10-15 | nso: Return an optional address from LoadModule | Lioncash | 5 | -16/+29 |
2018-10-15 | shader_bytecode: Add Control Code enum 0xf | ReinUsesLisp | 1 | -1/+1 |
2018-10-15 | gl_shader_decompiler: Fixup style inconsistencies | ReinUsesLisp | 1 | -5/+3 |
2018-10-15 | gl_rasterizer: Silence implicit cast warning in glBindBufferRange | ReinUsesLisp | 1 | -1/+2 |
2018-10-15 | core_cpu: Make Cpu scheduler instances unique_ptrs instead of shared_ptrs | Lioncash | 10 | -31/+50 |
2018-10-15 | core: Make the live Cpu instances unique_ptrs instead of shared_ptrs | Lioncash | 1 | -9/+9 |
2018-10-15 | core: Make the exclusive monitor a unique_ptr instead of a shared_ptr | Lioncash | 5 | -15/+13 |
2018-10-15 | core: Make CPUBarrier a unique_ptr instead of a shared_ptr | Lioncash | 3 | -11/+10 |
2018-10-15 | gl_shader_decompiler: Implement HSET2_R | ReinUsesLisp | 2 | -0/+62 |
2018-10-15 | gl_shader_decompiler: Implement HSETP2_R | ReinUsesLisp | 2 | -0/+65 |
2018-10-15 | gl_shader_decompiler: Implement HFMA2 instructions | ReinUsesLisp | 2 | -0/+85 |
2018-10-15 | gl_shader_decompiler: Implement HADD2_IMM and HMUL2_IMM | ReinUsesLisp | 2 | -0/+73 |
2018-10-15 | gl_shader_decompiler: Implement non-immediate HADD2 and HMUL2 instructions | ReinUsesLisp | 2 | -0/+75 |
2018-10-15 | gl_shader_decompiler: Setup base for half float unpacking and setting | ReinUsesLisp | 2 | -0/+98 |
2018-10-15 | crypto: Various crypto fixes for quickstart guide | Zach Hilman | 2 | -4/+8 |
2018-10-15 | nso: Make LoadModule take a VfsFile by const reference | Lioncash | 3 | -11/+9 |
2018-10-15 | nro: Make LoadNro take a VfsFile by const reference | Lioncash | 2 | -6/+6 |
2018-10-15 | svc: Clarify enum values for AddressSpaceBaseAddr and AddressSpaceSize in svcGetInfo() | Lioncash | 4 | -28/+44 |
2018-10-15 | aoc: Read DLC base title ID from RegisteredCache | Zach Hilman | 3 | -2/+18 |
2018-10-14 | Implement Arrays on Tex Instruction | FernandoS27 | 1 | -14/+55 |
2018-10-14 | Stop all threads on svcBreak | David Marcec | 1 | -0/+6 |
2018-10-14 | aoc: Return size in ListAddOnContent | Zach Hilman | 1 | -1/+2 |
2018-10-14 | Fix TLDS | FernandoS27 | 1 | -1/+5 |
2018-10-14 | Shorten the implementation of 3D swizzle to only 3 functions | FernandoS27 | 1 | -70/+27 |
2018-10-13 | svc: Implement svcGetProcessInfo | Lioncash | 3 | -4/+50 |
2018-10-13 | Fix a Crash on Zelda BotW and Splatoon 2, and simplified LoadGLBuffer | FernandoS27 | 2 | -19/+2 |
2018-10-13 | Propagate depth and depth_block on modules using decoders | FernandoS27 | 8 | -54/+67 |
2018-10-13 | Remove old Swizzle algorithms and use 3d Swizzle | FernandoS27 | 1 | -93/+69 |
2018-10-13 | Implement Precise 3D Swizzle | FernandoS27 | 1 | -3/+71 |
2018-10-13 | Implement Fast 3D Swizzle | FernandoS27 | 1 | -2/+74 |
2018-10-13 | filesystem: Make CreateFactories() and InstallInterface() take a VfsFilesystem instance by reference | Lioncash | 7 | -20/+19 |
2018-10-13 | yuzu/main: Simplify OnMenuLoadFile() | Lioncash | 1 | -14/+12 |
2018-10-13 | yuzu/main: Apply the [[maybe_unused]] attribute to the parameter of SetDiscordEnabled() | Lioncash | 1 | -1/+1 |
2018-10-13 | Added ASTC 5x4; 8x5 | Hexagon12 | 3 | -6/+32 |
2018-10-13 | partition_data_manager: Reserve and insert data within output vector in DecryptPackage2() | Lioncash | 1 | -20/+16 |
2018-10-13 | partition_data_manager: Remove unused std::map instance within DecryptPackage2() | Lioncash | 1 | -2/+0 |
2018-10-13 | partition_data_manager: Take package2_keys by const reference | Lioncash | 2 | -2/+3 |
2018-10-13 | partition_data_manager: Move IV data to where it's needed in DecryptPackage2() | Lioncash | 1 | -3/+1 |
2018-10-13 | partition_data_manager: Remove commented out code | Lioncash | 1 | -2/+0 |
2018-10-13 | key_manager/partition_data_manager: Silence truncation compiler warnings | Lioncash | 4 | -10/+15 |
2018-10-13 | partition_data_manager: Dehardcode array bounds | Lioncash | 2 | -7/+12 |
2018-10-13 | partition_data_manager: Take VirtualFile by const reference in constructor | Lioncash | 2 | -2/+2 |
2018-10-13 | partition_data_manager: Amend constructor initializer list order | Lioncash | 1 | -2/+3 |
2018-10-13 | partition_data_manager: Remove unused includes | Lioncash | 2 | -4/+1 |
2018-10-13 | key_manager: Use std::vector's insert() instead of std::copy with a back_inserter | Lioncash | 1 | -2/+2 |
2018-10-13 | key_manager: Brace long conditional body | Lioncash | 1 | -1/+2 |
2018-10-13 | key_manager: Don't assume file seeks and reads will always succeed | Lioncash | 1 | -7/+17 |
2018-10-13 | key_manager: Remove unnecessary seek in DeriveSDSeed() | Lioncash | 1 | -1/+0 |
2018-10-13 | patch_manager: Move non-Program RomFS patch log to Debug | Zach Hilman | 1 | -2/+8 |
2018-10-13 | content_archive: Move get key log to Trace level | Zach Hilman | 1 | -1/+1 |
2018-10-12 | Implemented helper function to correctly calculate a texture's size | FernandoS27 | 2 | -0/+22 |
2018-10-12 | kernel/process: Make CodeSet a regular non-inherited object | Lioncash | 7 | -83/+45 |
2018-10-12 | thread: Remove unnecessary memset from ResetThreadContext() | Lioncash | 1 | -4/+1 |
2018-10-12 | Returned an error before processing other remaps | David Marcec | 1 | -6/+2 |
2018-10-12 | Made the minimum alignment more clear | David Marcec | 1 | -2/+3 |
2018-10-12 | svc: Fix typos in sanitizing checks for MapMemory/UnmapMemory | Lioncash | 1 | -3/+3 |
2018-10-12 | Wip | David Marcec | 2 | -3/+23 |
2018-10-11 | Dynamically decide handheld variant based on supported npad id priority | David Marcec | 3 | -19/+62 |
2018-10-11 | Added error codes for nvmap | David Marcec | 1 | -12/+59 |
2018-10-11 | Passing an invalid nmap handle to Remap should throw an error | David Marcec | 1 | -3/+14 |
2018-10-11 | gl_shader_decompiler: Implement VMAD | ReinUsesLisp | 2 | -0/+118 |
2018-10-11 | nvhost_as_gpu: Flush CPU VAddr on UnmapBuffer. | bunnei | 1 | -3/+4 |
2018-10-11 | core/CMakeLists: Make all web_service-related libraries private | Lioncash | 1 | -1/+1 |
2018-10-11 | web_backend: Make Client use the PImpl idiom | Lioncash | 5 | -142/+154 |
2018-10-11 | HwOpus, Implemented DecodeInterleavedWithPerformance | David Marcec | 1 | -3/+34 |
2018-10-11 | telemetry_json: Use the PImpl idiom to avoid unnecessary dependency exposure | Lioncash | 2 | -49/+55 |
2018-10-11 | telemetry_json: Add missing override specifier to the destructor of TelemetryJson | Lioncash | 1 | -1/+1 |
2018-10-11 | telemetry_json: Take std::string parameters by value | Lioncash | 2 | -3/+2 |
2018-10-11 | telemetry_json: Remove unnecessary includes | Lioncash | 2 | -3/+1 |
2018-10-11 | core/CMakeLists: Use target_compile_definitions instead of add_definitions for specifying ENABLE_WEB_SERVICE | Lioncash | 1 | -1/+1 |
2018-10-11 | svc: Add missing address range sanitizing checks to MapMemory/UnmapMemory | Lioncash | 2 | -12/+81 |
2018-10-10 | Added BeginPermitVibrationSession and EndPermitVibrationSession | David Marcec | 3 | -2/+26 |
2018-10-10 | Added GetLedPattern and HandheldVariant | David Marcec | 3 | -6/+63 |
2018-10-10 | kernel/thread: Use a regular pointer for the owner/current process | Lioncash | 10 | -39/+41 |
2018-10-10 | Kirby expects handheld controllers to be at position 8 | David Marcec | 1 | -2/+8 |
2018-10-10 | Add memory Layout to Render Targets and Depth Buffers | FernandoS27 | 3 | -21/+33 |
2018-10-10 | Added the ability to "disconnect" individual npads | David Marcec | 3 | -16/+40 |
2018-10-10 | Removed unneeded forward declarations | David Marcec | 2 | -13/+2 |
2018-10-10 | Addressed changes for better hid | David Marcec | 19 | -167/+238 |
2018-10-10 | "Better Hid" rework part 1 | David Marcec | 22 | -644/+1500 |
2018-10-10 | Changed all casts in svc_wrap.h to be static_cast instead | David Marcec | 1 | -25/+28 |
2018-10-10 | Use a better name than "dont_kill_application" | David Marcec | 1 | -2/+2 |
2018-10-10 | Fixed incorrect types for svcBreak | David Marcec | 2 | -3/+8 |
2018-10-10 | Fixed block height settings for RenderTargets and Depth Buffers, and added block width and block depth | FernandoS27 | 5 | -12/+63 |
2018-10-09 | gl_shader_decompiler: Remove unused variables in TMML's implementation | Lioncash | 1 | -7/+3 |
2018-10-09 | telemetry_session: Remove doxygen comment for a non-existent parameter | Lioncash | 1 | -1/+0 |
2018-10-09 | telemetry_session: Add missing includes | Lioncash | 2 | -2/+5 |
2018-10-09 | telemetry_session: Remove unimplemented FinalizeAsyncJob prototype | Lioncash | 1 | -2/+0 |
2018-10-09 | telemetry_session: Use a std::array in GenerateTelemetryId() | Lioncash | 1 | -2/+4 |
2018-10-09 | patch_manager: Return a std::unique_ptr from ParseControlNCA() and GetControlMetadata() instead of a std::shared_ptr | Lioncash | 7 | -21/+18 |
2018-10-09 | implemented touch in Qt and SDL | NeatNit | 4 | -10/+131 |
2018-10-09 | ips_layer: Avoid constructing std::vector instances where not necessary | Lioncash | 1 | -6/+25 |
2018-10-09 | ips_layer: Remove unnecessary explicit std::pair constructor in std::array | Lioncash | 1 | -5/+13 |
2018-10-09 | ips_layer: Add missing includes | Lioncash | 2 | -7/+17 |
2018-10-09 | ips_layer: std::move data within PatchIPS() and Apply() | Lioncash | 1 | -2/+5 |
2018-10-09 | ips_layer: Silence truncation and conversion warnings | Lioncash | 1 | -3/+3 |
2018-10-09 | Implement Scissor Test | FernandoS27 | 1 | -4/+9 |
2018-10-09 | Added bitfield instead of manually checking if the bit is set | David Marcec | 1 | -4/+12 |
2018-10-09 | Assert Scissor tests | FernandoS27 | 3 | -1/+31 |
2018-10-09 | EffectOutStatus padding is now in hex | David Marcec | 1 | -1/+1 |
2018-10-09 | Actual kill execution when the bit isn't set, not the other way around | David Marcec | 1 | -1/+1 |
2018-10-09 | svcBreak, Signalling to the debugger should not kill execution | David Marcec | 1 | -5/+12 |
2018-10-08 | Unmapping an unmapped buffer should succeed | David Marcec | 1 | -1/+6 |
2018-10-07 | gl_shader_decompiler: Move position varying location from 15 to 0 and apply an offset | ReinUsesLisp | 1 | -6/+10 |
2018-10-07 | gl_shader_decompiler: Implement geometry shaders | ReinUsesLisp | 10 | -107/+522 |
2018-10-07 | video_core: Allow LabelGLObject to use extra info on any object | ReinUsesLisp | 1 | -10/+14 |
2018-10-07 | nso/nro: Use default allocation size for arg_data | Zach Hilman | 4 | -14/+20 |
2018-10-07 | cmd: Support passing game arguments from command line | Zach Hilman | 4 | -10/+14 |
2018-10-07 | qt: Add UI option to configure arguments | Zach Hilman | 3 | -0/+27 |
2018-10-07 | settings: Add program_args string setting | Zach Hilman | 1 | -0/+1 |
2018-10-07 | nso/nro: Add NSO arguments structure to data section | Zach Hilman | 4 | -3/+38 |
2018-10-07 | partition_data_manager: Rename system files for hekate | Zach Hilman | 6 | -195/+247 |
2018-10-07 | qt: Add rederive keyset menu option | Zach Hilman | 3 | -49/+89 |
2018-10-07 | qt: Add key derivation progress bar on initial setup | Zach Hilman | 1 | -0/+52 |
2018-10-07 | crypto: Add PartitionDataManager | Zach Hilman | 3 | -0/+692 |
2018-10-07 | key_manager: Add support for loading keys from partition data | Zach Hilman | 2 | -0/+88 |
2018-10-07 | key_manager: Add ETicket key derivation | Zach Hilman | 3 | -2/+277 |
2018-10-07 | key_manager: Add base key derivation | Zach Hilman | 2 | -4/+220 |
2018-10-07 | key_manager: Add BIS key getter | Zach Hilman | 2 | -2/+19 |
2018-10-07 | key_manager: Add support for more keys | Zach Hilman | 2 | -3/+99 |
2018-10-07 | key_manager: Add keyblob support | Zach Hilman | 2 | -0/+14 |
2018-10-07 | key_manager: Add support for crypto revisions past 04 | Zach Hilman | 1 | -43/+63 |
2018-10-07 | key_manager: Add support for comments in keyfiles | Zach Hilman | 1 | -0/+3 |
2018-10-07 | vfs: Move forward declarations to separate file | Zach Hilman | 2 | -9/+22 |
2018-10-07 | key_manager: Add support for console-specific keyfile | Zach Hilman | 2 | -3/+13 |
2018-10-07 | key_manager: Rename KEK to Kek | Zach Hilman | 2 | -8/+9 |
2018-10-07 | Fixed assertion due to CountAddOnContent | David Marcec | 1 | -5/+5 |
2018-10-07 | Fixups for softlock | David Marcec | 2 | -6/+7 |
2018-10-07 | Fixed missing return | David Marcec | 1 | -1/+1 |
2018-10-07 | Fixed smo softlock | David Marcec | 2 | -13/+120 |
2018-10-07 | logging: Add DebuggerBackend for logging to Visual Studio | Carl Kenner | 4 | -2/+29 |
2018-10-07 | gl_rasterizer: Fixup undefined behaviour in SetupDraw | ReinUsesLisp | 1 | -0/+1 |
2018-10-06 | yuzu/yuzu_cmd: Add checks for required extension ARB_copy_image. | bunnei | 2 | -0/+4 |
2018-10-06 | Implemented Depth Compare and Shadow Samplers | FernandoS27 | 6 | -65/+224 |
2018-10-06 | Remove "#" in the version number | fearlessTobi | 1 | -1/+1 |
2018-10-06 | citra_qt/configuration: misc input tab improvements | zhupengfei | 5 | -19/+119 |
2018-10-06 | Added forward define for ServerPort | David Marcec | 2 | -4/+6 |
2018-10-06 | fermi_2d: Implement simple copies with AccelerateSurfaceCopy. | bunnei | 3 | -24/+36 |
2018-10-06 | gl_rasterizer: Add rasterizer cache code to handle accerated fermi copies. | bunnei | 5 | -16/+60 |
2018-10-06 | gl_rasterizer_cache: Implement a simpler surface copy using glCopyImageSubData. | bunnei | 1 | -0/+21 |
2018-10-06 | qt: Update telemetry links | Lioncash | 2 | -2/+2 |
2018-10-06 | Ported #4296 from citra | David Marcec | 3 | -1/+25 |
2018-10-06 | kernel/mutex: Amend behavior of TransferMutexOwnership() | Lioncash | 1 | -1/+1 |
2018-10-05 | thread: Make the scheduler pointer a regular pointer | balika011 | 2 | -4/+4 |
2018-10-05 | romfs_factory: Extract packed update setter to new function | Zach Hilman | 10 | -9/+38 |
2018-10-05 | patch_manager: Add support for NSP packed updates | Zach Hilman | 2 | -3/+10 |
2018-10-05 | game_list: Add XCI update versioning to game list | Zach Hilman | 1 | -4/+8 |
2018-10-05 | patch_manager: Add support for packed updates | Zach Hilman | 4 | -5/+18 |
2018-10-05 | loader: Add getter for packed update | Zach Hilman | 6 | -3/+58 |
2018-10-05 | loader: Add ReadRomFSIVFCOffset to NSP, XCI, and NAX loaders | Zach Hilman | 6 | -6/+20 |
2018-10-05 | text_formatter: Avoid unnecessary string temporary creation in PrintMessage() | Lioncash | 1 | -1/+1 |
2018-10-04 | patch_manager: Avoid romfs_ext requirement for patching | Zach Hilman | 1 | -4/+1 |
2018-10-04 | fsmitm_romfsbuild: Extract stubs and IPS to romfs_ext dir | Zach Hilman | 5 | -21/+38 |
2018-10-04 | fsmitm_romfsbuild: Add support for stubbing and IPS patches in LFS | Zach Hilman | 1 | -0/+14 |
2018-10-04 | ips_layer: Fix inaccuracies with comments and flags | Zach Hilman | 3 | -16/+51 |
2018-10-04 | ips_layer: Deduplicate resource usage | Zach Hilman | 5 | -33/+39 |
2018-10-04 | ips_layer: Add support for escape sequences and midline comments | Zach Hilman | 3 | -8/+41 |
2018-10-04 | patch_manager: Add support for IPSwitch format patches | Zach Hilman | 1 | -22/+56 |
2018-10-04 | ips_layer: Add IPSwitchCompiler to process IPSwitch format | Zach Hilman | 2 | -0/+168 |
2018-10-04 | hex_util: Add HexVectorToString and HexStringToVector | Zach Hilman | 2 | -0/+24 |
2018-10-04 | ui_settings: Place definition of the theme array within the cpp file | Lioncash | 3 | -5/+10 |
2018-10-04 | kernel/thread: Make all instance variables private | Lioncash | 15 | -227/+418 |
2018-10-04 | gl_rasterizer: Implement quads topology | ReinUsesLisp | 8 | -46/+236 |
2018-10-03 | Implemented Texture Processing Modes in TEXS and TLDS | FernandoS27 | 1 | -5/+42 |
2018-10-03 | submission_package: Avoid dangling std::string_view within SetTicketKeys() | Lioncash | 1 | -2/+5 |
2018-10-03 | submission_package: Correct location of null check within SetTicketKeys() | Lioncash | 1 | -3/+6 |
2018-10-03 | submission_package: Use std::string's rfind() when looking for the extension in InitializeExeFSAndRomFS() | Lioncash | 1 | -1/+1 |
2018-10-03 | submission_package: Ensure the 'extracted' member variable is always initialized | Lioncash | 2 | -3/+1 |
2018-10-03 | submission_package: Move ExeFS and RomFS initialization to its own function | Lioncash | 2 | -10/+18 |
2018-10-03 | submission_package: Move NCA reading code to its own function | Lioncash | 2 | -43/+48 |
2018-10-03 | submission_package: Move ticket key setting to its own function | Lioncash | 1 | -21/+28 |
2018-10-03 | submission_package: Invert conditionals within NSP's constructor to reduce nesting | Lioncash | 1 | -45/+49 |
2018-10-03 | card_image: Ensure program_nca_status is always initialized | Lioncash | 1 | -1/+3 |
2018-10-03 | aoc_u: Fix edge case with DLC that causes breaks | Zach Hilman | 1 | -1/+1 |
2018-10-03 | services/fsp_srv: Amend service function table | Lioncash | 1 | -0/+2 |
2018-10-03 | service/lbl: Update service function table | Lioncash | 1 | -19/+19 |
2018-10-03 | configure_input: Make analog mapping strings translatable | Lioncash | 1 | -3/+3 |
2018-10-03 | configure_audio: Move combo box index setting to their own functions | Lioncash | 2 | -11/+25 |
2018-10-03 | configure_audio: Use QString::fromStdString() for converting audio device names | Lioncash | 1 | -3/+3 |
2018-10-03 | configure_audio: Add disambiguation comment for the volume percentage string | Lioncash | 2 | -4/+8 |
2018-10-03 | configure_graphics: Make functions internally linked where applicable | Lioncash | 1 | -21/+23 |
2018-10-02 | nso: Optimize loading of IPS patches | Zach Hilman | 5 | -51/+43 |
2018-10-02 | string_util: unify UTF8<->UTF16 conversion to codecvt | Weiyi Wang | 1 | -109/+6 |
2018-10-02 | string_util: remove TString conversion for windows | Weiyi Wang | 2 | -19/+1 |
2018-10-02 | string_util: remove ShiftJIS/CP1252 conversion function | Weiyi Wang | 2 | -22/+0 |
2018-10-02 | Review comments - part 5 | fearlessTobi | 4 | -8/+7 |
2018-10-02 | Review comments -part 4 | fearlessTobi | 3 | -2/+7 |
2018-10-02 | Review comments - part 3 | fearlessTobi | 6 | -25/+7 |
2018-10-02 | web_backend: protect jwt cache with a mutex | Weiyi Wang | 2 | -1/+4 |
2018-10-02 | Address more review comments | fearlessTobi | 1 | -1/+1 |
2018-10-02 | Address a bunch of review comments | fearlessTobi | 11 | -19/+27 |
2018-10-02 | Port web_service from Citra | fearlessTobi | 37 | -34/+1554 |
2018-10-01 | deconstructed_rom_directory: Force NSO loader to patch NSOs | Zach Hilman | 1 | -1/+3 |
2018-10-01 | nso: Add framework to support patching of uncompressed NSOs | Zach Hilman | 2 | -2/+17 |
2018-10-01 | patch_manager: Add PatchNSO function | Zach Hilman | 3 | -0/+104 |
2018-10-01 | patch_manager: Use strings for patch type instead of enum | Zach Hilman | 3 | -33/+36 |
2018-10-01 | file_sys: Implement function to apply IPS patches | Zach Hilman | 2 | -0/+103 |
2018-10-01 | nso: Replace NSOHeader padding bytes with build ID | Zach Hilman | 1 | -2/+1 |
2018-10-01 | gl_rasterizer: Fixup unassigned point sizes | ReinUsesLisp | 1 | -1/+4 |
2018-10-01 | aoc_u: Extract AccumulateAOCTitleIDs to separate function | Zach Hilman | 2 | -21/+28 |
2018-10-01 | aoc_u: Implement GetAddOnContentBaseId | Zach Hilman | 3 | -5/+8 |
2018-10-01 | aoc_u: Implement Count, List and Prepare AddOnContent | Zach Hilman | 2 | -3/+78 |
2018-10-01 | romfs_factory: Read from all locations with StorageId None | Zach Hilman | 1 | -26/+25 |
2018-10-01 | patch_manager: Add DLC recognition to PatchManager | Zach Hilman | 2 | -0/+27 |
2018-09-30 | gl_rasterizer_cache: Fixes to how we do render to cubemap. | bunnei | 2 | -32/+5 |
2018-09-30 | gl_rasterizer_cache: Add check for array rendering to cubemap texture. | bunnei | 1 | -0/+8 |
2018-09-30 | gl_rasterizer_cache: Implement render to cubemap. | bunnei | 3 | -119/+218 |
2018-09-30 | gl_shader_decompiler: TEXS: Implement TextureType::TextureCube. | bunnei | 1 | -0/+8 |
2018-09-30 | gl_rasterizer_cache: Add support for SurfaceTarget::TextureCubemap. | bunnei | 2 | -1/+36 |
2018-09-30 | gl_rasterizer_cache: Implement LoadGLBuffer for Texture2DArray. | bunnei | 1 | -0/+8 |
2018-09-30 | gl_rasterizer_cache: Update BlitTextures to support non-Texture2D ColorTexture surfaces. | bunnei | 1 | -23/+88 |
2018-09-30 | gl_rasterizer_cache: Track texture target and depth in the cache. | bunnei | 1 | -2/+3 |
2018-09-30 | gl_rasterizer_cache: Workaround for Texture2D -> Texture2DArray scenario. | bunnei | 3 | -6/+21 |
2018-09-30 | gl_rasterizer_cache: Keep track of surface 2D size separately from total size. | bunnei | 2 | -32/+46 |
2018-09-30 | Fix trailing whitespace | raven02 | 1 | -1/+4 |
2018-09-30 | kernel/svc: Implement svcGetThreadContext() | Lioncash | 3 | -2/+37 |
2018-09-30 | kernel/process: Add a data member to determine if a process is 64-bit or not. | Lioncash | 2 | -0/+11 |
2018-09-30 | kernel/process: Make data member variables private | Lioncash | 18 | -75/+120 |
2018-09-30 | arm_interface: Add missing fpsr/tpidr members to the ThreadContext struct | Lioncash | 3 | -5/+15 |
2018-09-30 | Implement ISystemDisplayService::GetDisplayMode | raven02 | 1 | -1/+19 |
2018-09-29 | loader: Make the Load() function take a process as a regular reference, not a SharedPtr | Lioncash | 18 | -42/+28 |
2018-09-28 | kernel/object: Remove unnecessary std::move from DynamicObjectCast() | Lioncash | 2 | -3/+2 |
2018-09-28 | video_core: Implement point_size and add point state sync | ReinUsesLisp | 5 | -1/+27 |
2018-09-28 | gl_state: Pack sampler bindings into a single ARB_multi_bind | ReinUsesLisp | 5 | -8/+25 |
2018-09-27 | qt: Install System TitleTypes to System NAND | Zach Hilman | 1 | -4/+14 |
2018-09-26 | fsmitm_romfsbuild: std::move std::vector instances in Build() | Lioncash | 1 | -2/+2 |
2018-09-26 | fsmitm_romfsbuild: Replace manual value aligning with Common::AlignUp() | Lioncash | 1 | -12/+11 |
2018-09-26 | patch_manager: Invert conditionals within ApplyLayeredFS() | Lioncash | 1 | -27/+30 |
2018-09-26 | video_core: Add asserts for CS, TFB and alpha testing | ReinUsesLisp | 5 | -3/+92 |
2018-09-26 | vfs_vector: Amend initializer list order in VectorVfsFile's constructor initializer list | Lioncash | 1 | -1/+1 |
2018-09-26 | fsmitm_romfsbuild: Avoid type truncation warnings | Lioncash | 1 | -7/+10 |
2018-09-26 | fsmitm_romfsbuild: Remove unnecessary constructors and initializers for RomFSBuildFileContext and RomFSBuildDirectoryContext | Lioncash | 1 | -5/+3 |
2018-09-26 | fsmitm_romfsbuild: Remove unnecessary loops in Build() | Lioncash | 1 | -6/+0 |
2018-09-26 | fsmitm_romfsbuild: Make auto variable into a std::size_t variable within Build() | Lioncash | 1 | -1/+1 |
2018-09-26 | yuzu/main: Resolve precedence bug within CalculateRomFSEntrySize() | Lioncash | 1 | -1/+1 |
2018-09-26 | yuzu/main: Move functions stored into static std::function instances out of OnGameListDumpRomFS() | Lioncash | 1 | -42/+42 |
2018-09-26 | vfs/etc: Append std:: to size_t usages | Lioncash | 7 | -29/+30 |
2018-09-26 | vfs_concat/vfs_layered: Remove friend declarations from ConcatenatedVfsFile | Lioncash | 8 | -61/+59 |
2018-09-25 | vfs_static: Remove template byte parameter from StaticVfsFile | Lioncash | 4 | -42/+42 |
2018-09-25 | service: Add missing headers inclusions where applicable | Lioncash | 5 | -1/+7 |
2018-09-25 | core_cpu: Make arm_interface instances a std::unique_ptr | Lioncash | 2 | -4/+4 |
2018-09-25 | kernel/scheduler: Take ARM_Interface instance by reference in the constructor | Lioncash | 3 | -10/+10 |
2018-09-25 | memory: Dehardcode the use of fixed memory range constants | Lioncash | 11 | -75/+60 |
2018-09-25 | svc: Report correct memory-related values within some of the cases in svcGetInfo() | Lioncash | 3 | -28/+41 |
2018-09-25 | memory: Dehardcode the use of a 36-bit address space | Lioncash | 6 | -22/+61 |
2018-09-24 | process/vm_manager: Amend API to allow reading parameters from NPDM metadata | Lioncash | 10 | -38/+259 |
2018-09-24 | Implemented fatal:u properly (#1347) | David | 3 | -4/+140 |
2018-09-24 | Stubbed IRS (#1349) | David | 4 | -18/+169 |
2018-09-24 | fsmitm: Cleanup and modernize fsmitm port | Zach Hilman | 22 | -378/+378 |
2018-09-24 | stream: Preserve enum class type in GetState() | Lioncash | 5 | -12/+12 |
2018-09-24 | svc: Updated svc names | tech4me | 1 | -7/+7 |
2018-09-23 | Added glObjectLabels for renderdoc for textures and shader programs (#1384) | David | 4 | -0/+48 |
2018-09-23 | correct BC6H | greggameplayer | 1 | -2/+2 |
2018-09-23 | Added audren:u#GetAudioRendererState | David Marcec | 5 | -1/+21 |
2018-09-23 | FPCR register was uninitialized at start up | Philippe Babin | 1 | -1/+1 |
2018-09-22 | common/thread: remove YieldCPU() | Weiyi Wang | 1 | -8/+0 |
2018-09-22 | game_list: Add Qt SmoothTransformation to picture scaling | Zach Hilman | 1 | -1/+1 |
2018-09-22 | qt: Add UI elements for LayeredFS and related tools | Zach Hilman | 6 | -5/+162 |
2018-09-22 | romfs: Implement CreateRomFS | Zach Hilman | 2 | -4/+25 |
2018-09-22 | file_sys: Port Atmosphere-NX fs_mitm implementation | Zach Hilman | 2 | -0/+474 |
2018-09-22 | filesystem: Add LayeredFS VFS directory getter | Zach Hilman | 2 | -1/+14 |
2018-09-22 | bis_factory: Add mod directory VFS getter | Zach Hilman | 3 | -3/+18 |
2018-09-22 | patch_manager: Add LayeredFS mods support | Zach Hilman | 2 | -1/+44 |
2018-09-22 | vfs_concat: Rewrite and fix ConcatenatedVfsFile | Zach Hilman | 2 | -14/+59 |
2018-09-22 | vfs_layered: Add LayeredVfsDirectory | Zach Hilman | 2 | -0/+178 |
2018-09-22 | vfs_vector: Add VectorVfsFile | Zach Hilman | 2 | -0/+75 |
2018-09-22 | vfs_static: Add StaticVfsFile | Zach Hilman | 2 | -0/+78 |
2018-09-22 | vfs: Add and rewite VfsRawCopy functions | Zach Hilman | 2 | -6/+36 |
2018-09-22 | vfs: Add GetEntries method | Zach Hilman | 4 | -0/+32 |
2018-09-22 | common_paths: Add Load and Dump dirs | Zach Hilman | 3 | -0/+6 |
2018-09-22 | gl_state: Remove unused type alias | Lioncash | 2 | -4/+1 |
2018-09-21 | Update config.cpp | Valentin Vanelslande | 1 | -1/+1 |
2018-09-21 | shader_bytecode: Lay out the Ipa-related enums better | Lioncash | 1 | -2/+12 |
2018-09-21 | shader_bytecode: Make operator== and operator!= of IpaMode const qualified | Lioncash | 1 | -6/+7 |
2018-09-21 | game_list: move SearchField to game_list_p.h and fix untranslated text | zhupengfei | 3 | -35/+51 |
2018-09-21 | Reverse stride align restriction on FastSwizzle due to lost performance | FernandoS27 | 1 | -3/+2 |
2018-09-21 | Join both Swizzle methods within one interface function | FernandoS27 | 1 | -11/+19 |
2018-09-21 | Standarized Legacy Swizzle to look alike FastSwizzle and use a Swizzling Table instead | FernandoS27 | 1 | -42/+38 |
2018-09-21 | Remove same output bpp restriction on FastSwizzle | FernandoS27 | 1 | -4/+5 |
2018-09-21 | Improved Legacy Swizzler to be better documented and work better | FernandoS27 | 1 | -15/+21 |
2018-09-21 | gl_stream_buffer: Fix use of bitwise OR instead of logical OR in Map() | Lioncash | 1 | -1/+1 |
2018-09-21 | svc: Move most process termination code to its own function within Process | Lioncash | 3 | -32/+56 |
2018-09-21 | thread/process: Move TLS slot marking/freeing to the process class | Lioncash | 4 | -68/+89 |
2018-09-21 | Added support for uncompressed NSOs (#1374) | David | 1 | -3/+12 |
2018-09-21 | Logging: Change the TimeStretch::Process log from debug to trace level. | Subv | 1 | -1/+1 |
2018-09-21 | RasterizerGL: Use the correct framebuffer when clearing via the CLEAR_BUFFERS register. | Subv | 1 | -1/+1 |
2018-09-21 | Improved fast swizzle and removed restrictions to it | FernandoS27 | 1 | -7/+12 |
2018-09-21 | Revert GetRequestState | David Marcec | 1 | -1/+1 |
2018-09-21 | kernel/thread: Use owner_process when setting the page table in SetupMainThread() | Lioncash | 3 | -5/+5 |
2018-09-21 | arm_interface: Replace kernel vm_manager include with a forward declaration | Lioncash | 5 | -1/+11 |
2018-09-20 | Correct endianness of BKPT | Jarek Syrylak | 1 | -1/+1 |
2018-09-20 | arm_dynarmic: Halt when BRK encountered | MerryMage | 1 | -0/+1 |
2018-09-20 | Fixed submit | David Marcec | 1 | -2/+1 |
2018-09-20 | Added IRequest::Submit | David Marcec | 1 | -1/+8 |
2018-09-20 | game_list: Handle plurals within setFilterResult() better | Lioncash | 1 | -9/+1 |
2018-09-20 | Removed unneeded event clear | David Marcec | 1 | -1/+0 |
2018-09-20 | Implemented NTC & IEnsureNetworkClockAvailabilityService | David Marcec | 1 | -3/+100 |
2018-09-20 | file-sys: Default heavy-weight class destructors in the cpp file | Lioncash | 25 | -1/+45 |
2018-09-20 | control_metadata: Remove unnecessary else within GetLanguageEntry() | Lioncash | 1 | -8/+8 |
2018-09-20 | control_metadata: Move language name array definition to the cpp file | Lioncash | 2 | -6/+9 |
2018-09-19 | arm_dynarmic: Support BKPT instruction | MerryMage | 1 | -0/+11 |
2018-09-19 | xts_archive: Remove unused variables from CalculateHMAC256() | Lioncash | 1 | -3/+0 |
2018-09-19 | xts_archive: Make AsNCA() return a std::unique_ptr instead of a std::shared_ptr | Lioncash | 2 | -3/+3 |
2018-09-19 | nax: Avoid re-parsing NAX data with GetFileType() | Lioncash | 2 | -13/+19 |
2018-09-19 | nax: Avoid unnecessary calls to AsNCA() in IdentifyType() | Lioncash | 1 | -4/+8 |
2018-09-19 | xts_archive: Ensure NAX's type member is always initialized | Lioncash | 1 | -1/+1 |
2018-09-19 | xts_archive: Amend initializer order of NAX's constructor | Lioncash | 1 | -2/+2 |
2018-09-19 | Reworked incorrect nifm stubs (#1355) | David | 1 | -3/+10 |
2018-09-19 | Fixed GetAccountId stub, Added error code for OpenDirectory and added ActivateNpadWithRevision | David Marcec | 3 | -7/+12 |
2018-09-19 | yuzu-cmd: Add call to CreateFactories | Zach Hilman | 1 | -1/+3 |
2018-09-19 | savedata_factory: Add TemporaryStorage SaveDataType | Zach Hilman | 1 | -4/+7 |
2018-09-19 | gl_rasterizer: Fix StartAddress handling with indexed draw calls. | Markus Wick | 1 | -6/+7 |
2018-09-19 | Corrected SSL::SetInterfaceVersion | David Marcec | 1 | -3/+3 |
2018-09-19 | Removed MakeBuilder as it's not needed anymore | David Marcec | 1 | -7/+0 |
2018-09-19 | Removed the use of rp.MakeBuilder | David Marcec | 6 | -27/+26 |
2018-09-19 | ring_buffer: Use std::atomic_size_t in a static assert | Lioncash | 1 | -1/+1 |
2018-09-19 | ring_buffer: Use std::hardware_destructive_interference_size to determine alignment size for avoiding false sharing | Lioncash | 1 | -2/+10 |
2018-09-19 | Invalid default value of username in yuzu_cmd (#1334) | Philippe Babin | 3 | -3/+8 |
2018-09-18 | Added ActivateGesture | David Marcec | 1 | -1/+7 |
2018-09-18 | Implemented GetDefaultDisplayResolution | David Marcec | 2 | -1/+18 |
2018-09-18 | Added StopSixAxisSensor | David Marcec | 1 | -1/+7 |
2018-09-18 | Stubbed ActivateConsoleSixAxisSensor & StartConsoleSixAxisSensor | David Marcec | 1 | -2/+14 |
2018-09-18 | Implemented GetImageSize | David Marcec | 1 | -1/+9 |
2018-09-18 | svc_wrap: Convert the PARAM macro into a function | Lioncash | 1 | -37/+36 |
2018-09-18 | arm_dynarmic: Correct ExclusiveWrite128()'s operation | Lioncash | 1 | -2/+2 |
2018-09-18 | arm_interface: Remove ARM11-isms from the CPU interface | Lioncash | 7 | -99/+86 |
2018-09-18 | kernel/mutex: Replace ResultCode construction for invalid addresses with the named variant | Lioncash | 1 | -2/+2 |
2018-09-18 | kernel/svc: Handle error cases for svcArbitrateLock() and svcArbitrateUnlock() | Lioncash | 1 | -0/+8 |
2018-09-18 | Implemented Internal Flags | FernandoS27 | 1 | -13/+35 |
2018-09-18 | gl_shader_decompiler: Avoid truncation warnings within LD_A and ST_A code | Lioncash | 1 | -4/+4 |
2018-09-18 | core/core_cpu: Replace exclusive monitor include with forward declaration | Lioncash | 2 | -2/+6 |
2018-09-17 | Implemented I2I.CC on the NEU control code, used by SMO | FernandoS27 | 2 | -14/+18 |
2018-09-17 | Implemented CSETP | FernandoS27 | 2 | -14/+49 |
2018-09-17 | Implemented Control Codes | FernandoS27 | 2 | -0/+51 |
2018-09-17 | time_stretch: Remove unused <array> include | Lioncash | 1 | -1/+0 |
2018-09-17 | stream: Replace includes with forward declarations where applicable | Lioncash | 2 | -3/+7 |
2018-09-17 | audio_renderer: Replace includes with forward declarations where applicable | Lioncash | 2 | -39/+52 |
2018-09-17 | Added asserts for texture misc modes to texture instructions | FernandoS27 | 1 | -2/+45 |
2018-09-17 | Added texture misc modes to texture instructions | FernandoS27 | 1 | -1/+147 |
2018-09-17 | Add 1D sampler for TLDS - TexelFetch (Mario Rabbids) | raven02 | 1 | -7/+12 |
2018-09-17 | yuzu/util: Antialias game list compatibility pixmaps | Lioncash | 1 | -1/+2 |
2018-09-17 | game_list_p: Amend typo in GameListItemCompat's constructor parameter | Lioncash | 1 | -4/+4 |
2018-09-17 | game_list_p: Take map iterator contents by const reference | Lioncash | 1 | -1/+1 |
2018-09-16 | Implement ASTC_2D_8X8 (Bayonetta 2) | raven02 | 3 | -6/+20 |
2018-09-15 | Implement RenderTargetFormat::BGR5A1_UNORM (Pokken Tournament DX) | raven02 | 2 | -0/+4 |
2018-09-15 | Shaders: Implemented multiple-word loads and stores to and from attribute memory. | Subv | 2 | -7/+58 |
2018-09-15 | Port # #4192 from Citra: "svc: change unknown to thread in CreateThread" | Valentin Vanelslande | 1 | -1/+1 |
2018-09-15 | Tests: Remove glad test OS X work-around | Yuri Kunde Schlesner | 2 | -16/+0 |
2018-09-15 | Port #4182 from Citra: "Prefix all size_t with std::" | fearlessTobi | 146 | -751/+780 |
2018-09-14 | Optimized Texture Swizzling | FernandoS27 | 1 | -2/+49 |
2018-09-14 | cubeb_sink: Get rid of variable shadowing within CubebSink's constructor | Lioncash | 1 | -4/+4 |
2018-09-14 | cubeb_sink: Correct context name in ListCubebSinkDevices() | Lioncash | 1 | -1/+1 |
2018-09-14 | services/sm: Amend error code constants | Lioncash | 2 | -8/+6 |
2018-09-14 | kernel/svc: Sanitize creation of shared memory via svcCreateSharedMemory() | Lioncash | 1 | -2/+18 |
2018-09-14 | kernel/svc: Sanitize addresses, permissions, and sizes within svcMapSharedMemory() and svcUnmapSharedMemory() | Lioncash | 1 | -17/+25 |
2018-09-14 | gl_shader_decompiler: Get rid of variable shadowing within LEA instructions | Lioncash | 1 | -2/+0 |
2018-09-14 | kernel/svc: Sanitize addresses and sizes within svcMapMemory() and svcUnmapMemory() | Lioncash | 1 | -0/+23 |
2018-09-14 | kernel/svc: Sanitize heap sizes within svcSetHeapSize() | Lioncash | 2 | -0/+8 |
2018-09-14 | audio_core/time_stretch: Silence truncation warnings in Process() | Lioncash | 1 | -2/+2 |
2018-09-13 | kernel/errors: Amend error code for ERR_NOT_FOUND | Lioncash | 1 | -1/+2 |
2018-09-13 | service/vi: Replace includes with forward declarations where applicable | Lioncash | 3 | -7/+9 |
2018-09-13 | kernel/thread: Include thread-related enums within the kernel namespace | Lioncash | 5 | -38/+39 |
2018-09-13 | service: Use nested namespace specifiers where applicable | Lioncash | 3 | -12/+6 |
2018-09-13 | ipc: minor fix | Valentin Vanelslande | 1 | -1/+1 |
2018-09-13 | Use ARB_multi_bind for uniform buffers (#1287) | ReinUsesLisp | 4 | -3/+27 |
2018-09-13 | services/pl_u: Add missing Korean font to the fallback case for shared fonts | Lioncash | 1 | -2/+4 |
2018-09-13 | gl_rasterizer_cache: B5G6R5U should use GL_RGB8 as an internal format. | bunnei | 1 | -1/+1 |
2018-09-12 | GPU: Basic implementation of the Kepler Inline Memory engine (p2mf). | Subv | 6 | -0/+146 |
2018-09-12 | audio_core: Flush stream when not playing anything | MerryMage | 6 | -0/+23 |
2018-09-12 | Implemented Texture Processing Modes | FernandoS27 | 2 | -1/+43 |
2018-09-12 | svc: Return ERR_INVALID_PROCESSOR_ID in CreateThread() if an invalid processor ID is given | Lioncash | 1 | -2/+2 |
2018-09-12 | kernel/errors: Correct error codes for invalid thread priority and invalid processor ID | Lioncash | 3 | -7/+9 |
2018-09-12 | svc: Do nothing if svcOutputDebugString() is given a length of zero | Lioncash | 1 | -0/+4 |
2018-09-12 | svc: Correct parameter type for OutputDebugString() | Lioncash | 2 | -3/+3 |
2018-09-12 | yuzu/configure_gamelist: Make combo box strings translatable | Lioncash | 2 | -21/+47 |
2018-09-12 | yuzu/configure_gamelist: Use std::array instead of std::vector for translatable strings | Lioncash | 1 | -6/+9 |
2018-09-12 | yuzu/configure_gamelist: Move combo box initializtion to their own functions | Lioncash | 2 | -23/+32 |
2018-09-12 | gl_rasterizer_cache: Always blit on recreate, regardless of format. | bunnei | 1 | -6/+10 |
2018-09-12 | game_list: Resolve variable shadowing within LoadCompatibilityList() | Lioncash | 1 | -3/+3 |
2018-09-12 | game_list: Use QJsonValueRef() within LoadCompatibilityList() | Lioncash | 1 | -2/+2 |
2018-09-12 | service/audio: Replace includes with forward declarations where applicable | Lioncash | 7 | -17/+34 |
2018-09-12 | audio_core/sink_details: Change std::string parameter into std::string_view | Lioncash | 2 | -2/+4 |
2018-09-12 | pl_u: Eliminate mutable file-scope state | Lioncash | 2 | -66/+88 |
2018-09-12 | service/prepo: Move class into the cpp file | Lioncash | 2 | -39/+40 |
2018-09-12 | gl_shader_cache: Remove cache_width/cache_height. | bunnei | 2 | -12/+2 |
2018-09-11 | gl_rasterizer: Use ARB_texture_storage. | Markus Wick | 3 | -11/+12 |
2018-09-11 | Implemented LEA and PSET | FernandoS27 | 1 | -0/+91 |
2018-09-11 | Implemented encodings for LEA and PSET | FernandoS27 | 1 | -0/+64 |
2018-09-11 | Replace old FragmentHeader for the new Header | FernandoS27 | 2 | -31/+18 |
2018-09-11 | Implemented (Partialy) Shader Header | FernandoS27 | 3 | -2/+102 |
2018-09-11 | externals: Place font data within cpp files | Lioncash | 1 | -6/+6 |
2018-09-11 | hle/service: Default constructors and destructors in the cpp file where applicable | Lioncash | 148 | -45/+291 |
2018-09-11 | Fixed renderdoc input/output textures not working due to render targets | David Marcec | 2 | -2/+9 |
2018-09-11 | Use open-source shared fonts if no dumped file is available (#1269) | Tobias | 2 | -2/+26 |
2018-09-11 | Port #4141 from citra: Joystick hotplug support (#1275) | Tobias | 7 | -101/+339 |
2018-09-10 | video_core: Refactor command_processor. | Markus Wick | 2 | -44/+42 |
2018-09-10 | video_core: Move command buffer loop. | Markus Wick | 5 | -77/+84 |
2018-09-10 | Remove multicore configure_general.ui | MysticExile | 1 | -7/+0 |
2018-09-10 | remove multicore in configure_general.cpp | MysticExile | 1 | -3/+0 |
2018-09-10 | rasterizer: Drop unused handler. | Markus Wick | 4 | -8/+0 |
2018-09-10 | gl_rasterizer_cache: Only use depth for applicable texture formats. | bunnei | 1 | -6/+22 |
2018-09-10 | gl_rasterizer: Implement clear for non-zero render targets. | bunnei | 2 | -50/+66 |
2018-09-10 | gl_rasterizer_cache: Implement RenderTargetFormat::BGRA8_SRGB. | bunnei | 3 | -0/+4 |
2018-09-10 | gl_rasterizer: Implement multiple color attachments. | bunnei | 5 | -132/+95 |
2018-09-10 | service: Remove unused g_kernel_named_ports variable | Lioncash | 1 | -2/+0 |
2018-09-10 | Implemented TMML | FernandoS27 | 2 | -5/+67 |
2018-09-10 | game_list: Make CompatibilityList parameter of NavigateToGamedbEntryRequested() a const reference | Lioncash | 3 | -3/+5 |
2018-09-10 | yuzu: Move compatibility list specifics to their own source files | Lioncash | 10 | -33/+54 |
2018-09-09 | Implemented TXQ dimension query type, used by SMO. | FernandoS27 | 2 | -1/+36 |
2018-09-09 | video_core: fixed arithmetic overflow warnings & improved code style | Patrick Elsässer | 5 | -89/+101 |
2018-09-09 | cubeb_sink: Downsample arbitrary number of channels | MerryMage | 1 | -10/+9 |
2018-09-09 | Port Citra #4047 & #4052: add change background color support | tech4me | 6 | -0/+46 |
2018-09-09 | hid: Implement ReloadInputDevices | fearlessTobi | 2 | -4/+6 |
2018-09-09 | Change name of TEXQ to TXQ, in order to match NVIDIA's naming | FernandoS27 | 1 | -2/+2 |
2018-09-08 | GPU/DMA: Partially implemented the 'enable_2d' bit in the DMA engine. | Subv | 1 | -2/+10 |
2018-09-08 | cubeb_sink: Perform audio stretching | MerryMage | 3 | -24/+26 |
2018-09-08 | audio_core: Add audio stretcher | MerryMage | 3 | -0/+101 |
2018-09-08 | cubeb_sink: Hold last available value instead of writing zeros | MerryMage | 1 | -5/+15 |
2018-09-08 | cubeb_sink: Use RingBuffer | MerryMage | 1 | -40/+26 |
2018-09-08 | common: Implement a ring buffer | MerryMage | 4 | -0/+243 |
2018-09-08 | Add audio stretching support | fearlessTobi | 12 | -0/+43 |
2018-09-08 | audio_renderer: Rename AudioOut instance to audio_out | MerryMage | 2 | -7/+7 |
2018-09-08 | yuzu: fix title bar display | Pengfei Zhu | 1 | -2/+2 |
2018-09-08 | gl_rasterizer: Use baseInstance instead of moving the buffer points. | bunnei | 3 | -21/+29 |
2018-09-08 | yuzu-cmd: fix SDL logging | tgsm | 1 | -2/+3 |
2018-09-08 | video_core: Arithmetic overflow warning fix for gl_rasterizer (#1262) | Patrick Elsässer | 1 | -12/+14 |
2018-09-08 | gl_rasterizer_cache: Improve accuracy of RecreateSurface for non-2D textures. | bunnei | 2 | -27/+45 |
2018-09-08 | maxwell_3d: Remove assert that no longer applies. | bunnei | 1 | -4/+0 |
2018-09-08 | gl_rasterizer_cache: Partially implement several non-2D texture types. | bunnei | 1 | -30/+111 |
2018-09-08 | gl_shader_decompiler: Partially implement several non-2D texture types (Subv). | bunnei | 2 | -32/+143 |
2018-09-08 | gl_rasterizer: Implement texture wrap mode p. | bunnei | 2 | -2/+8 |
2018-09-08 | gl_rasterizer_cache: Track texture depth. | bunnei | 3 | -4/+15 |
2018-09-08 | gl_rasterizer_cache: Remove impl. of FlushGLBuffer. | bunnei | 1 | -34/+1 |
2018-09-08 | gl_rasterizer_cache: Keep track of texture type per surface. | bunnei | 3 | -32/+84 |
2018-09-08 | gl_rasterizer_cache: Remove unused DownloadGLTexture. | bunnei | 2 | -51/+0 |
2018-09-08 | gl_state: Keep track of texture target. | bunnei | 5 | -26/+28 |
2018-09-07 | yuzu: Move GameListWorker to its own source files | Lioncash | 5 | -286/+324 |
2018-09-07 | For SDL Frontend | CaptV0rt3x | 1 | -2/+2 |
2018-09-07 | Better Title Bar Display | CaptV0rt3x | 5 | -8/+28 |
2018-09-07 | core: Migrate current_process pointer to the kernel | Lioncash | 4 | -5/+34 |
2018-09-06 | gl_rasterizer: Call state.Apply only once on SetupShaders. | bunnei | 1 | -4/+2 |
2018-09-06 | gl_shader_decompiler: Implement saturate mode for IPA. | bunnei | 1 | -1/+5 |
2018-09-06 | gl_buffer_cache: Default initialize member variables | Lioncash | 1 | -3/+3 |
2018-09-06 | gl_buffer_cache: Make GetHandle() a const member function | Lioncash | 2 | -2/+2 |
2018-09-06 | gl_buffer_cache: Remove unnecessary includes | Lioncash | 2 | -2/+4 |
2018-09-06 | gl_buffer_cache: Make constructor explicit | Lioncash | 1 | -1/+1 |
2018-09-06 | video_core/CMakeLists: Add missing gl_buffer_cache.h | Lioncash | 1 | -0/+1 |
2018-09-06 | core/core: Remove unnecessary sm/controller include | Lioncash | 5 | -2/+5 |
2018-09-06 | file_sys/nca_patch: Amend constructor initializer list order | Lioncash | 1 | -2/+2 |
2018-09-06 | file_sys/nca_patch: Remove unnecessary includes | Lioncash | 2 | -2/+9 |
2018-09-06 | file_sys/patch_manager: Add missing includes | Lioncash | 2 | -0/+5 |
2018-09-06 | frontend: Set swap interval to 0 | fearlessTobi | 2 | -0/+2 |
2018-09-06 | gl_shader_gen: Initialize position. | Markus Wick | 1 | -0/+1 |
2018-09-06 | Implemented IPA Properly | FernandoS27 | 2 | -47/+98 |
2018-09-05 | gl_rasterizer: Skip TODO log. | Markus Wick | 1 | -1/+1 |
2018-09-05 | file_sys/submission_package: Correct constructor initialization list order | Lioncash | 1 | -2/+2 |
2018-09-05 | gl_rasterizer: Implement a VAO cache. | Markus Wick | 3 | -53/+60 |
2018-09-05 | file_sys/submission_package: Replace includes with forward declarations where applicable | Lioncash | 2 | -6/+15 |
2018-09-05 | renderer_opengl: Implement a buffer cache. | Markus Wick | 5 | -86/+182 |
2018-09-04 | bktr: Fix bucket overlap error | Zach Hilman | 8 | -9/+11 |
2018-09-04 | drd: Parse title ID from program metadata | Zach Hilman | 2 | -4/+29 |
2018-09-04 | patch_manager: Centralize Control-type NCA parsing | Zach Hilman | 6 | -80/+89 |
2018-09-04 | nsp: Fix error masking issue with XCI files | Zach Hilman | 3 | -6/+13 |
2018-09-04 | game_list: Fix version display on non-NAND titles | Zach Hilman | 4 | -30/+52 |
2018-09-04 | bktr: Add logging on successful patch | Zach Hilman | 3 | -7/+24 |
2018-09-04 | game_list: Use friendly game versions | Zach Hilman | 1 | -13/+32 |
2018-09-04 | bktr: Implement IVFC offset shifting | Zach Hilman | 8 | -8/+36 |
2018-09-04 | bktr: Fix missing includes and optimize style | Zach Hilman | 12 | -103/+109 |
2018-09-04 | main: Make game updates installable | Zach Hilman | 1 | -1/+5 |
2018-09-04 | game_list: Display patch names and versions on list | Zach Hilman | 2 | -0/+27 |
2018-09-04 | loader: Add BKTR-specific error messages and codes | Zach Hilman | 3 | -7/+28 |
2018-09-04 | loader: Ignore patches on NRO and DRD | Zach Hilman | 4 | -0/+11 |
2018-09-04 | patch_manager: Add usages of patches to ExeFS | Zach Hilman | 5 | -9/+41 |
2018-09-04 | file_sys: Add class to manage game patches | Zach Hilman | 2 | -0/+132 |
2018-09-04 | file_sys: Add BKTR patching mechanism | Zach Hilman | 2 | -0/+352 |
2018-09-04 | content_archive: Add BKTR header parsing to NCA | Zach Hilman | 2 | -19/+160 |
2018-09-04 | registration: Add RegisteredCacheUnion | Zach Hilman | 4 | -0/+164 |
2018-09-04 | game_list: Use RegisteredCacheUnion for installed | Zach Hilman | 3 | -5/+3 |
2018-09-04 | aes_util: Fix error involving reads of less than 0x10 | Zach Hilman | 1 | -0/+14 |
2018-09-04 | gl_shader_cache: Use an u32 for the binding point cache. | Markus Wick | 4 | -15/+23 |
2018-09-04 | main: Only show DRD deprecation warning once | Zach Hilman | 7 | -6/+19 |
2018-09-04 | control_metadata: Use alternate language names if AmericanEnglish isn't available | Zach Hilman | 2 | -4/+17 |
2018-09-04 | card_image: Add program title ID getter | Zach Hilman | 2 | -0/+6 |
2018-09-04 | qt: Add deprecation warnings for DRD format | Zach Hilman | 1 | -0/+10 |
2018-09-04 | registration: Fix NSP installation errors | Zach Hilman | 1 | -1/+1 |
2018-09-04 | nsp: Comply with style and performance guidelines | Zach Hilman | 7 | -29/+48 |
2018-09-04 | qt: Add UI support for NSP files | Zach Hilman | 3 | -2/+7 |
2018-09-04 | registration: Add support for installing NSP files | Zach Hilman | 3 | -16/+34 |
2018-09-04 | loader: Add AppLoader for NSP files | Zach Hilman | 2 | -0/+182 |
2018-09-04 | card_image: Parse XCI secure partition with NSP | Zach Hilman | 4 | -11/+38 |
2018-09-04 | file_sys: Add Nintendo Submission Package (NSP) | Zach Hilman | 2 | -0/+296 |
2018-09-04 | drd: Load title ID from program metadata | Zach Hilman | 1 | -3/+1 |
2018-09-04 | loader: Add NSP file type and NSP-specific errors | Zach Hilman | 2 | -2/+14 |
2018-09-04 | key_manager: Avoid autogeneration if key exists | Zach Hilman | 1 | -3/+13 |
2018-09-04 | common/logging: Amend documentation comments | Lioncash | 2 | -6/+6 |
2018-09-04 | common/logging/filter: Replace C-style case with C++ static_cast | Lioncash | 1 | -1/+1 |
2018-09-04 | common/logging/filter: Make constructor explicit | Lioncash | 1 | -1/+1 |
2018-09-04 | core: Use a raw pointer in GetGPUDebugContext. | Markus Wick | 2 | -3/+3 |
2018-09-04 | command_processor: Use std::array for bound_engines. | Markus Wick | 2 | -4/+4 |
2018-09-04 | Update microprofile scopes. | Markus Wick | 4 | -5/+21 |
2018-09-04 | file_sys: Replace includes with forward declarations where applicable | Lioncash | 22 | -27/+64 |
2018-09-04 | qt: Add message about not moving contents on dir change | Zach Hilman | 2 | -6/+23 |
2018-09-04 | qt: Add UI options to change NAND/SD dirs | Zach Hilman | 3 | -0/+36 |
2018-09-04 | settings: Save and load NAND/SD dirs from config | Zach Hilman | 3 | -0/+26 |
2018-09-02 | gl_shader_decompiler: Use used_shaders member variable directly within GenerateDeclarations() | Lioncash | 1 | -1/+1 |
2018-09-02 | vfs_real: Forward declare IOFile | Lioncash | 13 | -15/+45 |
2018-09-02 | service: Migrate global named port map to the KernelCore class | Lioncash | 5 | -19/+51 |
2018-09-02 | ssl: Move SSL class to cpp file | Lioncash | 2 | -37/+39 |
2018-09-02 | filesystem: Move dir retrieval after path checking in DeleteFile() | Lioncash | 1 | -2/+5 |
2018-09-01 | citra_qt: Display the unsupported GL extensions in the popup | fearlessTobi | 2 | -8/+10 |
2018-09-01 | Removed saturate assert | David Marcec | 2 | -2/+0 |
2018-09-01 | Removed saturate assert | David Marcec | 2 | -2/+0 |
2018-09-01 | Changed tab5980_0 default from 0 -> 1 | David Marcec | 1 | -2/+2 |
2018-09-01 | Added FMUL asserts | David Marcec | 2 | -0/+15 |
2018-09-01 | Added FFMA asserts | David Marcec | 2 | -0/+11 |
2018-09-01 | Added assert for TEXS nodep | David Marcec | 2 | -0/+3 |
2018-09-01 | Added better asserts to IPA, Renamed IPA modes to match mesa | David Marcec | 2 | -6/+13 |
2018-09-01 | maxwell_3d: Use CoreTiming for query timestamp | Zach Hilman | 1 | -2/+3 |
2018-09-01 | filesystem: Implement OpenReadOnlySaveDataFilesystem | Zach Hilman | 2 | -1/+7 |
2018-09-01 | filesystem: Add OpenFileSystemWithPatch | Zach Hilman | 2 | -1/+23 |
2018-08-31 | core/core: Replace includes with forward declarations where applicable | Lioncash | 29 | -66/+185 |
2018-08-31 | gl_rasterizer_cache: Use accurate framebuffer setting for accurate copies. | bunnei | 2 | -73/+54 |
2018-08-31 | gl_rasterizer_cache: Also use reserve cache for RecreateSurface. | bunnei | 2 | -24/+18 |
2018-08-31 | rasterizer_cache: Use boost::interval_map for a more accurate cache. | bunnei | 1 | -33/+45 |
2018-08-31 | gl_renderer: Cache textures, framebuffers, and shaders based on CPU address. | bunnei | 11 | -138/+70 |
2018-08-31 | gl_rasterizer: Fix issues with the rasterizer cache. | bunnei | 4 | -46/+57 |
2018-08-31 | Implement BC6H_UF16 & BC6H_SF16 (#1092) | greggameplayer | 3 | -31/+55 |
2018-08-31 | core: Make the main System class use the PImpl idiom | Lioncash | 5 | -279/+387 |
2018-08-31 | Report correct shader size. | Markus Wick | 1 | -1/+1 |
2018-08-31 | Added predicate comparison GreaterEqualWithNan | Hexagon12 | 2 | -3/+4 |
2018-08-31 | gl_shader_decompiler: Implement POPC (#1203) | Laku | 2 | -0/+19 |
2018-08-29 | Shaders: Implemented IADD3 | tech4me | 2 | -1/+84 |
2018-08-29 | Show game compatibility within yuzu | fearlessTobi | 8 | -3/+174 |
2018-08-29 | gl_shader_decompiler: Improve IPA for Pass mode with Position attribute. | bunnei | 2 | -1/+39 |
2018-08-29 | kernel: Eliminate kernel global state | Lioncash | 54 | -442/+671 |
2018-08-28 | gl_shader_cache: Remove unused program_code vector in GetShaderAddress() | Lioncash | 1 | -2/+1 |
2018-08-28 | gpu: Make memory_manager private | Lioncash | 7 | -26/+40 |
2018-08-28 | gl_rasterizer: Remove unused variables | Lioncash | 1 | -2/+0 |
2018-08-28 | hle/result: Make ResultVal's move constructor as noexcept | Lioncash | 1 | -1/+1 |
2018-08-28 | Fix two stupid errors made in #1141 | fearlessTobi | 2 | -1/+2 |
2018-08-28 | yuzu: Fix stick UI direction order | fearlessTobi | 1 | -2/+2 |
2018-08-28 | renderer_opengl: Implement a new shader cache. | bunnei | 9 | -285/+250 |
2018-08-28 | gl_rasterizer_cache: Update to use RasterizerCache base class. | bunnei | 3 | -132/+20 |
2018-08-28 | video_core: Add RasterizerCache class for common cache management code. | bunnei | 2 | -0/+117 |
2018-08-27 | vfs_real: Remove unused variable in CreateDirectoryRelative() | Lioncash | 1 | -1/+0 |
2018-08-27 | registered_cache: Get rid of variable shadowing in ProcessFiles() | Lioncash | 1 | -3/+3 |
2018-08-26 | set: Fixed GetAvailableLanguageCodes() to follow the max_entries | tech4me | 2 | -8/+45 |
2018-08-25 | kernel/error: Amend error code for ERR_MAX_CONNECTIONS_REACHED | Lioncash | 1 | -2/+4 |
2018-08-25 | kernel/error: Amend error code for ERR_PORT_NAME_TOO_LONG | Lioncash | 1 | -2/+1 |
2018-08-25 | kernel/error: Add error code for the handle table being full | Lioncash | 3 | -4/+4 |
2018-08-25 | kernel/error: Add error code for invalid memory permissions | Lioncash | 2 | -3/+4 |
2018-08-25 | kernel/error: Correct kernel error code for invalid combination | Lioncash | 1 | -1/+2 |
2018-08-25 | svc: Return process title ID if queried in GetInfo() | Lioncash | 1 | -2/+1 |
2018-08-25 | file_sys/crypto: Fix missing/unnecessary includes | Zach Hilman | 9 | -5/+10 |
2018-08-25 | core: Namespace all code in the arm subdirectory under the Core namespace | Lioncash | 13 | -12/+42 |
2018-08-25 | debug_utils: Remove unused includes | Lioncash | 5 | -24/+4 |
2018-08-25 | debug_utils: Make BreakpointObserver class' constructor explicit | Lioncash | 1 | -1/+1 |
2018-08-25 | debug_utils: Initialize active_breakpoint member of DebugContext | Lioncash | 1 | -2/+2 |
2018-08-25 | maxwell3d: Move FinishedPrimitiveBatch event after AcceleratedDrawBatch() | Lioncash | 1 | -4/+4 |
2018-08-24 | core: Remove always true conditionals in Load() | Lioncash | 1 | -7/+4 |
2018-08-24 | file_util: Correct return value in early exit of ReadFileToString() | Lioncash | 1 | -1/+1 |
2018-08-24 | fix SEL_IMM bitstring | Laku | 1 | -1/+1 |
2018-08-24 | hid: Move core include to cpp file | Lioncash | 2 | -1/+4 |
2018-08-24 | gl_rasterizer: Correct assertion condition in SyncLogicOpState() | Lioncash | 1 | -1/+2 |
2018-08-24 | filesystem: Fix typo in log message | Lioncash | 1 | -1/+1 |
2018-08-24 | Port #4013 from Citra: "Init logging sooner so we dont miss some logs on startup" (#1142) | Tobias | 1 | -11/+11 |
2018-08-24 | xci: Ignore NCA files with updates in secure | Zach Hilman | 1 | -0/+3 |
2018-08-24 | content_archive: Add update title detection | Zach Hilman | 2 | -0/+11 |
2018-08-24 | Added GetBootMode (#1107) | David | 4 | -3/+25 |
2018-08-23 | Shaders: Added decodings for IADD3 instructions | tech4me | 1 | -0/+6 |
2018-08-23 | hex_util: Replace logic_errors with LOG_CRITICAL | Zach Hilman | 1 | -5/+17 |
2018-08-23 | qt: Add filename and title id to window title while running | Zach Hilman | 2 | -0/+18 |
2018-08-23 | Addressed plu TTF changes | David Marcec | 1 | -6/+7 |
2018-08-23 | key_manager: Eliminate indexed for loop | Zach Hilman | 1 | -6/+13 |
2018-08-23 | key_manager: Create keys dir if it dosen't exist | Zach Hilman | 2 | -0/+2 |
2018-08-23 | file_sys: Cut down on includes and copies | Zach Hilman | 7 | -19/+30 |
2018-08-23 | crypto: Eliminate magic constants | Zach Hilman | 4 | -32/+38 |
2018-08-23 | key_manager: Add support for autogenerated keys | Zach Hilman | 2 | -3/+45 |
2018-08-23 | key_manager: Add support for KEK and SD seed derivation | Zach Hilman | 2 | -5/+135 |
2018-08-23 | key_manager: Switch to boost flat_map for keys | Zach Hilman | 2 | -32/+14 |
2018-08-23 | game_list: Add SD registration loading to game list | Zach Hilman | 2 | -12/+12 |
2018-08-23 | file_sys: Implement NAX containers | Zach Hilman | 3 | -0/+238 |
2018-08-23 | registration: Add GetEntryUnparsed methods | Zach Hilman | 2 | -0/+15 |
2018-08-23 | sdmc_factory: Add SDMC RegisteredCache getter | Zach Hilman | 2 | -1/+14 |
2018-08-23 | qt: Make default row data title name and title id | Zach Hilman | 1 | -2/+2 |
2018-08-23 | vfs: Add GetOrCreateDirectoryRelative method | Zach Hilman | 3 | -9/+13 |
2018-08-23 | filesystem: Add CreateFactories methods to fs | Zach Hilman | 3 | -10/+12 |
2018-08-23 | filesystem: Add logging to registration getters | Zach Hilman | 1 | -4/+25 |
2018-08-23 | loader: Add new NAX-specific errors and messages | Zach Hilman | 2 | -1/+27 |
2018-08-23 | nax: Add AppLoader_NAX and update loader to support it | Zach Hilman | 4 | -2/+121 |
2018-08-23 | xts_encryption_layer: Implement XTSEncryptionLayer | Zach Hilman | 3 | -1/+81 |
2018-08-23 | aes_util: Make XTSTranscode stricter about sizes | Zach Hilman | 1 | -5/+2 |
2018-08-23 | ctr_encryption_layer: Fix bug when transcoding small data | Zach Hilman | 1 | -5/+3 |
2018-08-23 | xci: Fix error masking issue | Zach Hilman | 3 | -5/+17 |
2018-08-23 | gl_rasterizer_cache: Blit when possible on RecreateSurface. | bunnei | 1 | -5/+12 |
2018-08-23 | gl_rasterizer_cache: Reserve surfaces that have already been created for later use. | bunnei | 2 | -3/+61 |
2018-08-23 | gl_rasterizer_cache: Remove assert for RecreateSurface type. | bunnei | 1 | -1/+0 |
2018-08-23 | gl_rasterizer_cache: Implement compressed texture copies. | bunnei | 1 | -8/+18 |
2018-08-23 | gl_rasterizer: Implement stencil test. | bunnei | 3 | -4/+58 |
2018-08-23 | gl_rasterizer: Implement partial color clear and stencil clear. | bunnei | 1 | -12/+42 |
2018-08-23 | maxwell_3d: Update to include additional stencil registers. | bunnei | 1 | -20/+50 |
2018-08-23 | gl_state: Update to handle stencil front/back face separately. | bunnei | 2 | -33/+38 |
2018-08-23 | Added SharedFonts loading via TTF | David Marcec | 1 | -5/+50 |
2018-08-23 | Swap "Plus" with "Minus" on the controller GUI (#1150) | literalmente-game | 1 | -8/+8 |
2018-08-22 | gl_shader_gen: Make ShaderSetup's constructor explicit | Lioncash | 1 | -1/+1 |
2018-08-22 | gl_shader_gen: Use a std::vector to represent program code instead of std::array | Lioncash | 2 | -11/+16 |
2018-08-22 | more fixes | Laku | 1 | -6/+7 |
2018-08-22 | fixes | Laku | 1 | -6/+12 |
2018-08-22 | renderer_opengl: Namespace OpenGL code | Lioncash | 21 | -23/+70 |
2018-08-22 | remove debug logging | Laku | 1 | -2/+0 |
2018-08-22 | implement lop3 | Laku | 2 | -0/+55 |
2018-08-22 | config: Fixed icon size get set to 0 | tech4me | 1 | -1/+1 |
2018-08-22 | maxwell_to_gl: Implement PrimitiveTopology::Lines | OatmealDome | 1 | -0/+2 |
2018-08-22 | Added missing include for pl:u | David Marcec | 1 | -0/+1 |
2018-08-22 | PL:U Added BFTTF loading(Loading from System NAND dumps) (#1088) | David | 1 | -25/+140 |
2018-08-22 | Revert "Shader: Use the right sampler type in the TEX, TEXS and TLDS instructions." | bunnei | 2 | -153/+31 |
2018-08-21 | shader_bytecode: Parenthesize conditional expression within GetTextureType() | Lioncash | 1 | -1/+1 |
2018-08-21 | vfs: Replace mode.h include with forward declarations where applicable | Lioncash | 5 | -4/+7 |
2018-08-21 | audio_core/filter: Add explicit cast to assignment in Process() | Lioncash | 1 | -1/+1 |
2018-08-21 | logging/text_formatter: Use empty braces for initializing CONSOLE_SCREEN_BUFFER_INFO instance | Lioncash | 1 | -1/+1 |
2018-08-21 | am: Utilize std::array within PopLaunchParameter() | Lioncash | 1 | -3/+4 |
2018-08-21 | perf_stats: Change MAX_LAG_TIME_US to an appropriate value | MerryMage | 1 | -1/+1 |
2018-08-21 | sdmc_factory: Remove unnecessary core include | Lioncash | 2 | -1/+1 |
2018-08-21 | Port #3902 from Citra: "Add restart hotkey & menu option" | fearlessTobi | 2 | -0/+18 |
2018-08-21 | Port #4056 from Citra: "Add Clear Recent Files menu action" | fearlessTobi | 2 | -0/+14 |
2018-08-21 | bit_field: Convert ToBool() into explicit operator bool | Lioncash | 1 | -2/+1 |
2018-08-21 | qt/main: Port part of citra(#3411), open savedata works | tech4me | 6 | -11/+45 |
2018-08-21 | renderer_opengl: Use LOG_DEBUG for GL_DEBUG_SEVERITY_NOTIFICATION and GL_DEBUG_SEVERITY_LOW logs | Lioncash | 1 | -1/+1 |
2018-08-21 | service/filesystem: Use forward declarations where applicable | Lioncash | 9 | -5/+28 |
2018-08-21 | gl_stream_buffer: Add missing header guard | Lioncash | 1 | -0/+2 |
2018-08-21 | Shaders: Implement depth writing in fragment shaders. | Subv | 1 | -1/+6 |
2018-08-21 | shader_bytecode: Replace some UNIMPLEMENTED logs. | bunnei | 1 | -2/+6 |
2018-08-21 | gl_shader_decompiler: Implement Texture3D for TEXS. | bunnei | 1 | -0/+7 |
2018-08-21 | gl_shader_decompiler: Implement TextureCube for TEX. | bunnei | 1 | -0/+8 |
2018-08-21 | Shaders: Fixed the coords in TEX with Texture2D. | Subv | 1 | -1/+1 |
2018-08-21 | Shaders: Log and crash when using an unimplemented texture type in a texture sampling instruction. | Subv | 1 | -5/+14 |
2018-08-21 | romfs_factory: Remove unnecessary includes and use forward declarations where applicable | Lioncash | 3 | -3/+12 |
2018-08-21 | telemetry_session: Don't allocate std::string instances for program lifetime in GetTelemetryId() and RegenerateTelemetryId() | Lioncash | 1 | -4/+4 |
2018-08-21 | acc: Replace profile_manager include with a forward declaration | Lioncash | 2 | -2/+6 |
2018-08-21 | acc: Simplify WriteBuffer call within LoadImage() | Lioncash | 1 | -3/+3 |
2018-08-21 | acc: Correct IProfile's constructor initializer list order | Lioncash | 1 | -1/+1 |
2018-08-21 | acc: Remove unused DEFAULT_USER_ID | Lioncash | 1 | -3/+0 |
2018-08-21 | profile_manager: Use INVALID_UUID in the initializer of last_opened_user | Lioncash | 1 | -1/+1 |
2018-08-21 | profile_manager: Remove unnecessary memcpy in GetProfileBaseAndData() | Lioncash | 1 | -1/+1 |
2018-08-21 | profile_manager: Use type aliases for username data, profile data, and user arrays | Lioncash | 2 | -19/+22 |
2018-08-21 | profile_manager: Take ProfileInfo by const reference where applicable | Lioncash | 2 | -8/+8 |
2018-08-21 | profile_manager: Make array parameter to CreateNewUser a const reference | Lioncash | 2 | -2/+2 |
2018-08-21 | profile_manager: Remove unnecessary static | Lioncash | 1 | -1/+1 |
2018-08-21 | profile_manager: Simplify UUID's two param constructor, operator==, and operator bool | Lioncash | 1 | -6/+4 |
2018-08-21 | profile_manager: Move UUID generation function to the cpp file | Lioncash | 2 | -10/+12 |
2018-08-21 | GPU: Implemented the logic op functionality of the GPU. | Subv | 3 | -0/+61 |
2018-08-21 | GLState: Allow enabling/disabling GL_COLOR_LOGIC_OP independently from blending. | Subv | 2 | -6/+19 |
2018-08-21 | rasterizer_interface: Remove ScreenInfo from AccelerateDraw()'s signature | Lioncash | 5 | -17/+14 |
2018-08-21 | GPU: Added registers for the logicop functionality. | Subv | 1 | -1/+28 |
2018-08-21 | renderer_base: Make creation of the rasterizer, the responsibility of the renderers themselves | Lioncash | 4 | -14/+12 |
2018-08-21 | Port #3353 from Citra | fearlessTobi | 10 | -25/+94 |
2018-08-21 | Shaders: Write all the enabled color outputs when a fragment shader exits. | Subv | 2 | -6/+45 |
2018-08-20 | registration: Add Data_Unknown5 NCAContentType | Zach Hilman | 3 | -2/+3 |
2018-08-20 | profile_manager: Remove unnecessary std::move in AddToProfiles() and CreateNewUser() | Lioncash | 1 | -2/+2 |
2018-08-20 | Rasterizer: Reinterpret the raw texture bytes instead of blitting (and thus doing format conversion) to a new texture when a game requests an old texture address with a different format. | Subv | 1 | -3/+49 |
2018-08-20 | Rasterizer: Don't attempt to copy over the old texture's data when doing a format reinterpretation if we're only going to clear the framebuffer. | Subv | 4 | -13/+21 |
2018-08-20 | Implemented RGBA8_UINT | David Marcec | 4 | -45/+58 |
2018-08-20 | game_list: Avoid uninitialized variables when retrieving program ID | Lioncash | 1 | -2/+2 |
2018-08-20 | Added CheckFreeCommunicationPermission | David Marcec | 1 | -1/+8 |
2018-08-20 | Shaders/TEXS: Fixed the component mask in the TEXS instruction. | Subv | 1 | -18/+18 |
2018-08-19 | Shaders/TEXS: Fixed the component mask in the TEXS instruction. | Subv | 1 | -6/+11 |
2018-08-19 | Shader: Implemented the TLD4 and TLD4S opcodes using GLSL's textureGather. | Subv | 1 | -0/+51 |
2018-08-19 | Shader: Use the right sampler type in the TEX, TEXS and TLDS instructions. | Subv | 2 | -29/+127 |
2018-08-19 | Shader: Added bitfields for the texture type of the various sampling instructions. | Subv | 1 | -1/+65 |
2018-08-19 | Shaders: Added decodings for TLD4 and TLD4S | Subv | 1 | -3/+7 |
2018-08-19 | Shaders: Added decodings for the LDG and STG instructions. | Subv | 1 | -0/+4 |
2018-08-19 | Shaders: Implemented the gl_FrontFacing input attribute (attr 63). | Subv | 2 | -0/+7 |
2018-08-19 | Added check to see if ARB_texture_mirror_clamp_to_edge is supported | David Marcec | 2 | -0/+4 |
2018-08-19 | filesystem: Add support for loading of system archives | Zach Hilman | 7 | -20/+99 |
2018-08-18 | Shader: Remove an unneeded assert, the negate bit is implemented for conversion instructions. | Subv | 1 | -2/+0 |
2018-08-18 | GLRasterizer: Implemented instanced vertex arrays. | Subv | 2 | -4/+30 |
2018-08-18 | Shader: Implemented the predicate and mode arguments of LOP. | Subv | 2 | -11/+39 |
2018-08-18 | Added WrapMode MirrorOnceClampToEdge | David Marcec | 1 | -0/+2 |
2018-08-18 | Shaders: Implemented a stack for the SSY/SYNC instructions. | Subv | 1 | -3/+36 |
2018-08-18 | Shaders: Corrected the 'abs' and 'neg' bit usage in the float arithmetic instructions. | Subv | 2 | -16/+38 |
2018-08-18 | Added predcondition GreaterThanWithNan | David Marcec | 2 | -5/+8 |
2018-08-17 | Implement SetIdleTimeDetectionExtension & GetIdleTimeDetectionExtension (#1059) | greggameplayer | 2 | -2/+22 |
2018-08-17 | gl_rasterizer_cache: Remove asserts for supported blits. | bunnei | 1 | -2/+0 |
2018-08-17 | renderer_opengl: Treat OpenGL errors as critical. | bunnei | 1 | -1/+1 |
2018-08-16 | correct coding style | greggameplayer | 1 | -1/+1 |
2018-08-16 | Implement GetDefaultDisplayResolutionChangeEvent | greggameplayer | 2 | -1/+13 |
2018-08-16 | qt/main: Unindent code in OnMenuInstallToNAND() | Lioncash | 1 | -70/+70 |
2018-08-16 | qt/main: Make installation dialog text within OnMenuInstallToNAND() translatable | Lioncash | 1 | -14/+15 |
2018-08-16 | qt/main: Get rid of compilation warnings | Lioncash | 1 | -4/+8 |
2018-08-16 | core: Delete System copy/move constructors and assignment operators | Lioncash | 1 | -0/+6 |
2018-08-16 | dynarmic: Update to 550d662 | MerryMage | 1 | -0/+3 |
2018-08-16 | common: Namespace hex_util.h/.cpp | Lioncash | 4 | -12/+22 |
2018-08-16 | gl_rasterizer_cache: Treat Depth formats differently from DepthStencil. | bunnei | 2 | -16/+26 |
2018-08-15 | Shader/Conversion: Implemented the negate bit in F2F and I2I instructions. | Subv | 1 | -4/+12 |
2018-08-15 | Shader/I2F: Implemented the negate I2F_C instruction variant. | Subv | 1 | -7/+23 |
2018-08-15 | Shader/F2I: Implemented the negate bit in the I2F instruction | Subv | 1 | -0/+4 |
2018-08-15 | Shader/F2I: Implemented the F2I_C instruction variant. | Subv | 1 | -2/+10 |
2018-08-15 | Shader/F2I: Implemented the negate bit in the F2I instruction. | Subv | 1 | -0/+4 |
2018-08-15 | kernel/server_session: Add IsSession() member function | Lioncash | 3 | -3/+8 |
2018-08-15 | sm/controller: Correct return value of QueryPointerBufferSize | Lioncash | 1 | -1/+1 |
2018-08-15 | loader: Make ResultStatus directly compatible with fmt | Lioncash | 5 | -14/+18 |
2018-08-15 | loader/nca: Remove unnecessary includes and member variables | Lioncash | 2 | -20/+11 |
2018-08-15 | loader/xci: Remove unnecessary includes and member variables | Lioncash | 2 | -15/+11 |
2018-08-15 | lm: Use LOG_DEBUG for printing out trace logs | Lioncash | 1 | -1/+1 |
2018-08-15 | lm: Handle threads and modules within the logger | Lioncash | 1 | -1/+19 |
2018-08-15 | gl_rasterizer_cache: Cleanup some PixelFormat names and logging. | bunnei | 2 | -41/+71 |
2018-08-15 | Rasterizer: Implemented instanced rendering. | Subv | 7 | -5/+28 |
2018-08-15 | gl_rasterizer_cache: Add RGBA16U to PixelFormatFromTextureFormat. | bunnei | 1 | -1/+9 |
2018-08-15 | Implement Z16_UNORM in PixelFormatFromTextureFormat function | greggameplayer | 1 | -0/+2 |
2018-08-15 | loader: Remove address mapping remnants from citra | Lioncash | 6 | -17/+0 |
2018-08-15 | kernel/svc: Log svcBreak parameters | Lioncash | 1 | -2/+5 |
2018-08-15 | gl_shader_decompiler: Several fixes for indirect constant buffer loads. | bunnei | 1 | -13/+22 |
2018-08-15 | gl_rasterizer: Fix upload size for constant buffers. | bunnei | 1 | -3/+3 |
2018-08-15 | maxwell_to_gl: Properly handle UnsignedInt/SignedInt sizes. | bunnei | 1 | -5/+20 |
2018-08-15 | gl_rasterizer_cache: Implement G8R8S format. | bunnei | 2 | -34/+49 |
2018-08-15 | emu_window: Ensure WindowConfig members are always initialized | Lioncash | 1 | -3/+3 |
2018-08-15 | common/telemetry: Migrate core-independent info gathering to common | Lioncash | 3 | -62/+84 |
2018-08-15 | common/xbyak_abi: Mark defined functions in header as inline | Lioncash | 1 | -7/+7 |
2018-08-15 | common/xbyak: Use nested namespace specifiers where applicable | Lioncash | 2 | -8/+4 |
2018-08-15 | common: Remove unused old breakpoint source files | Lioncash | 3 | -141/+0 |
2018-08-14 | logging/backend: Use const reference to refer to log filter | Lioncash | 1 | -2/+3 |
2018-08-14 | Fix BC7U | greggameplayer | 1 | -1/+1 |
2018-08-14 | mm_u: Forward all old variants of functions to the new ones | Lioncash | 1 | -5/+11 |
2018-08-14 | mm_u: Move implementation class into the cpp file | Lioncash | 2 | -46/+46 |
2018-08-14 | audout_u: Correct IAudioOut initializer list order | Lioncash | 1 | -1/+1 |
2018-08-14 | renderer_opengl: Implement RenderTargetFormat::RGBA16_UNORM. | bunnei | 4 | -37/+48 |
2018-08-13 | common/misc: use windows.h | Zhu PengFei | 1 | -1/+1 |
2018-08-13 | arm_dynarmic: Remove IsExecuting check from PrepareReschedule | MerryMage | 1 | -3/+1 |
2018-08-13 | Implement RG32UI and R32UI | David Marcec | 4 | -7/+45 |
2018-08-13 | Core::CoreTiming: add UnscheduleEventThreadsafe | B3n30 | 3 | -1/+12 |
2018-08-13 | audio_renderer: samples_remaining counts frames, not samples | MerryMage | 1 | -1/+1 |
2018-08-13 | audio_core: Interpolate | MerryMage | 5 | -0/+121 |
2018-08-13 | audio_core: Implement low-pass filter | MerryMage | 3 | -2/+145 |
2018-08-13 | maxwell_to_gl: Implement VertexAttribute::Size::Size_8. | bunnei | 1 | -0/+1 |
2018-08-13 | kernel/object: Tighten object against data races | Lioncash | 2 | -8/+9 |
2018-08-13 | renderer_opengl: Implement RenderTargetFormat::RGBA16_UINT. | bunnei | 4 | -34/+45 |
2018-08-13 | Registered missing channel devices | David Marcec | 1 | -0/+4 |
2018-08-13 | Added missing channel devices | David Marcec | 5 | -0/+144 |
2018-08-13 | maxwell_to_gl: Implement PrimitiveTopology::LineStrip. | bunnei | 1 | -0/+2 |
2018-08-13 | renderer_opengl: Implement RenderTargetFormat::RG8_UNORM. | bunnei | 4 | -26/+61 |
2018-08-13 | CPU/Timing: Use an approximated amortized amount of ticks when advancing timing. | Subv | 2 | -1/+11 |
2018-08-13 | Kernel/SVC: Don't reschedule the current core when creating a new thread. | Subv | 1 | -1/+0 |
2018-08-13 | Core/HLE: Make the 'reschedule_pending' flag atomic. | Subv | 1 | -1/+1 |
2018-08-13 | CPU/HLE: Lock the HLE mutex before performing a reschedule. | Subv | 1 | -0/+3 |
2018-08-13 | Kernel/Threads: Lock the HLE mutex when executing the wakeup callback. | Subv | 1 | -0/+5 |
2018-08-13 | Kernel/Thread: Always use the threadsafe option when scheduling wakeups. | Subv | 2 | -4/+4 |
2018-08-13 | gl_shader_decompiler: Implement XMAD instruction. | bunnei | 2 | -4/+120 |
2018-08-12 | Kernel/Mutex: Don't duplicate threads in the mutex waiter list. | Subv | 2 | -2/+22 |
2018-08-12 | vfs: Make VfsFilesystem constructor explicit | Lioncash | 1 | -1/+1 |
2018-08-12 | vfs: Make type hierarchy objects classes instead of structs | Lioncash | 4 | -10/+16 |
2018-08-12 | registration: Various style and documentation improvements | Zach Hilman | 3 | -18/+22 |
2018-08-12 | cubeb_sink: Protect queue with a mutex | MerryMage | 1 | -0/+6 |
2018-08-12 | scheduler: Make HaveReadyThreads() a const member function | Lioncash | 2 | -2/+2 |
2018-08-12 | thread_queue_list: Make contains() and get_first() const member functions | Lioncash | 1 | -4/+4 |
2018-08-12 | thread_queue_list: Convert typedef to a type alias | Lioncash | 1 | -1/+1 |
2018-08-12 | gl_rasterizer: Use a shared helper to upload from CPU memory. | Markus Wick | 2 | -28/+33 |
2018-08-12 | gl_state: Don't track constant buffer mappings. | Markus Wick | 3 | -41/+3 |
2018-08-12 | gl_rasterizer: Use the stream buffer for constant buffers. | Markus Wick | 4 | -29/+32 |
2018-08-12 | gl_rasterizer: Use the streaming buffer itself for the constant buffer. | Markus Wick | 2 | -33/+15 |
2018-08-12 | gl_rasterizer: Use a helper for aligning the buffer. | Markus Wick | 2 | -15/+22 |
2018-08-12 | Update the stream_buffer helper from Citra. | Markus Wick | 4 | -184/+98 |
2018-08-12 | GetAudioDeviceServiceWithRevisionInfo | David Marcec | 2 | -1/+13 |
2018-08-12 | hid: disable clang-format around tables | Lioncash | 1 | -4/+5 |
2018-08-12 | hid: Stub DisconnectNpad() | Lioncash | 1 | -1/+7 |
2018-08-12 | vfs: Use sanitized paths within MoveFile() and MoveDirectory() | Lioncash | 1 | -10/+10 |
2018-08-12 | card_image: Use type aliases to shorten definitions | Lioncash | 2 | -6/+6 |
2018-08-12 | card_image: Simplify return statement of GetSubdirectories() | Lioncash | 1 | -1/+1 |
2018-08-12 | gl_shader_decompiler: Fix SetOutputAttributeToRegister empty check. | bunnei | 1 | -2/+2 |
2018-08-12 | Pushed the requested sample rate instead of our fixed sample rate | David Marcec | 2 | -5/+3 |
2018-08-12 | made ResultStatus a u16 | David Marcec | 3 | -3/+3 |
2018-08-12 | Added GetAudioRendererSampleRate, GetAudioRendererSampleCount & GetAudioRendererMixBufferCount | David Marcec | 3 | -6/+44 |
2018-08-12 | gl_shader_decompiler: Fix GLSL compiler error with KIL instruction. | bunnei | 1 | -0/+8 |
2018-08-12 | Stub UpdateUserPresence | David Marcec | 1 | -1/+8 |
2018-08-12 | Fixed invalid cast in loader | David Marcec | 1 | -1/+1 |
2018-08-12 | registration: Add support for force overwrite of installed | Zach Hilman | 4 | -53/+106 |
2018-08-12 | game_list: Split game list scans to multiple functions | Zach Hilman | 2 | -9/+16 |
2018-08-12 | vfs_real: Add CreateFullPath to Create* operations | Zach Hilman | 2 | -13/+6 |
2018-08-12 | control_metadata: Remove unnecessary reference to base file | Zach Hilman | 2 | -2/+1 |
2018-08-12 | romfs: Remove cyclic shared_ptr leak in romfs code | Zach Hilman | 3 | -8/+8 |
2018-08-12 | registration: Update documentation and style | Zach Hilman | 5 | -42/+69 |
2018-08-12 | nca_metadata: Remove unnecessary reference to base file | Zach Hilman | 2 | -3/+2 |
2018-08-12 | bis_factory: Create NAND dirs if they don't exist | Zach Hilman | 1 | -2/+9 |
2018-08-12 | qt: Use custom RawCopy with progress bar for installs | Zach Hilman | 1 | -2/+28 |
2018-08-12 | registration: Take RawCopy function as parameter | Zach Hilman | 2 | -10/+15 |
2018-08-12 | game_list: Populate control data from installed NAND | Zach Hilman | 2 | -31/+35 |
2018-08-12 | registered_cache: Fix missing reading from yuzu_meta | Zach Hilman | 1 | -7/+16 |
2018-08-12 | file_sys: Comply to style guidelines | Zach Hilman | 8 | -47/+60 |
2018-08-12 | qt: Add 'Install to NAND' option to menu | Zach Hilman | 5 | -1/+99 |
2018-08-12 | game_list: Modify game list to scan installed titles | Zach Hilman | 1 | -0/+45 |
2018-08-12 | file_sys: Add RegisteredCache | Zach Hilman | 2 | -0/+543 |
2018-08-12 | file_sys: Add support for parsing NCA metadata (CNMT) | Zach Hilman | 3 | -0/+238 |
2018-08-12 | card_image: Add accessor for all NCAs in XCI | Zach Hilman | 2 | -0/+5 |
2018-08-12 | vfs_real: Add CreateFullPath to CreateFile | Zach Hilman | 1 | -3/+6 |
2018-08-12 | filesystem: Add Open and Register functions for BISFactory | Zach Hilman | 2 | -4/+23 |
2018-08-12 | bis_factory: Add partial implementation of BISFactory | Zach Hilman | 2 | -0/+54 |
2018-08-12 | loader: Join 0* files in directory if filename is 00 | Zach Hilman | 1 | -1/+33 |
2018-08-12 | loader: Recognize filename '00' as NCA | Zach Hilman | 1 | -0/+2 |
2018-08-12 | vfs: Add ConcatenatedVfsFile | Zach Hilman | 2 | -0/+134 |
2018-08-12 | crypto: Remove hex utilities from key_manager | Zach Hilman | 2 | -36/+2 |
2018-08-12 | file_util: Add getter for NAND registration directory | Zach Hilman | 2 | -0/+8 |
2018-08-12 | common: Move hex string processing to separate file | Zach Hilman | 3 | -0/+64 |
2018-08-12 | GPU/Maxwell3D: Implemented an alternative set of blend factors. | Subv | 2 | -0/+40 |
2018-08-12 | Implement R8_UINT RenderTargetFormat & PixelFormat (#1014) | greggameplayer | 4 | -55/+74 |
2018-08-12 | RasterizerGL: Ignore invalid/unset vertex attributes. | Subv | 2 | -1/+11 |
2018-08-12 | friend: Stub DeclareCloseOnlinePlaySession. | bunnei | 1 | -1/+10 |
2018-08-12 | friend: Fix CreateFriendService to return an IFriendService interface. | bunnei | 1 | -2/+86 |
2018-08-12 | server_session: Provide more useful information and don't crash on bad IPC request. | bunnei | 1 | -0/+8 |
2018-08-12 | gl_rasterizer: Silence implicit truncation warning in SetupShaders() | Lioncash | 1 | -1/+1 |
2018-08-12 | core: Namespace EmuWindow | Lioncash | 14 | -22/+44 |
2018-08-12 | gl_shader_decompiler: Improve handling of unknown input/output attributes. | bunnei | 2 | -10/+11 |
2018-08-12 | gl_rasterizer: Implement render target format RG8_SNORM. | bunnei | 4 | -8/+18 |
2018-08-12 | gl_rasterizer: Implement render target format RGBA8_SNORM. | bunnei | 4 | -64/+83 |
2018-08-11 | GPU/Shader: Don't predicate instructions that don't have a predicate field (SSY). | Subv | 2 | -2/+13 |
2018-08-11 | GPU/Shaders: Implemented SSY and SYNC as a way to modify control flow during shader execution. | Subv | 1 | -6/+25 |
2018-08-11 | Implement R16S & R16UI & R16I RenderTargetFormats & PixelFormats and more (R16_UNORM needed by Fate Extella) (#848) | greggameplayer | 4 | -19/+92 |
2018-08-11 | Better UUID randomness | David Marcec | 1 | -2/+7 |
2018-08-11 | Removed un-needed count from ListOpenUsers and ListAllUsers | David Marcec | 1 | -4/+2 |
2018-08-11 | Added better explanations in the profile manager | David Marcec | 2 | -1/+34 |
2018-08-11 | Code cleanup for profile manager | David Marcec | 3 | -40/+47 |
2018-08-11 | Removed const from ProfileBase Invalidate | David Marcec | 1 | -1/+1 |
2018-08-11 | fixed invalid uuid bool operator | David Marcec | 1 | -1/+1 |
2018-08-11 | Added GetOpenUserCount | David Marcec | 3 | -3/+14 |
2018-08-11 | Removed all for loops from the profile manager | David Marcec | 1 | -9/+4 |
2018-08-11 | Added missing ListAllUsers count | David Marcec | 1 | -1/+2 |
2018-08-11 | If statement style change | David Marcec | 1 | -11/+19 |
2018-08-11 | Second round of account changes | David Marcec | 3 | -18/+21 |
2018-08-11 | First round of account changes | David Marcec | 3 | -49/+55 |
2018-08-11 | Refactored profile manager sharing | David Marcec | 10 | -20/+28 |
2018-08-11 | Added IsUserRegistrationRequestPermitted | David Marcec | 7 | -3/+19 |
2018-08-11 | video_core; Get rid of global g_toggle_framelimit_enabled variable | Lioncash | 8 | -30/+44 |
2018-08-11 | renderer_base: Remove unused kFramebuffer enumeration | Lioncash | 1 | -3/+0 |
2018-08-11 | video_core: Remove unused Renderer enumeration | Lioncash | 1 | -2/+0 |
2018-08-11 | qt/game_list: Resolve truncation warning within GameListItemPath's constructor | Lioncash | 1 | -4/+4 |
2018-08-11 | gt/game_list: Use std::array in GameListItemPath's data() function | Lioncash | 1 | -7/+8 |
2018-08-11 | qt/game_list: Remove redundant base class constructor from initializer list | Lioncash | 1 | -3/+1 |
2018-08-10 | maxwell_to_gl: Implement VertexAttribute::Size::Size_8_8. | bunnei | 1 | -0/+1 |
2018-08-10 | maxwell_to_gl: Implement VertexAttribute::Size::Size_32_32_32. | bunnei | 1 | -0/+2 |
2018-08-10 | Revert "gl_state: Temporarily disable culling and depth test." | bunnei | 1 | -3/+1 |
2018-08-10 | game_list: Reorder error checks | Zach Hilman | 1 | -2/+1 |
2018-08-10 | loader: Add more descriptive errors | Zach Hilman | 17 | -179/+249 |
2018-08-10 | gl_rasterizer_cache: Remove unused viewport parameter of GetFramebufferSurfaces() | Lioncash | 3 | -8/+6 |
2018-08-10 | video_core: Use variable template variants of type_traits interfaces where applicable | Lioncash | 2 | -4/+2 |
2018-08-10 | textures: Refactor out for Texture/Depth FormatFromPixelFormat. | bunnei | 5 | -181/+31 |
2018-08-10 | gl_rasterizer_cache: Add bounds checking for gl_buffer copies. | bunnei | 1 | -10/+12 |
2018-08-10 | Implement SNORM for BC5/DXN2 (#998) | Khangaroo | 2 | -38/+55 |
2018-08-09 | gl_shader_decompiler: Reserve element memory beforehand in BuildRegisterList() | Lioncash | 1 | -0/+2 |
2018-08-09 | gl_rasterizer_cache: Avoid iterator invalidation issues within InvalidateRegion() | Lioncash | 1 | -2/+4 |
2018-08-09 | Implement BC5/DXN2 (#996) | Khangaroo | 3 | -33/+45 |
2018-08-09 | buffer_queue: Make reference parameter of SetPreallocatedBuffer const | Lioncash | 2 | -2/+2 |
2018-08-09 | hle_ipc: Make WriteToOutgoingCommandBuffer()'s reference parameter const | Lioncash | 2 | -2/+2 |
2018-08-09 | gl_rasterizer_cache: Invert conditional in LoadGLBuffer() | Lioncash | 1 | -5/+5 |
2018-08-09 | gl_rasterizer_cache: Use std::vector::assign in LoadGLBuffer() for the non-tiled case | Lioncash | 1 | -4/+6 |
2018-08-09 | Don't add user if the uuid already exists | David Marcec | 1 | -0/+4 |
2018-08-09 | maxwell_to_gl: Implement VertexAttribute::Size::Size_16_16_16_16. | bunnei | 1 | -0/+1 |
2018-08-09 | maxwell_to_gl: Implement PrimitiveTopology::Points. | bunnei | 1 | -0/+2 |
2018-08-09 | gl_shader_decompiler: Declare predicates on use. | bunnei | 1 | -4/+5 |
2018-08-09 | maxwell_3d: Ignore macros that have not been uploaded yet. | bunnei | 1 | -4/+9 |
2018-08-09 | gl_rasterizer_cache: Make pointer const in LoadGLBuffer() | Lioncash | 1 | -1/+1 |
2018-08-09 | vfs: Fix documentation | Zach Hilman | 2 | -2/+4 |
2018-08-09 | vfs: Fix typo in VfsFilesystem docs | Zach Hilman | 2 | -4/+5 |
2018-08-09 | file_util: Use enum instead of bool for specifing path behavior | Zach Hilman | 4 | -24/+37 |
2018-08-09 | loader: Remove unused IdentifyFile overload | Zach Hilman | 2 | -12/+0 |
2018-08-09 | vfs: Use RealVfsFilesystem for fs-operations in RealVfsDirectory | Zach Hilman | 1 | -2/+10 |
2018-08-09 | file_sys: Add missing include in savedata_factory | Zach Hilman | 1 | -0/+1 |
2018-08-09 | core: Port core to VfsFilesystem for file access | Zach Hilman | 12 | -22/+52 |
2018-08-09 | vfs: Add unreachable assert to file permissions converter | Zach Hilman | 1 | -1/+3 |
2018-08-09 | vfs: Add RealVfsFilesystem implementation | Zach Hilman | 2 | -81/+290 |
2018-08-09 | file_util: Add platform-specific slash option to SanitizePath | Zach Hilman | 2 | -5/+16 |
2018-08-09 | vfs: Add VfsFilesystem interface and default implementation | Zach Hilman | 2 | -3/+211 |
2018-08-09 | filesystem: Remove unnecessary if conditions | Zach Hilman | 1 | -1/+1 |
2018-08-09 | gl_rasterizer: Do not render when no render target is configured. | bunnei | 1 | -0/+5 |
2018-08-09 | fsp_srv: Use std::string_view's copy() function instead of strncpy() | Lioncash | 2 | -8/+10 |
2018-08-09 | fsp_srv: Emplace entries first when building index instead of emplacing last | Lioncash | 1 | -2/+3 |
2018-08-08 | common/logging: Add missing service log categories | Lioncash | 2 | -0/+16 |
2018-08-08 | common/color: Remove unnecessary const qualifiers on return types | Lioncash | 1 | -7/+7 |
2018-08-08 | common/color: Get rid of undefined behavior | Lioncash | 1 | -12/+24 |
2018-08-08 | vector_math: Use variable template version of is_signed in Vec classes | Lioncash | 1 | -3/+3 |
2018-08-08 | Open first user added | David Marcec | 1 | -1/+3 |
2018-08-08 | Inital pass of account backend implementation | David Marcec | 3 | -12/+22 |
2018-08-08 | GetProfileBase and GetProfileBaseAndData added | David Marcec | 3 | -44/+106 |
2018-08-08 | began initial implementation of "ProfileManager" | David Marcec | 5 | -44/+202 |
2018-08-08 | Service/Account: stub LoadImage function | mailwl | 1 | -1/+22 |
2018-08-08 | Switched uuids from u128 to new UUID struct | David Marcec | 2 | -10/+49 |
2018-08-08 | gpu: Add R11G11B10_FLOAT to RenderTargetBytesPerPixel. | bunnei | 1 | -0/+1 |
2018-08-08 | hid: fix IsSixAxisSensorAtRest() response | mailwl | 1 | -1/+1 |
2018-08-08 | gl_shader_decompiler: Stub input attribute Unknown_63. | bunnei | 2 | -0/+9 |
2018-08-08 | maxwell_3d: Use correct const buffer size and check bounds. | bunnei | 4 | -3/+12 |
2018-08-08 | renderer_opengl: Use trace log in a few places. | bunnei | 2 | -2/+2 |
2018-08-08 | maxwell_to_gl: Implement VertexAttribute::Size::Size_8_8. | bunnei | 1 | -0/+1 |
2018-08-08 | nvhost_gpu: Don't over copy IoctlSubmitGpfifo. | bunnei | 1 | -1/+1 |
2018-08-08 | gl_rasterizer_cached: Implement RenderTargetFormat::B5G6R5_UNORM. | bunnei | 2 | -0/+4 |
2018-08-08 | gl_shader_decompiler: Let OpenGL interpret floats. | bunnei | 2 | -11/+6 |
2018-08-08 | am: Stub SetScreenShotImageOrientation. | bunnei | 2 | -1/+9 |
2018-08-08 | acc: Add missing function table entries for GetUserCount | Lioncash | 2 | -2/+2 |
2018-08-08 | acc: Stub GetUserCount. (#973) | bunnei | 3 | -1/+9 |
2018-08-08 | nvdrv: Get rid of global std::weak_ptr | Lioncash | 5 | -11/+22 |
2018-08-08 | vector_math: Remove unimplemented function prototypes | Lioncash | 1 | -23/+0 |
2018-08-08 | vector_math: Make functions constexpr where applicable | Lioncash | 1 | -154/+179 |
2018-08-08 | vector_math: Convert typedefs to type aliases | Lioncash | 1 | -3/+3 |
2018-08-08 | common: Convert type traits templates over to variable template versions where applicable | Lioncash | 5 | -11/+11 |
2018-08-08 | hle: Remove unused romfs.cpp/.h | Lioncash | 3 | -126/+0 |
2018-08-08 | externals: Update catch to 2.3.0 | Lioncash | 4 | -4/+4 |
2018-08-08 | Fixed the sRGB pixel format (#963) | Hexagon12 | 1 | -1/+2 |
2018-08-07 | configure_gamelist: Use explicit QVariant constructor | Zach Hilman | 1 | -2/+4 |
2018-08-07 | file_util: Avoid sign-conversions in WriteArray() and ReadArray() | Lioncash | 1 | -4/+8 |
2018-08-07 | Lowered down the logging for methods | Hexagon12 | 1 | -4/+4 |
2018-08-07 | loader: Fix scope error in DeconstructedRomDirectory | Zach Hilman | 1 | -1/+1 |
2018-08-07 | service/apm: Add the apm:sys service | Lioncash | 3 | -0/+34 |
2018-08-07 | nvflinger: Correct typo in name of composition event | Lioncash | 1 | -1/+1 |
2018-08-07 | nvdrv: Make Ioctl()'s definition match its prototype | Lioncash | 1 | -1/+1 |
2018-08-07 | nvdrv: Get rid of indirect inclusions | Lioncash | 12 | -15/+17 |
2018-08-07 | nvflinger: Get rid of indirect inclusions | Lioncash | 2 | -1/+7 |
2018-08-07 | nvflinger: Use std::string_view in OpenDisplay() | Lioncash | 2 | -2/+3 |
2018-08-07 | Make building cubeb optional | KAMiKAZOW | 1 | -2/+2 |
2018-08-07 | services/hid: Add ActivateNpadWithRevision() to the hid function info array | Lioncash | 1 | -0/+1 |
2018-08-07 | service/time: Amend command IDs of ToPosixTime() and ToPosixTimeWithMyRule() | Lioncash | 1 | -2/+2 |
2018-08-07 | service: Add usb services | Lioncash | 6 | -0/+259 |
2018-08-07 | qt/hotkey: Get rid of global hotkey map instance | Lioncash | 8 | -119/+159 |
2018-08-07 | loader: Add icon and title support to XCI | Zach Hilman | 7 | -5/+46 |
2018-08-07 | Use const where applicable | Zach Hilman | 4 | -7/+7 |
2018-08-07 | Avoid parsing RomFS to directory in NCA | Zach Hilman | 18 | -19/+439 |
2018-08-07 | client_port: Make all data members private | Lioncash | 3 | -7/+21 |
2018-08-07 | GDBStub works with both Unicorn and Dynarmic now (#941) | Hedges | 5 | -9/+26 |
2018-08-06 | qt/main: Avoid sign conversions in UpdateRecentFiles() | Lioncash | 1 | -4/+6 |
2018-08-06 | game_list: Remove unnecessary conversion to std::string in ValidateEntry() | Lioncash | 1 | -8/+10 |
2018-08-06 | game_list: Use QString::fromStdString() where applicable instead of c_str() | Lioncash | 1 | -5/+7 |
2018-08-06 | game_list: Join declarations and assignments in onTextChanged() | Lioncash | 1 | -7/+7 |
2018-08-06 | qt/main: Collapse if statement in UpdateRecentFiles() | Lioncash | 1 | -6/+2 |
2018-08-06 | qt/main: Better file-existence checking within OnMenuRecentFile() and UpdateUITheme() | Lioncash | 1 | -8/+6 |
2018-08-06 | qt: Don't show error dialog when canceling the Load Folder dialog | Lioncash | 1 | -2/+8 |
2018-08-06 | qt/game_list_p: Remove redundant base class constructor invocations | Lioncash | 1 | -1/+2 |
2018-08-06 | qt: Add missing override specifiers where applicable | Lioncash | 5 | -7/+9 |
2018-08-06 | qt: Default destructors where applicable | Lioncash | 9 | -16/+15 |
2018-08-06 | kernel/event: Make data members private | Lioncash | 2 | -5/+9 |
2018-08-06 | Service/Audio: audout_a.cpp: remove pragma once | mailwl | 1 | -2/+0 |
2018-08-06 | maxwell_3d: Remove outdated assert. | bunnei | 1 | -2/+0 |
2018-08-06 | gl_rasterizer_cache: Avoid superfluous surface copies. | bunnei | 2 | -4/+21 |
2018-08-06 | perf_stats: Correct literal used for MAX_LAG_TIME_US | Lioncash | 1 | -2/+2 |
2018-08-06 | core_timing: Make GetGlobalTimeUs() return std::chrono::microseconds | Lioncash | 4 | -14/+14 |
2018-08-06 | memory: Make prototype parameter names match their definitions | Lioncash | 1 | -5/+5 |
2018-08-06 | memory: Correct prototype of ZeroBlock | Lioncash | 1 | -1/+1 |
2018-08-06 | memory: Remove unnecessary const qualifiers in prototypes | Lioncash | 1 | -9/+8 |
2018-08-06 | core_timing: Convert typedef into a type alias | Lioncash | 1 | -4/+4 |
2018-08-06 | core_timing: Use transparent functors where applicable | Lioncash | 1 | -5/+5 |
2018-08-06 | loader: Make AppLoader_NCA rely on directory loading code | Zach Hilman | 4 | -37/+24 |
2018-08-05 | gdbstub: Use type alias for breakpoint maps | Lioncash | 1 | -37/+42 |
2018-08-05 | gdbstub: Move all file-static variables into the GDBStub namespace | Lioncash | 1 | -35/+36 |
2018-08-05 | address_arbiter: Return by value from GetThreadsWaitingOnAddress() | Lioncash | 1 | -15/+15 |
2018-08-05 | gdbstub: Replace PAddr alias with VAddr | Lioncash | 2 | -14/+14 |
2018-08-05 | gl_shader_decompiler: Fix TEXS mask and dest. | bunnei | 1 | -2/+5 |
2018-08-05 | audio_core: Implement audren_u audio playback. | bunnei | 5 | -218/+451 |
2018-08-05 | added braces for conditions | David Marcec | 1 | -2/+3 |
2018-08-05 | fix the attrib format for ints | David Marcec | 1 | -2/+7 |
2018-08-05 | audio_core: Use s16 where possible for audio samples. | bunnei | 9 | -36/+27 |
2018-08-05 | audio_core: Port codec code from Citra for ADPCM decoding. | bunnei | 5 | -11/+126 |
2018-08-05 | service: Add arp services | Lioncash | 6 | -0/+97 |
2018-08-04 | service: Remove redundant #pragma once directives | Lioncash | 5 | -10/+0 |
2018-08-04 | aes_util: Add static assertion to Transcode() and XTSTranscode() to ensure well-defined behavior | Lioncash | 1 | -0/+4 |
2018-08-04 | aes_util: Make CalculateNintendoTweak() an internally linked function | Lioncash | 2 | -12/+10 |
2018-08-04 | aes_util: Make Transcode() a const member function | Lioncash | 2 | -8/+9 |
2018-08-04 | core/crypto: Remove unnecessary includes | Lioncash | 4 | -5/+5 |
2018-08-04 | key_manager: Use regular std::string instead of std::string_view | Lioncash | 2 | -10/+7 |
2018-08-04 | cubeb_sink: Support variable sample_rate and num_channels. | bunnei | 1 | -15/+25 |
2018-08-04 | content_archive: Add support for titlekey cryptography | Zach Hilman | 2 | -7/+39 |
2018-08-04 | audio_core: Sinks need unique names as well. | bunnei | 5 | -9/+14 |
2018-08-04 | audio_core: Streams need unique names for CoreTiming. | bunnei | 5 | -10/+14 |
2018-08-04 | gl_shader_manager: Invert conditional in SetShaderUniformBlockBinding() | Lioncash | 1 | -7/+9 |
2018-08-04 | gl_shader_manager: Amend sign differences in an assertion comparison in SetShaderUniformBlockBinding() | Lioncash | 1 | -3/+2 |
2018-08-04 | renderer_base: Make Rasterizer() return the rasterizer by reference | Lioncash | 5 | -11/+15 |
2018-08-04 | video_core: Eliminate the g_renderer global variable | Lioncash | 19 | -74/+100 |
2018-08-04 | kernel/thread: Fix potential crashes introduced in 26de4bb521b1ace7af76eff4f6956cb23ac0d58c | Lioncash | 3 | -13/+38 |
2018-08-03 | kernel/process: Use std::array where applicable | Lioncash | 1 | -1/+2 |
2018-08-03 | kernel/process: Use accessors instead of class members for referencing segment array | Lioncash | 5 | -20/+40 |
2018-08-03 | memory: Remove unused GetSpecialHandlers() function | Lioncash | 1 | -16/+0 |
2018-08-03 | video_core: Remove unimplemented Start() function prototype | Lioncash | 1 | -3/+0 |
2018-08-03 | gl_shader_decompiler: Remove unused variable in GenerateDeclarations() | Lioncash | 1 | -2/+0 |
2018-08-03 | gl_shader_manager: Make ProgramManager's GetCurrentProgramStage() a const member function | Lioncash | 1 | -1/+1 |
2018-08-03 | core/memory: Get rid of 3DS leftovers | Lioncash | 16 | -559/+29 |
2018-08-03 | Added ability to change username & language code in the settings ui. Added IProfile::Get and SET::GetLanguageCode for libnx tests (#851) | David | 9 | -8/+95 |
2018-08-03 | yuzu: Use Qt 5 signal/slots where applicable | Lioncash | 7 | -46/+49 |
2018-08-03 | input_common: Use std::move where applicable | Lioncash | 2 | -5/+6 |
2018-08-03 | input_common: Add missing override specifiers | Lioncash | 3 | -14/+2 |
2018-08-02 | Implement RGB32F PixelFormat (#886) (used by Go Vacation) | greggameplayer | 3 | -9/+23 |
2018-08-02 | kernel/vm_manager: Convert loop into std::any_of() | Lioncash | 1 | -4/+4 |
2018-08-02 | kernel/vm_manager: Use const where applicable | Lioncash | 3 | -19/+19 |
2018-08-02 | kernel/vm_manager: Use the VAddr type alias in CarveVMA() | Lioncash | 1 | -2/+2 |
2018-08-02 | kernel/thread: Make GetFreeThreadLocalSlot()'s loop indices size_t | Lioncash | 1 | -8/+5 |
2018-08-02 | kernel/thread: Make GetFreeThreadLocalSlot() reference parameter a const reference | Lioncash | 1 | -1/+2 |
2018-08-02 | kernel/thread: Make GetFreeThreadLocalSlot() internally linked | Lioncash | 1 | -1/+1 |
2018-08-02 | vfs_vector: Remove unused variable in FindAndRemoveVectorElement() | Lioncash | 1 | -2/+2 |
2018-08-02 | vfs_vector: Avoid unnecessary copies where applicable | Lioncash | 1 | -2/+5 |
2018-08-02 | gl_state: Make texture_units a std::array | Lioncash | 1 | -2/+3 |
2018-08-02 | gl_shader_manager: Take ShaderSetup instances by const reference in UseProgrammableVertexShader() and UseProgrammableFragmentShader() | Lioncash | 1 | -2/+2 |
2018-08-02 | math_util: Always initialize members of Rectangle | Lioncash | 1 | -5/+5 |
2018-08-02 | hw: Remove unused files | Lioncash | 7 | -334/+0 |
2018-08-02 | service: Add migration services | Lioncash | 6 | -0/+55 |
2018-08-02 | audio_out: Use Buffer::Tag alias in GetTagsAndReleaseBuffers()'s prototype | Lioncash | 2 | -2/+2 |
2018-08-02 | sink_details: Deduplicate long std::function repetition | Lioncash | 1 | -4/+6 |
2018-08-02 | sink_details: std::move std::function instances | Lioncash | 1 | -1/+2 |
2018-08-02 | kernel: Move object class to its own source files | Lioncash | 44 | -156/+186 |
2018-08-02 | logging/log: Remove incorrect description in PCV doc comment | Lioncash | 1 | -1/+1 |
2018-08-02 | service: Add psc services | Lioncash | 6 | -0/+98 |
2018-08-02 | video_core: Make global EmuWindow instance part of the base renderer class | Lioncash | 13 | -64/+54 |
2018-08-02 | service/ns: Add missing ns services | Lioncash | 1 | -0/+447 |
2018-08-01 | lm: Amend name of ILogger | Lioncash | 1 | -4/+4 |
2018-08-01 | service/filesystem: Add fsp:ldr and fsp:pr services | Lioncash | 6 | -0/+89 |
2018-08-01 | service: Add capture services | Lioncash | 6 | -0/+173 |
2018-08-01 | service: Add bpc and pcv services | Lioncash | 8 | -0/+183 |
2018-08-01 | Implement R32_FLOAT RenderTargetFormat | Unknown | 3 | -0/+5 |
2018-08-01 | Add missing parameter to files.push_back() | Zach Hilman | 1 | -5/+5 |
2018-08-01 | Fix merge conflicts with opus and update docs | Zach Hilman | 4 | -6/+8 |
2018-08-01 | Use more descriptive error codes and messages | Zach Hilman | 9 | -34/+101 |
2018-08-01 | Use static const instead of const static | Zach Hilman | 1 | -2/+2 |
2018-08-01 | Use ErrorEncrypted where applicable and fix no keys crash | Zach Hilman | 4 | -17/+37 |
2018-08-01 | Add missing includes and use const where applicable | Zach Hilman | 11 | -24/+40 |
2018-08-01 | Allow key loading from %YUZU_DIR%/keys in addition to ~/.switch | Zach Hilman | 5 | -7/+23 |
2018-08-01 | Use SHGetKnownFolderPath instead of SHGetFolderPathA | Zach Hilman | 1 | -3/+4 |
2018-08-01 | Make XCI comply to review and style guidelines | Zach Hilman | 16 | -482/+223 |
2018-08-01 | Extract mbedtls to cpp file | Zach Hilman | 5 | -87/+127 |
2018-08-01 | Add missing string.h include | Zach Hilman | 1 | -0/+1 |
2018-08-01 | Update mbedtls and fix compile error | Zach Hilman | 1 | -0/+1 |
2018-08-01 | Remove files that are not used | Zach Hilman | 33 | -43/+1455 |
2018-08-01 | kernel/thread: Remove unimplemented function prototype | Lioncash | 1 | -6/+0 |
2018-08-01 | audio_core: Add configuration settings. | bunnei | 12 | -21/+330 |
2018-08-01 | service/audio: Add missing services | Lioncash | 14 | -2/+289 |
2018-07-31 | kernel: Remove unused object_address_table.cpp/.h | Lioncash | 6 | -104/+0 |
2018-07-31 | audout_u: Remove std::move in OpenAudioOutImpl() | Lioncash | 1 | -1/+1 |
2018-07-31 | kernel: Remove unnecessary includes | Lioncash | 23 | -28/+47 |
2018-07-31 | service/am: Add missing am services | Lioncash | 8 | -0/+156 |
2018-07-31 | service: Add fgm services | Lioncash | 6 | -0/+96 |
2018-07-31 | arm_dynarmic: Make SetTlsAddress() prototype and definition consistent | Lioncash | 1 | -1/+1 |
2018-07-31 | arm_dynarmic: Remove unnecessary qualifying of ThreadContext | Lioncash | 1 | -3/+3 |
2018-07-31 | arm_dynarmic: Correct initializer list order | Lioncash | 1 | -5/+3 |
2018-07-31 | service: Add the pcie service | Lioncash | 6 | -0/+85 |
2018-07-31 | audio_core: Implement Sink and SinkStream interfaces with cubeb. | bunnei | 8 | -6/+261 |
2018-07-31 | audio_core: Add interfaces for Sink and SinkStream. | bunnei | 6 | -0/+163 |
2018-07-31 | MacroInterpreter: Avoid left shifting negative values. | Subv | 2 | -2/+6 |
2018-07-31 | nvhost_gpu: Added checks to ensure we don't read past the end of the entries when handling a GPU command list. | Subv | 1 | -3/+6 |
2018-07-31 | nvhost_ctrl_gpu: Only read the input parameters if they are actually there. | Subv | 1 | -3/+11 |
2018-07-31 | Port #3758 from Citra (#852): Add missing std::string import in text_formatter | Tobias | 1 | -0/+1 |
2018-07-31 | audio_core: Misc. improvements to stream/buffer/audio_out. | bunnei | 5 | -20/+32 |
2018-07-31 | audio_core: Move to audout_u impl. | bunnei | 4 | -13/+6 |
2018-07-31 | Implemented various hwopus functions (#853) | David | 3 | -6/+132 |
2018-07-30 | Port #3769 from Citra: "Update Dark theme to latest version" | Tobias | 1 | -1/+1 |
2018-07-30 | Add some HID commands (#843) | Hexagon12 | 1 | -2/+16 |
2018-07-29 | Port #3732 from Citra: "common: Fix compilation on ARM" | Cameron Cawley | 2 | -4/+2 |