| Commit message (Expand) | Author | Files | Lines |
2022-04-01 | shader_recompiler: support const buffer indirect addressing on OpenGL SPIR-V | Liam | 3 | -17/+14 |
2022-03-29 | yuzu_cmd: Start the logging backend | lat9nq | 1 | -0/+1 |
2022-03-29 | yuzu: Only override fullscreen setting if gamepath or argument is provided | german77 | 1 | -3/+10 |
2022-03-29 | gl_rasterizer: Avoid scenario locking already owned mutex | ameerj | 1 | -3/+3 |
2022-03-27 | arm_dynarmic_64: Invalidate on all cores | merry | 1 | -2/+4 |
2022-03-26 | Revert "Memory GPU <-> CPU: reduce infighting in the texture cache by adding CPU Cached memory." | bunnei | 6 | -65/+4 |
2022-03-26 | hle: service: nvflinger: buffer_queue: Remove AutoLock and fix free buffer tracking. | bunnei | 5 | -181/+130 |
2022-03-26 | hle: service: nvflinger: buffer_queue_consumer: Use scoped_lock instead of unique_lock. | bunnei | 1 | -2/+2 |
2022-03-26 | hle: service: nvflinger: consumer_base: Use scoped_lock instead of unique_lock. | bunnei | 1 | -4/+4 |
2022-03-26 | hle: service: nvflinger: Remove unused BufferQueue. | bunnei | 2 | -360/+0 |
2022-03-25 | Memory: Don't protect reads on Normal accuracy. | Fernando Sahmkow | 1 | -1/+1 |
2022-03-25 | Texture Cache: Add Cached CPU system. | Fernando Sahmkow | 5 | -3/+64 |
2022-03-25 | GC: Address Feedback. | Fernando Sahmkow | 7 | -29/+37 |
2022-03-25 | hle: nvflinger: ConsumerBase: Mark ctor as explicit. | bunnei | 1 | -1/+1 |
2022-03-25 | hle: vi: NativeWindow: Fix trivially copyable issues. | bunnei | 1 | -4/+4 |
2022-03-25 | hle: nvdrv: nvdata: buffer_queue_producer: Minor cleanup. | bunnei | 1 | -11/+11 |
2022-03-25 | hle: nvdrv: nvdata: Cleanup NvFence static assert. | bunnei | 1 | -1/+1 |
2022-03-25 | hle: nvflinger: Remove unused unordered_map include. | bunnei | 1 | -1/+0 |
2022-03-25 | hle: nvflinger: buffer_queue_consumer: AcquireBuffer: Fix typo. | bunnei | 1 | -1/+1 |
2022-03-25 | hle: nvflinger: Merge Rect with Common::Rectangle. | bunnei | 6 | -90/+54 |
2022-03-25 | hle: nvflinger: buffer_queue_core: Declare default dtor. | bunnei | 2 | -0/+3 |
2022-03-25 | hle: nvflinger: buffer_queue_producer: DequeueBuffer: Remove unnecessary lock. | bunnei | 1 | -3/+1 |
2022-03-25 | hle: nvflinger: consumer_base: StillTracking: Should be const. | bunnei | 2 | -2/+3 |
2022-03-25 | hle: nvflinger: graphic_buffer_producer: Remove unnecessary pragma pack. | bunnei | 1 | -2/+0 |
2022-03-25 | hle: nvflinger: parcel: Reserve token size. | bunnei | 1 | -1/+2 |
2022-03-25 | hle: nvflinger: buffer_queue_core: StillTracking: Take const reference. | bunnei | 4 | -7/+7 |
2022-03-25 | hle: nvflinger: buffer_queue_core: Cleanup locking. | bunnei | 1 | -2/+2 |
2022-03-25 | hle: nvflinger: Use std::chrono for present_ns. | bunnei | 7 | -25/+30 |
2022-03-25 | hle: nvflinger: Migrate android namespace -> Service::android. | bunnei | 35 | -79/+76 |
2022-03-25 | hle: nvflinger: BufferQueueProducer: Handle SetPreallocatedBuffer with empty buffer. | bunnei | 1 | -7/+10 |
2022-03-25 | hle: vi: Integrate new NVFlinger and HosBinderDriverServer service. | bunnei | 17 | -723/+286 |
2022-03-25 | hle: nvflinger: Add implementation for HosBinderDriverServer service. | bunnei | 3 | -0/+75 |
2022-03-25 | hle: nvflinger: Add implementation for BufferQueueProducer class. | bunnei | 3 | -2/+1021 |
2022-03-25 | hle: nvflinger: Add implementation for BufferQueueCore class. | bunnei | 3 | -0/+235 |
2022-03-25 | hle: nvflinger: Add implementation for BufferQueueConsumer class. | bunnei | 3 | -0/+263 |
2022-03-25 | hle: nvflinger: Add implementation for QueueBufferInput and QueueBufferOutput structs. | bunnei | 3 | -0/+100 |
2022-03-25 | hle: nvflinger: Add implementation for BufferItemConsumer class. | bunnei | 3 | -0/+87 |
2022-03-25 | hle: nvflinger: Add implementation for ConsumerBase class. | bunnei | 3 | -0/+190 |
2022-03-25 | hle: nvflinger: Add implementation for BufferSlot class. | bunnei | 2 | -0/+40 |
2022-03-25 | hle: nvflinger: Add implementation for BufferItem class. | bunnei | 2 | -0/+47 |
2022-03-25 | hle: nvflinger: Move implementation for Parcel to its own header. | bunnei | 2 | -0/+172 |
2022-03-25 | hle: nvflinger: Add android buffer queue definitions to its own header. | bunnei | 2 | -0/+22 |
2022-03-25 | hle: nvflinger: Add IBinder interface. | bunnei | 2 | -0/+43 |
2022-03-25 | hle: nvflinger: Add IConsumerListener interface. | bunnei | 2 | -0/+27 |
2022-03-25 | hle: nvflinger: Add ProducerListener interface. | bunnei | 2 | -0/+17 |
2022-03-25 | hle: nvflinger: Add android window enumerations to its own header. | bunnei | 2 | -0/+54 |
2022-03-25 | hle: nvflinger: Add android Status flags to its own header. | bunnei | 1 | -0/+28 |
2022-03-25 | hle: nvflinger: Move BufferTransformFlags to its own header. | bunnei | 4 | -18/+29 |
2022-03-25 | hle: nvdrv: Rename Fence to NvFence to avoid naming conflicts. | bunnei | 4 | -17/+13 |
2022-03-25 | hle: nvflinger: Move PixelFormat to its own header. | bunnei | 11 | -33/+50 |
2022-03-25 | hle: nvflinger: Add implementation for GraphicBuffer class. | bunnei | 2 | -0/+101 |
2022-03-25 | hle: nvflinger: Add implementation for Fence class. | bunnei | 2 | -0/+34 |
2022-03-25 | hle: nvflinger: Add implementation for Rect class. | bunnei | 2 | -0/+76 |
2022-03-25 | common: logging: Add a logger for NVFlinger. | bunnei | 2 | -0/+2 |
2022-03-25 | Garbage Collection: Final tuning. | Fernando Sahmkow | 6 | -24/+36 |
2022-03-25 | Buffer Cache: Tune to the levels of the new GC. | Fernando Sahmkow | 6 | -6/+78 |
2022-03-25 | Garbage Collection: Redesign the algorithm to do a better use of memory. | Fernando Sahmkow | 13 | -32/+156 |
2022-03-24 | buffer_cache: reset cached write bits after flushing invalidations | Liam | 1 | -1/+2 |
2022-03-23 | dead_code_elimination_pass: Remove unreachable Phi arguments | ameerj | 3 | -0/+36 |
2022-03-23 | Add include to fix compiling | Shoegzer | 1 | -0/+1 |
2022-03-23 | Revert "dynarmic: Reduce size of code caches" | bunnei | 2 | -4/+4 |
2022-03-22 | Include <bit> header when std::count{r,l}_zero is used | Billy Laws | 3 | -0/+4 |
2022-03-22 | shader_recompiler/dead_code_elimination: Add DeadBranchElimination pass | ameerj | 1 | -9/+62 |
2022-03-22 | applets/swkbd: Split software keyboard initialization | Morph | 2 | -160/+349 |
2022-03-22 | applets/swkbd: Add new inline software keyboard types | Morph | 1 | -6/+66 |
2022-03-22 | applets/mii: Remove unused include | Morph | 1 | -1/+0 |
2022-03-22 | applets/mii: Remove frontend parameters | Morph | 2 | -17/+4 |
2022-03-22 | applets/mii: Cleanup MiiEdit applet implementation | Morph | 2 | -44/+85 |
2022-03-22 | applets/mii: Cleanup MiiEdit applet types | Morph | 1 | -23/+44 |
2022-03-22 | applets/mii: Move MiiEdit applet types into its own file | Morph | 4 | -54/+70 |
2022-03-22 | service: Move mii enums and structs into its own file | Morph | 7 | -308/+312 |
2022-03-22 | applets: Rename Mii to MiiEdit | Morph | 8 | -47/+49 |
2022-03-22 | qt_web_browser: Add missing includes | ameerj | 1 | -0/+3 |
2022-03-20 | BufferCache: Find direction of the stream buffer increase. | Fernando Sahmkow | 1 | -6/+14 |
2022-03-20 | general: Fix clang/gcc build errors | ameerj | 12 | -4/+17 |
2022-03-20 | yuzu_cmd: Reduce unused includes | ameerj | 5 | -9/+0 |
2022-03-20 | yuzu: Reduce unused includes | ameerj | 45 | -104/+5 |
2022-03-20 | web_service: Reduce unused includes | ameerj | 1 | -1/+0 |
2022-03-20 | input_common: Reduce unused includes | ameerj | 4 | -4/+0 |
2022-03-20 | shader_recompiler: Reduce unused includes | ameerj | 69 | -106/+7 |
2022-03-19 | common: Reduce unused includes | ameerj | 30 | -32/+8 |
2022-03-19 | video_core: Reduce unused includes | ameerj | 75 | -139/+12 |
2022-03-19 | common: Reduce unused includes | ameerj | 8 | -12/+0 |
2022-03-19 | core: Reduce unused includes | ameerj | 38 | -54/+8 |
2022-03-18 | Address review comments | Liam | 1 | -1/+1 |
2022-03-18 | shader_recompiler/EXIT: skip render targets with no outputs | Liam | 2 | -0/+8 |
2022-03-18 | general: Reduce core.h includes | ameerj | 8 | -12/+23 |
2022-03-18 | KHandleTable: Optimize table entry layout | Morph | 2 | -30/+12 |
2022-03-18 | shader_recompiler/EXIT: increment output register on failed enable test | Liam | 1 | -0/+1 |
2022-03-18 | vk_texture_cache: Do not reinterpret DepthStencil source images | ameerj | 1 | -5/+0 |
2022-03-18 | yuzu qt: Save disable_web_applet setting | lat9nq | 4 | -3/+6 |
2022-03-17 | main: Update Disable Web Applet warning | lat9nq | 1 | -3/+2 |
2022-03-17 | configure_debug: Add option to set disable_web_applet | lat9nq | 2 | -42/+57 |
2022-03-17 | yuzu: Move disable_web_applet to UISettings | lat9nq | 3 | -5/+3 |
2022-03-17 | Address review comments | Liam | 4 | -52/+36 |
2022-03-17 | shader_recompiler: Use functions for indirect const buffer accesses | Liam | 5 | -39/+94 |
2022-03-17 | Address review comments | Liam | 1 | -16/+15 |
2022-03-16 | Address review comments | Liam | 2 | -2/+2 |
2022-03-16 | shader_recompiler: Implement LDC.IS address mode | Liam | 1 | -2/+12 |
2022-03-16 | Vulkan: convert S8D24 <-> ABGR8 | Liam | 5 | -2/+41 |
2022-03-15 | bsd: Allow inexact match for address length in AcceptImpl | Valeri | 1 | -2/+2 |
2022-03-15 | yuzu_cmd: Allow user to specify config file location | lat9nq | 3 | -10/+27 |
2022-03-15 | default_ini: List use_extended_memory_layout in default config file | lat9nq | 1 | -1/+5 |
2022-03-15 | core: hle: kernel: init_slab_setup: Move CalculateSlabHeapGapSize to global namespace. | bunnei | 1 | -6/+6 |
2022-03-15 | core: hle: kernel: Allocate dummy threads on host thread storage. | bunnei | 2 | -8/+6 |
2022-03-15 | core: hle: kernel: Downgrade dangling objects warning to debug. | bunnei | 1 | -2/+2 |
2022-03-15 | core: hle: kernel: Make object list container global and ensure it is reset on each emulation session. | bunnei | 1 | -7/+9 |
2022-03-15 | core: hle: kernel: Remove server session tracking. | bunnei | 4 | -37/+1 |
2022-03-15 | core: hle: kernel: k_process: Remove handle table finalize, reset page table. | bunnei | 1 | -3/+3 |
2022-03-15 | core: hle: kernel: k_process: Implement thread local storage accurately. | bunnei | 3 | -111/+99 |
2022-03-15 | core: hle: kernel: k_page_table: Add implementations of MapPages, UnmapPages, and FindFreeArea for TLS. | bunnei | 2 | -2/+141 |
2022-03-15 | core: hle: kernel: k_slab_heap: Refresh to use guest allocations. | bunnei | 2 | -125/+107 |
2022-03-15 | core: hle: kernel: Update init_slab_heap, use device memory, and add KThreadLocalPage and KPageBuffer. | bunnei | 4 | -55/+92 |
2022-03-15 | core: hle: kernel: k_page_buffer: Add KThreadLocalPage primitive. | bunnei | 3 | -0/+179 |
2022-03-15 | core: hle: kernel: k_page_buffer: Add KPageBuffer primitive. | bunnei | 2 | -0/+35 |
2022-03-15 | core: hle: kernel: k_thread: Ensure host Fiber is freed. | bunnei | 1 | -0/+3 |
2022-03-15 | core: hle: kernel: k_server_session: Ensure SessionRequestManager is freed. | bunnei | 1 | -0/+3 |
2022-03-15 | core: hle: service: kernel_helpers: Use system resource limit. | bunnei | 1 | -10/+1 |
2022-03-15 | core: hle: service: sm: Fix KPort reference count. | bunnei | 1 | -0/+2 |
2022-03-15 | core: hle: kernel: k_thread: Update to reflect tree changes. | bunnei | 1 | -3/+3 |
2022-03-15 | core: hle: kernel: Use weak_ptr where possible for SessionRequestHandler and SessionRequestManager. | bunnei | 7 | -14/+25 |
2022-03-15 | core: hle: kernel: k_memory_layout: Update kernel slab memory sizes. | bunnei | 1 | -3/+3 |
2022-03-15 | core: hle: kernel: svc_types: Add ThreadLocalRegionSize. | bunnei | 1 | -0/+2 |
2022-03-15 | core: hle: kernel: k_condition_variable: Update to reflect tree changes. | bunnei | 1 | -1/+1 |
2022-03-15 | core: hle: kernel: k_address_arbiter: Update to reflect tree changes. | bunnei | 1 | -3/+3 |
2022-03-15 | common: tree: Various updates. | bunnei | 1 | -284/+341 |
2022-03-15 | common: intrusive_red_black_tree: Various updates. | bunnei | 1 | -181/+210 |
2022-03-15 | shader: add support for const buffer indirect addressing | Liam | 2 | -18/+68 |
2022-03-15 | maxwell_3d: Implement a safer CB data upload | ameerj | 2 | -70/+12 |
2022-03-14 | Maxwell3D: Link to override constant definition in nouveau | byte[] | 1 | -0/+2 |
2022-03-14 | Maxwell3D: restore original topology when topology overrides are disabled | byte[] | 1 | -0/+2 |
2022-03-14 | Maxwell3D: Use override constants from nouveau | Liam | 2 | -2/+37 |
2022-03-13 | dynarmic: Reduce size of code caches | Merry | 2 | -4/+4 |
2022-03-13 | Shader decompiler: do constant propgation before texture pass. | Fernando Sahmkow | 1 | -2/+2 |
2022-03-13 | Shader decompiler: Fix storage tracking in deko3d. | Fernando Sahmkow | 1 | -1/+2 |
2022-03-12 | config: Write dynarmic exclusive memory configs | ameerj | 1 | -0/+2 |
2022-03-12 | rescaling_pass: Fix rescaling Color2DArray ImageFetch offsets | ameerj | 1 | -2/+27 |
2022-03-12 | emit_spirv, vk_compute_pass: Resolve VS2022 compiler errors | ameerj | 2 | -2/+3 |
2022-03-12 | Maxwell3D: Restrict topology override effect to after the register is set | Liam | 2 | -1/+5 |
2022-03-11 | cpu_detect: Add additional x86 flags and telemetry | Wunkolo | 4 | -29/+86 |
2022-03-11 | common/telemetry: Update `AddField` name type to `string_view` | Wunkolo | 1 | -3/+4 |
2022-03-11 | Maxwell3D: mark index buffers as dirty after updating counts | Liam | 1 | -0/+2 |
2022-03-11 | TextureCacheRuntime: allow converting D24S8 to ABGR8 | Liam | 1 | -1/+2 |
2022-03-11 | Maxwell3D: read small-index draw and primitive topology override registers | Liam | 2 | -2/+30 |
2022-03-10 | backend: Ensure backend_thread is destructed before message_queue | Merry | 1 | -1/+1 |
2022-03-10 | cpu_detect: Revert `__cpuid{ex}` array-type argument | Wunkolo | 1 | -6/+6 |
2022-03-09 | cpu_detect: Add missing `lzcnt` detection | Wunkolo | 1 | -0/+1 |
2022-03-09 | cpu_detect: Refactor cpu/manufacturer identification | Wunkolo | 2 | -24/+38 |
2022-03-09 | cpu_detect: Update array-types to `span` and `array` | Wunkolo | 1 | -11/+13 |
2022-03-09 | cpu_detect: Utilize `Bit<N>` utility function | Wunkolo | 1 | -32/+20 |
2022-03-09 | cpu_detect: Compact capability fields | Wunkolo | 1 | -20/+21 |
2022-03-09 | bit_util: Add `bit` utility function | Wunkolo | 1 | -0/+7 |
2022-03-09 | hle: service: ldr: Use deterministic addresses when mapping NROs. | bunnei | 2 | -24/+62 |
2022-03-08 | shader_recompiler/LOP3: Use brute force python results within switch/case. | Markus Wick | 2 | -52/+620 |
2022-03-08 | hle: kernel: KPageTable: Improve implementations of MapCodeMemory and UnmapCodeMemory. | bunnei | 2 | -47/+116 |
2022-03-08 | video_core: Cancel Scoped's exit call on GPU failure | lat9nq | 1 | -0/+1 |
2022-03-08 | emu_window: Create a way to Cancel the exit of a Scoped | lat9nq | 1 | -1/+10 |
2022-03-07 | core: Don't shutdown a null GPU | lat9nq | 1 | -1/+3 |
2022-03-07 | MaxwellDMA: Implement semaphore operations | Lody | 2 | -1/+21 |
2022-03-06 | gl_graphics_pipeline: Improve shader builder synchronization using fences (#7969) | Ameer J | 2 | -21/+32 |
2022-03-03 | host_memory: Fix fastmem crashes in debug builds | Morph | 1 | -2/+2 |
2022-03-01 | applet: mii: Simple implementation of mii applet | german77 | 8 | -5/+272 |
2022-02-28 | hle: kernel: Re-create memory layout at initialization. | bunnei | 1 | -41/+43 |
2022-02-28 | hle: kernel: Remove unused pool locals. | bunnei | 1 | -2/+0 |
2022-02-28 | hle: kernel: k_memory_manager: Rework for latest kernel behavior. | bunnei | 6 | -173/+548 |
2022-02-28 | logging: Convert `backend_thread` into an `std::jthread` | Wunkolo | 1 | -13/+5 |
2022-02-27 | gl_fence_manager: Minor optimization to signal querying | ameerj | 1 | -2/+1 |
2022-02-27 | dynarmic: Inline exclusive memory accesses | merry | 16 | -7/+113 |
2022-02-27 | hle: kernel: k_page_heap: GetPhysicalAddr can be const. | bunnei | 1 | -2/+1 |
2022-02-27 | hle: kernel: k_page_heap: Remove superfluous consexpr. | bunnei | 2 | -4/+4 |
2022-02-27 | hle: kernel: k_page_heap: Various updates and improvements. | bunnei | 2 | -155/+192 |
2022-02-27 | hle: kernel: Add initial_process.h header. | bunnei | 2 | -0/+24 |
2022-02-27 | hle: kernel: board: nx: Add k_memory_layout.h header. | bunnei | 2 | -0/+14 |
2022-02-27 | hle: kernel: k_system_control: Add GetRealMemorySize and update GetKernelPhysicalBaseAddress. | bunnei | 2 | -1/+12 |
2022-02-27 | hle: kernel: k_memory_layout: Add GetPhysicalLinearRegion. | bunnei | 1 | -0/+4 |
2022-02-27 | hle: kernel: k_memory_region_types: Update for new regions. | bunnei | 1 | -1/+9 |
2022-02-26 | vulkan_device: Blacklist RADV on RDNA2 from VK_EXT_vertex_input_dynamic_state | Ameer J | 1 | -4/+21 |
2022-02-25 | maxwell_to_(gl/vk): Add 11_11_10 float vertex format | Morph | 2 | -0/+4 |
2022-02-24 | vk_blit_screen: Add missing format bgra8 | Lody | 1 | -0/+2 |
2022-02-22 | service: am: Update enum names to match documentation | Narr the Reg | 4 | -16/+51 |
2022-02-21 | hle: kernel: KSystemControl: Use 6GB memory layout when "use_extended_memory_layout" setting is enabled. | bunnei | 1 | -20/+4 |
2022-02-21 | core: device_memory: Use memory size reported by KSystemControl. | bunnei | 3 | -7/+5 |
2022-02-21 | settings: Add a new "use_extended_memory_layout" setting. | bunnei | 7 | -0/+22 |
2022-02-21 | core: hle: kernel: Remove resource limit hack for PhysicalMemory. | bunnei | 1 | -7/+0 |
2022-02-21 | core: hle: kernel: KProcess: Pass in KResourceLimit on process creation. | bunnei | 4 | -9/+30 |
2022-02-21 | core: hle: kernel: KEvent: Pass in owner KProcess on event creation. | bunnei | 4 | -12/+8 |
2022-02-21 | core: hle: kernel: KResourceLimit: Add a helper function for creating a KResourceLimit for a process. | bunnei | 2 | -0/+22 |
2022-02-21 | vulkan_device: fix missing format in ANV | voidanix | 3 | -2/+21 |
2022-02-20 | yuzu: Remove amiibos on drag and drop | german77 | 1 | -0/+10 |
2022-02-19 | fixup! core: hle: kernel: KPageTable: Improve Un/MapPhysicalMemory. | bunnei | 3 | -38/+18 |
2022-02-19 | core: hle: kernel: KPageTable: Fix UnmapPages. | bunnei | 1 | -3/+2 |
2022-02-19 | core: hle: kernel: KPageTable: Improve Un/MapPhysicalMemory. | bunnei | 3 | -113/+508 |
2022-02-17 | common: Add NullVisitor default constructor | Wunkolo | 1 | -0/+3 |
2022-02-15 | yuzu: config: Fix mapping issues with the enter key | Narr the Reg | 2 | -0/+6 |
2022-02-15 | Dump patched exefs rather than base | Kelebek1 | 1 | -9/+9 |
2022-02-15 | kernel: svc: Add OutputDebugString32, CreateCodeMemory32, ControlCodeMemory32 | Sergi Granell | 2 | -4/+40 |
2022-02-14 | common: fs_util: Add buffer to string view utility functions | Morph | 2 | -0/+26 |
2022-02-14 | debugger: console: Set console output codepage to UTF-8 | Morph | 1 | -0/+1 |
2022-02-13 | nfp: Allow files without password data | german77 | 2 | -9/+24 |
2022-02-12 | hid: Stub IsUsbFullKeyControllerEnabled | lat9nq | 2 | -1/+12 |
2022-02-11 | audio_core: Update current process revision | lat9nq | 1 | -1/+3 |
2022-02-11 | service/mnpp: Stub mnpp_app | Narr the Reg | 6 | -0/+71 |
2022-02-10 | common: uuid: Use sizeof(u64) instead of 8 in Hash() | Morph | 1 | -5/+5 |
2022-02-10 | nfp: Separate nfc tag from amiibo data | Narr the Reg | 3 | -44/+76 |
2022-02-09 | svc: Set unique names for function tables | Narr the Reg | 1 | -77/+77 |
2022-02-09 | hle: kernel: KCodeMemory: Remove unused QueryMemory. | bunnei | 1 | -1/+0 |
2022-02-09 | hle: kernel: KCodeMemory: Correct m_page_group number of pages. | bunnei | 1 | -2/+3 |
2022-02-09 | nfp: Address compiler issues | german77 | 2 | -27/+27 |
2022-02-08 | nfp: Validate amiibo files | Narr the Reg | 2 | -41/+145 |
2022-02-08 | yuzu: Allow to open and remove the amiibo | german77 | 3 | -5/+24 |
2022-02-08 | nfp: Improve implementation | german77 | 4 | -189/+672 |
2022-02-07 | nfp: Move IUser class to header and add missing enum and structs | german77 | 2 | -257/+299 |
2022-02-07 | nfp: Sort functions by command number | german77 | 1 | -79/+79 |
2022-02-07 | yuzu: Mute audio when in background | german77 | 6 | -4/+27 |
2022-02-07 | yuzu: Add docked, GPU accuracy and adapting filter hotkeys | german77 | 4 | -58/+68 |
2022-02-07 | yuzu: Add auto center on right click | german77 | 3 | -4/+30 |
2022-02-07 | input_common: Remove battery duplicated struct and update every button press | german77 | 6 | -34/+27 |
2022-02-05 | common: uuid: Return an invalid UUID if conversion from string fails | Morph | 1 | -14/+39 |
2022-02-05 | general: Rename NewUUID to UUID, and remove the previous UUID impl | Morph | 41 | -598/+415 |
2022-02-05 | profile: Migrate to the new UUID implementation | Morph | 14 | -127/+131 |
2022-02-05 | common: uuid: Add AsU128() | Morph | 2 | -0/+9 |
2022-02-05 | hle: ipc_helpers: Ignore -Wclass-memaccess | Morph | 1 | -0/+8 |
2022-02-05 | service: Migrate to the new UUID implementation | Morph | 9 | -45/+36 |
2022-02-05 | input/hid: Migrate to the new UUID implementation | Morph | 16 | -56/+57 |
2022-02-05 | common: Implement NewUUID | Morph | 3 | -0/+322 |
2022-02-05 | config: Support motion inputs | lat9nq | 1 | -8/+28 |
2022-02-04 | main: Always remove the frameless window flag when restoring UI state | Morph | 1 | -0/+2 |
2022-02-04 | input_common: Remove unused core include | Morph | 1 | -1/+0 |
2022-02-04 | service: pm: Implement AtmosphereGetProcessInfo | tech-ticks | 2 | -1/+46 |
2022-02-02 | yuzu: config: Vibrate the controller while configuring vibration strength | Narr the Reg | 5 | -8/+95 |
2022-02-02 | texture_cache: Ensure has_blacklisted is always initialized | Lioncash | 1 | -1/+1 |
2022-02-02 | texture_cache: Remove dead code within SynchronizeAliases | Lioncash | 1 | -13/+1 |
2022-02-02 | texture_cache: Amend unintended bitwise OR in SynchronizeAliases | Lioncash | 1 | -1/+1 |
2022-02-02 | yuzu: ui: Improve battery symbols | Narr the Reg | 4 | -39/+59 |
2022-02-02 | common_types: Remove NonCopyable struct | Lioncash | 1 | -10/+0 |
2022-02-02 | general: Replace NonCopyable struct with equivalents | Lioncash | 12 | -129/+219 |
2022-02-02 | general: Move deleted copy/move constructor/assignment operators to public interface | Lioncash | 7 | -11/+9 |
2022-02-02 | hle: kernel: KPageTable: Migrate locks to KScopedLightLock. | bunnei | 2 | -34/+46 |
2022-02-02 | configure_filesystem: Add missing changeEvent() override | Lioncash | 2 | -0/+10 |
2022-02-02 | configure_filesystem: Normalize member function casing | Lioncash | 3 | -8/+8 |
2022-02-02 | yuzu: Disable auto repeat on hotkeys again | Narr the Reg | 1 | -0/+1 |
2022-02-01 | configure_motion_touch: Use functor versions of invokeMethod | Lioncash | 1 | -18/+20 |
2022-02-01 | configure_input_player: Eliminate variable shadowing | Lioncash | 1 | -4/+5 |
2022-02-01 | configure_input_player: std::move input setters in HandleClick | Lioncash | 1 | -1/+1 |
2022-02-01 | configure_input_player: Avoid unnecessary ParamPackage copies | Lioncash | 1 | -6/+6 |
2022-02-01 | yuzu/game_list: Use non-deprecated version of QString's split() function | Lioncash | 1 | -1/+1 |
2022-02-01 | common/file: Remove [[nodiscard]] from Open() | Lioncash | 1 | -3/+2 |
2022-02-01 | video_core/shader_cache: Remove unused algorithm include | Lioncash | 1 | -1/+0 |
2022-02-01 | video_core/shader_cache: Take std::span in RemoveShadersFromStorage() | Lioncash | 2 | -3/+3 |
2022-02-01 | svc: Add 32 bit SynchronizePreemptionState | Narr the Reg | 1 | -1/+1 |
2022-02-01 | Rasterizer: Refactor inlineToMemory. | Fernando Sahmkow | 9 | -15/+16 |
2022-01-31 | Vulkan: Fix Scheduler Chunks when their FuncType is 0. | Fernando Sahmkow | 2 | -4/+6 |
2022-01-31 | input_common: Use attributes for analog range modifiers | german77 | 1 | -4/+26 |
2022-01-30 | common: wall_clock: Check precision against the emulated CPU and CNTFRQ | Morph | 2 | -8/+12 |
2022-01-30 | common: wall_clock: Utilize constants for ms, us, and ns ratios | Morph | 3 | -5/+9 |
2022-01-30 | input_common: Add home and hard touch press buttons to UDP controllers | german77 | 4 | -3/+22 |
2022-01-30 | emit_glsl_atomic: Implement 32x2 fallback atomic ops | ameerj | 1 | -9/+55 |
2022-01-30 | lower_int64_to_int32: Add 64-bit atomic fallbacks | ameerj | 3 | -11/+76 |
2022-01-30 | shaders: Add U64->U32x2 Atomic fallback functions | ameerj | 9 | -1/+469 |
2022-01-29 | GPU: Improve syncing. | Fernando Sahmkow | 1 | -3/+10 |
2022-01-29 | Rasterizer: Implement Inline2Memory Acceleration. | Fernando Sahmkow | 14 | -6/+122 |
2022-01-29 | Inline2Memory: Flush before writting buffer. | Fernando Sahmkow | 2 | -2/+3 |
2022-01-29 | spirv_atomic: Define U32x2 storage buffers for 64-bit storage atomics | ameerj | 2 | -3/+3 |
2022-01-28 | emit_spirv: Add Xfb execution mode when transform feedback is used | ameerj | 1 | -3/+9 |
2022-01-28 | hotkeys: Don't translate hotkey buttons | german77 | 1 | -16/+16 |
2022-01-28 | wall_clock: use standard wall clock if rtsc frequency is too low | german77 | 1 | -1/+3 |
2022-01-27 | buffer_cache: Reduce stream buffer allocations when expanding from the left | ameerj | 1 | -0/+2 |
2022-01-27 | hle: kernel: KScheduler: Fix deadlock with core waiting for a thread lock that has migrated. | bunnei | 2 | -23/+24 |
2022-01-27 | video_minimum_maximum: Implement src operand selectors | ameerj | 1 | -12/+6 |
2022-01-27 | input_common: Add DS5 to HD rumble list | Narr the Reg | 1 | -2/+3 |
2022-01-26 | common/xbyak_api: Make BuildRegSet() constexpr | Lioncash | 2 | -9/+9 |
2022-01-25 | video_core/macro: Add missing <cstring> header | Lioncash | 1 | -2/+3 |
2022-01-25 | video_core/macro_interpreter: Move impl class to the cpp file | Lioncash | 2 | -84/+86 |
2022-01-25 | video_core/macro_hle: Return unique_ptr directly from GetHLEProgram() | Lioncash | 3 | -7/+7 |
2022-01-25 | video_core/macro: Remove unused parameter from Execute() | Lioncash | 3 | -4/+3 |
2022-01-25 | video_core/macro_jit_x64: Remove unused impl class member | Lioncash | 1 | -1/+0 |
2022-01-25 | video_core/macro_jit_x64: Decouple PersistentCallerSavedRegs() from impl | Lioncash | 1 | -5/+4 |
2022-01-25 | video_core/macro_jit_x64: Move impl class into cpp file | Lioncash | 2 | -87/+86 |
2022-01-25 | video_core/macro_hle: Move impl class into cpp file | Lioncash | 2 | -27/+19 |
2022-01-25 | gpu: Tidy up forward declarations | Lioncash | 1 | -10/+0 |
2022-01-25 | gpu: Remove obsoleted CDMAPusher() accessors | Lioncash | 1 | -6/+0 |
2022-01-25 | vk_fsr: Replace comma operator with semicolon | Lioncash | 1 | -1/+1 |
2022-01-25 | shader_recompiler: Remove unnecessary [[nodiscard]] | Lioncash | 1 | -2/+1 |
2022-01-24 | input_common/input_engine: Ensure PadIdentifier UUIDs have a valid initial state | Lioncash | 1 | -1/+1 |
2022-01-24 | input_common/input_mapping: Simplify UUID validity checks | Lioncash | 1 | -3/+3 |
2022-01-24 | input_common/input_mapping: Add missing includes | Lioncash | 2 | -1/+6 |
2022-01-24 | input_common/input_mapping: Remove const from return value | Lioncash | 4 | -4/+4 |
2022-01-24 | input_common/input_mapping: Default constructor | Lioncash | 1 | -1/+1 |
2022-01-24 | input_common/main: Pass MappingData by const reference in callbacks | Lioncash | 2 | -3/+3 |
2022-01-24 | input_common/udp_client: Replace deprecated from_string()/to_ulong() functions | Lioncash | 1 | -2/+2 |
2022-01-24 | input_common/udp_client: Prevent unnecessary string copies | Lioncash | 2 | -4/+4 |
2022-01-24 | kernel/k_affinity_mask: Remove duplicated assert | Lioncash | 1 | -2/+0 |
2022-01-24 | input_common: Add option to configure gyro threshold | german77 | 4 | -6/+24 |
2022-01-24 | yuzu: Add setting to disable controller navigation | german77 | 6 | -3/+28 |
2022-01-23 | Update FSR to 1.0.2 | Moonlacer | 1 | -1/+1 |
2022-01-23 | hle: kernel: KThread: Improve Increment/Decrement RunningThreadCount. | bunnei | 3 | -24/+21 |
2022-01-23 | core: hle: kernel: KPageTable: Various improvements to MapPages and UnmapPages. | bunnei | 1 | -22/+25 |
2022-01-23 | core: hle: kernel: KPageTable: MapProcessCode: Various cleanup. | bunnei | 1 | -11/+12 |
2022-01-23 | core: hle: kernel: KPageTable: ReserveTransferMemory: Various cleanup. | bunnei | 1 | -6/+6 |
2022-01-23 | core: hle: kernel: KPageTable: ResetTransferMemory: Various cleanup. | bunnei | 1 | -6/+5 |
2022-01-23 | core: hle: kernel: KPageTable: SetMemoryAttribute: Various cleanup. | bunnei | 1 | -2/+3 |
2022-01-22 | core: hle: kernel: KPageTable: Assert valid address on GetPhysicalAddr. | bunnei | 1 | -1/+3 |
2022-01-22 | core: hle: kernel: KPageTable: Operate: Assert lock ownership. | bunnei | 1 | -2/+2 |
2022-01-22 | core: hle: kernel: KPageTable: SetHeapSize: Cleanup & take physical memory lock. | bunnei | 1 | -4/+7 |
2022-01-22 | core: hle: kernel: Refactor Un/MapPhysicalMemory to remove unnecessary methods. | bunnei | 2 | -50/+39 |
2022-01-22 | core: hle: kernel: Rename Un/Map to Un/MapMeory. | bunnei | 3 | -7/+6 |
2022-01-22 | yuzu: Add modifiers for keyboard | Narr the Reg | 1 | -25/+34 |
2022-01-22 | hle: kernel: KThread: Ensure host (dummy) threads block on locking. | bunnei | 4 | -0/+89 |
2022-01-21 | service/wlan: Update function tables | Lioncash | 1 | -1/+1 |
2022-01-21 | service/usb: Update function tables | Lioncash | 1 | -27/+15 |
2022-01-21 | service/set: Update function tables | Lioncash | 1 | -0/+2 |
2022-01-21 | service/ns: Update function tables | Lioncash | 1 | -0/+6 |
2022-01-21 | service/nim: Update unknown function table entries | Lioncash | 1 | -0/+6 |
2022-01-21 | service/friend: Update unknown function table entries | Lioncash | 1 | -6/+6 |
2022-01-21 | service/filsystem: Update fsp-srv function table | Lioncash | 1 | -0/+3 |
2022-01-21 | service/btm: Update function tables | Lioncash | 1 | -0/+30 |
2022-01-21 | service/audio: Update audctl unknown function names | Lioncash | 1 | -8/+8 |
2022-01-21 | service/am: Update omm function tables | Lioncash | 1 | -0/+1 |
2022-01-21 | service/acc: Update unknown function names | Lioncash | 2 | -4/+4 |
2022-01-21 | Use Default Colorful theme by default outside of Windows | v1993 | 2 | -6/+11 |
2022-01-21 | service: apm: Stub ISession SetCpuOverclockEnabled | Morph | 1 | -1/+13 |
2022-01-21 | hle: kernel: Remove redundant tracking of dummy threads. | bunnei | 1 | -9/+3 |
2022-01-21 | hle: kernel: KThread: DummyThread can be waited, ensure wait_queue is not nullptr. | bunnei | 1 | -6/+6 |
2022-01-21 | hle: kernel: KThread: Decrease DummyThread priority to ensure it is never scheduled. | bunnei | 3 | -2/+5 |
2022-01-21 | hle: kernel: service_thread: Ensure dummy thread is closed & destroyed on thread exit. | bunnei | 1 | -0/+5 |
2022-01-21 | hle: kernel: KServerSession: Remove hack for CompleteSyncRequest. | bunnei | 1 | -11/+0 |
2022-01-21 | hle: kernel: KServerSession: Simplify CompleteSyncRequest EndWait. | bunnei | 2 | -12/+2 |
2022-01-21 | hle: kernel: KThread: Ensure dummy threads never call EndWait. | bunnei | 1 | -0/+5 |
2022-01-21 | hle: kernel: KScheduler: Ensure dummy threads are never scheduled. | bunnei | 1 | -0/+5 |
2022-01-21 | hle: kernel: KThread: Rename thread_type_for_debugging -> thread_type. | bunnei | 3 | -6/+6 |
2022-01-20 | video_core: constify AVCodec for ffmpeg >= 5.0 | Jan Beich | 1 | -1/+1 |
2022-01-19 | service/hid: Initialize applet_resource on SetNpadAnalogStickUseCenterClamp | german77 | 1 | -1/+2 |
2022-01-19 | vulkan_device: Fix sType for VkPhysicalDeviceShaderAtomicInt64Features | Georg Lehmann | 1 | -1/+1 |
2022-01-17 | input_common: Report battery for UDP controllers | Narr the Reg | 2 | -0/+25 |
2022-01-17 | shader_recompiler: fix potential OOB access | v1993 | 2 | -6/+8 |
2022-01-17 | hle: remove no-op code | Valeri | 1 | -2/+0 |
2022-01-17 | input_common: nitpick about SetHatButton usage | Valeri | 1 | -1/+1 |
2022-01-17 | input_common: fix copy-paste error | Valeri | 1 | -1/+1 |
2022-01-17 | hid: fix std::transform call | Valeri | 1 | -1/+1 |
2022-01-17 | uisettings: Add enumeration type for themes | Morph | 2 | -3/+17 |
2022-01-17 | config: Change default theme to Dark Colorful | gidoly | 1 | -2/+2 |
2022-01-17 | Correct assignment source for rotations | Valeri | 1 | -1/+1 |
2022-01-17 | input_common: Reintroduce motion from mouse and use button names | german77 | 5 | -1/+64 |
2022-01-16 | astc_decoder: Combine FastReplicate functions to work around new NV driver bug | ameerj | 1 | -34/+46 |
2022-01-16 | audio/stream: Adjust volume scale factor | german77 | 1 | -2/+2 |
2022-01-16 | yuzu: Add volume up/down hotkeys | german77 | 3 | -4/+16 |
2022-01-15 | Xbox controller default name nit pick | gidoly | 1 | -2/+2 |
2022-01-15 | yuzu: Remove speed limit hotkeys | german77 | 3 | -24/+2 |
2022-01-15 | hle: kernel: k_memory_manager: Clear pages on allocation & free. | bunnei | 5 | -16/+34 |
2022-01-15 | Change default name for ps controllers | gidoly | 1 | -0/+6 |
2022-01-15 | core: hle: kernel: KThread: Integrate with KWorkerTask and implement DoWorkerTaskImpl. | bunnei | 2 | -2/+28 |
2022-01-15 | core: hle: kernel: KProcess: Integrate with KWorkerTask and add unimplemented DoWorkerTaskImpl. | bunnei | 2 | -3/+9 |
2022-01-15 | core: hle: kernel: KThread: Replace Suspend with UpdateState & various updates. | bunnei | 2 | -33/+26 |
2022-01-15 | core: hle: kernel: Instantiate a kernel instance of KWorkerTaskManager. | bunnei | 2 | -0/+18 |
2022-01-15 | core: hle: kernel: Add KWorkerTask and KWorkerTaskManager. | bunnei | 4 | -0/+96 |
2022-01-15 | common: fiber: YieldTo: Avoid hard crash on nullptr previous_fiber. | bunnei | 1 | -1/+4 |
2022-01-15 | hle: kernel: Fix service_threads access to be thread safe V2. | bunnei | 1 | -12/+11 |
2022-01-14 | core/hid: Increment shake force | Narr the Reg | 1 | -1/+1 |
2022-01-14 | hle: kernel: Fix service_threads access to be thread safe. | bunnei | 1 | -7/+27 |
2022-01-13 | service/hid: Decrease motion update rate | Narr the Reg | 1 | -1/+2 |
2022-01-12 | core/hid: Reduce gyro threshold even more | Narr the Reg | 1 | -1/+1 |
2022-01-12 | hle: kernel: k_page_table: Update SetProcessMemoryPermission. | bunnei | 6 | -45/+68 |
2022-01-12 | hle: service: ldr: UnmapCodeMemory BSS only when set. | bunnei | 1 | -3/+7 |
2022-01-12 | hle: kernel: k_page_table: ReadAndWrite -> UserReadWrite. | bunnei | 3 | -18/+18 |
2022-01-12 | hle: kernel: k_page_table: Rename *ProcessCodeMemory -> *CodeMemory. | bunnei | 4 | -20/+19 |
2022-01-12 | cmake: make tests optional | Alexandre Bouvier | 2 | -2/+5 |
2022-01-11 | common: bit_util: Add IsPow2 helper function | Morph | 1 | -0/+6 |
2022-01-10 | yuzu: main: Increase the open file limit on Windows to 8192 | Morph | 1 | -2/+2 |
2022-01-10 | logging/log.h: move enum class formatter to a separate file ... | liushuyu | 6 | -22/+32 |
2022-01-09 | logging/log: use `underlying_type` instead of hardcoding types | liushuyu | 1 | -2/+4 |
2022-01-08 | core: hle: kernel: svc: Updates to SetMemoryAttribute and SetMemoryPermission. | bunnei | 3 | -45/+46 |
2022-01-08 | input_common: Handle errors on TAS scripts | german77 | 1 | -7/+24 |
2022-01-08 | core: hle: kernel: k_page_table: Update CheckMemoryState. | bunnei | 4 | -116/+166 |
2022-01-08 | logging: adapt to changes in fmt 8.1 | liushuyu | 3 | -7/+20 |
2022-01-07 | yuzu: Use pad parameter to choose the correct controller | german77 | 2 | -9/+14 |
2022-01-07 | input_common: Fix udp motion not automapping to both sides | german77 | 1 | -8/+16 |
2022-01-07 | yuzu: Add controller hotkeys | german77 | 14 | -79/+580 |
2022-01-07 | core/hid: Add home and screenshot button support | german77 | 3 | -1/+46 |
2022-01-07 | core/hid: Set minimum gyro threshold | german77 | 1 | -0/+1 |
2022-01-07 | input_common: Use accelerometer data for mapping | german77 | 1 | -2/+10 |
2022-01-05 | configure_per_game: Initialize tabs after loading custom configuration | lat9nq | 1 | -15/+9 |
2022-01-05 | video_core: Remove unnecesary maybe_unused flag | Narr the Reg | 1 | -1/+1 |
2022-01-05 | glsl: Remove unreachable return | Narr the Reg | 1 | -1/+0 |
2022-01-04 | gpu: Add shut down method to synchronize threads before destruction | ameerj | 3 | -0/+15 |
2022-01-04 | ShaderDecompiler: Add a debug option to dump the game's shaders. | Fernando Sahmkow | 8 | -1/+98 |
2022-01-04 | Revert "Merge pull request #7668 from ameerj/fence-stop-token" | ameerj | 3 | -10/+15 |
2022-01-03 | gpu: Use std::stop_token in WaitFence for VSync thread | ameerj | 3 | -15/+10 |
2022-01-02 | core/hid: Add fallback to fullkey controllers | german77 | 2 | -4/+36 |
2022-01-02 | controller_applet: Only populate supported controllers | german77 | 2 | -53/+68 |
2022-01-02 | yuzu: Fix UI elements not updating correctly | german77 | 1 | -2/+2 |
2022-01-01 | texture_cache/util: Fix s32 overflow when resolving overlaps | ameerj | 1 | -5/+5 |
2021-12-31 | video_core/memory_manager: Fixes for sparse memory management | ameerj | 2 | -14/+12 |
2021-12-31 | video_core/memory_manager: Deduplicate Read/WriteBlock | ameerj | 2 | -47/+32 |
2021-12-31 | core: hle: kernel: Implement thread pinning. | bunnei | 10 | -14/+140 |
2021-12-30 | core/hid: Fix controller type validation | german77 | 5 | -17/+23 |
2021-12-30 | glsl: Add boolean reference workaround | ameerj | 6 | -2/+15 |
2021-12-30 | glsl_context_get_set: Add alternative cbuf type for broken drivers | ameerj | 6 | -24/+35 |
2021-12-30 | emit_glsl_integer: Use negation work around | ameerj | 1 | -2/+2 |
2021-12-30 | shader: Add integer attribute get optimization pass | ameerj | 9 | -0/+86 |
2021-12-28 | Empty spaces | Matías Locatti | 1 | -1/+1 |
2021-12-28 | Changes to avoid warnings in SSE4.2 optimized SPIR-V | Matías Locatti | 1 | -0/+9 |
2021-12-28 | Remove invalid assertion statement | Feng Chen | 1 | -3/+0 |
2021-12-28 | Remove invalid header include | Feng Chen | 1 | -1/+0 |
2021-12-28 | Implement few type in bufferqueue query method | Feng Chen | 2 | -0/+9 |
2021-12-28 | core: hle: kernel: Updated implementation of svcSetHeapSize. | bunnei | 6 | -83/+141 |
2021-12-25 | emit_glasm_context_get_set: Fix GetAttribute return value type. | ameerj | 1 | -4/+4 |
2021-12-25 | emit_glsl_floating_point: Fix FPNeg on newer Nvidia drivers | ameerj | 1 | -2/+2 |
2021-12-24 | vk_texture_cache: Use 3D scale helpers for MSAA texture scaling on Intel Windows drivers | ameerj | 4 | -20/+35 |
2021-12-24 | blit_image: Remove unused function | ameerj | 2 | -50/+0 |
2021-12-24 | vk_texture_cache: Fix invalidated pointer access | ameerj | 5 | -8/+21 |
2021-12-23 | core: hle: kernel: Implement SetMemoryPermission. | bunnei | 4 | -1/+67 |
2021-12-23 | core: hle: kernel: KThread: X18 should be a cryptographically random number. | bunnei | 1 | -0/+2 |
2021-12-22 | main: reword inhibit reason | liushuyu | 1 | -2/+3 |
2021-12-22 | main: fix wake lock in Flatpak ... | liushuyu | 3 | -0/+63 |
2021-12-22 | hle: kernel: svc: GetInfo: Fix error checking with IdleTickCount. | bunnei | 1 | -14/+9 |
2021-12-21 | Allow overriding SCM version info | Andrew Udvare | 1 | -0/+5 |
2021-12-19 | main: Refactor to reduce code duplication in ShowFullscreen() | ameerj | 1 | -25/+16 |
2021-12-19 | main: Make render window borderless fullscreen toggle on the monitor it resides in | ameerj | 1 | -1/+1 |
2021-12-19 | kernel: Manually destroy the current process during shut down | ameerj | 1 | -1/+4 |
2021-12-18 | video_core/codecs: re-enable VAAPI/VDPAU on BSDs after 72aa418b0b41 | Jan Beich | 1 | -1/+1 |
2021-12-18 | core: loader: kip: Minimal changes to fix KIP loading. | bunnei | 1 | -1/+7 |
2021-12-18 | Address format clang | vonchenplus | 3 | -38/+38 |
2021-12-18 | Vulkan: Fix the checks for primitive restart extension. | Fernando Sahmkow | 3 | -21/+28 |
2021-12-18 | Remove spirv handle legacy related code | vonchenplus | 4 | -190/+1 |
2021-12-18 | Remove glsl handle legacy related code | vonchenplus | 3 | -103/+1 |
2021-12-18 | Vulkan: implement Logical Operations. | Fernando Sahmkow | 2 | -3/+3 |
2021-12-18 | Vulkan: Implement VK_EXT_primitive_topology_list_restart | Fernando Sahmkow | 3 | -2/+40 |
2021-12-18 | core: hle: Remove global HLE lock. | bunnei | 11 | -67/+1 |
2021-12-17 | [input_common] Move variable declaration closer to usage | vperus | 1 | -2/+2 |
2021-12-16 | core/hid: Cancel any vibration after the test | Narr the Reg | 5 | -23/+19 |
2021-12-16 | Suggestions from CrusadingNinja | Matías Locatti | 1 | -2/+2 |
2021-12-16 | Changed link | Matías Locatti | 1 | -1/+1 |
2021-12-16 | video_core/codecs: (re-spin) refactor ffmpeg searching and handling | liushuyu | 1 | -0/+6 |
2021-12-15 | Revert "video_core/codecs: refactor ffmpeg searching and handling in cmake" | bunnei | 1 | -6/+0 |
2021-12-15 | yuzu/main: Fix host memory byte units. GB to GiB | Wunkolo | 1 | -4/+6 |
2021-12-15 | core/hid: Fix faulty analog triggers | Narr the Reg | 1 | -2/+2 |
2021-12-14 | input/SDL: Update SDL hints | Valeri | 1 | -3/+4 |
2021-12-14 | CI: fix CI on Linux | liushuyu | 1 | -3/+0 |
2021-12-14 | video_core/codecs: skip decoders that use hw frames ... | liushuyu | 1 | -0/+9 |
2021-12-14 | common/input: Avoid numerous large copies of CallbackStatus | Lioncash | 9 | -129/+171 |
2021-12-14 | common/cpu_detect: Remove CPU family and model | Morph | 1 | -12/+0 |
2021-12-14 | common/input: Remove unnecessary returns | Lioncash | 1 | -6/+2 |
2021-12-14 | input_poller: Add missing override specifiers | Lioncash | 1 | -20/+19 |
2021-12-14 | input_mapping: Amend specification of parameters | Lioncash | 1 | -14/+14 |
2021-12-14 | input_poller: Remove several unnecessary @param tags | Lioncash | 1 | -106/+106 |
2021-12-14 | qt_software_keyboard: Fix out of bounds array access | Morph | 1 | -4/+19 |
2021-12-13 | tas_input: Avoid minor copies in Read/WriteCommandButtons() | Lioncash | 1 | -2/+2 |
2021-12-13 | tas_input: Remove unnecessary semicolon | Lioncash | 1 | -1/+1 |
2021-12-13 | tas_input: Execute clear() even if empty | Lioncash | 1 | -3/+2 |
2021-12-13 | tas_input: Remove unnecessary includes | Lioncash | 1 | -2/+2 |
2021-12-13 | tas_input: std::move strings into vector | Lioncash | 1 | -21/+24 |
2021-12-13 | tas_input: Use istringstream over stringstream | Lioncash | 1 | -2/+2 |
2021-12-13 | tas_input: Use u8string_view instead of u8string | Lioncash | 2 | -6/+7 |
2021-12-13 | tas_input: Remove unused std::smatch variable | Lioncash | 1 | -2/+0 |
2021-12-13 | tas_input: Amend -Wdocumentation warnings | Lioncash | 2 | -28/+30 |
2021-12-13 | tas_input: Make TasAxes enum an enum class | Lioncash | 2 | -5/+14 |
2021-12-13 | input_engine: Fix typo in TriggerOnAxisChange() parameter name | Lioncash | 1 | -1/+1 |
2021-12-13 | input_engine: Simplify PreSet* family of functions | Lioncash | 2 | -24/+14 |
2021-12-13 | input_engine: Avoid redundant map lookups | Lioncash | 1 | -16/+24 |
2021-12-13 | input_engine: Remove left-over namespace qualifiers | Lioncash | 1 | -3/+3 |
2021-12-13 | input_engine: Iterate by reference rather than by value where applicable | Lioncash | 1 | -10/+10 |
2021-12-13 | input_engine: Take BasicMotion by const reference with SetMotion() and TriggerOnMotionChange() | Lioncash | 3 | -6/+7 |
2021-12-13 | input_engine: std::move InputIdentifier in SetCallback() | Lioncash | 1 | -1/+1 |
2021-12-13 | input_engine: Pass LedStatus by const reference | Lioncash | 3 | -3/+3 |
2021-12-13 | input_engine: Pass VibrationStatus by const reference in SetRumble() | Lioncash | 7 | -12/+12 |
2021-12-13 | input_engine: std::move engine name where applicable | Lioncash | 15 | -29/+29 |
2021-12-13 | input_engine: Remove callback clearing in constructor | Lioncash | 1 | -3/+1 |
2021-12-13 | input_engine: Remove unnecessary semi-colons | Lioncash | 1 | -6/+6 |
2021-12-13 | input_engine: Remove unnecessary return | Lioncash | 1 | -3/+1 |
2021-12-13 | Remove erroneous #pragma once | Valeri | 1 | -2/+0 |
2021-12-13 | service/hid: Improve console motion accuracy | Narr the Reg | 6 | -20/+32 |
2021-12-12 | game_list: Add persistent setting for the favorites row expanded state | ameerj | 3 | -7/+17 |
2021-12-11 | maxwell_to_vk: Add ASTC_2D_5X4_UNORM | Morph | 1 | -1/+1 |
2021-12-10 | Fix blit image/view not compatible | Feng Chen | 1 | -1/+6 |
2021-12-09 | maxwell_to_vk: Add ASTC_2D_8X5_UNORM | Morph | 1 | -1/+1 |
2021-12-08 | profiler: Use QWheelEvent position().toPoint() | Morph | 1 | -1/+1 |
2021-12-08 | renderer_vulkan: Add R16G16_UINT | Morph | 2 | -1/+2 |
2021-12-07 | Update k_code_memory.h | itsmeft24 | 1 | -6/+6 |
2021-12-07 | make KCodeMemory::GetSourceAddress const | itsmeft24 | 1 | -1/+1 |
2021-12-07 | main: Update video core popup | Matías Locatti | 1 | -8/+5 |
2021-12-07 | hle: kernel k_scheduler: EnableScheduling: Remove redundant GetCurrentThreadPointer calls. | bunnei | 1 | -3/+5 |
2021-12-07 | hle: kernel k_process: Remove unnecessary .at usage with thread pinning methods. | bunnei | 1 | -3/+3 |
2021-12-07 | hle: kernel: Remove unnecessary virtual specifier on NotifyAvailable. | bunnei | 1 | -2/+2 |
2021-12-07 | hle: kernel: Remove unnecessary virtual specifier on EndWait. | bunnei | 1 | -1/+1 |
2021-12-07 | hle: kernel: k_light_condition_variable: Revert unnecessary license comment changes. | bunnei | 1 | -1/+1 |
2021-12-07 | hle: kernel: k_condition_variable: Revert unnecessary style changes. | bunnei | 1 | -2/+2 |
2021-12-07 | hle: kernel: Remove unnecessary virtual specifier on CancelWait. | bunnei | 6 | -14/+14 |
2021-12-07 | hle: kernel: service_thread: Force stop threads on destruction. | bunnei | 1 | -1/+7 |
2021-12-07 | hle: kernel: k_light_lock: Implement CancelWait. | bunnei | 1 | -5/+10 |
2021-12-07 | hle: kernel: service_thread: Use std::jthread. | bunnei | 1 | -18/+19 |
2021-12-07 | hle: kernel: k_thread: Skip reschedule on DisableDispatch with SC. | bunnei | 1 | -0/+5 |
2021-12-07 | hle: kernel: k_thread: Rename sleeping_queue -> wait_queue. | bunnei | 2 | -17/+13 |
2021-12-07 | hle: kernel: svc: Fix deadlock that can occur with single core. | bunnei | 1 | -10/+8 |
2021-12-07 | hle: kernel: k_thread: Treat dummy threads as a special type. | bunnei | 2 | -1/+4 |
2021-12-07 | hle: kernel: fix timing on thread preemption | FernandoS27 | 1 | -4/+2 |
2021-12-07 | hle: kernel: fix scheduling ops from HLE host thread. | FernandoS27 | 1 | -3/+3 |
2021-12-07 | hle: kernel: Add a flag for indicating that the kernel is currently shutting down. | bunnei | 6 | -0/+49 |
2021-12-07 | hle: kernel: KSynchronizationObject: Fix variable shadowing. | bunnei | 1 | -8/+8 |
2021-12-07 | hle: kernel: Cleanup to match coding style. | bunnei | 6 | -26/+21 |
2021-12-07 | hle: kernel: KProcess: Improvements for thread pinning. | bunnei | 2 | -8/+26 |
2021-12-07 | hle: kernel: KThreadQueue: Remove deprecated code. | bunnei | 1 | -63/+0 |
2021-12-07 | hle: kernel: KConditionVariable: Various updates & simplifications. | bunnei | 2 | -121/+65 |
2021-12-07 | hle: kernel: KThread: Migrate to updated KThreadQueue (part 2). | bunnei | 1 | -29/+19 |
2021-12-07 | hle: kernel: KThread: Migrate to updated KThreadQueue (part 1). | bunnei | 3 | -60/+71 |
2021-12-07 | hle: kernel: KConditionVariable: Migrate to updated KThreadQueue. | bunnei | 1 | -12/+55 |
2021-12-07 | hle: kernel: KServerSession: Migrate to updated KThreadQueue. | bunnei | 2 | -5/+11 |
2021-12-07 | hle: kernel: KLightConditionVariable: Migrate to updated KThreadQueue. | bunnei | 3 | -54/+87 |
2021-12-07 | hle: kernel: KLightLock: Migrate to updated KThreadQueue. | bunnei | 2 | -35/+36 |
2021-12-07 | hle: kernel: KAddressArbiter: Migrate to updated KThreadQueue. | bunnei | 1 | -43/+39 |
2021-12-07 | hle: kernel: KThread: Remove tracking of sync object from threads. | bunnei | 6 | -41/+21 |
2021-12-07 | hle: kernel: Update KThreadQueue and migrate KSynchronizationObject. | bunnei | 8 | -75/+251 |
2021-12-07 | core: hle: kernel: Disable dispatch count tracking on single core. | bunnei | 3 | -5/+14 |
2021-12-07 | core: hle: kernel: k_thread: Mark KScopedDisableDispatch as nodiscard. | bunnei | 1 | -1/+1 |
2021-12-07 | core: cpu_manager: Use invalid core_id on init and simplify shutdown. | bunnei | 1 | -7/+3 |
2021-12-07 | core: hle: kernel: k_auto_object: Add GetName method. | bunnei | 1 | -0/+4 |
2021-12-07 | core: hle: kernel: DisableDispatch on suspend threads. | bunnei | 1 | -0/+3 |
2021-12-07 | core: hle: kernel: k_scheduler: Improve DisableScheduling and EnableScheduling. | bunnei | 1 | -14/+9 |
2021-12-07 | core: cpu_manager: Use KScopedDisableDispatch. | bunnei | 1 | -7/+8 |
2021-12-07 | core: hle: kernel: Use CurrentPhysicalCoreIndex as appropriate. | bunnei | 1 | -6/+2 |
2021-12-07 | core: hle: kernel: k_scheduler: Remove unnecessary MakeCurrentProcess. | bunnei | 1 | -5/+0 |
2021-12-07 | core: hle: kernel: k_scheduler: Improve ScheduleImpl. | bunnei | 1 | -6/+7 |
2021-12-07 | core: hle: kernel: k_scheduler: Improve Unload. | bunnei | 1 | -17/+29 |
2021-12-07 | core: hle: kernel: k_process: DisableDispatch on main thread. | bunnei | 1 | -0/+1 |
2021-12-07 | core: hle: kernel: k_handle_table: Use KScopedDisableDispatch as necessary. | bunnei | 2 | -0/+8 |
2021-12-07 | core: hle: kernel: k_thread: Add KScopedDisableDispatch. | bunnei | 2 | -1/+47 |
2021-12-07 | core: hle: kernel: Ensure idle threads are closed before destroying scheduler. | bunnei | 3 | -24/+22 |
2021-12-07 | core: hle: kernel: Reflect non-emulated threads as core 3. | bunnei | 7 | -14/+17 |
2021-12-07 | CMakeLists: Specify /Zm200 when compiling in MSVC | Morph | 1 | -0/+2 |
2021-12-06 | service/notif: Add notif:a and stub ListAlarmSettings,Initialize | german77 | 6 | -0/+77 |
2021-12-06 | fix formatting | itsmeft24 | 1 | -1/+6 |
2021-12-06 | move private members below public members | itsmeft24 | 1 | -10/+11 |
2021-12-06 | fix formatting | itsmeft24 | 1 | -4/+1 |
2021-12-06 | fix formatting | itsmeft24 | 1 | -1/+1 |
2021-12-06 | service/hid: Stub SetNpadCaptureButtonAssignment and ClearNpadCaptureButtonAssignment | german77 | 2 | -2/+35 |
2021-12-06 | loader: Support loading subsdk{8,9} | jam1garner | 1 | -2/+3 |
2021-12-06 | fix formatting | itsmeft24 | 2 | -2/+2 |
2021-12-06 | Remove unnecessary includes | itsmeft24 | 2 | -50/+13 |
2021-12-06 | emit_spirv: Reduce emit_spirv.h include overhead | ameerj | 20 | -3/+20 |
2021-12-06 | glasm: Move implemented instructions from not_implemented.cpp | ameerj | 7 | -169/+220 |
2021-12-06 | shader_recompiler: Adjust emit_context includes | ameerj | 37 | -37/+37 |
2021-12-05 | service/hid: Implement SetNpadJoyAssignmentMode | german77 | 5 | -38/+174 |
2021-12-05 | Add copyright notice | itsmeft24 | 2 | -0/+8 |
2021-12-05 | shader_recompiler: Rename backend emit_context files | ameerj | 7 | -6/+6 |
2021-12-05 | general: Add missing copyright notices | ameerj | 5 | -0/+20 |
2021-12-05 | Add KCodeMemory to CMakeLists.txt | itsmeft24 | 1 | -0/+2 |
2021-12-05 | vk_texture_cache: Add ABGR src format check for D24S8 conversions | ameerj | 1 | -1/+5 |
2021-12-05 | renderer_opengl: Minor refactoring of filter selection | ameerj | 1 | -30/+20 |
2021-12-05 | texture_cache: Fix image convert dimensions assertion | ameerj | 1 | -1/+12 |
2021-12-05 | blit_image: Refactor upscale factors usage | ameerj | 6 | -62/+53 |
2021-12-05 | vk_texture_cache: Add a function to ImageView to check if src image is rescaled | ameerj | 2 | -4/+22 |
2021-12-05 | blit_image: Refactor ConvertPipeline functions | ameerj | 2 | -29/+15 |
2021-12-05 | blit_image: Refactor ConvertPipelineEx functions | ameerj | 2 | -33/+18 |
2021-12-05 | vk_blit_screen: Minor refactor of filter pipeline selection | ameerj | 1 | -21/+16 |
2021-12-05 | Revert "Merge pull request #7395 from Morph1984/resolve-comments" | ameerj | 3 | -16/+31 |
2021-12-05 | kernel: svc: Implement Map/UnmapProcessMemory and Create/ControlCodeMemory | itsmeft24 | 11 | -7/+636 |
2021-12-05 | core/hid: Add missing controller type | german77 | 1 | -0/+2 |
2021-12-05 | Fixed #7502 | Adam Heinermann | 1 | -8/+9 |
2021-12-05 | core/hid: Ensure only valid npad are connected | german77 | 8 | -88/+147 |
2021-12-04 | Address feedback | Feng Chen | 5 | -17/+27 |
2021-12-04 | Texture Cache: Fix crashes on NVIDIA. | Fernando Sahmkow | 1 | -3/+6 |
2021-12-04 | native_clock: Wait for less time in EstimateRDTSCFrequency | Morph | 1 | -18/+18 |
2021-12-03 | video_core/cmake: link against libva explicitly ... | liushuyu | 1 | -0/+1 |
2021-12-03 | video_core/codecs: more fixes for VAAPI detection ... | liushuyu | 1 | -63/+25 |
2021-12-03 | video_core/codec: address comments | liushuyu | 1 | -8/+12 |
2021-12-03 | video_core/codecs: more robust ffmpeg hwdecoder selection logic | liushuyu | 1 | -10/+27 |
2021-12-03 | service: am: ISelfController: Stub SaveCurrentScreenshot | Morph | 3 | -2/+15 |
2021-12-02 | yuzu: Implement basic controller navigation | german77 | 9 | -8/+285 |
2021-12-02 | general: Replace high_resolution_clock with steady_clock | Morph | 7 | -13/+13 |
2021-12-02 | Support multiple videos playing | Feng Chen | 6 | -41/+36 |
2021-11-30 | service: friend: Implement GetCompletionEvent | Morph | 1 | -2/+21 |
2021-11-30 | input_common: Fix error with thread name | Narr the Reg | 1 | -2/+1 |
2021-11-30 | input_interpreter: Make use of NpadButton instead of a u64 | Morph | 2 | -9/+9 |
2021-11-30 | npad: Return NpadButton in GetAndResetPressState | Morph | 3 | -7/+6 |
2021-11-30 | core: hid: hid_types: Add "All" to NpadButton | Morph | 1 | -0/+2 |
2021-11-30 | qt_controller: Make use of (Enable/Disable)AllControllerConfiguration | Morph | 1 | -8/+5 |
2021-11-29 | core: hid: hid_core: Add (Enable/DIsable)AllControllerConfiguration | Morph | 2 | -0/+32 |
2021-11-29 | general: Fix handheld typo | Morph | 2 | -17/+17 |
2021-11-29 | core: hid: Mark constructors as explicit | Morph | 2 | -2/+2 |
2021-11-29 | core: hid: Cleanup and amend documentation | Morph | 4 | -69/+76 |
2021-11-29 | Revert of b01aa72 | vperus | 1 | -35/+39 |
2021-11-29 | [input_common] Add completion test for CalibrationConfigurationJob | vperus | 3 | -9/+151 |
2021-11-29 | Add missing pixel format mapping | Feng Chen | 1 | -0/+2 |
2021-11-29 | qt_controller: Fix input when the controller applet is ignored | german77 | 1 | -0/+3 |
2021-11-28 | Texture Cache: Secure insertions against deletions. | Fernando Sahmkow | 1 | -3/+13 |
2021-11-28 | core/ns: Implement GetReadOnlyApplicationControlDataInterface | Narr the Reg | 2 | -1/+26 |
2021-11-28 | core/pdm: Stub QueryPlayStatisticsByApplicationIdAndUserAccountId | Narr the Reg | 4 | -0/+107 |
2021-11-28 | settings: Add debug setting to enable all controllers | german77 | 8 | -0/+75 |
2021-11-27 | core/hid: Stub GetUniquePadsFromNpad | Narr the Reg | 1 | -1/+13 |
2021-11-27 | Texture Cache: Redesigning the blitting system (again). | Fernando Sahmkow | 3 | -23/+64 |
2021-11-27 | config: Remove vibration configuration | german77 | 7 | -104/+3 |
2021-11-27 | applet/controller: Enable configuring mode while the applet is open | german77 | 1 | -7/+12 |
2021-11-26 | input_common: Fully implement UDP controllers | Narr the Reg | 12 | -40/+397 |
2021-11-26 | Texture Cache: Further fix regressions. | Fernando Sahmkow | 1 | -11/+15 |
2021-11-25 | service/hid: Finish converting LIFO objects and address some nits | Narr the Reg | 14 | -95/+50 |
2021-11-25 | yuzu: Fix TAS from rebase | german77 | 3 | -9/+11 |
2021-11-25 | input_common: Move button names to the frontend | german77 | 12 | -52/+160 |
2021-11-25 | input_common: Fix SDL controller with inverted axis | german77 | 2 | -24/+8 |
2021-11-25 | bootmanager: Use cross-platform keyboard input | german77 | 3 | -39/+58 |
2021-11-25 | kraken: Address comments from review | german77 | 17 | -66/+54 |
2021-11-25 | core/hid: Improve accuary of mouse implementation | german77 | 14 | -48/+79 |
2021-11-25 | core/hid: Fully implement native mouse | german77 | 21 | -1039/+323 |
2021-11-25 | input_common: Allow keyboard to be backwards compatible | german77 | 10 | -48/+115 |
2021-11-25 | core/hid: Improve accuracy of the keyboard implementation | german77 | 13 | -313/+682 |
2021-11-25 | core/hid: Fix keyboard alignment | german77 | 2 | -12/+14 |
2021-11-25 | core/hid: Remove usage of native types, fix a couple of errors with motion | german77 | 11 | -428/+632 |
2021-11-25 | settings: Remove includes of core.h | german77 | 10 | -57/+55 |
2021-11-25 | service/hid: Remove includes of core.h and settings.h | german77 | 29 | -67/+67 |
2021-11-25 | UI nits | Levi Behunin | 1 | -9/+6 |
2021-11-25 | service/hid: Add support for new controllers | german77 | 2 | -2/+31 |
2021-11-25 | settings: Fix controller preview not displaying the correct controller | german77 | 3 | -4/+7 |
2021-11-25 | core/hid: Rename NpadType to NpadStyleIndex | german77 | 15 | -215/+228 |
2021-11-25 | config: Cleanup and documentation | german77 | 8 | -99/+46 |
2021-11-25 | input_common: Fix motion from 3 axis | german77 | 1 | -0/+2 |
2021-11-25 | core/hid: Prevent Emulated controller from flapping with multiple inputs devices | german77 | 5 | -36/+77 |
2021-11-25 | core/hid: Fully emulate motion from button | german77 | 7 | -37/+97 |
2021-11-25 | second commit lion review | german77 | 28 | -42/+73 |
2021-11-25 | settings: Fix Debug controller type options | german77 | 13 | -95/+77 |
2021-11-25 | kraken: Address comments from review | german77 | 31 | -466/+534 |
2021-11-25 | input_common: Revert deleted TAS functions | german77 | 7 | -48/+122 |
2021-11-25 | core/hid: Explain better what a temporary value does | german77 | 2 | -24/+28 |
2021-11-25 | input_common: Fix GC adapter initialization | german77 | 1 | -12/+12 |
2021-11-25 | core/hid: Update structs to 13.1.0 | german77 | 12 | -50/+107 |
2021-11-25 | core/hid: Add TAS input | german77 | 6 | -13/+82 |
2021-11-25 | input_common: Fix UDP uuid | german77 | 3 | -2/+16 |
2021-11-25 | input_common: Add multiple vibration curves | german77 | 2 | -15/+28 |
2021-11-25 | core/hid: Rework battery mappings | german77 | 9 | -46/+109 |
2021-11-25 | input_common: Add manual update options to input devices | german77 | 5 | -0/+56 |
2021-11-25 | service/hid: Fix memory allocated incorrectly | german77 | 5 | -7/+7 |
2021-11-25 | settings: Fix mouse and keyboard mappings | german77 | 10 | -105/+102 |
2021-11-25 | web_applet: Replace HIDButton with NpadButton | german77 | 3 | -36/+44 |
2021-11-25 | Morph review first wave | german77 | 23 | -136/+117 |
2021-11-25 | service/hid: Match shared memory closer to HW | german77 | 2 | -26/+75 |
2021-11-25 | yuzu: Fix loading input profiles | german77 | 2 | -0/+9 |
2021-11-25 | kraken: Address comments from review | german77 | 15 | -56/+56 |
2021-11-25 | service/hid: Use ring buffer for gestures | german77 | 2 | -79/+52 |
2021-11-25 | service/hid: Fix gesture input | german77 | 8 | -91/+159 |
2021-11-25 | configuration: Migrate controller settings to emulated controller | german77 | 12 | -127/+141 |
2021-11-25 | core/hid: Fix rumble too strong at 1% | german77 | 3 | -13/+48 |
2021-11-25 | core/hid: Only signal when needed | german77 | 11 | -153/+240 |
2021-11-25 | hid: Fix controller connection/disconnection | german77 | 10 | -65/+226 |
2021-11-25 | core/hid: Documment some files | german77 | 4 | -52/+265 |
2021-11-25 | kraken: Fix errors from rebase and format files | german77 | 20 | -53/+83 |
2021-11-25 | core/hid: Add output devices | german77 | 20 | -144/+312 |
2021-11-25 | core: Update input interpreter | german77 | 4 | -54/+18 |
2021-11-25 | yuzu: Update overlay applet | german77 | 2 | -16/+21 |
2021-11-25 | core/frontend: Update applets | german77 | 2 | -10/+15 |
2021-11-25 | core: Remove frontend/input | german77 | 1 | -217/+0 |
2021-11-25 | service/hid: Rewrite npad to use ring lifo and the emulated controller | german77 | 2 | -890/+605 |
2021-11-25 | service/hid: Update console sixaxis to the emulated console | german77 | 2 | -28/+26 |
2021-11-25 | service/hid: Update mouse and keyboard to use ring lifo and the emulated device | german77 | 4 | -158/+71 |
2021-11-25 | service/hid: Update touch and gestures to use ring lifo and the emulated console | german77 | 4 | -370/+191 |
2021-11-25 | service/hid: Update debug pad, xpad, stubbed and controller base to use ring lifo and the emulated controller | german77 | 7 | -166/+80 |
2021-11-25 | service/hid: Use remove duplicated code, update names | german77 | 2 | -64/+30 |
2021-11-25 | service/hid: Create ring LIFO | german77 | 2 | -1/+55 |
2021-11-25 | Qt_applets: Use new input | german77 | 5 | -49/+68 |
2021-11-25 | settings: Cleanup settings | german77 | 6 | -9/+16 |
2021-11-25 | debugger/controller: Remove TAS | german77 | 2 | -46/+5 |
2021-11-25 | core/emu_window: Remove touch input | german77 | 2 | -113/+15 |
2021-11-25 | yuzu: Update frontend | german77 | 13 | -1010/+822 |
2021-11-25 | core: Register HID | german77 | 3 | -4/+25 |
2021-11-25 | core/hid: Add emulated controllers | german77 | 9 | -0/+2025 |
2021-11-25 | yuzu_cmd: Use new input | german77 | 3 | -45/+39 |
2021-11-25 | yuzu: Use new input on main and bootmanager | german77 | 3 | -68/+59 |
2021-11-25 | input_common: Rewrite main and add the new drivers | german77 | 2 | -49/+330 |
2021-11-25 | input_common: Remove obsolete files | german77 | 5 | -444/+0 |
2021-11-25 | input_common: Rewrite SDL | german77 | 6 | -1757/+950 |
2021-11-25 | input_common: Rewrite udp client | german77 | 5 | -441/+54 |
2021-11-25 | input_common: Rewrite tas input | german77 | 5 | -840/+2 |
2021-11-25 | input_common: Rewrite gc_adapter | german77 | 8 | -827/+848 |
2021-11-25 | input_common: Rewrite touch | german77 | 3 | -0/+99 |
2021-11-25 | input_common: Rewrite mouse | german77 | 7 | -751/+217 |
2021-11-25 | input_common: Rewrite keyboard | german77 | 11 | -614/+95 |
2021-11-25 | input_common: Move touch and analog from button. Move udp protocol | german77 | 10 | -132/+172 |
2021-11-25 | input_common: Create input poller and mapping | german77 | 6 | -0/+1305 |
2021-11-25 | input_common: Create input_engine | german77 | 2 | -0/+585 |
2021-11-25 | core/hid: Move motion_input, create input converter and hid_types | german77 | 6 | -0/+1164 |
2021-11-25 | core/hid: Move input_interpreter to hid | german77 | 4 | -4/+4 |
2021-11-25 | common: Rewrite and move core/frontend/input.h to common | german77 | 2 | -0/+243 |
2021-11-25 | Refactor menu states and shortcuts in GMainWindow. (#7419) | Adam Heinermann | 3 | -237/+175 |
2021-11-25 | video_core/codec: address comments | liushuyu | 1 | -17/+11 |
2021-11-25 | video_core/codecs: fix multiple decoding issues on Linux ... | liushuyu | 1 | -2/+47 |
2021-11-22 | Texture Cache: Fix issue with blitting 3D textures. | Fernando Sahmkow | 1 | -2/+4 |
2021-11-22 | arm: dynarmic: Cleanup icache op handling | jam1garner | 1 | -10/+9 |
2021-11-22 | arm: dynarmic: Implement icache op handling for 'ic iallu' instruction | jam1garner | 1 | -0/+3 |
2021-11-22 | arm: dynarmic: Implement icache op handling for 'ic ivau' instruction | jam1garner | 1 | -0/+18 |
2021-11-22 | const fixes | Adam Heinermann | 2 | -3/+3 |
2021-11-22 | Apply clang format | Adam Heinermann | 1 | -1/+0 |
2021-11-22 | Added TAS controls to the menu under Tools | Adam Heinermann | 5 | -57/+153 |
2021-11-22 | Texture Cache: Correct conversion shaders. | Fernando Sahmkow | 2 | -2/+2 |
2021-11-22 | Texture Cache: Always copy on NVIDIA. | Fernando Sahmkow | 1 | -0/+5 |
2021-11-22 | TextureCache: Simplify blitting of D24S8 formats and fix bugs. | Fernando Sahmkow | 10 | -195/+73 |
2021-11-21 | VulkanTexturECache: Use reinterpret on D32_S8 formats. | Fernando Sahmkow | 1 | -2/+7 |
2021-11-21 | HostShaders: Fix D24S8 convertion shaders. | Fernando Sahmkow | 6 | -23/+47 |
2021-11-21 | configure_general: Allow framerate cap to be used in custom game configs | Kewlan | 5 | -27/+99 |
2021-11-21 | TextureCache: Eliminate format deduction as full depth conversion has been supported. | Fernando Sahmkow | 2 | -29/+5 |
2021-11-21 | kernel: svc: Move all IsValid functions to an anonymous namespace | Morph | 1 | -3/+15 |
2021-11-21 | kernel: svc: Implement SetProcessMemoryPermission | Morph | 1 | -1/+41 |
2021-11-21 | kernel: KPageTable: Rename SetCodeMemoryPermission to SetProcessMemoryPermission | Morph | 4 | -8/+8 |
2021-11-21 | vk_texture_cache: Mark VkBufferUsageFlags as static constexpr | Morph | 1 | -3/+3 |
2021-11-21 | vk_blit_image: Consolidate CreatePipelineTargetEx functions | Morph | 2 | -28/+13 |
2021-11-21 | service: pm: Implement AtmosphereGetProcessId | Morph | 1 | -0/+24 |
2021-11-21 | service: pm: Add all relevant result codes | Morph | 1 | -3/+8 |
2021-11-21 | service: pm: Rename title id to program id | Morph | 1 | -6/+6 |
2021-11-20 | Fix screenshot dimensions when at 1x scale | ameerj | 5 | -20/+8 |
2021-11-20 | TextureCache: Refactor and fix linux compiling. | Fernando Sahmkow | 3 | -9/+11 |
2021-11-20 | TextureCache: Assure full conversions on depth/stencil write shaders. | Fernando Sahmkow | 3 | -6/+6 |
2021-11-20 | TextureCache: Implement buffer copies on Vulkan. | Fernando Sahmkow | 6 | -9/+193 |
2021-11-20 | TextureCache: Add R16G16 to D24S8 converter. | Fernando Sahmkow | 5 | -0/+38 |
2021-11-19 | TextureCache: Add B10G11R11 to D24S8 converter. | Fernando Sahmkow | 5 | -13/+84 |
2021-11-19 | TextureCache: Further fixes on resolve algorithm. | Fernando Sahmkow | 2 | -16/+17 |
2021-11-19 | Implement convert legacy to generic | Feng Chen | 6 | -1/+108 |
2021-11-19 | TextureCache: Implement additional D24S8 convertions. | Fernando Sahmkow | 6 | -0/+86 |
2021-11-19 | TextureCache: force same image format when resolving an image. | Fernando Sahmkow | 2 | -2/+9 |
2021-11-19 | main: Fix default AA name | Morph | 1 | -4/+4 |
2021-11-19 | configure_graphics_ui: AMD's -> AMD | Morph | 1 | -1/+1 |
2021-11-19 | main: Shorten AMD FSR status bar text | Morph | 1 | -1/+1 |
2021-11-19 | TextureCache: Fix regression caused by ART and improve blit detection algorithm to be smarter. | Fernando Sahmkow | 2 | -10/+27 |
2021-11-19 | Vulkan: implement D24S8 <-> RGBA8 convertions. | Fernando Sahmkow | 6 | -0/+166 |
2021-11-18 | renderer_vulkan: Implement S8_UINT stencil format | Morph | 3 | -0/+18 |
2021-11-18 | gl_texture_cache: Round format conversion PBO to next power of 2 | ameerj | 1 | -1/+5 |
2021-11-18 | Fix crash on exit due to static scoped dummy threads | Adam Heinermann | 1 | -8/+14 |
2021-11-17 | renderer_opengl: Implement S8_UINT stencil format | Morph | 3 | -6/+25 |
2021-11-17 | video_core: Add S8_UINT stencil format | Morph | 4 | -3/+21 |
2021-11-17 | hotkeys: Don't allow hotkeys to spam | german77 | 1 | -0/+2 |
2021-11-17 | Prevent window flickering when holding Esc | Valeri | 1 | -1/+1 |
2021-11-17 | Fix image update/download error when width too small | Feng Chen | 2 | -10/+18 |
2021-11-17 | texture_cache: Use pixel format conversion when supported by the runtime | ameerj | 5 | -0/+15 |
2021-11-17 | gl_texture_cache: Make FormatConversionPass more generic | ameerj | 1 | -7/+12 |
2021-11-17 | gl_texture_cache: Rename BGRCopyPass to FormatConversionPass | ameerj | 2 | -21/+18 |
2021-11-17 | TextureCache: Fix Automatic Anisotropic. | Fernando Sahmkow | 1 | -6/+5 |
2021-11-17 | TextureCache: OGL query device memory if possible. | FernandoS27 | 2 | -2/+14 |
2021-11-17 | TextureCache: Fix OGL cleaning | Fernando Sahmkow | 5 | -0/+43 |
2021-11-16 | TextureCache: Add automatic anisotropic filtering and refactor code. | Fernando Sahmkow | 5 | -16/+22 |
2021-11-16 | TextureCache: Make a better Anisotropic setter. | Fernando Sahmkow | 4 | -24/+21 |
2021-11-16 | Texture Cache: revert Image changes. | Fernando Sahmkow | 1 | -0/+4 |
2021-11-16 | ShaderCache: Better fix for Shuffling gl_FragCoord | Fernando Sahmkow | 1 | -2/+13 |
2021-11-16 | HostShader: fix Gaussian filter. | FernandoS27 | 1 | -2/+2 |
2021-11-16 | Texture Cahe/Shader decompiler: Resize PointSize on rescaling, refactor and make reaper more agressive on 4Gb GPUs. | FernandoS27 | 5 | -22/+29 |
2021-11-16 | texture_cache: Refactor Render Target scaling function | ameerj | 2 | -14/+24 |
2021-11-16 | gl_resource_manager: Ensure non EXT_framebuffer objects are created | ameerj | 2 | -13/+8 |
2021-11-16 | Texture Cache: Fix memory usage on ScaleDown. | FernandoS27 | 1 | -4/+0 |
2021-11-16 | OpenGL: Fix viewport/Scissor scaling on downscaling. | FernandoS27 | 1 | -6/+28 |
2021-11-16 | Vulkan: fix regression. | FernandoS27 | 1 | -14/+17 |
2021-11-16 | host_shaders: Misc copyright/style changes | ameerj | 4 | -10/+12 |
2021-11-16 | configure_graphics.ui: Cleanup scaling options and fix duplicate name warning | ameerj | 1 | -5/+5 |
2021-11-16 | FSR: Fix GCC build errors | ameerj | 3 | -43/+50 |
2021-11-16 | Vulkan: Reimplement FSR constant generation functions to avoid GCC warnings | Marshall Mohror | 2 | -9/+145 |
2021-11-16 | vk_blit_screen: Fix AA destruction order | ameerj | 1 | -9/+10 |
2021-11-16 | Presentation: Only use FP16 in scaling shaders on supported devices in Vulkan | Marshall Mohror | 14 | -116/+197 |
2021-11-16 | renderer_vulkan/blit_image: Use generic color state on Depth to Color blits | ameerj | 1 | -1/+1 |
2021-11-16 | vk_texture_cache: Refactor 3D scaling helpers | ameerj | 2 | -113/+74 |
2021-11-16 | gl_rasterizer: Fix ScissorTest and Clear when scaling | ameerj | 1 | -10/+6 |
2021-11-16 | gl_texture_cache: Simplify scaling procedures | ameerj | 2 | -57/+28 |
2021-11-16 | OpenGlTextureCache: Fix state invalidation on rescaling. | Fernando Sahmkow | 3 | -2/+17 |
2021-11-16 | VulkanBufferCache: Avoid adding barriers between multiple copies. | Fernando Sahmkow | 3 | -5/+43 |
2021-11-16 | HostShader: Fix gaussian and add attribution. | Fernando Sahmkow | 1 | -23/+19 |
2021-11-16 | Yuzu UI: Add button for Anti Alias | Fernando Sahmkow | 3 | -0/+45 |
2021-11-16 | Vulkan: Fix FXAA in AMD. | Fernando Sahmkow | 1 | -2/+40 |
2021-11-16 | Texture Cache: Fix blitting. | Fernando Sahmkow | 1 | -2/+2 |
2021-11-16 | Vulkan: Implement FXAA | FernandoS27 | 3 | -22/+387 |
2021-11-16 | OpenGL: fix FXAA with scaling | Marshall Mohror | 2 | -9/+31 |
2021-11-16 | OpenGL: Implement FXAA | Marshall Mohror | 6 | -35/+194 |
2021-11-16 | Frontend: Add anti-aliasing method setting | Marshall Mohror | 5 | -0/+70 |
2021-11-16 | Settings: Add anti-aliasing method setting | Marshall Mohror | 2 | -0/+7 |
2021-11-16 | QtGUI: Add buttton to toggle the filter. | FernandoS27 | 5 | -1/+61 |
2021-11-16 | VideoCore: Add gaussian filtering. | FernandoS27 | 8 | -2/+140 |
2021-11-16 | TextureCache: Improve Reaper. | FernandoS27 | 2 | -14/+26 |
2021-11-16 | Vulkan: fix waiting on semaphore. | FernandoS27 | 1 | -1/+3 |
2021-11-16 | Update scaleforce to use FP16 | Marshall Mohror | 1 | -88/+55 |
2021-11-16 | VideoCore: Add more rescaling option. | FernandoS27 | 3 | -7/+38 |
2021-11-16 | TextureCache: fix rescaling in aliases and overlap joins. | FernandoS27 | 4 | -23/+48 |
2021-11-16 | Presentation: Fix turning FSR on and off in settings | Marshall Mohror | 1 | -0/+11 |
2021-11-16 | Video Core: fix building for GCC. | Fernando Sahmkow | 5 | -24/+42 |
2021-11-16 | Vulkan Rasterizer: Fix clears on integer textures. | FernandoS27 | 3 | -1/+84 |
2021-11-16 | Texture cache: fix Intel with rescaler. | FernandoS27 | 1 | -2/+2 |
2021-11-16 | TextureCache: Fix blitting filter in Vulkan and correct viewport/scissor calculation when downscaling. | FernandoS27 | 2 | -20/+44 |
2021-11-16 | Texture Cache: fix memory managment and optimize scaled downloads, uploads. | Fernando Sahmkow | 7 | -28/+57 |
2021-11-16 | Texture Cache: ease the requirements of textures being blacklisted. | Fernando Sahmkow | 2 | -22/+7 |
2021-11-16 | Vulkan: Fix Blit Depth Stencil | Fernando Sahmkow | 2 | -14/+20 |
2021-11-16 | Texture Cache: Fix downscaling and correct memory comsumption. | Fernando Sahmkow | 8 | -36/+147 |
2021-11-16 | Presentation: add Nearest Neighbor filter. | Fernando Sahmkow | 6 | -14/+67 |
2021-11-16 | vulkan: Implement FidelityFX Super Resolution | Marshall Mohror | 11 | -17/+643 |
2021-11-16 | Texture Cache: Rescale conversions between depth and color | FernandoS27 | 6 | -25/+37 |
2021-11-16 | Texture cache: Fix memory consumption and ignore rating when a depth texture is rendered. | Fernando Sahmkow | 3 | -7/+19 |
2021-11-16 | vulkan: Fix rescaling push constant usage | ameerj | 8 | -69/+78 |
2021-11-16 | Texture Cahe: Fix downscaling on SMO. | Fernando Sahmkow | 5 | -0/+11 |
2021-11-16 | texture_cache_base: Remove unused function declarations | ameerj | 1 | -8/+0 |
2021-11-16 | yuzu: Fix build errors | ameerj | 1 | -1/+1 |
2021-11-16 | vk_texture_cache: Use 3D to scale images when blit is unsupported | ameerj | 4 | -29/+87 |
2021-11-16 | texture_cache: Fix infinitely recursive ImageCanRescale check | ameerj | 3 | -10/+13 |
2021-11-16 | vk_texture_cache: Fix BlitScale of non-2D images | ameerj | 1 | -10/+9 |
2021-11-16 | video_core: Refactor resolution scale function | ameerj | 4 | -46/+34 |
2021-11-16 | texture_cache: Fix image resolves when src/dst are not both scaled | ameerj | 1 | -5/+8 |
2021-11-16 | yuzu_cmd: Read resolution_setup and scaling_filter from config | lat9nq | 2 | -0/+25 |
2021-11-16 | video_core,yuzu: Move UpdateRescalingInfo call to video_core | lat9nq | 3 | -5/+2 |
2021-11-16 | gl_texture_cache: Disable scissor test when scaling textures | ameerj | 1 | -0/+8 |
2021-11-16 | vk_texture_cache: Fix unsupported blit format error checking | ameerj | 2 | -9/+9 |
2021-11-16 | vk_texture_cache: Fix early returns on unsupported scales | ameerj | 2 | -19/+11 |
2021-11-16 | video_core: Misc resolution scaling related refactoring | ameerj | 8 | -47/+51 |
2021-11-16 | texture_cache: Refactor scaled image size calculation | ameerj | 2 | -12/+13 |
2021-11-16 | Texture Cache: Fix calculations when scaling. | Fernando Sahmkow | 1 | -0/+12 |
2021-11-16 | gl_texture_cache: Fix BGR pbo size for scaled textures | ameerj | 1 | -11/+10 |
2021-11-16 | rescaling_pass: Fix IR errors when unscalable texture types are encountered | ameerj | 1 | -0/+28 |
2021-11-16 | Texture Cache: Fix Rescaling on Multisample | Fernando Sahmkow | 3 | -8/+21 |
2021-11-16 | TextureCache: Base fixes on rescaling. | Fernando Sahmkow | 2 | -4/+6 |
2021-11-16 | rescaling_pass: Logic simplification and minor style cleanup | ameerj | 2 | -33/+17 |
2021-11-16 | rescaling_pass: Scale ImageFetch offset if it exists | ameerj | 1 | -59/+37 |
2021-11-16 | rescaling_pass: Enable PatchImageQueryDimensions on fragment stages | ameerj | 1 | -5/+4 |
2021-11-16 | vk_texture_cache: Simplify scaled image management | ameerj | 2 | -107/+34 |
2021-11-16 | gl_texture_cache: Fix scaling backup logic | ameerj | 2 | -20/+16 |
2021-11-16 | vk_rasterizer: Fix scaling on Y_NEGATE | ameerj | 1 | -3/+9 |
2021-11-16 | vk_texture_cache: Use nearest neighbor scaling when available | ameerj | 4 | -29/+36 |
2021-11-16 | gl_texture_cache: Fix depth and integer format scaling blits | ameerj | 2 | -16/+61 |
2021-11-16 | gl_texture_cache/rescaling_pass: minor cleanup | ameerj | 3 | -16/+10 |
2021-11-16 | vk_texture_cache: Minor cleanup | ameerj | 2 | -11/+8 |
2021-11-16 | rescaling_pass: Fix and simplify shuffle/fragcoord pass | ameerj | 1 | -26/+20 |
2021-11-16 | Shader: Don't rescale FragCoord if used by Shuffle | Fernando Sahmkow | 2 | -2/+55 |
2021-11-16 | image_info: Mark MSAA textures as non-rescalable | ameerj | 1 | -2/+2 |
2021-11-16 | bootmanager: Fix screenshot resolution factor usage | ameerj | 7 | -20/+13 |
2021-11-16 | gl_texture_cache: Simplify scaling | ameerj | 2 | -31/+39 |
2021-11-16 | Renderers: Unify post processing filter shaders | ameerj | 7 | -211/+36 |
2021-11-16 | gl_texture_cache: fix scaling on upload | ameerj | 1 | -0/+7 |
2021-11-16 | Renderer: Implement Bicubic and ScaleForce filters. | Fernando Sahmkow | 15 | -34/+620 |
2021-11-16 | Texture Cache: fix scaling on upload and stop scaling on base resolution. | Fernando Sahmkow | 1 | -14/+32 |
2021-11-16 | shader, video_core: Fix GCC build errors | ameerj | 3 | -14/+3 |
2021-11-16 | emit_spirv: Fix RescalingLayout alignment | ameerj | 3 | -4/+8 |
2021-11-16 | TextureCache: Fix Buffer Views Scaling. | Fernando Sahmkow | 2 | -5/+9 |
2021-11-16 | RescalingPass: Agregate pixels on texelFetch while on Fragment Shader | Fernando Sahmkow | 1 | -3/+97 |
2021-11-16 | Texture Cache: Correctly fix Blits Rescaling. | Fernando Sahmkow | 1 | -9/+12 |
2021-11-16 | shader: Fix TextureSize check on rescaling. | Fernando Sahmkow | 1 | -27/+21 |
2021-11-16 | texture_cache: Disable dst_image scaling in BlitImage | ameerj | 1 | -5/+7 |
2021-11-16 | emit_spirv: Fix RescalingLayout alignment | ameerj | 2 | -3/+3 |
2021-11-16 | shader: Properly scale image reads and add GL SPIR-V support | ReinUsesLisp | 25 | -77/+228 |
2021-11-16 | shader: Properly blacklist and scale image loads | ReinUsesLisp | 5 | -11/+31 |
2021-11-16 | texture_cache: Add getter to query if image view is rescaled | ReinUsesLisp | 5 | -22/+12 |
2021-11-16 | vk_rasterizer: Minor style change | ReinUsesLisp | 1 | -2/+2 |
2021-11-16 | gl_texture_cache: Fix scaling blits | ReinUsesLisp | 1 | -20/+12 |
2021-11-16 | glsl/glasm: Pass and use scaling parameters in shaders | ReinUsesLisp | 9 | -28/+51 |
2021-11-16 | gl_rasterizer: Properly scale viewports and scissors | ReinUsesLisp | 1 | -23/+24 |
2021-11-16 | gl_texture_cache: Fix multi layered texture Scale | ameerj | 1 | -11/+15 |
2021-11-16 | gl_compute_pipeline: Add downscale factor to shader uniforms | ameerj | 1 | -0/+9 |
2021-11-16 | gl_rasterizer: Fix rescale dirty state checking | ameerj | 1 | -4/+9 |
2021-11-16 | gl_graphics_pipeline: Add downscale factor to shader uniforms | ameerj | 4 | -5/+19 |
2021-11-16 | texture_cache: Fix blacklists on compute | ReinUsesLisp | 1 | -1/+1 |
2021-11-16 | texture_cache: Simplify image view queries and blacklisting | ReinUsesLisp | 16 | -192/+192 |
2021-11-16 | Vulkan: Fix downscaling Blit. | Fernando Sahmkow | 1 | -14/+18 |
2021-11-16 | Texture Cache: Implement Rating System. | Fernando Sahmkow | 5 | -15/+47 |
2021-11-16 | OpenGL: set linear mag filter when blitting a downscaled image. | Fernando Sahmkow | 1 | -0/+1 |
2021-11-16 | Vulkan: Fix AA when rescaling. | Fernando Sahmkow | 1 | -1/+1 |
2021-11-16 | Texture Cache: Implement Blacklisting. | Fernando Sahmkow | 5 | -4/+90 |
2021-11-16 | main: Add resolution scale label in the status bar | Morph | 2 | -2/+12 |
2021-11-16 | vulkan: Implement rescaling shader patching | ReinUsesLisp | 8 | -27/+103 |
2021-11-16 | vk_texture_cache: Properly scale blit source images | ReinUsesLisp | 1 | -2/+2 |
2021-11-16 | vk_graphics_pipeline: Use Shader::NumDescriptors when possible | ReinUsesLisp | 1 | -18/+6 |
2021-11-16 | opengl: Use Shader::NumDescriptors when possible | ReinUsesLisp | 3 | -46/+20 |
2021-11-16 | spirv: Implement rescaling patching | ReinUsesLisp | 8 | -5/+86 |
2021-11-16 | shader/rescaling_pass: Patch more instructions | ReinUsesLisp | 1 | -4/+101 |
2021-11-16 | shader: Add IsTextureScaled opcode | ReinUsesLisp | 10 | -0/+34 |
2021-11-16 | texture_cache: Add image getters | ReinUsesLisp | 2 | -0/+16 |
2021-11-16 | shader: Add copy constructor to instructions | ReinUsesLisp | 4 | -1/+20 |
2021-11-16 | shader: Add integer division opcodes | ReinUsesLisp | 9 | -0/+37 |
2021-11-16 | common/settings: Remove unused scaling options | ReinUsesLisp | 2 | -18/+7 |
2021-11-16 | shader: Fix rescaling pass | ReinUsesLisp | 1 | -1/+1 |
2021-11-16 | gl_texture_cache: Simplify rescaling | ameerj | 2 | -19/+15 |
2021-11-16 | texture_cache: Fix typo in aliased image rescaling | ameerj | 1 | -1/+1 |
2021-11-16 | vk_texture_cache: Simplify and optimize scaling blits | ReinUsesLisp | 1 | -106/+62 |
2021-11-16 | vk_texture_cache: Fix scaling blit validation errors | ReinUsesLisp | 1 | -81/+78 |
2021-11-16 | shader: Fix resolution scaling pass | ReinUsesLisp | 5 | -35/+32 |
2021-11-16 | shader: Add resolution down factor opcode | ReinUsesLisp | 9 | -0/+25 |
2021-11-16 | gl_texture_cache: Implement ScaleDown | ameerj | 2 | -26/+36 |
2021-11-16 | gl_texture_cache: Rescale fixes for multi-layered textures | ameerj | 2 | -16/+32 |
2021-11-16 | Texture Cache: Implement Rescaling on Aliases and Blits. | Fernando Sahmkow | 1 | -5/+53 |
2021-11-16 | Fix blits with mips | ReinUsesLisp | 1 | -12/+16 |
2021-11-16 | Fix blits | ReinUsesLisp | 1 | -10/+10 |
2021-11-16 | renderer_gl: Resolution scaling fixes | ameerj | 3 | -61/+107 |
2021-11-16 | TextureCache: Fix rescaling of ImageCopies | Fernando Sahmkow | 3 | -18/+67 |
2021-11-16 | TextureCache: Modify Viewports/Scissors according to Rescale. | Fernando Sahmkow | 6 | -35/+93 |
2021-11-16 | Settings: eliminate rescaling_factor. | Fernando Sahmkow | 7 | -37/+19 |
2021-11-16 | Texture Cache: More rescaling fixes. | Fernando Sahmkow | 4 | -84/+96 |
2021-11-16 | gl_texture_cache: WIP texture rescale | ameerj | 2 | -3/+69 |
2021-11-16 | Texture Cache: Implement Vulkan UpScaling & DownScaling | Fernando Sahmkow | 6 | -42/+327 |
2021-11-16 | ShaderDecompiler: Add initial support for rescaling. | Fernando Sahmkow | 2 | -0/+73 |
2021-11-16 | Settings: Add resolution scaling to settings. | Fernando Sahmkow | 6 | -5/+155 |
2021-11-16 | VideoCore: Initial Setup for the Resolution Scaler. | Fernando Sahmkow | 11 | -18/+255 |
2021-11-16 | Replace keys error pop up | Matías Locatti | 1 | -2/+2 |
2021-11-14 | Replace "Light" theme by "Default" | Romain Failliot | 2 | -25/+27 |
2021-11-13 | codes: Rename ComposeFrameHeader to ComposeFrame | ameerj | 7 | -14/+14 |
2021-11-13 | vp8: Implement header composition | ameerj | 4 | -6/+90 |
2021-11-13 | codecs: Add VP8 codec class | ameerj | 9 | -20/+90 |
2021-11-11 | program_metadata: Add default ThreadInfo kernel capability | OatmealDome | 1 | -1/+4 |
2021-11-08 | applets/swkbd: Fix text check message encoding | Morph | 1 | -7/+15 |
2021-11-08 | applets/swkbd: Skip text checking if the text has been confirmed | Morph | 8 | -26/+36 |
2021-11-05 | service/pctl: Stub EndFreeCommunication | Narr the Reg | 1 | -1/+8 |
2021-11-05 | vulkan_device: Add missing vulkan image format R5G6B5 in GetFormatProperties | Feng Chen | 1 | -0/+1 |
2021-11-05 | core: Reorder perf_stats destruction order on Shutdown | ameerj | 1 | -1/+1 |
2021-11-04 | general: Get the current process program id directly from the system | Morph | 21 | -56/+42 |
2021-11-04 | general: Rename GetTitleID to GetProgramID | Morph | 24 | -43/+46 |
2021-11-04 | service: aoc: Stub NotifyUnmountAddOnContent | Morph | 2 | -1/+9 |
2021-11-04 | service: aoc: Stub NotifyMountAddOnContent and NotifyMountAddOnContent | Morph | 2 | -0/+21 |
2021-11-04 | service/acc: Rename Unknown160 to InitializeApplicationInfoV2 | german77 | 3 | -3/+3 |
2021-11-04 | service: acc: Stub acc:u0 '160' | Morph | 3 | -0/+9 |
2021-11-04 | core: Fix transitive include build errors | ameerj | 5 | -0/+9 |
2021-11-04 | core: Remove unused includes | ameerj | 133 | -221/+1 |
2021-11-04 | Simply legacy attribute implement | Feng Chen | 3 | -152/+125 |
2021-11-03 | svc: Correct WaitSynchronization num_handles param type | Morph | 2 | -4/+4 |
2021-11-02 | general: Remove MakeResult helpers | Morph | 13 | -69/+48 |
2021-11-02 | hle/result: Amend ResultVal documentation | Morph | 1 | -12/+10 |
2021-11-02 | hle/result: Reimplement ResultVal using Common::Expected | Morph | 1 | -117/+63 |
2021-11-02 | common: Implement a subset of P0323 (std::expected) | Morph | 2 | -0/+988 |
2021-11-02 | Refactor Logging Impl | Levi Behunin | 4 | -28/+41 |
2021-11-02 | Shader Cahe: Fix Phi Nodes on GLASM. | Fernando Sahmkow | 1 | -1/+1 |
2021-11-01 | ShaderCache: Fix Phi Nodes Type on OGL. | Fernando Sahmkow | 3 | -2/+30 |
2021-11-01 | gl_rasterizer: Remove unused includes | Morph | 1 | -4/+2 |
2021-10-31 | ShaderCache: Order Phi Arguments from farthest away to nearest. | Fernando Sahmkow | 5 | -0/+37 |
2021-10-31 | Support gl_FogFragCoord attribute | vonchenplus | 3 | -48/+58 |
2021-10-30 | yuzu qt: Disable the screensaver with SDL2 | lat9nq | 2 | -1/+23 |
2021-10-30 | profile_manager: Resize any image bigger than 256p | german77 | 1 | -0/+11 |
2021-10-29 | CMakeLists: Document the /GT compile option | Morph | 1 | -0/+1 |
2021-10-29 | file_sys: control_metadata: Add BrazilianPortuguese | Morph | 2 | -2/+4 |
2021-10-29 | ns: language: Add BrazilianPortuguese to ApplicationLanguage | Morph | 2 | -1/+26 |
2021-10-29 | gl_device: Force GLASM on NVIDIA drivers 495-496 | lat9nq | 1 | -0/+15 |
2021-10-28 | hle/result: Declare copy/move constructor/assignment as noexcept | Morph | 1 | -3/+3 |
2021-10-28 | hle/result: Add move assignment operator in ResultVal | Morph | 1 | -0/+20 |
2021-10-28 | hle/result: Remove cv-qualifiers from Arg in MakeResult | Morph | 1 | -2/+2 |
2021-10-27 | Fix dangling kernel objects when exiting | Feng Chen | 2 | -11/+13 |
2021-10-27 | Revert PR7009 | Feng Chen | 2 | -15/+5 |
2021-10-27 | Fix memory leak | Feng Chen | 4 | -0/+38 |
2021-10-26 | Support gl_BackSecondaryColor attribute | vonchenplus | 3 | -0/+33 |
2021-10-26 | Support gl_FrontSecondaryColor attribute | vonchenplus | 3 | -0/+33 |
2021-10-26 | Support gl_BackColor attribute | vonchenplus | 3 | -0/+33 |
2021-10-26 | Geometry property removal and rewording | Moonlacer | 2 | -9/+1 |
2021-10-24 | TexturePass: Fix clamping of images as this allowed negative indices. | Fernando Sahmkow | 1 | -1/+1 |
2021-10-24 | Fixed ARM_Dynamic_64 Step | Andrew Strelsky | 1 | -1/+1 |
2021-10-24 | Fixup channel submit IOCTL syncpoint parameters | Billy Laws | 2 | -21/+9 |
2021-10-23 | Vulran Rasterizer: address feedback. | Fernando Sahmkow | 1 | -3/+5 |
2021-10-23 | Revert "input_common: Fix data race on GC implementation" | Fernando S | 2 | -120/+115 |
2021-10-22 | Fix vulkan viewport issue | Feng Chen | 1 | -0/+1 |
2021-10-20 | common/alignment: Fix VS2022 compilation | ameerj | 1 | -1/+6 |
2021-10-20 | input_common: Fix VS2022 compilation errors | ameerj | 1 | -39/+35 |
2021-10-17 | emit_spirv_image: Fix depth image implicit lod sample in compute | ameerj | 1 | -5/+16 |
2021-10-17 | settings: Remove std::chrono usage | ameerj | 7 | -24/+20 |
2021-10-17 | add_link | Moonlacer | 1 | -2/+2 |
2021-10-17 | Shader Compiler: avoid overflowed indices on indixed samplers. | Fernando Sahmkow | 1 | -1/+2 |
2021-10-16 | SVC: Implement svcInfo:IdleTickCount | Fernando Sahmkow | 2 | -0/+22 |
2021-10-16 | main: fix typo in warning message | Romain Failliot | 1 | -1/+1 |
2021-10-16 | main: Add missing make_unique for ui | Morph | 1 | -1/+1 |
2021-10-16 | service/vi: Stub IHOSBinderDriver::TransactParcel GetBufferHistory (#7184) | Feng Chen | 1 | -1/+11 |
2021-10-16 | qt_web_browser: Add missing QApplication include | Morph | 1 | -0/+1 |
2021-10-16 | NvHost/Core: Address Feedback. | Fernando Sahmkow | 3 | -19/+27 |
2021-10-16 | Suspend temporally | FernandoS27 | 3 | -1/+31 |
2021-10-16 | NVHost_Ctrl: Force wait if the gpu falls behind too long. | FernandoS27 | 2 | -0/+13 |
2021-10-15 | ui: fix crash when closing configure window | Romain Failliot | 1 | -2/+5 |
2021-10-15 | bootmanager: Forward declare System and SystemResultStatus | Morph | 1 | -1/+5 |
2021-10-15 | yuzu: Construct system in GMainWindow | Morph | 2 | -81/+83 |
2021-10-15 | core: Move ResultStatus outside of System | Morph | 7 | -67/+69 |
2021-10-15 | yuzu_cmd: Remove remaining static system instances | Morph | 1 | -3/+2 |
2021-10-15 | core: Remove static system instance | Morph | 2 | -28/+5 |
2021-10-15 | Hide mouse cursor by default | Romain Failliot | 1 | -1/+1 |
2021-10-15 | main: Slightly refactor NCA entry installation in InstallNCA (#7181) | Creak | 1 | -8/+6 |
2021-10-15 | main: Use std::unique_ptr for ui | Morph | 2 | -137/+142 |
2021-10-15 | configuration: Use std::make_unique instead of operator new for ui | Morph | 13 | -14/+15 |
2021-10-15 | config: Read network_interface | lat9nq | 2 | -0/+9 |
2021-10-15 | settings_ui: Better NVDEC Description For Each Video Rendering Option (#7165) | Moonlacer | 1 | -3/+3 |
2021-10-14 | string_util: Make use of std::string_view and add bounds checking | Morph | 2 | -5/+5 |
2021-10-14 | string_util: Prevent out of bounds access in u16string_view buffer | Morph | 1 | -2/+2 |
2021-10-13 | KPageTable: Perform ranged invalidation when unmapping code memory | Morph | 1 | -0/+2 |
2021-10-12 | common/fs/path_util: Slightly refactor PathManagerImpl's constructor | Creak | 1 | -12/+15 |
2021-10-12 | Create local variables for mouse and wheel positions | Romain Failliot | 1 | -5/+9 |
2021-10-12 | Fix a few warnings | Romain Failliot | 3 | -6/+5 |
2021-10-11 | input_common/sdl: Fix joystick range | german77 | 1 | -3/+4 |
2021-10-11 | main: Add option to reset window size to 900p | ameerj | 3 | -36/+53 |
2021-10-11 | applets/web: Fallback to loader to get the manual romfs if none is found | Feng Chen | 1 | -0/+10 |
2021-10-11 | vic: Use the minimum of surface/frame dimensions when writing the final frame to the GPU | ameerj | 1 | -16/+15 |
2021-10-10 | h264: Use max allowed max_num_ref_frames when using CPU decoding | Feng Chen | 1 | -1/+6 |
2021-10-09 | vic: Allow surface to be higher than frame | Valeri | 1 | -2/+3 |
2021-10-08 | Update configure_tas.ui | Levi Behunin | 1 | -8/+0 |
2021-10-08 | vic: Avoid memory corruption when multiple streams with different dimensions are decoded | ameerj | 1 | -0/+9 |
2021-10-07 | vic: Refactor frame writing methods | ameerj | 2 | -138/+146 |
2021-10-07 | discord_impl: Remove global system instances | lat9nq | 3 | -6/+13 |
2021-10-07 | game_list: Remove global instances of Core::System | lat9nq | 5 | -13/+19 |
2021-10-07 | configuration: Add const qualifier where able | lat9nq | 18 | -31/+28 |
2021-10-07 | yuzu qt: Remove global system instances from config, WaitTree, main | lat9nq | 69 | -636/+688 |
2021-10-07 | kernel: hle_ipc: Foward declare KAutoObject | Morph | 2 | -1/+2 |
2021-10-07 | service: Reduce header include overhead | Morph | 31 | -39/+11 |
2021-10-07 | vic: Implement RGBX frame format | ameerj | 2 | -3/+15 |
2021-10-04 | Vulkan: Fix failing barrier on refresh. | Fernando Sahmkow | 1 | -1/+2 |
2021-10-04 | RasterizerInterface: Correct size of CPU addresses to cache. | FernandoS27 | 1 | -1/+1 |
2021-10-04 | Vulkan: Fix the master Semaphore | FernandoS27 | 1 | -4/+12 |
2021-10-03 | nvflinger: Use jthread and stop_token for VSync thread | ameerj | 2 | -32/+8 |
2021-10-03 | nvhost_ctrl: Refactor usage of gpu.LockSync() | ameerj | 3 | -35/+16 |
2021-10-03 | gpu: Migrate implementation to the cpp file | ameerj | 19 | -632/+875 |
2021-10-02 | service: am: Make use of Exit to exit the currently running application | Morph | 1 | -2/+2 |
2021-10-02 | yuzu: main: Register a callback for Exit | Morph | 4 | -0/+17 |
2021-10-02 | core: Add Exit and ExitCallback | Morph | 2 | -0/+25 |
2021-10-02 | service: Replace service event creation with ServiceContext::CreateEvent | Morph | 26 | -271/+367 |
2021-10-02 | network: Do not log IP address | Morph | 1 | -2/+0 |
2021-10-02 | common/logging: Reduce scope of fmt include | ameerj | 4 | -1/+5 |
2021-10-02 | common/logging: Move Log::Entry declaration to a separate header | ameerj | 12 | -17/+48 |
2021-10-01 | main: Don't add an extra separator when the title version is absent | lat9nq | 1 | -2/+7 |
2021-09-30 | prevent access violation from iob in Memory::IsValidVirtualAddress | Andrew Strelsky | 1 | -1/+5 |
2021-09-29 | Fixed invalid iterator usage | Andrew Strelsky | 1 | -1/+1 |
2021-09-29 | style: Remove extra space preceding the :: operator | Morph | 8 | -10/+10 |
2021-09-29 | CMakeLists: Remove BoxCat build option | Morph | 1 | -4/+0 |
2021-09-29 | settings: Remove BCAT settings | Morph | 5 | -17/+0 |
2021-09-29 | configure_network: Remove BCAT | Morph | 3 | -208/+0 |
2021-09-29 | service: bcat: Remove BoxCat BCAT implementation | Morph | 4 | -631/+0 |
2021-09-29 | configure_tas: Remove help button from dialog window | Moonlacer | 1 | -0/+1 |
2021-09-29 | configure_tas: Ensure dialog buttons always stay at the bottom | Moonlacer | 1 | -146/+187 |
2021-09-29 | externals: Remove libzip | Morph | 1 | -1/+1 |
2021-09-29 | file_sys: Remove vfs_libzip | Morph | 3 | -103/+0 |
2021-09-29 | Fix KShareMemory object leak | Feng Chen | 5 | -3/+106 |
2021-09-28 | vk_graphics_pipeline: Force patch list topology when tessellation is used | ameerj | 1 | -1/+10 |
2021-09-27 | service/es: Update to 13.0.0 | german77 | 1 | -0/+6 |
2021-09-27 | service/npns: Update to 13.0.0 | german77 | 1 | -0/+1 |
2021-09-27 | service/vi: Update to 13.0.0 | german77 | 2 | -0/+2 |
2021-09-27 | service/am: Update to 13.0.0 | german77 | 1 | -0/+4 |
2021-09-27 | service/audio: Update to 13.0.0 | german77 | 2 | -1/+10 |
2021-09-27 | service/hid: Update to 13.0.0 | german77 | 2 | -0/+10 |
2021-09-27 | service/btdrv: Update to 13.0.0 | german77 | 1 | -0/+4 |
2021-09-27 | service/usb: Update to 13.0.0 | german77 | 1 | -3/+3 |
2021-09-25 | Fix KScopedAutoObject object leak when SendSyncRequest | Feng Chen | 1 | -6/+8 |
2021-09-25 | service: bsd: Stub Read | Morph | 1 | -6/+5 |
2021-09-24 | service: bsd: Implement Read | Morph | 2 | -1/+15 |
2021-09-24 | general: Update style to clang-format-12 | ameerj | 13 | -66/+62 |
2021-09-24 | video_core: Fix jthread related hangs when stopping emulation | ameerj | 2 | -2/+2 |
2021-09-24 | vk_texture_cache: Disable cube compatibility flag on non-mesa AMD GCN4 and earlier | ameerj | 3 | -11/+22 |
2021-09-24 | Vulkan Query Cache: make sure to wait for the query result. | Fernando Sahmkow | 1 | -1/+2 |
2021-09-24 | QueryCache: Flush queries in order of running. | Fernando Sahmkow | 1 | -4/+4 |
2021-09-23 | Use subdirectory of main data directory for QtWebEngine storage | v1993 | 1 | -0/+3 |
2021-09-23 | Vulkan Rasterizer: Correct DepthBias/PolygonOffset on Vulkan. | Fernando Sahmkow | 6 | -3/+29 |
2021-09-23 | core/profile_select: Avoid uninitialized read in SelectProfile() | Lioncash | 1 | -1/+2 |
2021-09-22 | common/uuid: Add validity checking functions to interface | Lioncash | 4 | -7/+14 |
2021-09-22 | Clean-up and nits | Levi Behunin | 1 | -121/+60 |
2021-09-21 | Clean-up | Levi Behunin | 1 | -44/+14 |
2021-09-20 | maxwell_dma: Minor refactoring | ameerj | 2 | -33/+33 |
2021-09-20 | buffer_cache: Minor fixes | ameerj | 2 | -6/+4 |
2021-09-19 | Tas configure ui nits | Levi Behunin | 1 | -4/+4 |
2021-09-18 | UI: Relocate tas menu and add brief description | german77 | 10 | -68/+148 |
2021-09-18 | input_common/tas: new update method | german77 | 5 | -17/+4 |
2021-09-18 | input_common/tas: Document the main class | german77 | 8 | -51/+153 |
2021-09-18 | input_common/tas: Add swap controller | german77 | 8 | -39/+99 |
2021-09-18 | input_common/tas: overwrite file dialog | german77 | 3 | -20/+16 |
2021-09-18 | input_common/tas: Fallback to simple update | MonsterDruide1 | 10 | -102/+60 |
2021-09-18 | config: Move TAS options to it's own menu | german77 | 19 | -184/+452 |
2021-09-18 | core: Hacky TAS syncing & load pausing | MonsterDruide1 | 9 | -107/+140 |
2021-09-18 | main: TAS Playback state label | MonsterDruide1 | 2 | -0/+10 |
2021-09-18 | settings: File selector & other settings | MonsterDruide1 | 9 | -2/+104 |
2021-09-18 | input_common/tas: Base playback & recording system | MonsterDruide1 | 14 | -9/+818 |
2021-09-18 | If not on Windows, disable raw input | Valeri | 1 | -0/+4 |
2021-09-18 | Hide XInput bypass on non-Windows OSes | Valeri | 1 | -0/+4 |
2021-09-17 | host_shaders: Remove opengl_copy_bgra.comp | ameerj | 4 | -19/+0 |
2021-09-17 | gl_texture_cache: Migrate BGRCopyPass from util_shaders | ameerj | 4 | -42/+48 |
2021-09-16 | vulkan_device: Reorder Float16Int8 declaration | ameerj | 1 | -1/+2 |
2021-09-16 | Revert "Merge pull request #7006 from FernandoS27/a-motherfucking-driver" | ameerj | 1 | -13/+1 |
2021-09-16 | fix_clang_error | Moonlacer | 1 | -1/+0 |
2021-09-16 | util_shaders: Unify BGRA copy passes | ameerj | 5 | -82/+36 |
2021-09-16 | fix_accidental_deletion | Moonlacer | 1 | -1/+2 |
2021-09-16 | remove-audio-stretching-setting | Moonlacer | 8 | -30/+1 |
2021-09-16 | vk_scheduler: Use std::jthread | ameerj | 2 | -17/+9 |
2021-09-16 | gpu: Use std::jthread for async gpu thread | ameerj | 5 | -69/+18 |
2021-09-16 | threadsafe_queue: Add std::stop_token overload to PopWait | ameerj | 1 | -5/+22 |
2021-09-15 | audin_u: Return a buffer event in RegisterBufferEvent | lat9nq | 2 | -2/+12 |
2021-09-15 | audin_u: stub Start, RegisterBufferEvent, AppendAudioInBufferAuto | lat9nq | 2 | -26/+57 |
2021-09-15 | Build System: Build with JCC Erratum Mitigation | Fernando Sahmkow | 1 | -0/+5 |
2021-09-15 | Spir-V: Rescale the frag depth to 0,1 mode when -1,1 mode is used in Vulkan. | Fernando Sahmkow | 1 | -1/+7 |
2021-09-15 | ngct: Stub Match | Narr the Reg | 1 | -1/+14 |
2021-09-14 | renderers: Log total pipeline count | Morph | 2 | -0/+4 |
2021-09-14 | vfs: Partially implement GetFileTimeStampRaw | Morph | 8 | -1/+83 |
2021-09-14 | core: Destroy main_process during shutdown | ameerj | 1 | -3/+12 |
2021-09-14 | vulkan_debug_callback: Ignore InvalidCommandBuffer-VkDescriptorSet errors | ameerj | 1 | -0/+1 |
2021-09-13 | Vulkan: Disable VK_EXT_SAMPLER_FILTER_MINMAX in GCN AMD since it's broken. | Fernando Sahmkow | 1 | -6/+20 |
2021-09-13 | Vulkan: Blacklist Int8Float16 Extension on AMD on driver 21.9.1 | Fernando Sahmkow | 1 | -1/+13 |
2021-09-13 | Vulkan/Descriptors: Increase sets per pool on AMFD propietary driver. | Fernando Sahmkow | 3 | -3/+14 |
2021-09-13 | common_funcs: Add enum flag bitwise shift operator overloads | Morph | 1 | -0/+16 |
2021-09-13 | vk_swapchain: Use immediate present mode when mailbox is unavailable and FPS is unlocked | ameerj | 3 | -4/+38 |
2021-09-12 | vk_rasterizer: Fix dynamic StencilOp updating when two faces are enabled | ameerj | 1 | -6/+8 |
2021-09-12 | vk_state_tracker: Remove unused function | ameerj | 1 | -4/+0 |
2021-09-12 | FS: Mark recursive CreateDirectory as inaccurate and temporary | Morph | 1 | -0/+5 |
2021-09-12 | main: Apply confirm exit setting in exit locked scenarios | ameerj | 1 | -11/+9 |
2021-09-11 | shader_environment: Add missing <algorithm> include | Morph | 1 | -0/+1 |
2021-09-11 | vk_descriptor_pool: Add missing <algorithm> include | Morph | 1 | -0/+1 |
2021-09-11 | slot_vector: Add missing <algorithm> include | Morph | 1 | -0/+1 |
2021-09-11 | video_core/memory_manager: Add missing <algorithm> include | Morph | 1 | -0/+2 |
2021-09-11 | kernel: Add missing <functional> include | Morph | 1 | -0/+1 |
2021-09-11 | file_sys/kernel_executable: Add missing <string> include | Morph | 1 | -0/+1 |
2021-09-11 | codec: Add missing <string_view> include | Morph | 1 | -0/+1 |
2021-09-11 | common_funcs: Replace <algorithm> with <iterator> | Morph | 1 | -1/+1 |
2021-09-11 | common: Move error handling to error.cpp/h | Morph | 6 | -18/+34 |
2021-09-10 | am: Implement GetNotificationStorageChannelEvent | german77 | 2 | -2/+16 |
2021-09-10 | hid: Stub SetTouchScreenConfiguration | german77 | 3 | -1/+28 |
2021-09-10 | input_common: Enable steam controllers and 8 player support | german77 | 8 | -11/+35 |
2021-09-10 | api_version: Update and add AtmosphereTargetFirmware | Morph | 1 | -5/+12 |
2021-09-08 | Addressed issues | Chloe | 1 | -1/+1 |
2021-09-08 | Mark is_complete as atomic | Chloe Marcec | 2 | -4/+5 |
2021-09-08 | Addressed issues | Chloe Marcec | 3 | -15/+14 |
2021-09-08 | Detail adjustment | Feng Chen | 1 | -13/+14 |
2021-09-08 | Detail adjustment | Feng Chen | 2 | -28/+35 |
2021-09-07 | Re-implement get unused location | Feng Chen | 1 | -30/+30 |
2021-09-07 | Move attribute related definitions to spirv anonymous namespace | Feng Chen | 4 | -30/+26 |
2021-09-07 | input_common: Add alternative string for joycons | german77 | 1 | -2/+16 |
2021-09-07 | nvflinger: Use external surface format for framebuffer creation | ameerj | 3 | -7/+8 |
2021-09-07 | Fix blend equation enum error | Feng Chen | 1 | -4/+4 |
2021-09-06 | Second part of Golden's PR | Moonlacer | 2 | -3/+3 |
2021-09-06 | Rename all shader cache references to pipeline cache | Matías Locatti | 1 | -4/+4 |
2021-09-06 | address name shadowing with system | Chloe Marcec | 1 | -2/+2 |
2021-09-06 | account: EnsureTokenIdCacheAsync | Chloe Marcec | 4 | -19/+154 |
2021-09-06 | FS: Recursively create directories for CreateDirectory | Chloe Marcec | 1 | -8/+13 |
2021-09-06 | Dynamic get unused location | Feng Chen | 1 | -27/+49 |
2021-09-06 | Implement intput and output fixed fnc textures | Feng Chen | 4 | -19/+25 |
2021-09-05 | core: hle: service: buffer_queue: Improve management of KEvent. | bunnei | 3 | -14/+24 |
2021-09-04 | core: hle: service: nvflinger/vi: Improve management of KEvent. | bunnei | 4 | -16/+30 |
2021-09-04 | core: cpu_manager: Use jthread. | bunnei | 2 | -18/+13 |
2021-09-03 | Rename parameters | Feng Chen | 5 | -14/+24 |
2021-09-03 | Fix create GraphicsPipelines crash | Feng Chen | 1 | -5/+5 |
2021-09-02 | renderer_vulkan: Wait on present semaphore at queue submit | ameerj | 5 | -26/+33 |
2021-09-02 | Add input/output location | Feng Chen | 1 | -5/+13 |
2021-09-02 | common/logging: Add missing include | german77 | 1 | -0/+1 |
2021-08-31 | emit_glsl_warp: Fix shuffle ops for 64-thread warp sizes | ameerj | 1 | -24/+36 |
2021-08-31 | emit_glsl_warp: Fix ballot related ops for 64-thread warp sizes | ameerj | 1 | -24/+38 |
2021-08-31 | emit_spirv_warp: Fix shuffle ops for 64-thread warp sizes | ameerj | 1 | -1/+29 |
2021-08-31 | emit_spirv_warp: Fix ballot related ops for 64-thread warp sizes | ameerj | 1 | -10/+11 |
2021-08-31 | Add colorfront and txtcoord support | Feng Chen | 5 | -0/+57 |
2021-08-30 | structured_control_flow: Skip reordering nested demote branches. | ameerj | 1 | -0/+11 |
2021-08-30 | structured_control_flow: Conditionally invoke demote reorder pass | ameerj | 7 | -10/+23 |
2021-08-29 | Garbage Collection: Make it more agressive on high priority mode. | Fernando Sahmkow | 3 | -5/+5 |
2021-08-29 | Garbage Collection: Adress Feedback. | Fernando Sahmkow | 4 | -17/+23 |
2021-08-29 | vulkan_device: Enable VK_KHR_swapchain_mutable_format if available | ameerj | 3 | -0/+27 |
2021-08-29 | vk_swapchain: Prefer linear swapchain format when presenting sRGB images | ameerj | 3 | -11/+10 |
2021-08-28 | Garbage Collection: enable as default, eliminate option. | Fernando Sahmkow | 9 | -26/+2 |
2021-08-28 | VideoCore: Rework Garbage Collection. | Fernando Sahmkow | 6 | -101/+213 |
2021-08-28 | structured_control_flow: Add DemoteCombinationPass | ameerj | 1 | -1/+107 |
2021-08-27 | ngct: Stub NGCT:U service | german77 | 6 | -0/+72 |
2021-08-27 | Revert "logging: Display backtrace on crash" | Morph | 2 | -114/+1 |
2021-08-27 | service: nifm: Populate fields in GetCurrentNetworkProfile | Morph | 1 | -29/+37 |
2021-08-27 | service: nifm: Cleanup GetCurrentIpConfigInfo | Morph | 1 | -26/+21 |
2021-08-27 | network_interface: Cleanup code | Morph | 1 | -76/+83 |
2021-08-27 | network_interface: Replace default return value with std::nullopt | Morph | 1 | -6/+6 |
2021-08-27 | emit_spirv_context_get_set: Fix Get FrontFace return value | ameerj | 1 | -2/+3 |
2021-08-26 | Revert "kernel: Various improvements to scheduler" | bunnei | 23 | -224/+140 |
2021-08-26 | vp9_types: Minor refactor of VP9 info structs. | ameerj | 1 | -32/+29 |
2021-08-26 | vp9_types: Remove unused Vp9PictureInfo members | ameerj | 2 | -24/+1 |
2021-08-25 | vulkan_device: Add a check for int8 support | ameerj | 3 | -9/+19 |
2021-08-24 | logging: Fix log filter during initialization | ameerj | 4 | -12/+16 |
2021-08-22 | CMakeLists: Ensure proper numerusform tags are generated for pluralized translations | Lioncash | 1 | -1/+8 |
2021-08-21 | settings: Amend language_index maximum setting range | Morph | 1 | -1/+1 |
2021-08-21 | vk_rasterizer: Only clear depth and stencil buffers when set in attachment aspect mask | ameerj | 3 | -6/+24 |
2021-08-19 | GPU_MemoryManger: Fix GetSubmappedRange. | Fernando Sahmkow | 1 | -0/+1 |
2021-08-19 | Replace QPoint with QPointF where applicable | Valeri | 1 | -16/+18 |
2021-08-19 | qt_software_keyboard: fix copy-paste error | Valeri | 1 | -1/+1 |
2021-08-19 | video_core: eliminate constant ternary | Valeri | 1 | -1/+1 |
2021-08-19 | applet_error: Fix 64-bit error code conversion | Morph | 1 | -6/+25 |
2021-08-19 | SPIR-V: Merge two ifs in EmitGetAttribute | Valeri | 1 | -6/+2 |
2021-08-19 | Fix crash in logging in CreateStrayLayer | Valeri | 1 | -1/+1 |
2021-08-19 | Fix check is thread current in GetThreadContext | Valeri | 1 | -1/+1 |
2021-08-16 | h264: Lower max_num_ref_frames | ameerj | 1 | -1/+2 |
2021-08-16 | configure_graphics: Add GPU nvdec decoding as an option | ameerj | 12 | -27/+120 |
2021-08-16 | codec: Improve libav memory alloc and cleanup | ameerj | 2 | -14/+19 |
2021-08-16 | codec: Fallback to CPU decoding if no compatible GPU format is found | ameerj | 2 | -22/+32 |
2021-08-16 | cmake: Add VDPAU and NVDEC support to FFmpeg | lat9nq | 1 | -0/+1 |
2021-08-16 | vk_blit_screen: Fix non-accelerated texture size calculation | ameerj | 2 | -9/+3 |
2021-08-16 | kernel: Optimize GetHostThreadID | BreadFish64 | 1 | -10/+13 |
2021-08-16 | network_interface: correct formatting | Sönke Holz | 1 | -1/+1 |
2021-08-16 | network_interface: fix mingw-w64 build | spholz | 1 | -1/+1 |
2021-08-16 | network: retrieve subnet mask and gateway info | Sönke Holz | 5 | -24/+137 |
2021-08-15 | xbyak: Update include path | Merry | 3 | -3/+3 |
2021-08-14 | core: hle: kernel: Disable dispatch count tracking on single core. | bunnei | 3 | -5/+12 |
2021-08-13 | threadsafe_queue: Fix deadlock | yzct12345 | 1 | -6/+4 |
2021-08-13 | logging: Display backtrace on crash | yzct12345 | 2 | -1/+114 |
2021-08-13 | logging: Simplify and make thread-safe | yzct12345 | 8 | -292/+243 |
2021-08-13 | configuration: fix mingw-w64 build | Sönke Holz | 1 | -2/+2 |
2021-08-13 | network: don't use reinterpret_cast in GetAvailableNetworkInterfaces | spholz | 1 | -7/+4 |
2021-08-13 | network: fix mingw-w64 build | Sönke Holz | 1 | -4/+4 |
2021-08-13 | network: don't use assert to check if no network interfaces are returned | Sönke Holz | 1 | -2/+4 |
2021-08-13 | configuration: move network_interface include to source file | Sönke Holz | 2 | -2/+1 |
2021-08-13 | network: use Common::BitCast instead of std::bit_cast | Sönke Holz | 1 | -2/+3 |
2021-08-13 | network: narrow down scope of "result" in win32 code for | Sönke Holz | 1 | -4/+5 |
2021-08-13 | configuration: use tr instead of QStringLiteral for "None" item in | Sönke Holz | 1 | -1/+1 |
2021-08-13 | network: use explicit bool conversions in GetAvailableNetworkInterfaces | Sönke Holz | 1 | -1/+1 |
2021-08-13 | network: initialize ip_addr in GetHostIPv4Address() | Sönke Holz | 1 | -1/+1 |
2021-08-13 | nifm: use operator*() instead of .value() to get value of std::optional | Sönke Holz | 1 | -2/+2 |
2021-08-13 | nifm: treat a missing host IP address as a non-critical error | Sönke Holz | 1 | -2/+2 |
2021-08-12 | network: correct formatting in network.cpp and network_interface.cpp | Sönke Holz | 2 | -8/+6 |
2021-08-12 | configuration: add option to select network interface | spholz | 15 | -90/+278 |
2021-08-12 | input_common: Disable sdl raw input mode | german77 | 1 | -0/+3 |
2021-08-12 | codec: Replace deprecated av_init_packet usage | ameerj | 1 | -9/+13 |
2021-08-12 | nvdec: Implement GPU accelerated decoding for all platforms | ameerj | 2 | -70/+92 |
2021-08-12 | decoders: Templates allow memcpy optimizations | yzct12345 | 1 | -57/+116 |
2021-08-11 | settings: Fix MSVC issues | lat9nq | 1 | -7/+22 |
2021-08-10 | vic: Specify sws_scale height stride. | ameerj | 1 | -3/+2 |
2021-08-08 | yuzu-cmd/CMakeLists: Correct attribution for this function. | Fernando Sahmkow | 2 | -0/+2 |
2021-08-08 | vp9: Ensure the first frame is complete | ameerj | 2 | -3/+3 |
2021-08-08 | texture_cache: Address ameerj's review | yzct12345 | 3 | -7/+4 |
2021-08-08 | configure_general: Swap positions of speed limit and frame limit options | ameerj | 1 | -30/+30 |
2021-08-08 | input_common: Improve SDL joystick and hide toggle option | german77 | 4 | -33/+76 |
2021-08-07 | input_common: Fix data race on GC implementation | Rodrigo Locatti | 2 | -115/+120 |
2021-08-07 | main: Avoid stopping emulation when taking a screenshot | german77 | 1 | -5/+2 |
2021-08-07 | core: hle: kernel: k_thread: Mark KScopedDisableDispatch as nodiscard. | bunnei | 1 | -1/+1 |
2021-08-07 | core: cpu_manager: Use invalid core_id on init and simplify shutdown. | bunnei | 1 | -7/+3 |
2021-08-07 | core: hle: service: buffer_queue: Improve management of KEvent. | bunnei | 3 | -14/+24 |
2021-08-07 | core: hle: kernel: k_auto_object: Add GetName method. | bunnei | 1 | -0/+4 |
2021-08-07 | core: hle: service: nvflinger/vi: Improve management of KEvent. | bunnei | 4 | -16/+30 |
2021-08-07 | core: hle: kernel: DisableDispatch on suspend threads. | bunnei | 1 | -0/+3 |
2021-08-07 | core: hle: kernel: k_scheduler: Improve DisableScheduling and EnableScheduling. | bunnei | 1 | -14/+9 |
2021-08-07 | core: cpu_manager: Use KScopedDisableDispatch. | bunnei | 1 | -7/+8 |
2021-08-07 | core: hle: kernel: Use CurrentPhysicalCoreIndex as appropriate. | bunnei | 1 | -6/+2 |
2021-08-07 | core: hle: kernel: k_scheduler: Remove unnecessary MakeCurrentProcess. | bunnei | 1 | -5/+0 |
2021-08-07 | core: hle: kernel: k_scheduler: Improve ScheduleImpl. | bunnei | 1 | -6/+7 |
2021-08-07 | core: hle: kernel: k_scheduler: Improve Unload. | bunnei | 1 | -17/+29 |
2021-08-07 | core: hle: kernel: k_process: DisableDispatch on main thread. | bunnei | 1 | -0/+1 |
2021-08-07 | core: hle: kernel: k_handle_table: Use KScopedDisableDispatch as necessary. | bunnei | 2 | -0/+8 |
2021-08-07 | core: hle: kernel: k_thread: Add KScopedDisableDispatch. | bunnei | 2 | -1/+47 |
2021-08-07 | core: hle: kernel: Ensure idle threads are closed before destroying scheduler. | bunnei | 3 | -24/+22 |
2021-08-07 | core: hle: kernel: Reflect non-emulated threads as core 3. | bunnei | 7 | -13/+15 |
2021-08-07 | core: cpu_manager: Use jthread. | bunnei | 2 | -18/+13 |
2021-08-07 | vulkan_memory_allocator: Respect bufferImageGranularity | Robin Kertels | 2 | -2/+8 |
2021-08-07 | nvdec: Better logging for unimplemented codecs | ameerj | 1 | -1/+1 |
2021-08-07 | memory: Address lioncash's review | yzct12345 | 1 | -52/+6 |
2021-08-07 | memory: Dedup Read and Write and fix logging bugs | yzct12345 | 1 | -129/+115 |
2021-08-07 | texture_cache: Address ameerj's review | yzct12345 | 4 | -10/+5 |
2021-08-07 | network: GetAndLogLastError: ignore Errno::AGAIN | Sönke Holz | 1 | -1/+5 |
2021-08-07 | network: GetCurrentIpConfigInfo: return host IP address | Sönke Holz | 1 | -1/+4 |
2021-08-07 | nvhost_nvdec_common: Remove BufferMap | ameerj | 2 | -76/+0 |
2021-08-07 | vp9: Cleanup unused variables | ameerj | 3 | -58/+17 |
2021-08-07 | vp9: Fix reference frame refreshes | ameerj | 2 | -48/+31 |
2021-08-07 | nvhost_nvdec_common: Stub UnmapBuffer Ioctl | ameerj | 1 | -23/+4 |
2021-08-06 | network: fix fcntl cmds | Sönke Holz | 1 | -2/+2 |
2021-08-06 | common: uuid: Add hash function for UUID | Morph | 1 | -0/+11 |
2021-08-05 | memory: Clean up CopyBlock too | yzct12345 | 1 | -36/+15 |
2021-08-05 | Update configure_graphics_advanced.ui | gidoly | 1 | -2/+5 |
2021-08-05 | texture_cache: Don't change copyright year | yzct12345 | 4 | -4/+4 |
2021-08-05 | texture_cache: Address ameerj's review | yzct12345 | 12 | -1821/+1821 |
2021-08-05 | memory: Address lioncash's review | yzct12345 | 2 | -7/+8 |
2021-08-05 | memory: Clean up code | yzct12345 | 2 | -329/+81 |
2021-08-05 | assert: Verify formatting | yzct12345 | 1 | -2/+6 |
2021-08-05 | assert: Avoid empty macros | yzct12345 | 1 | -2/+2 |
2021-08-05 | texture_cache: Split templates out | yzct12345 | 7 | -1532/+1533 |
2021-08-05 | applet_swkbd: Include the null terminator in the buffer size calculation | Morph | 1 | -2/+4 |
2021-08-05 | hex_util: Fix incorrect array size in AsArray | Morph | 1 | -1/+1 |
2021-08-04 | config: Read connected setting for controllers | lat9nq | 1 | -0/+3 |
2021-08-04 | settings_ui: Add emulated joystick position dot to controller preview | german77 | 2 | -21/+46 |
2021-08-04 | common: uuid: Add hex string to UUID constructor | Morph | 2 | -0/+73 |
2021-08-04 | nvdec: Implement VA-API hardware video acceleration (#6713) | yzct12345 | 5 | -72/+175 |
2021-08-03 | config: Only read/write current_user on global config | lat9nq | 1 | -5/+6 |
2021-08-02 | network: fix ternary operator in Socket::SendTo | spholz | 1 | -1/+1 |
2021-08-02 | decoders: Optimize swizzle copy performance (#6790) | yzct12345 | 1 | -9/+43 |
2021-08-01 | yuzu-cmd: hide cursor when in fullscreen | san | 4 | -0/+9 |
2021-08-01 | game_list: Make game list folder icons smaller (#6762) | Malte Jürgens | 6 | -28/+70 |
2021-08-01 | service: set: Correct copy amount in GetAvailableLanguageCodes | Morph | 1 | -1/+2 |
2021-08-01 | astc_decoder: Reduce workgroup size | ameerj | 3 | -5/+5 |
2021-08-01 | astc_decoder: Compute offset swizzles in-shader | ameerj | 4 | -109/+25 |
2021-08-01 | astc_decoder: Make use of uvec4 for payload data | ameerj | 1 | -79/+43 |
2021-08-01 | astc_decoder: Simplify Select2DPartition | ameerj | 1 | -38/+19 |
2021-08-01 | astc_decoder: Optimize the use EncodingData | ameerj | 6 | -138/+108 |
2021-08-01 | astc.h: Move data to cpp implementation | ameerj | 2 | -64/+63 |
2021-07-31 | settings: Use std::clamp where possible | lat9nq | 1 | -39/+9 |
2021-07-31 | hle: api_version: Update HOS version to 12.1.0 | Morph | 1 | -7/+7 |
2021-07-31 | settings: Remove unnecessary std::move usages | lat9nq | 1 | -12/+12 |
2021-07-30 | settings: Fix function virtualization | lat9nq | 1 | -12/+18 |
2021-07-30 | settings: Implement setting ranges | lat9nq | 1 | -18/+152 |
2021-07-30 | emu_window: Remove global system instance | lat9nq | 7 | -12/+23 |
2021-07-30 | applet_swkbd: Correct string buffer size calculation | Morph | 1 | -2/+2 |
2021-07-30 | configure_system: Add Brazilian Portuguese to the list of languages | Morph | 2 | -1/+6 |
2021-07-30 | service: set: Correct 4.0.0 max_entries to 0x40 (64) instead of 17 | Morph | 1 | -8/+8 |
2021-07-30 | service: ns, set: Add PT_BR (Brazilian Portuguese) | Morph | 3 | -2/+6 |
2021-07-30 | shader: Fold UnpackFloat2x16 and PackFloat2x16 | ReinUsesLisp | 1 | -0/+4 |
2021-07-29 | vk_rasterizer: Flip viewport on Y_NEGATE | ReinUsesLisp | 1 | -2/+7 |
2021-07-29 | renderers: Add explicit invert_y bool to screenshot callback | ameerj | 5 | -7/+7 |
2021-07-29 | renderer_vulkan: Implement screenshots | ameerj | 2 | -0/+152 |
2021-07-29 | vk_blit_screen: Add public CreateFramebuffer method | ameerj | 2 | -14/+18 |
2021-07-29 | vk_blit_screen: Make Draw method more generic | ameerj | 3 | -55/+71 |
2021-07-28 | shader: Mark ConvertF16F32 and ConvertF32F16 as fp16 instructions | ReinUsesLisp | 1 | -0/+2 |
2021-07-28 | renderer_vulkan: Add setting to log pipeline statistics | ReinUsesLisp | 19 | -24/+307 |
2021-07-27 | host_memory: Add workaround for FreeBSD 12 | Jan Beich | 1 | -0/+5 |
2021-07-27 | host_memory: Enable Linux implementation on FreeBSD | Jan Beich | 1 | -2/+2 |
2021-07-27 | qt_web_browser: Fix lambda capture for HIDButton | jls47 | 1 | -1/+1 |
2021-07-27 | qt_web_browser: Focus on the first link element | jls47 | 3 | -0/+22 |
2021-07-27 | service: ns: Remove unused ns_language header | Morph | 1 | -42/+0 |
2021-07-27 | service: ns: Map ZH_TW and ZH_CN to Traditional/Simplified Chinese | Morph | 1 | -0/+2 |
2021-07-27 | render_target: Add missing initializer for size extent | Lioncash | 1 | -3/+3 |
2021-07-27 | video_core/engine: Consistently initialize rasterizer pointers | Lioncash | 2 | -2/+2 |
2021-07-27 | vulkan_wrapper: Fix SetObjectName() always indicating objects as images | Lioncash | 1 | -1/+1 |
2021-07-27 | buffer_cache: Remove unused small_vector in CommitAsyncFlushesHigh() | Lioncash | 1 | -1/+0 |
2021-07-27 | gl_shader_cache: Remove unused variable | Lioncash | 1 | -1/+0 |
2021-07-27 | vk_compute_pass: Remove unused captures | Lioncash | 1 | -3/+2 |
2021-07-27 | exception: Make constructors explicit | Lioncash | 1 | -4/+4 |
2021-07-27 | exception: Make what() member function nodiscard | Lioncash | 1 | -1/+1 |
2021-07-27 | exception: Narrow down specific header | Lioncash | 1 | -1/+1 |
2021-07-27 | common: fs: fs_util: Add BufferToUTF8String | Morph | 2 | -0/+15 |
2021-07-27 | common: uuid: Return a lower-case hex string in Format | Morph | 3 | -15/+15 |
2021-07-26 | vk_staging_buffer_pool: Fall back to host memory when allocation fails | Robin Kertels | 1 | -8/+21 |
2021-07-26 | vk_stream_buffer: Remove unused stream buffer | ReinUsesLisp | 2 | -244/+0 |
2021-07-26 | configure_graphics: reword GLASM option | Vamsi Krishna | 1 | -1/+1 |
2021-07-26 | vk_compute_pass: Fix pipeline barrier for indexed quads | ReinUsesLisp | 1 | -1/+1 |
2021-07-26 | vk_buffer_cache: Add transform feedback usage to null buffer | ReinUsesLisp | 1 | -3/+7 |
2021-07-26 | emit_glasm: Fix LINESS_ADJACENCY typo in InputPrimitive() | Lioncash | 1 | -1/+1 |
2021-07-26 | emit_spirv_instructions: Add missing header guard | Lioncash | 1 | -0/+2 |
2021-07-26 | shader_recompiler: Remove unnecessary [[nodiscard]] instances | Lioncash | 2 | -4/+4 |
2021-07-26 | control_flow: Fix duplicate switch case in OpcodeToken | Lioncash | 1 | -1/+1 |
2021-07-26 | object_pool: Add missing return in Chunk move assignment operator | Lioncash | 1 | -0/+1 |
2021-07-26 | shader: Fold integer FMA from Nvidia's pattern | ReinUsesLisp | 1 | -0/+175 |
2021-07-26 | shader: Use TryInstRecursive on XMAD multiply folding | ReinUsesLisp | 1 | -14/+12 |
2021-07-26 | shader: Add TryInstRecursive utility to values | ReinUsesLisp | 1 | -0/+8 |
2021-07-25 | main: Fix screenshot filepath construction | ameerj | 1 | -1/+1 |
2021-07-24 | renderer_base: Removed redundant settings | ameerj | 3 | -12/+4 |
2021-07-24 | general: Rename "Frame Limit" references to "Speed Limit" | ameerj | 16 | -77/+77 |
2021-07-24 | config, nvflinger: Add FPS cap setting | ameerj | 8 | -6/+49 |
2021-07-23 | configuration: Use combobox apply template where possible | lat9nq | 2 | -35/+2 |
2021-07-23 | general: Implement FullscreenMode enumeration | lat9nq | 8 | -28/+38 |
2021-07-23 | common: Publically link to pthreads | lat9nq | 1 | -1/+1 |
2021-07-23 | shader: Support out of bound local memory reads and immediate writes | ReinUsesLisp | 1 | -4/+21 |
2021-07-23 | vulkan/blit_image: Commit descriptor sets within worker thread | ReinUsesLisp | 1 | -9/+7 |
2021-07-23 | vulkan_device: Blacklist Volta and older from VK_KHR_push_descriptor | ReinUsesLisp | 1 | -4/+39 |
2021-07-23 | qt: Remove "experimental" from asynchronous shader building UI | ReinUsesLisp | 1 | -1/+1 |
2021-07-23 | Revert "renderers: Disable async shader compilation" | ReinUsesLisp | 2 | -5/+3 |
2021-07-23 | opengl: Fix asynchronous shaders | ReinUsesLisp | 2 | -4/+33 |
2021-07-23 | shader_environment: Receive cache version from outside | ReinUsesLisp | 4 | -16/+23 |
2021-07-23 | cmake: Remove shader cache version | ReinUsesLisp | 3 | -12/+1 |
2021-07-23 | shader: Fix disabled attribute default values | ameerj | 2 | -2/+2 |
2021-07-23 | gl_device: Simplify GLASM setting logic | ameerj | 1 | -15/+8 |
2021-07-23 | glsl: Simplify FCMP emission | ameerj | 1 | -6/+4 |
2021-07-23 | glsl: Update TessellationControl gl_in | ameerj | 1 | -0/+28 |
2021-07-23 | renderer_opengl: Use ARB_separate_shader_objects | ReinUsesLisp | 9 | -116/+154 |
2021-07-23 | shader: Implement ISETP.X | ameerj | 4 | -44/+57 |
2021-07-23 | shader: Avoid usage of C++20 ranges to build in clang | ReinUsesLisp | 11 | -39/+47 |
2021-07-23 | glsl: Clamp shared mem size to GL_MAX_COMPUTE_SHARED_MEMORY_SIZE | ameerj | 3 | -2/+12 |
2021-07-23 | gl_shader_cache: Properly implement asynchronous shaders | ReinUsesLisp | 1 | -1/+1 |
2021-07-23 | shader_recompiler, video_core: Resolve clang errors | lat9nq | 14 | -44/+40 |
2021-07-23 | main: Update Shader Cache menu options | ameerj | 4 | -16/+64 |
2021-07-23 | renderers: Fix clang formatting | ameerj | 4 | -9/+13 |
2021-07-23 | shader: Manually convert from array<u32> to bitset instead of using bit_cast | ReinUsesLisp | 1 | -2/+3 |
2021-07-23 | renderers: Disable async shader compilation | ameerj | 2 | -3/+5 |
2021-07-23 | maxwell_to_vk: Add R16_SNORM | ReinUsesLisp | 2 | -1/+2 |
2021-07-23 | configure_graphics: Mark SPIR-V as Experimental, Mesa only | lat9nq | 1 | -1/+1 |
2021-07-23 | glsl: Fix tracking of info.uses_shadow_lod | ameerj | 1 | -4/+4 |
2021-07-23 | shader: Ignore global memory ops on devices lacking int64 support | ameerj | 8 | -30/+79 |
2021-07-23 | vulkan_device: Add missing include algorithm | lat9nq | 1 | -0/+1 |
2021-07-23 | vulkan_device: Blacklist ampere devices from float16 math | ameerj | 2 | -12/+23 |
2021-07-23 | dual_vertex_pass: Clang format | ameerj | 1 | -14/+14 |
2021-07-23 | gl_shader_cache: Fixes for async shaders | ameerj | 2 | -2/+25 |
2021-07-23 | vulkan_device: Enable VK_EXT_extended_dynamic_state on RADV 21.2 onward | ReinUsesLisp | 1 | -4/+7 |
2021-07-23 | emit_spirv: Workaround VK_KHR_shader_float_controls on fp16 Nvidia | ReinUsesLisp | 4 | -5/+12 |
2021-07-23 | configure_graphics: Re-order vulkan device populating | lat9nq | 1 | -4/+4 |
2021-07-23 | shader: GCC fmt 8.0.0 fixes | lat9nq | 7 | -16/+19 |
2021-07-23 | shader: Account for 33-bit IADD3 scenario | ameerj | 1 | -2/+10 |
2021-07-23 | shader: Only apply shift on register mode for IADD3 | ReinUsesLisp | 1 | -10/+14 |
2021-07-23 | vk_rasterizer: Workaround bug in VK_EXT_vertex_input_dynamic_state | ReinUsesLisp | 4 | -19/+20 |
2021-07-23 | shader: Fix disabled and unwritten attributes and varyings | ReinUsesLisp | 3 | -18/+31 |
2021-07-23 | glsl: Fix shared and local memory declarations | ameerj | 1 | -3/+3 |
2021-07-23 | opengl: Implement LOP.CC | ameerj | 2 | -6/+38 |
2021-07-23 | vk_graphics_pipeline: Implement smooth lines | ReinUsesLisp | 5 | -5/+65 |
2021-07-23 | vk_graphics_pipeline: Implement line width | ReinUsesLisp | 8 | -8/+36 |
2021-07-23 | spirv: Fix code emission when descriptor aliasing is unsupported | ReinUsesLisp | 1 | -1/+2 |
2021-07-23 | video_core: Enable GL SPIR-V shaders | lat9nq | 7 | -38/+105 |
2021-07-23 | general: Add setting shader_backend | lat9nq | 14 | -87/+182 |
2021-07-23 | glsl: Declare local memory in main | ameerj | 1 | -3/+3 |
2021-07-23 | glsl: Add passthrough geometry shader support | ameerj | 3 | -7/+27 |
2021-07-23 | shader: Use std::bit_cast instead of Common::BitCast for passthrough | ReinUsesLisp | 1 | -2/+3 |
2021-07-23 | glasm: Add passthrough geometry shader support | ReinUsesLisp | 5 | -8/+33 |
2021-07-23 | shader: Rework varyings and implement passthrough geometry shaders | ReinUsesLisp | 29 | -331/+345 |
2021-07-23 | vk_graphics_pipeline: Implement conservative rendering | ReinUsesLisp | 6 | -10/+44 |
2021-07-23 | shader: Only verify shader when graphics debugging is enabled | ReinUsesLisp | 1 | -2/+7 |
2021-07-23 | shader: Unify shader stage types | ReinUsesLisp | 15 | -55/+37 |
2021-07-23 | lower_int64_to_int32: Add missing include | lat9nq | 1 | -0/+1 |
2021-07-23 | shader: Emulate 64-bit integers when not supported | ReinUsesLisp | 6 | -2/+16 |
2021-07-23 | shader: Add int64 to int32 lowering pass | ReinUsesLisp | 3 | -0/+218 |
2021-07-23 | shader: Teach global memory base tracker to follow vectors | ReinUsesLisp | 1 | -15/+14 |
2021-07-23 | shader: Add constant propagation to integer vectors | ReinUsesLisp | 1 | -0/+9 |
2021-07-23 | glsl: Better IAdd Overflow CC fix | ameerj | 2 | -11/+13 |
2021-07-23 | shader: Remove IAbs64 | ReinUsesLisp | 9 | -26/+3 |
2021-07-23 | glsl: Fix IADD CC | ameerj | 2 | -5/+7 |
2021-07-23 | shader_recompiler: Fix IADD3 input partitioning | ameerj | 1 | -14/+13 |
2021-07-23 | shader: Move loop safety tests to code emission | ReinUsesLisp | 16 | -108/+54 |
2021-07-23 | gl_graphics_pipeline: Fix assembly shaders check for transform feedbacks | ReinUsesLisp | 1 | -1/+1 |
2021-07-23 | glsl: Remove frag color initialization | ameerj | 1 | -9/+0 |
2021-07-23 | glasm: Implement SetAttribute ViewportMask | ameerj | 2 | -1/+10 |
2021-07-23 | gl_graphics_pipeline: Inline hash and operator== key functions | ReinUsesLisp | 2 | -12/+8 |
2021-07-23 | gl_shader_cache: Check previous pipeline before checking hash map | ReinUsesLisp | 5 | -29/+41 |
2021-07-23 | gl_graphics_pipeline: Port optimizations from Vulkan pipelines | ReinUsesLisp | 2 | -57/+141 |
2021-07-23 | emit_glsl_special: Skip initialization of frag_color0 | ameerj | 1 | -1/+1 |
2021-07-23 | shader: Calibrate loop safety threshold | ReinUsesLisp | 1 | -1/+1 |
2021-07-23 | buffer_cache: Fix debugging leftover | ReinUsesLisp | 1 | -1/+1 |
2021-07-23 | glsl: Add missing ; in EmitSetSampleMask | Morph | 1 | -1/+1 |
2021-07-23 | buffer_cache: Fix size reductions not having in mind bind sizes | ReinUsesLisp | 1 | -7/+23 |
2021-07-23 | glsl: Fix output varying initialization when transform feedback is used | ameerj | 1 | -3/+37 |
2021-07-23 | shaders: Allow shader notify when async shaders is disabled | ameerj | 2 | -11/+9 |
2021-07-23 | texture_pass: Fix is_read image qualification | ameerj | 1 | -1/+1 |
2021-07-23 | shader: Align constant buffer sizes to 16 bytes | ReinUsesLisp | 1 | -1/+2 |
2021-07-23 | spirv: Properly handle devices without int8 and int16 | ReinUsesLisp | 2 | -39/+67 |
2021-07-23 | spirv: Handle small storage buffer loads on devices with no support | ReinUsesLisp | 2 | -6/+6 |
2021-07-23 | vk_graphics_pipeline: Use VK_KHR_push_descriptor when available | ReinUsesLisp | 8 | -36/+88 |
2021-07-23 | glsl: Fix cbuf component indexing bug falback | ameerj | 1 | -7/+6 |
2021-07-23 | shader: Simplify MergeDualVertexPrograms | ReinUsesLisp | 1 | -6/+4 |
2021-07-23 | shader: Properly manage attributes not written from previous stages | ReinUsesLisp | 12 | -41/+62 |
2021-07-23 | glsl: Only declare fragment outputs on fragment shaders | ReinUsesLisp | 1 | -4/+6 |
2021-07-23 | shader: Split profile and runtime info headers | ReinUsesLisp | 13 | -77/+93 |
2021-07-23 | shader: Add support for native 16-bit floats | ReinUsesLisp | 9 | -14/+50 |
2021-07-23 | shader: Rename maxwell/program.h to translate_program.h | ReinUsesLisp | 5 | -11/+6 |
2021-07-23 | vulkan_device: Blacklist VK_EXT_vertex_input_dynamic_state on Intel | ReinUsesLisp | 1 | -0/+4 |
2021-07-23 | glsl: Obey need_declared_frag_colors to declare and initialize all frag_color | ameerj | 2 | -1/+10 |
2021-07-23 | glsl: Address rest of feedback | ameerj | 11 | -38/+86 |
2021-07-23 | glsl: Move gl_Position/generic attribute initialization to EmitProlgue | ameerj | 2 | -14/+12 |
2021-07-23 | glsl: Conditionally use fine/coarse derivatives based on device support | ameerj | 4 | -4/+29 |
2021-07-23 | glsl: Cleanup/Address feedback | ameerj | 10 | -28/+24 |
2021-07-23 | gl_shader_cache: Implement async shaders | ameerj | 7 | -107/+154 |
2021-07-23 | glsl: Add Shader_GLSL logging | ameerj | 3 | -28/+32 |
2021-07-23 | glsl: Add LoopSafety instructions | ameerj | 2 | -0/+10 |
2021-07-23 | glsl: Conditionally add EXT_texture_shadow_lod | ameerj | 3 | -4/+15 |
2021-07-23 | glsl: Add stubs for sparse queries and variable aoffi when not supported | ameerj | 7 | -13/+47 |
2021-07-23 | glsl: Implement legacy varyings | ameerj | 6 | -8/+81 |
2021-07-23 | gl_shader_cache: Remove const from pipeline source arguments | ameerj | 4 | -6/+6 |
2021-07-23 | gl_shader_cache: Move OGL shader compilation to the respective Pipeline constructor | ameerj | 5 | -76/+79 |
2021-07-23 | glsl: Minor cleanup | ameerj | 2 | -19/+15 |
2021-07-23 | glsl: Fix Cbuf getters for F32 type | ameerj | 1 | -12/+15 |
2021-07-23 | glsl: Add immediate index oob checking for Cbuf getters | ameerj | 1 | -0/+16 |
2021-07-23 | glsl: Refactor GetCbuf functions to reduce code duplication | ameerj | 1 | -104/+66 |
2021-07-23 | glsl: Address more feedback. Implement indexed texture reads | ameerj | 6 | -114/+112 |
2021-07-23 | glsl: Remove Signed Integer variables | ameerj | 8 | -43/+13 |
2021-07-23 | glsl: Address Rodrigo's feedback | ameerj | 13 | -75/+87 |
2021-07-23 | glsl: Reorganize backend code, remove unneeded [[maybe_unused]] | ameerj | 12 | -315/+251 |
2021-07-23 | glsl: Implement SampleId and SetSampleMask | ameerj | 3 | -30/+35 |
2021-07-23 | glsl: Add gl_PerVertex in for GS | ameerj | 1 | -1/+2 |
2021-07-23 | glsl: Use existing tracking for enabling EXT_shader_image_load_formatted | ameerj | 1 | -15/+1 |
2021-07-23 | glsl: Enable early fragment tests | ameerj | 2 | -4/+7 |
2021-07-23 | gl_rasterizer: Add texture fetch barrier for fragments | ameerj | 1 | -1/+1 |
2021-07-23 | glsl: Implement more attribute getters and setters | ameerj | 2 | -12/+60 |
2021-07-23 | glsl: Implement fswzadd | ameerj | 5 | -5/+45 |
2021-07-23 | glsl: Implement indexed attribute loads | ameerj | 5 | -29/+64 |
2021-07-23 | glsl: Conditionally add GL_ARB_sparse_texture2 | ameerj | 1 | -2/+3 |
2021-07-23 | glsl: Rebase fixes | ameerj | 2 | -3/+5 |
2021-07-23 | glsl: Conditionally use GL_EXT_shader_image_load_formatted | ameerj | 1 | -2/+18 |
2021-07-23 | glsl: Remove output generic indexing for geometry stage | ameerj | 1 | -5/+3 |
2021-07-23 | glsl: Allow dynamic tracking of variable allocation | ameerj | 3 | -21/+35 |
2021-07-23 | glsl: Implement barriers | ameerj | 3 | -13/+21 |
2021-07-23 | glsl: Implement image atomics and set layer | ameerj | 5 | -153/+202 |
2021-07-23 | glsl: Fix image gather logic | ameerj | 1 | -0/+4 |
2021-07-23 | glsl: Add cbuf access workaround for devices with component indexing bug | ameerj | 2 | -51/+112 |
2021-07-23 | glsl: Use textureGrad fallback when EXT_texture_shadow_lod is unsupported | ameerj | 4 | -8/+42 |
2021-07-23 | emit_glsl_image: Use immediate offsets when possible | ameerj | 1 | -12/+33 |
2021-07-23 | glsl: Fix <32-bit SSBO writes | ameerj | 4 | -50/+43 |
2021-07-23 | glsl: Cleanup and address feedback | ameerj | 10 | -86/+69 |
2021-07-23 | glsl: Refactor Global memory functions | ameerj | 2 | -71/+73 |
2021-07-23 | glsl: Increase NUM_VARS that can be allocated | ameerj | 1 | -1/+1 |
2021-07-23 | glsl: Implement Load/WriteGlobal | ameerj | 9 | -98/+185 |
2021-07-23 | glsl: Implement Images | ameerj | 2 | -9/+74 |
2021-07-23 | glsl: skip gl_ViewportIndex write if device does not support it | ameerj | 5 | -8/+18 |
2021-07-23 | glsl: Implement transform feedback | ameerj | 4 | -18/+76 |
2021-07-23 | glsl: Yet another gl_ViewportIndex fix attempt | ameerj | 1 | -3/+19 |
2021-07-23 | glsl: Add gl_ViewportIndex out attribute | ameerj | 1 | -1/+3 |
2021-07-23 | emit_glsl_context_get_set: Remove unused function | lat9nq | 1 | -4/+0 |
2021-07-23 | glsl: Fix precise variable declaration | ameerj | 3 | -24/+25 |
2021-07-23 | glsl: Implement tessellation shaders | ameerj | 5 | -27/+146 |
2021-07-23 | glsl: Implement ImageGradient and other texture function variants | ameerj | 2 | -32/+73 |
2021-07-23 | glsl: Fix atomic SSBO offsets | ameerj | 4 | -67/+74 |
2021-07-23 | glsl: Implement geometry shaders | ameerj | 4 | -9/+62 |
2021-07-23 | glsl: Use NotImplemented macro with function name output | ameerj | 10 | -104/+103 |
2021-07-23 | glsl: Implement gl_ViewportIndex | ameerj | 3 | -5/+14 |
2021-07-23 | glsl: SHFL fix and prefer shift operations over divide in glsl shader | ameerj | 5 | -63/+64 |
2021-07-23 | glsl: Implement precise fp variable allocation | ameerj | 4 | -8/+67 |
2021-07-23 | HACK glsl: Write defaults to unused generic attributes | ameerj | 2 | -2/+11 |
2021-07-23 | glsl: Fix ssbo indexing and name shadowing between shader stages | ameerj | 3 | -77/+101 |
2021-07-23 | glsl: implement set clip distance | ameerj | 2 | -0/+15 |
2021-07-23 | glsl: Rework var alloc to not assign unused results | ameerj | 9 | -49/+91 |
2021-07-23 | glsl: Rework variable allocator to allow for variable reuse | ameerj | 14 | -353/+482 |
2021-07-23 | glsl: Fix ATOM and implement ATOMS | ameerj | 5 | -114/+136 |
2021-07-23 | glsl: Use gl_SubGroupInvocationARB | ameerj | 2 | -8/+7 |
2021-07-23 | glsl: Implement VOTE for subgroup size potentially larger | ameerj | 5 | -20/+43 |
2021-07-23 | glsl: Implement VOTE | ameerj | 4 | -50/+64 |
2021-07-23 | glsl: Implement ST{LS} | ameerj | 6 | -69/+106 |
2021-07-23 | glsl: Implement more instructions used by SMO | ameerj | 1 | -3/+3 |
2021-07-23 | glsl: Implement more instructions used by SMO | ameerj | 5 | -10/+16 |
2021-07-23 | glsl: Fix GetAttribute return values | ameerj | 2 | -7/+9 |
2021-07-23 | glsl: minor cleanup | ameerj | 4 | -20/+19 |
2021-07-23 | glsl: Fix and implement rest of cbuf access | ameerj | 1 | -7/+43 |
2021-07-23 | glsl: Implement TXQ and other misc changes | ameerj | 5 | -6/+36 |
2021-07-23 | glsl: TLD4 implementation | ameerj | 1 | -2/+89 |
2021-07-23 | glsl: Implement TLD instruction | ameerj | 1 | -1/+55 |
2021-07-23 | glsl: Implement TEXS | ameerj | 1 | -1/+29 |
2021-07-23 | glsl: Cleanup texture functions | ameerj | 1 | -13/+11 |
2021-07-23 | shader_recompiler: GCC fixes | lat9nq | 14 | -3/+13 |
2021-07-23 | glsl: Implement TEX depth functions | ameerj | 2 | -4/+46 |
2021-07-23 | glsl: Implement TEX ImageSample functions | ameerj | 3 | -11/+71 |
2021-07-23 | glsl: Rework Shuffle emit instructions to align with SPIR-V | ameerj | 1 | -19/+40 |
2021-07-23 | glsl: Better Storage access and wip warps | ameerj | 8 | -62/+133 |
2021-07-23 | glsl: Fix integer conversions, implement clamp CC | ameerj | 2 | -27/+36 |
2021-07-23 | glsl: Implement IADD CC | ameerj | 2 | -2/+17 |
2021-07-23 | glsl: SSBO access fixes and wip SampleExplicitLod implementation. | ameerj | 2 | -4/+19 |
2021-07-23 | glsl: WIP var forward declaration | ameerj | 6 | -49/+60 |
2021-07-23 | glsl: Fix bindings, add some CC ops | ameerj | 8 | -57/+91 |
2021-07-23 | glsl: remove unused headers | ameerj | 14 | -34/+10 |
2021-07-23 | glsl: Implement derivatives and YDirection | ameerj | 8 | -81/+87 |
2021-07-23 | glsl: Fix non-immediate buffer access | ameerj | 12 | -72/+133 |
2021-07-23 | glsl: textures wip | ameerj | 9 | -75/+139 |
2021-07-23 | glsl: Implement some attribute getters and setters | ameerj | 10 | -192/+337 |
2021-07-23 | glsl: Track S32 atomics | ameerj | 3 | -6/+16 |
2021-07-23 | glsl: Update phi node management | ameerj | 4 | -21/+53 |
2021-07-23 | glsl: Fix floating point compare ops | ameerj | 1 | -28/+28 |
2021-07-23 | glsl: Query GL Device for FP16 extension support | ameerj | 5 | -2/+23 |
2021-07-23 | glsl: Simply FP storage atomics | ameerj | 2 | -48/+28 |
2021-07-23 | glsl: F16x2 storage atomics | ameerj | 7 | -58/+64 |
2021-07-23 | glsl: Revert ssbo aliasing. Storage Atomics impl | ameerj | 5 | -75/+134 |
2021-07-23 | glsl: implement phi nodes | ameerj | 4 | -20/+54 |
2021-07-23 | glsl: Wip storage atomic ops | ameerj | 10 | -327/+414 |
2021-07-23 | glsl: Implement FCMP | ameerj | 3 | -242/+185 |
2021-07-23 | glsl: Add a more robust fp formatter | ameerj | 4 | -9/+14 |
2021-07-23 | glsl: More FP fixes | ameerj | 2 | -9/+16 |
2021-07-23 | glsl: FP function fixes | ameerj | 7 | -17/+25 |
2021-07-23 | glsl: More FP instructions/fixes | ameerj | 5 | -28/+41 |
2021-07-23 | glsl: Add many FP32/64 instructions | ameerj | 12 | -765/+1011 |
2021-07-23 | glsl: Fixup build issues | ReinUsesLisp | 1 | -1/+1 |
2021-07-23 | glsl: Implement more Integer ops | ameerj | 3 | -119/+72 |
2021-07-23 | glsl: Implement BF* | ameerj | 3 | -9/+10 |
2021-07-23 | glsl: Implement a few Integer instructions | ameerj | 10 | -260/+398 |
2021-07-23 | glsl: Use std::string_view for Emit function args. | ameerj | 6 | -760/+838 |
2021-07-23 | glsl: Pass IR::Inst& to Emit functions | ameerj | 6 | -171/+169 |
2021-07-23 | glsl: INeg and IAdd negate tests | ameerj | 3 | -94/+106 |
2021-07-23 | glsl: Reusable typed variables. IADD32 | ameerj | 6 | -203/+311 |
2021-07-23 | glsl: Fix program linking and cbuf | ameerj | 2 | -3/+5 |
2021-07-23 | glsl: Fix "reg" allocing | ameerj | 10 | -898/+938 |
2021-07-23 | glsl: Initial backend | ameerj | 28 | -2/+3297 |
2021-07-23 | spirv: Reduce log severity of mismatching denorm rules | ReinUsesLisp | 1 | -2/+2 |
2021-07-23 | shader: Fix loop safety to SSA pass | ReinUsesLisp | 2 | -2/+4 |
2021-07-23 | vk_rasterizer: Exit render passes on fragment barriers | ReinUsesLisp | 1 | -0/+1 |
2021-07-23 | vk_graphics_pipeline: Fix path with no VK_EXT_extended_dynamic_state | Rodrigo Locatti | 1 | -1/+1 |
2021-07-23 | buffer_cache: Invalidate fast buffers on compute | ReinUsesLisp | 1 | -0/+1 |
2021-07-23 | shader: Add logging | ReinUsesLisp | 15 | -28/+38 |
2021-07-23 | shader: Add shader loop safety check settings | lat9nq | 16 | -35/+183 |
2021-07-23 | shader: Comment why the array component is not read in TMML | ReinUsesLisp | 1 | -0/+2 |
2021-07-23 | vulkan_device: Enable VK_EXT_vertex_input_dynamic_state | ReinUsesLisp | 1 | -0/+28 |
2021-07-23 | vk_pipeline_cache: Skip cached pipelines with different dynamic state | ReinUsesLisp | 1 | -0/+6 |
2021-07-23 | main: Fix Open Transferable Shader Cache context item | ameerj | 1 | -25/+5 |
2021-07-23 | tmml: Remove index component from coords vec | ameerj | 1 | -4/+3 |
2021-07-23 | vulkan: Add VK_EXT_vertex_input_dynamic_state support | ReinUsesLisp | 11 | -116/+291 |
2021-07-23 | shader: Reorder shader cache directories | ReinUsesLisp | 2 | -18/+12 |
2021-07-23 | vk_rasterizer: Implement first index | ReinUsesLisp | 1 | -2/+5 |
2021-07-23 | vulkan: Use VK_EXT_provoking_vertex when available | ReinUsesLisp | 6 | -4/+52 |
2021-07-23 | spirv/convert: Catch more signed operations oversights | ameerj | 1 | -5/+5 |
2021-07-23 | spirv/convert: Catch more broken signed operations on Nvidia OpenGL | ReinUsesLisp | 1 | -0/+6 |
2021-07-23 | gl_buffer_cache: Use unorm internal formats for snorm texture buffer views | ameerj | 1 | -1/+24 |
2021-07-23 | shader_environment: Fix local memory size calculations | ReinUsesLisp | 1 | -3/+3 |
2021-07-23 | buffer_cache: Fix copy based uniform bindings tracking | ReinUsesLisp | 2 | -9/+22 |
2021-07-23 | shader_environment: Add shader_local_memory_crs_size to local memory size | ameerj | 2 | -3/+3 |
2021-07-23 | gl_texture_cache: Create image storage views | ReinUsesLisp | 4 | -38/+126 |
2021-07-23 | gl_shader_util: Move shader utility code to a separate file | ReinUsesLisp | 7 | -245/+106 |
2021-07-23 | gl_shader_cache: Store workers in shader cache object | ReinUsesLisp | 2 | -58/+78 |
2021-07-23 | vk_pipeline_cache,shader_notify: Add shader notifications | ReinUsesLisp | 10 | -96/+127 |
2021-07-23 | vk_pipeline_cache: Add asynchronous shaders | ReinUsesLisp | 3 | -3/+33 |
2021-07-23 | vk_rasterizer: Flush work on clear and dispatches | ReinUsesLisp | 1 | -0/+3 |
2021-07-23 | DMA: Restrict optimised path for BlockToLinear further. | FernandoS27 | 1 | -1/+2 |
2021-07-23 | vk_swapchain: Handle outdated swapchains | ReinUsesLisp | 3 | -17/+34 |
2021-07-23 | shader: Fix VertexA Shaders. | FernandoS27 | 4 | -19/+51 |
2021-07-23 | shader: Add 2D and 3D variants to SUATOM and SURED | ReinUsesLisp | 1 | -0/+4 |
2021-07-23 | vk_buffer_cache: Handle null texture buffers | ReinUsesLisp | 1 | -0/+4 |
2021-07-23 | nsight_aftermath_tracker: Fix SPIR-V module writes | ReinUsesLisp | 1 | -1/+1 |
2021-07-23 | vk_pipeline_cache: Set support_derivative_control to true | ReinUsesLisp | 1 | -0/+1 |
2021-07-23 | shader: Avoid CPU side undefined behavior on I2F | ReinUsesLisp | 1 | -0/+2 |
2021-07-23 | glasm: Use ARB_derivative_control conditionally | ReinUsesLisp | 6 | -7/+37 |
2021-07-23 | buffer_cache: Reduce uniform buffer size from shader usage | ReinUsesLisp | 11 | -38/+78 |
2021-07-23 | transform_feedback: Read buffer stride from index instead of layout | ReinUsesLisp | 1 | -1/+2 |
2021-07-23 | fixed_pipeline_state: Use regular for loop instead of ranges for perf | ReinUsesLisp | 1 | -2/+3 |
2021-07-23 | vk_swapchain: Avoid recreating the swapchain on each frame | ReinUsesLisp | 2 | -15/+9 |
2021-07-23 | emit_glasm_context_get_set: Remove unused variable | lat9nq | 1 | -1/+0 |
2021-07-23 | shader,glasm: Implement legacy texcoord loads | ReinUsesLisp | 3 | -54/+29 |
2021-07-23 | glasm: Implement legacy varyings | ReinUsesLisp | 1 | -17/+56 |
2021-07-23 | shader: Track legacy varyings | ReinUsesLisp | 2 | -17/+105 |
2021-07-23 | shader: Add support for "negative" and unaligned offsets | ReinUsesLisp | 3 | -8/+13 |
2021-07-23 | shader: Implement ISCADD32I | ReinUsesLisp | 1 | -17/+31 |
2021-07-23 | spirv: Fix output generics with components | ReinUsesLisp | 1 | -1/+1 |
2021-07-23 | vulkan: Conditionally use shaderInt16 | ReinUsesLisp | 3 | -2/+9 |
2021-07-23 | vulkan: Enable depth bounds and use it conditionally | ReinUsesLisp | 4 | -2/+17 |
2021-07-23 | vk_buffer_cache: Add transform feedback usage to buffers | ReinUsesLisp | 1 | -15/+22 |
2021-07-23 | opengl: Declare fragment outputs even if they are not used | ReinUsesLisp | 6 | -10/+18 |
2021-07-23 | buffer_cache: Mark uniform buffers as dirty if any enable bit changes | ReinUsesLisp | 5 | -7/+17 |
2021-07-23 | shader: Always initialize up reference in structure control flow | ReinUsesLisp | 1 | -31/+36 |
2021-07-23 | vulkan_device: Enable float64 and int64 conditionally | ReinUsesLisp | 2 | -2/+6 |
2021-07-23 | shader: Fix ImageWrite indexing | ReinUsesLisp | 1 | -1/+1 |
2021-07-23 | spirv: Fix image and image buffer descriptor index usage | ReinUsesLisp | 1 | -5/+7 |
2021-07-23 | glasm: Fix immediate texture coordinate | ReinUsesLisp | 1 | -0/+1 |
2021-07-23 | shader: Clang-format secondary textures | ReinUsesLisp | 1 | -2/+2 |
2021-07-23 | shader: Fix secondary textures | ReinUsesLisp | 1 | -2/+2 |
2021-07-23 | shader: Adhere to disk shader cache setting | ameerj | 2 | -9/+12 |
2021-07-23 | shader: Fix TMML queries | ReinUsesLisp | 1 | -5/+9 |
2021-07-23 | shader: Fix FSwizzleAdd folding when going through phi nodes | ReinUsesLisp | 1 | -2/+2 |
2021-07-23 | shader/exception: Fix compilation errors on gcc | ReinUsesLisp | 1 | -6/+6 |
2021-07-23 | glasm: Reduce reg allocation leaks from an exception to a log | ReinUsesLisp | 1 | -1/+1 |
2021-07-23 | texture_cache: Reduce invalid image/sampler error severity | ReinUsesLisp | 1 | -7/+7 |
2021-07-23 | shader: Handle host exceptions | ReinUsesLisp | 8 | -45/+98 |
2021-07-23 | glasm: Use integer lod for TXQ | ReinUsesLisp | 2 | -2/+2 |
2021-07-23 | glasm: Prepare XFB from state instead of global registers | ReinUsesLisp | 1 | -4/+2 |
2021-07-23 | glasm: Fix global memory fallbacks | ReinUsesLisp | 1 | -9/+10 |
2021-07-23 | Revert "glasm: Skip phi moves on undefined instructions" | ReinUsesLisp | 2 | -16/+1 |
2021-07-23 | glasm: Remove unintentional '\n' on Undef32 | ReinUsesLisp | 1 | -1/+1 |
2021-07-23 | glasm: Use storage buffers instead of global memory when possible | ReinUsesLisp | 17 | -437/+503 |
2021-07-23 | glasm: Implement Y direction | ReinUsesLisp | 4 | -3/+9 |
2021-07-23 | glasm: Skip phi moves on undefined instructions | ReinUsesLisp | 2 | -1/+16 |
2021-07-23 | glasm: Implement undef instructions | ReinUsesLisp | 2 | -15/+15 |
2021-07-23 | glasm: Fix global memory callbacks | ReinUsesLisp | 1 | -5/+6 |
2021-07-23 | gl_shader_cache: Add disk shader cache | ReinUsesLisp | 3 | -11/+116 |
2021-07-23 | video_core,shader: Clang-format fixes | ReinUsesLisp | 4 | -7/+12 |
2021-07-23 | gl_shader_cache: Rename Program abstractions into Pipeline | ReinUsesLisp | 10 | -104/+104 |
2021-07-23 | glasm: Release phi node registers after they are no longer needed | ReinUsesLisp | 2 | -38/+54 |
2021-07-23 | glasm: Remove unintentionally committed fmt::prints | ReinUsesLisp | 1 | -2/+0 |
2021-07-23 | glasm: Fix INeg32 on negative immediates | ReinUsesLisp | 1 | -1/+5 |
2021-07-23 | glasm: Remove unnecessary value types | ReinUsesLisp | 3 | -47/+6 |
2021-07-23 | glasm: Throw when there are register leaks | ReinUsesLisp | 2 | -0/+7 |
2021-07-23 | glasm: Catch more register leaks | ReinUsesLisp | 8 | -41/+114 |
2021-07-23 | glasm: Fix usage counting on phi nodes | ReinUsesLisp | 3 | -8/+22 |
2021-07-23 | gl_shader_cache: Do not flip tessellation on OpenGL | ReinUsesLisp | 1 | -2/+1 |
2021-07-23 | gl_graphics_program: Fix texture buffer bindings | ReinUsesLisp | 1 | -24/+35 |
2021-07-23 | glasm: Implement global memory fallbacks | ReinUsesLisp | 2 | -50/+89 |
2021-07-23 | glasm: Implement int64 add and subtract | ReinUsesLisp | 2 | -8/+6 |
2021-07-23 | emit_glasm_context_get_set: Remove unused variable | lat9nq | 1 | -1/+0 |
2021-07-23 | glasm: Implement indirect attribute loads | ReinUsesLisp | 4 | -6/+65 |
2021-07-23 | glasm: Implement image atomics | ReinUsesLisp | 3 | -166/+153 |
2021-07-23 | glasm: Reorder unreachable image atomic insts | ReinUsesLisp | 1 | -66/+66 |
2021-07-23 | glasm: Implement gl_Layer stores | ReinUsesLisp | 1 | -0/+7 |
2021-07-23 | glasm: Implement SampleId | ReinUsesLisp | 2 | -3/+3 |
2021-07-23 | glasm: Implement IsHelperInvocation | ReinUsesLisp | 2 | -3/+3 |
2021-07-23 | glasm: Fix EmitVertex's optimization | ReinUsesLisp | 1 | -1/+1 |
2021-07-23 | gl_shader_cache: Conditionally use viewport mask | ReinUsesLisp | 1 | -1/+1 |
2021-07-23 | gl_shader_cache,glasm: Conditionally use typeless image reads extension | ReinUsesLisp | 3 | -39/+43 |
2021-07-23 | gl_shader_cache: Improve GLASM error print logic | ReinUsesLisp | 1 | -7/+10 |
2021-07-23 | glasm: Implement forced early Z | ReinUsesLisp | 2 | -4/+8 |
2021-07-23 | glasm: Set transform feedback state | ReinUsesLisp | 5 | -113/+132 |
2021-07-23 | video_core: Abstract transform feedback translation utility | ReinUsesLisp | 6 | -111/+145 |
2021-07-23 | glasm: Simplify patch reads | ReinUsesLisp | 1 | -5/+2 |
2021-07-23 | glasm: Fix output patch reads | ReinUsesLisp | 2 | -13/+22 |
2021-07-23 | gl_shader_cache: Pass shader runtime information | ReinUsesLisp | 1 | -2/+74 |
2021-07-23 | shader: Split profile and runtime information in separate structs | ReinUsesLisp | 14 | -308/+300 |
2021-07-23 | emit_glasm_context_get_and_set.cpp: Add missing semicolons | ameerj | 1 | -2/+2 |
2021-07-23 | glasm: Fix patch attribute declarations | ReinUsesLisp | 1 | -1/+1 |
2021-07-23 | glasm: Implement FSWZADD | ameerj | 3 | -4/+28 |
2021-07-23 | glasm: Implement PrimitiveId attribute read | ReinUsesLisp | 1 | -0/+3 |
2021-07-23 | glasm: Implement clip distance stores | ReinUsesLisp | 2 | -0/+15 |
2021-07-23 | glasm: Fix tessellation input attributes | ReinUsesLisp | 1 | -2/+5 |
2021-07-23 | glasm: Add missing semicolon on tesscoord reading | ReinUsesLisp | 1 | -1/+1 |
2021-07-23 | glasm: Fix tessellation headers | ReinUsesLisp | 1 | -2/+2 |
2021-07-23 | glasm: Add tessellation shader declarations | ReinUsesLisp | 1 | -0/+35 |
2021-07-23 | glasm: Implement TessellationEvaluationPoint | ReinUsesLisp | 1 | -0/+4 |
2021-07-23 | gl_shader_manager: Zero initialize current assembly programs | ReinUsesLisp | 1 | -1/+1 |
2021-07-23 | gl_shader_manager: Remove unintentionally committed #pragma | ReinUsesLisp | 1 | -2/+0 |
2021-07-23 | glasm: Implement patch memory | ReinUsesLisp | 3 | -6/+51 |
2021-07-23 | glasm: Fix InvocationId declaration | ReinUsesLisp | 1 | -1/+1 |
2021-07-23 | glasm: Implement InvocationId | ReinUsesLisp | 2 | -2/+5 |
2021-07-23 | glasm: Optimize EmitVertex into EMIT | ReinUsesLisp | 1 | -1/+5 |
2021-07-23 | glasm: Implement geometry shader attribute reads | ReinUsesLisp | 2 | -4/+18 |
2021-07-23 | glasm: Properly declare attributes on geometry programs | ReinUsesLisp | 3 | -6/+14 |
2021-07-23 | glasm: Declare geometry program headers | ReinUsesLisp | 1 | -0/+35 |
2021-07-23 | renderer_opengl: State track compute assembly programs | ReinUsesLisp | 3 | -4/+21 |
2021-07-23 | renderer_opengl: State track assembly programs | ReinUsesLisp | 3 | -23/+56 |
2021-07-23 | glasm: Fix potential aliasing bug on cube array samples | ReinUsesLisp | 2 | -35/+44 |
2021-07-23 | glasm: Implement ImageWrite | ReinUsesLisp | 1 | -4/+7 |
2021-07-23 | glasm: Implement ImageRead | ReinUsesLisp | 4 | -4/+56 |
2021-07-23 | glasm: Implement EmitVertex and EndPrimitive | ReinUsesLisp | 2 | -4/+8 |
2021-07-23 | glasm: Implement ImageGradient | ReinUsesLisp | 2 | -7/+65 |
2021-07-23 | glasm: Implement 64-bit shifts | ReinUsesLisp | 2 | -12/+14 |
2021-07-23 | glasm: Implement barriers | ReinUsesLisp | 1 | -3/+3 |
2021-07-23 | glasm: Fix compute stage name | ReinUsesLisp | 1 | -1/+1 |
2021-07-23 | glasm: Fix phi instruction types | ReinUsesLisp | 1 | -1/+1 |
2021-07-23 | glasm: Implement PREC on relevant instructions | ReinUsesLisp | 1 | -6/+12 |
2021-07-23 | glasm: Implement stores to gl_ViewportIndex | ReinUsesLisp | 4 | -7/+29 |
2021-07-23 | glasm: Implement gl_PointSize stores | ReinUsesLisp | 1 | -0/+3 |
2021-07-23 | glasm: Implement gl_PointCoord | ReinUsesLisp | 1 | -0/+4 |
2021-07-23 | glasm: Implement ImageQueryLod | ReinUsesLisp | 1 | -3/+5 |
2021-07-23 | glasm: Implement ImageFetch | ReinUsesLisp | 4 | -13/+38 |
2021-07-23 | glasm: Implement IADD.CC | ameerj | 1 | -1/+26 |
2021-07-23 | glasm: Implement BFE.CC | ReinUsesLisp | 1 | -0/+8 |
2021-07-23 | glasm: Implement SelectU1 | ReinUsesLisp | 2 | -4/+5 |
2021-07-23 | HACK: Bind stages before and after bindings | ReinUsesLisp | 1 | -0/+11 |
2021-07-23 | glasm: Implement gl_WorkGroupID | ReinUsesLisp | 2 | -3/+3 |
2021-07-23 | glasm: Implement TXQ and improve texture info reads | ReinUsesLisp | 2 | -50/+51 |
2021-07-23 | glasm: Implement gl_FrongFacing attribute | ReinUsesLisp | 1 | -0/+3 |
2021-07-23 | glasm: Support textures used in more than one stage | ReinUsesLisp | 4 | -5/+25 |
2021-07-23 | glasm: Implement textureGather instructions | ReinUsesLisp | 2 | -15/+97 |
2021-07-23 | glasm: Implement gl_FragDepth and gl_SampleMask stores | ReinUsesLisp | 2 | -5/+5 |
2021-07-23 | glasm: Do not alias ConditionRef for now | ReinUsesLisp | 2 | -3/+2 |
2021-07-23 | shader: Read branch conditions from an instruction | ReinUsesLisp | 12 | -16/+36 |
2021-07-23 | glasm: Implement InstanceId and VertexId | ReinUsesLisp | 1 | -0/+6 |
2021-07-23 | glasm: Add missing return value on move assignment | ReinUsesLisp | 1 | -0/+1 |
2021-07-23 | glasm: Fix aliased bitcasts ref counting | ReinUsesLisp | 3 | -13/+42 |
2021-07-23 | glasm: Remove unintentional comma on vector insert | ReinUsesLisp | 1 | -1/+1 |
2021-07-23 | glasm: Implement TEX and TEXS instructions | ReinUsesLisp | 10 | -69/+275 |
2021-07-23 | glasm: Add support for non-2D texture samples | ReinUsesLisp | 1 | -4/+26 |
2021-07-23 | glasm: Reorder unreachable image instructions to the bottom | ReinUsesLisp | 1 | -97/+97 |
2021-07-23 | glasm: Add support for texture offsets | ReinUsesLisp | 1 | -11/+15 |
2021-07-23 | glasm: Improve texture sampling instructions | ReinUsesLisp | 2 | -50/+70 |
2021-07-23 | emit_glasm: Enable ARB_draw_buffers when needed | ReinUsesLisp | 2 | -1/+5 |
2021-07-23 | emit_glasm: Add support for reading position attributes | ReinUsesLisp | 1 | -3/+13 |
2021-07-23 | shader_recompiler: GCC fixes | lat9nq | 7 | -58/+55 |
2021-07-23 | glasm: Implement rest of shared mem | ameerj | 2 | -35/+29 |
2021-07-23 | opengl: Initial (broken) support to GLASM shaders | ReinUsesLisp | 3 | -14/+53 |
2021-07-23 | shader: Use a non-trivial dummy to construct ASL node union | ReinUsesLisp | 1 | -1/+6 |
2021-07-23 | emit_spirv: Jump to loop body with local variable | ReinUsesLisp | 1 | -1/+1 |
2021-07-23 | glasm: Implement derivative instructions on GLASM | ReinUsesLisp | 2 | -12/+12 |
2021-07-23 | glasm: Initial (broken) implementation of TEX on GLASM | ReinUsesLisp | 3 | -299/+386 |
2021-07-23 | glasm: Implement some graphics instructions on GLASM | ReinUsesLisp | 2 | -6/+5 |
2021-07-23 | glasm: Add Void type to GLASM values | ReinUsesLisp | 3 | -0/+15 |
2021-07-23 | glasm: Add graphics specific shader declarations to GLASM | ReinUsesLisp | 2 | -6/+63 |
2021-07-23 | glasm: Implement local memory for glasm | ameerj | 4 | -9/+12 |
2021-07-23 | emit_spirv: Add missing block in case | ReinUsesLisp | 1 | -1/+2 |
2021-07-23 | glasm: Initial implementation of phi nodes on GLASM | ReinUsesLisp | 12 | -25/+117 |
2021-07-23 | glasm: Write result to scalar on integer comparison instructions | ReinUsesLisp | 1 | -10/+10 |
2021-07-23 | glasm: Declare NV_shader_thread_group when needed | ReinUsesLisp | 1 | -3/+4 |
2021-07-23 | vk_update_descriptor: Properly initialize payload on the update descriptor queue | ReinUsesLisp | 1 | -1/+3 |
2021-07-23 | glasm: Rework control flow introducing a syntax list | ReinUsesLisp | 33 | -505/+437 |
2021-07-23 | glasm: Implement Storage atomics | ameerj | 5 | -109/+156 |
2021-07-23 | glasm: Ensure reg alloc order across compilers on GLASM | ReinUsesLisp | 1 | -11/+14 |
2021-07-23 | glasm: Enable unintentionally disabled register aliasing on GLASM | ReinUsesLisp | 1 | -16/+11 |
2021-07-23 | glasm: Review all GLASM insts to be aware of register aliasing | ReinUsesLisp | 4 | -20/+51 |
2021-07-23 | glasm: Implement shuffle and vote instructions on GLASM | ReinUsesLisp | 10 | -100/+166 |
2021-07-23 | glasm: Add MUFU instructions to GLASM | ReinUsesLisp | 2 | -21/+22 |
2021-07-23 | glasm: Implement IAbs64 and INeg64 on GLASM | ReinUsesLisp | 2 | -6/+6 |
2021-07-23 | shader: Add floating-point rounding to I2F | ReinUsesLisp | 3 | -35/+42 |
2021-07-23 | glasm: Properly clamp Fp64 on GLASM | ReinUsesLisp | 1 | -6/+6 |
2021-07-23 | glasm: Fix register allocation when moving immediate on GLASM | ReinUsesLisp | 3 | -42/+89 |
2021-07-23 | glasm: Implement SelectU64 on GLASM | ReinUsesLisp | 2 | -4/+20 |
2021-07-23 | glasm: Fix clamps so the min value has priority on NAN on GLASM | ReinUsesLisp | 1 | -12/+15 |
2021-07-23 | glasm: Fix moving U64 immediates to registers in GLASM | ReinUsesLisp | 2 | -3/+4 |
2021-07-23 | glasm: Implement storage atomic ops | ameerj | 4 | -305/+358 |
2021-07-23 | glasm: Add conversion instructions to GLASM | ReinUsesLisp | 9 | -282/+351 |
2021-07-23 | glasm: Add fp min/max insts and fix store for fp64 on GLASM | ReinUsesLisp | 2 | -10/+8 |
2021-07-23 | glasm: Add logical instructions on GLASM | ReinUsesLisp | 2 | -12/+12 |
2021-07-23 | glasm: Remove duplicated Fp64 pack instructions on GLASM | ReinUsesLisp | 1 | -8/+0 |
2021-07-23 | glasm: Remove unnecesary new white space on Clamp GLASM | ReinUsesLisp | 1 | -4/+4 |
2021-07-23 | glasm: Add floating-point comparisons on GLASM | ReinUsesLisp | 3 | -120/+116 |
2021-07-23 | emit_glasm: Implement more integer alu ops | ameerj | 2 | -47/+41 |
2021-07-23 | glasm: Reimplement bitwise ops and BFI/BFE | ameerj | 4 | -88/+108 |
2021-07-23 | glasm: Initial GLASM fp64 support | ReinUsesLisp | 9 | -55/+152 |
2021-07-23 | glasm: Implement GLASM fp16 packing and move bitwise insns | ReinUsesLisp | 4 | -66/+77 |
2021-07-23 | glasm: Remove unused functions left from rebase | ReinUsesLisp | 1 | -12/+0 |
2021-07-23 | glasm: Specify namespace when using FormatTo | ReinUsesLisp | 1 | -6/+6 |
2021-07-23 | glasm: Implement more GLASM composite instructions | ReinUsesLisp | 2 | -54/+63 |
2021-07-23 | vk_pipeline_cache: Enable int8 and int16 types on Vulkan | ReinUsesLisp | 1 | -0/+2 |
2021-07-23 | glasm: Make GLASM aware of types | ReinUsesLisp | 12 | -1244/+1380 |
2021-07-23 | glasm: Use CMP.S for Select32 | ameerj | 3 | -12/+8 |
2021-07-23 | glasm: Implement more logical ops | ameerj | 2 | -5/+5 |
2021-07-23 | glasm: Implement BFI, BFE | ameerj | 4 | -138/+164 |
2021-07-23 | glasm: Use BitField instead of C bitfields | ReinUsesLisp | 2 | -8/+12 |
2021-07-23 | glasm: Remove unused argument in identity instructions on GLASM | ReinUsesLisp | 1 | -7/+7 |
2021-07-23 | gl_rasterizer: Flush L2 caches before glFlush on GLASM | ReinUsesLisp | 1 | -0/+8 |
2021-07-23 | glasm: Initial GLASM compute implementation for testing | ReinUsesLisp | 3 | -14/+47 |
2021-07-23 | glasm: Implement basic GLASM instructions | ReinUsesLisp | 10 | -840/+1173 |
2021-07-23 | glasm: Changes to GLASM register allocator and emit context | ReinUsesLisp | 4 | -26/+64 |
2021-07-23 | vk_scheduler: Use locks instead of SPSC a queue | ReinUsesLisp | 2 | -32/+42 |
2021-07-23 | vk_query_cache: Wait before reading queries | ReinUsesLisp | 1 | -9/+2 |
2021-07-23 | vk_master_semaphore: Use fetch_add to increase master semaphore tick | ReinUsesLisp | 2 | -6/+4 |
2021-07-23 | glasm: Add GLASM backend infrastructure | ReinUsesLisp | 28 | -4/+3115 |
2021-07-23 | shader: ISET.X implementation | ameerj | 1 | -8/+58 |
2021-07-23 | gl_shader_cache: Remove code unintentionally committed | ReinUsesLisp | 1 | -3/+0 |
2021-07-23 | shader: Fixup SPIR-V emit header namespaces | ReinUsesLisp | 1 | -2/+2 |
2021-07-23 | Move SPIR-V emission functions to their own header | ReinUsesLisp | 26 | -579/+637 |
2021-07-23 | shader: Optimize NVN Fallthrough | FernandoS27 | 4 | -9/+83 |
2021-07-23 | shader: Stub SR_AFFINITY | FernandoS27 | 1 | -0/+3 |
2021-07-23 | shader: Implement Int32 SUATOM/SURED | ameerj | 17 | -6/+733 |
2021-07-23 | shader: Initial OpenGL implementation | ReinUsesLisp | 38 | -705/+1427 |
2021-07-23 | spirv: Be aware of NAN unaware drivers | ReinUsesLisp | 1 | -18/+40 |
2021-07-23 | spirv: Add SSBO read fallbacks when no aliasing is available | ReinUsesLisp | 1 | -37/+99 |
2021-07-23 | spirv: Add OpKill fallback to demote | ReinUsesLisp | 1 | -2/+6 |
2021-07-23 | spirv: Do not enable ShaderLayer | ReinUsesLisp | 1 | -3/+0 |
2021-07-23 | spirv: Enable DemoteToHelperInvocationEXT only when supported | ReinUsesLisp | 1 | -1/+1 |
2021-07-23 | spirv: Use OriginLowerLeft when requested | ReinUsesLisp | 1 | -1/+5 |
2021-07-23 | spirv: Only add image operands mask when needed | ReinUsesLisp | 1 | -5/+9 |
2021-07-23 | spirv: Workaround image unsigned offset bug | ReinUsesLisp | 2 | -9/+26 |
2021-07-23 | spirv: Add int8 and int16 capabilities only when supported | ReinUsesLisp | 1 | -2/+2 |
2021-07-23 | spirv: Add integer clamping workarounds | ReinUsesLisp | 1 | -4/+34 |
2021-07-23 | spirv: Implement int8 and int16 conversion fallbacks | ReinUsesLisp | 1 | -19/+80 |
2021-07-23 | spirv: Support OpenGL uniform buffers and change bindings | ReinUsesLisp | 6 | -58/+168 |
2021-07-23 | spirv: Desambiguate descriptor names | ReinUsesLisp | 1 | -9/+37 |
2021-07-23 | shader: Add OpenGL shader profile options | ReinUsesLisp | 1 | -0/+11 |
2021-07-23 | shader: Remove shader util | ReinUsesLisp | 4 | -176/+0 |
2021-07-23 | shader: Address feedback | FernandoS27 | 5 | -44/+42 |
2021-07-23 | shader: Implement VertexA stage | FernandoS27 | 12 | -3/+180 |
2021-07-23 | shader: Implement delegation of Exit to dispatcher on CFG | FernandoS27 | 2 | -3/+47 |
2021-07-23 | vk_graphics_pipeline: Fix texture buffer descriptors | ReinUsesLisp | 1 | -7/+8 |
2021-07-23 | shader: Fix IADD3.CC | ameerj | 1 | -12/+5 |
2021-07-23 | vk_scheduler: Allow command submission on worker thread | ReinUsesLisp | 8 | -182/+200 |
2021-07-23 | vk_compute_pass: Fix -Wshadow warning | ReinUsesLisp | 1 | -3/+3 |
2021-07-23 | shader: Move pipeline cache logic to separate files | ReinUsesLisp | 12 | -824/+1095 |
2021-07-23 | vulkan: Defer descriptor set work to the Vulkan thread | ReinUsesLisp | 8 | -79/+69 |
2021-07-23 | vulkan: Rework descriptor allocation algorithm | ReinUsesLisp | 15 | -197/+314 |
2021-07-23 | vk_graphics_pipeline: Generate specialized pipeline config functions and improve code | ReinUsesLisp | 2 | -31/+230 |
2021-07-23 | shader: Accelerate pipeline transitions and use dirty flags for shaders | ReinUsesLisp | 9 | -64/+114 |
2021-07-23 | shader: Fix BFE s32 undefined check | ameerj | 1 | -1/+1 |
2021-07-23 | vk_compute_pipeline: Fix index comparison oversight on compute texture buffers | ReinUsesLisp | 1 | -1/+1 |
2021-07-23 | shader: Fix error checking in bitfieldExtract and implement bitfieldInsert folding | ReinUsesLisp | 1 | -5/+14 |
2021-07-23 | vulkan_device: Require shaderClipDistance and shaderCullDistance features | ReinUsesLisp | 1 | -2/+4 |
2021-07-23 | vk_graphics_pipeline: Guard against non-tessellation pipelines using patches | ReinUsesLisp | 1 | -2/+8 |
2021-07-23 | shader: Fix storage type when reading patches on tess control | ReinUsesLisp | 1 | -1/+2 |
2021-07-23 | shader: Fix VMNMX selector B | ReinUsesLisp | 1 | -1/+2 |
2021-07-23 | shader: Fix bugs and build issues on GCC | Rodrigo Locatti | 3 | -4/+4 |
2021-07-23 | shader: Fix render targets with null attachments | ReinUsesLisp | 2 | -26/+34 |
2021-07-23 | shader: Increase the maximum number of storage buffers | ReinUsesLisp | 1 | -1/+1 |
2021-07-23 | shader: Remove identity removal pass for better build times | ReinUsesLisp | 1 | -1/+0 |
2021-07-23 | shader: Add more strict validation the pass | ReinUsesLisp | 1 | -0/+42 |
2021-07-23 | shader: Fix forward referencing identity instructions when inserting phi | ReinUsesLisp | 1 | -11/+13 |
2021-07-23 | shader: Remove invalidated blocks in dead code elimination pass | ReinUsesLisp | 1 | -3/+6 |
2021-07-23 | shader: Add missing UndoUse case for GetSparseFromOp | ReinUsesLisp | 1 | -0/+4 |
2021-07-23 | shader: Require dual source blending | ReinUsesLisp | 1 | -1/+2 |
2021-07-23 | shader: Simplify code in opcodes.h to fix Intellisense | ReinUsesLisp | 1 | -8/+6 |
2021-07-23 | shader: Implement indexed textures | ReinUsesLisp | 10 | -157/+284 |
2021-07-23 | shader: Refactor atomic_operations_global_memory | ameerj | 1 | -44/+36 |
2021-07-23 | shader: add missing include guard in half_floating_point_helper.h | ameerj | 1 | -0/+2 |
2021-07-23 | shader: Fix gcc warnings | ReinUsesLisp | 2 | -2/+2 |
2021-07-23 | shader: Inline common Value getters | ReinUsesLisp | 2 | -109/+102 |
2021-07-23 | shader: Intrusively store in a block if it's sealed or not | ReinUsesLisp | 2 | -3/+11 |
2021-07-23 | cmake: Link to common in shader_recompiler | ReinUsesLisp | 1 | -1/+1 |
2021-07-23 | shader: Improve goto removal algorithm complexity | ReinUsesLisp | 1 | -49/+28 |
2021-07-23 | shader: Use memset to reset instruction arguments | ReinUsesLisp | 2 | -4/+7 |
2021-07-23 | shader: Inline common Value functions into the header | ReinUsesLisp | 2 | -19/+23 |
2021-07-23 | shader: Move microinstruction header to the value header | ReinUsesLisp | 20 | -181/+162 |
2021-07-23 | shader: Move siblings check to a separate function and comment them out | ReinUsesLisp | 1 | -16/+21 |
2021-07-23 | shader: Intrusively store register values in block for SSA pass | ReinUsesLisp | 2 | -21/+53 |
2021-07-23 | shader: Inline common Opcode and Inst functions | ReinUsesLisp | 4 | -112/+83 |
2021-07-23 | shader: Inline common IR::Block methods | ReinUsesLisp | 2 | -17/+12 |
2021-07-23 | shader: Use a small_vector for phi blocks | ReinUsesLisp | 1 | -1/+2 |
2021-07-23 | shader: Calculate number of arguments in an opcode at compile time | ReinUsesLisp | 1 | -3/+12 |
2021-07-23 | shader: Implement D3D samplers | ReinUsesLisp | 6 | -49/+127 |
2021-07-23 | shader: Add constant propagation for arithmetic right shifts | ReinUsesLisp | 1 | -0/+3 |
2021-07-23 | shader: Simplify code for local memory | ReinUsesLisp | 1 | -6/+11 |
2021-07-23 | shader: Add NVN storage buffer fallbacks | ReinUsesLisp | 9 | -62/+214 |
2021-07-23 | spirv: Fix ViewportMask | ReinUsesLisp | 1 | -1/+2 |
2021-07-23 | spirv: Replace Constant/ConstantComposite with Const helper | ameerj | 12 | -112/+101 |
2021-07-23 | shader: Address feedback | FernandoS27 | 2 | -7/+10 |
2021-07-23 | shader: Implement F2F (Imm) | FernandoS27 | 1 | -2/+28 |
2021-07-23 | shader: Implement IADD3.CC/.X | FernandoS27 | 1 | -7/+22 |
2021-07-23 | shader: Address feedback | FernandoS27 | 4 | -7/+4 |
2021-07-23 | shader: Add coarse derivatives | FernandoS27 | 7 | -8/+28 |
2021-07-23 | shader: Implement fine derivates constant propagation | FernandoS27 | 9 | -0/+101 |
2021-07-23 | shader: Implement SR_Y_DIRECTION | FernandoS27 | 10 | -0/+22 |
2021-07-23 | shader: Fix Phi node types | ReinUsesLisp | 2 | -4/+4 |
2021-07-23 | shader: Fix memory barriers | ReinUsesLisp | 8 | -62/+30 |
2021-07-23 | spirv: Fix implicit lod type | ReinUsesLisp | 2 | -1/+5 |
2021-07-23 | spirv: Use explicit lods outside of fragment shaders | ReinUsesLisp | 1 | -5/+16 |
2021-07-23 | spirv: Use ConstOffset instead of Offset when possible | ReinUsesLisp | 3 | -21/+67 |
2021-07-23 | shader: Implement BFE and BFI CC | ameerj | 3 | -14/+17 |
2021-07-23 | shader: Implement SampleMask | ReinUsesLisp | 11 | -2/+22 |
2021-07-23 | shader: Implement PIXLD.MY_INDEX | ReinUsesLisp | 14 | -5/+71 |
2021-07-23 | spirv: Bitcast non-F32 output attributes to their type before store | ReinUsesLisp | 1 | -13/+28 |
2021-07-23 | spirv: Implement ViewportMask with NV_viewport_array2 | ReinUsesLisp | 10 | -0/+32 |
2021-07-23 | spirv: Bitcast non-F32 attributes to F32 | ReinUsesLisp | 1 | -7/+9 |
2021-07-23 | shader: Implement PrimitiveId | ReinUsesLisp | 5 | -0/+10 |
2021-07-23 | shader: Implement tessellation shaders, polygon mode and invocation id | ReinUsesLisp | 28 | -91/+605 |
2021-07-23 | shader: Mark atomic instructions as writes | ReinUsesLisp | 1 | -0/+27 |
2021-07-23 | vk_pipeline_cache: Silence GCC warnings | lat9nq | 1 | -0/+2 |
2021-07-23 | spirv: Implement image buffers | ReinUsesLisp | 9 | -49/+142 |
2021-07-23 | spirv: Implement Layer stores | ReinUsesLisp | 6 | -9/+30 |
2021-07-23 | spirv: Fix alpha test | FernandoS27 | 1 | -0/+5 |
2021-07-23 | spirv: Fix non-atomic 64-bit store | ameerj | 1 | -1/+1 |
2021-07-23 | spirv: Implement alpha test | ameerj | 3 | -1/+95 |
2021-07-23 | shader: Implement transform feedbacks and define file format | ReinUsesLisp | 11 | -23/+272 |
2021-07-23 | shader: Implement early Z tests | ReinUsesLisp | 3 | -0/+5 |
2021-07-23 | shader: Document and relax cache control on surface instructions | ReinUsesLisp | 1 | -10/+11 |
2021-07-23 | spirv: Rework storage buffers and shader memory | ReinUsesLisp | 9 | -500/+581 |
2021-07-23 | shader: Fix fixed pipeline point size on geometry shaders | ReinUsesLisp | 1 | -10/+18 |
2021-07-23 | shader: Add constant propagation for *&^| binary operations | ReinUsesLisp | 1 | -0/+12 |
2021-07-23 | shader: Implement geometry shaders | ReinUsesLisp | 14 | -91/+277 |
2021-07-23 | shader: Implement OUT | ReinUsesLisp | 10 | -17/+73 |
2021-07-23 | internal_stage_buffer_entry_read: Remove pragma optimize off | lat9nq | 1 | -2/+0 |
2021-07-23 | shader: Stub SR_INVOCATION_INFO | ReinUsesLisp | 1 | -2/+5 |
2021-07-23 | shader: Stub ISBERD | ReinUsesLisp | 3 | -4/+56 |
2021-07-23 | shader: Fix CC in I2I | ReinUsesLisp | 1 | -0/+2 |
2021-07-23 | spirv: Define StorageImageWriteWithoutFormat capability when used | ReinUsesLisp | 3 | -0/+9 |
2021-07-23 | pipeline_helper: Simplify descriptor objects initialization | ReinUsesLisp | 1 | -33/+25 |
2021-07-23 | shader: Simplify FLO and throw on CC | ReinUsesLisp | 1 | -12/+13 |
2021-07-23 | shader: Mark blocks with no end branch as unreachable | ReinUsesLisp | 1 | -2/+7 |
2021-07-23 | shader: Implement LOP CC | ReinUsesLisp | 3 | -12/+29 |
2021-07-23 | shader: Implement SR_THREAD_KILL | ReinUsesLisp | 10 | -0/+22 |
2021-07-23 | shader: Apply sign bit in FCMP (imm) | ReinUsesLisp | 1 | -1/+1 |
2021-07-23 | shader: Implement ATOM/S and RED | ameerj | 21 | -19/+1745 |
2021-07-23 | nsight_aftermath_tracker: Report used shaders to Nsight Aftermath | ReinUsesLisp | 6 | -16/+20 |
2021-07-23 | spirv: Move phi node patching to a separate function | ReinUsesLisp | 1 | -13/+16 |
2021-07-23 | spirv: Guard against typeless image reads on unsupported devices | ReinUsesLisp | 6 | -1/+17 |
2021-07-23 | shader: Move LaneId to the warp emission file and fix AMD | ReinUsesLisp | 5 | -7/+11 |
2021-07-23 | vk_rasterizer: Request outside render pass execution context for compute | ReinUsesLisp | 1 | -0/+1 |
2021-07-23 | pipeline_helper: Add missing [[maybe_unused]] | ReinUsesLisp | 1 | -1/+1 |
2021-07-23 | spirv: Fix forward declarations on phi nodes | ReinUsesLisp | 1 | -47/+25 |
2021-07-23 | shader: Mark ImageWrite with side effects | ReinUsesLisp | 1 | -0/+3 |
2021-07-23 | shader: Implement CC for ISET, FSET, PSET, CSET, and DSET | FernandoS27 | 18 | -13/+136 |
2021-07-23 | shader: Remove outdated comment in F2I | ReinUsesLisp | 1 | -4/+0 |
2021-07-23 | shader: Implement SULD and SUST | ReinUsesLisp | 31 | -202/+732 |
2021-07-23 | shader: Fix Windows build issues | ReinUsesLisp | 1 | -1/+1 |
2021-07-23 | shader: Address feedback + clang format | lat9nq | 12 | -24/+22 |
2021-07-23 | shader_recompiler,video_core: Cleanup some GCC and Clang errors | lat9nq | 66 | -313/+308 |
2021-07-23 | shader: Fix FCMP immediate variant | ReinUsesLisp | 1 | -1/+9 |
2021-07-23 | shader: Fix dangling labels | ReinUsesLisp | 1 | -0/+5 |
2021-07-23 | shader: Interact texture buffers with buffer cache | ReinUsesLisp | 17 | -148/+333 |
2021-07-23 | shader: Fix F2I | ReinUsesLisp | 1 | -1/+1 |
2021-07-23 | shader: Fix TextureGrad | ReinUsesLisp | 1 | -1/+1 |
2021-07-23 | shader: Implement texture buffers | ReinUsesLisp | 10 | -35/+154 |
2021-07-23 | shader: Address feedback | FernandoS27 | 5 | -53/+54 |
2021-07-23 | shader: Implement indexed Position and ClipDistances | FernandoS27 | 3 | -11/+100 |
2021-07-23 | shader: Implement indexed attributes | FernandoS27 | 12 | -35/+279 |
2021-07-23 | shader: Implement AL2P | FernandoS27 | 3 | -4/+36 |
2021-07-23 | shader: Fix BRX tracking | FernandoS27 | 2 | -3/+4 |
2021-07-23 | vk_pipeline_cache: Fix num of pipeline workers on weird platforms | ReinUsesLisp | 1 | -1/+1 |
2021-07-23 | shader: Move recursive SSA rewrite to the heap | ReinUsesLisp | 1 | -29/+89 |
2021-07-23 | shader: Fix ShadowCube declaration type, set number of pipeline threads based on hardware | FernandoS27 | 2 | -2/+4 |
2021-07-23 | shader: Fix splits on blocks using indirect branches | ReinUsesLisp | 3 | -17/+38 |
2021-07-23 | shader: Eliminate orphan blocks more efficiently | ReinUsesLisp | 1 | -7/+8 |
2021-07-23 | shader: Add subgroup masks | ReinUsesLisp | 10 | -45/+169 |
2021-07-23 | shader: Implement BAR and fix memory barriers | ReinUsesLisp | 7 | -5/+79 |
2021-07-23 | shader: Abstract breadth searches and use the abstraction | ReinUsesLisp | 4 | -104/+106 |
2021-07-23 | shader: Reimplement GetCbufU64 as GetCbufU32x2 | ReinUsesLisp | 9 | -22/+21 |
2021-07-23 | vk_compute_pass: Fix compute passes | ReinUsesLisp | 3 | -23/+19 |
2021-07-23 | shader: Remove atomic flags and use mutex + cond variable for pipelines | ReinUsesLisp | 4 | -11/+32 |
2021-07-23 | shader: Remove unused header in VOTE | ReinUsesLisp | 1 | -2/+0 |
2021-07-23 | vk_pipeline_cache: Remove unnecesary scope in pipeline cache locking | ReinUsesLisp | 1 | -15/+12 |
2021-07-23 | shader: Rework global memory tracking to use breadth-first search | ReinUsesLisp | 1 | -69/+80 |
2021-07-23 | shader: Fix fp16 merge when using native fp16 | ReinUsesLisp | 1 | -3/+3 |
2021-07-23 | shader: Fix FADD32I | ReinUsesLisp | 1 | -6/+4 |
2021-07-23 | shader: Fix undetected bug from review | FernandoS27 | 1 | -0/+3 |
2021-07-23 | shader: Address feedback | FernandoS27 | 3 | -13/+16 |
2021-07-23 | shader: "Implement" NOP | FernandoS27 | 1 | -1/+1 |
2021-07-23 | vk_pipeline_cache: Small fixes to the pipeline cache | FernandoS27 | 1 | -10/+14 |
2021-07-23 | shader: Address Feedback | FernandoS27 | 16 | -211/+60 |
2021-07-23 | shader: Implement SR_LaneId | FernandoS27 | 7 | -0/+15 |
2021-07-23 | shader: Fix shared memory on cool drivers | FernandoS27 | 1 | -0/+1 |
2021-07-23 | shader: Implement MEMBAR | FernandoS27 | 9 | -11/+121 |
2021-07-23 | shader: Improve VOTE.VTG stub | FernandoS27 | 7 | -4/+147 |
2021-07-23 | shader: Mark SSBOs as written when they are | FernandoS27 | 4 | -4/+32 |
2021-07-23 | shader: Implement ViewportIndex | FernandoS27 | 8 | -2/+33 |
2021-07-23 | shader: Stub TLD4's PTP when it isn't constant | FernandoS27 | 1 | -1/+2 |
2021-07-23 | shader: Stub VOTE.VTG | FernandoS27 | 4 | -4/+15 |
2021-07-23 | shader: Fold composite extract | FernandoS27 | 1 | -0/+62 |
2021-07-23 | shader: Fold comparisons and Pack/Unpack16 | FernandoS27 | 1 | -1/+41 |
2021-07-23 | shader: Fix branches to visited virtual blocks | ReinUsesLisp | 2 | -0/+12 |
2021-07-23 | vulkan: Serialize pipelines on a separate thread | ReinUsesLisp | 2 | -67/+64 |
2021-07-23 | vulkan: Create pipeline layouts in separate threads | ReinUsesLisp | 7 | -63/+65 |
2021-07-23 | vulkan: Build pipelines in parallel at runtime | ReinUsesLisp | 9 | -165/+197 |
2021-07-23 | shader: Fix dependency on identity removal pass | ReinUsesLisp | 2 | -3/+8 |
2021-07-23 | shader: Fix constant propagation to use reverse post order | ReinUsesLisp | 1 | -1/+2 |
2021-07-23 | shader: Implement LDG .U.128 as .128 | ReinUsesLisp | 1 | -3/+2 |
2021-07-23 | shader: Unroll "using enum" for opcode declarations | ReinUsesLisp | 1 | -1/+27 |
2021-07-23 | vk_pipeline_cache: Name SPIR-V modules | ReinUsesLisp | 1 | -1/+11 |
2021-07-23 | spirv: Remove unnecesary variable for clip distances | ReinUsesLisp | 2 | -6/+2 |
2021-07-23 | shader: Implement ClipDistance | FernandoS27 | 5 | -0/+36 |
2021-07-23 | shader: Fix TXD | FernandoS27 | 2 | -2/+2 |
2021-07-23 | shader: Address feedback | FernandoS27 | 5 | -53/+49 |
2021-07-23 | shader: Always pass a lod for TexelFetch | ReinUsesLisp | 3 | -25/+17 |
2021-07-23 | shader: Implement TXD | FernandoS27 | 4 | -10/+183 |
2021-07-23 | shader: Implement ImageGradient | FernandoS27 | 8 | -2/+84 |
2021-07-23 | shader: Implement TMML partially | FernandoS27 | 6 | -13/+137 |
2021-07-23 | shader,spirv: Implement ImageQueryLod. | FernandoS27 | 9 | -1/+38 |
2021-07-23 | shader: Implement TLDS | FernandoS27 | 3 | -4/+253 |
2021-07-23 | shader: Implement TLD | FernandoS27 | 8 | -16/+174 |
2021-07-23 | spirv: Add fixed pipeline point size | ReinUsesLisp | 4 | -1/+11 |
2021-07-23 | shader: Add PointCoord attribute | FernandoS27 | 5 | -0/+16 |
2021-07-23 | shader: Add PointSize attribute | ameerj | 5 | -0/+13 |
2021-07-23 | shader: Store type of phi nodes in flags | ReinUsesLisp | 3 | -2/+11 |
2021-07-23 | shader: Fix indirect branches to scheduler instructions | ReinUsesLisp | 3 | -7/+17 |
2021-07-23 | spirv: Fix default output attribute initialization | ReinUsesLisp | 1 | -3/+3 |
2021-07-23 | shader: Add missing new lines | ReinUsesLisp | 1 | -0/+2 |
2021-07-23 | shader: Implement FSWZADD | ameerj | 14 | -4/+87 |
2021-07-23 | shader: Implement BRX | FernandoS27 | 21 | -48/+437 |
2021-07-23 | shader: Fix alignment checks on RZ | ReinUsesLisp | 1 | -1/+1 |
2021-07-23 | shader: Implement I2I CC | ameerj | 3 | -24/+45 |
2021-07-23 | shader: Implement I2I SAT | ameerj | 6 | -10/+52 |
2021-07-23 | vk_pipeline_cache: Fix size hashing of shaders | ReinUsesLisp | 1 | -8/+7 |
2021-07-23 | shader: Fix ISCADD logic for PO/CC | ameerj | 1 | -7/+8 |
2021-07-23 | shader: Implement LDS, STS, LDL, and STS and use SPIR-V 1.4 when available | ReinUsesLisp | 20 | -36/+730 |
2021-07-23 | shader: Implement ISCADD CC | ameerj | 1 | -1/+4 |
2021-07-23 | shader: Implement VMAD, VMNMX, VSETP | ameerj | 9 | -23/+319 |
2021-07-23 | shader: Add missing I2I exception when CC is used | ReinUsesLisp | 1 | -0/+4 |
2021-07-23 | shader: Better interpolation and disabled attributes support | ReinUsesLisp | 9 | -25/+101 |
2021-07-23 | spirv: Remove dependencies on Environment when generating SPIR-V | ReinUsesLisp | 5 | -16/+15 |
2021-07-23 | vk_pipeline_cache: Fix pipeline and shader caches | ReinUsesLisp | 2 | -6/+21 |
2021-07-23 | shader: Implement front face | ReinUsesLisp | 5 | -0/+12 |
2021-07-23 | shader: Fix structured control flow on KIL instructions | ReinUsesLisp | 2 | -3/+7 |
2021-07-23 | shader: Fix TXQ | FernandoS27 | 1 | -1/+1 |
2021-07-23 | shader: Fix rasterizer integration order issues | ReinUsesLisp | 3 | -7/+6 |
2021-07-23 | shader: Implement TXQ and fix FragDepth | ReinUsesLisp | 15 | -21/+264 |
2021-07-23 | shader: Refactor PTP and other minor changes | ReinUsesLisp | 14 | -123/+67 |
2021-07-23 | shader: Add IR opcode for ImageFetch | FernandoS27 | 7 | -5/+55 |
2021-07-23 | shader: Implement TLD4.PTP | FernandoS27 | 15 | -28/+111 |
2021-07-23 | shader: Fix Array Indices in TEX/TLD4 | FernandoS27 | 2 | -6/+6 |
2021-07-23 | shader: Implement FragDepth | FernandoS27 | 2 | -1/+7 |
2021-07-23 | shader: Implement TLD4S. | FernandoS27 | 3 | -4/+134 |
2021-07-23 | shader: Implement TLD4 and TLD4_B | FernandoS27 | 13 | -11/+315 |
2021-07-23 | shader: Implement SHFL | ameerj | 16 | -69/+284 |
2021-07-23 | shader: Track first bindless argument instead of the instruction itself | ReinUsesLisp | 1 | -1/+1 |
2021-07-23 | shader: Properly insert Prologue instruction | ReinUsesLisp | 1 | -1/+2 |
2021-07-23 | shader: Minor style nits | ReinUsesLisp | 1 | -2/+4 |
2021-07-23 | shader: Fix F2I | FernandoS27 | 10 | -9/+147 |
2021-07-23 | shader: Implement NDC [-1, 1], attribute types and default varying initialization | ReinUsesLisp | 15 | -43/+186 |
2021-07-23 | shader: Fix use-after-free bug in object_pool | ReinUsesLisp | 1 | -3/+3 |
2021-07-23 | shader: Implement VOTE | ameerj | 18 | -6/+182 |
2021-07-23 | vk_pipeline_cache: Fix ReleaseContents order | ReinUsesLisp | 1 | -2/+2 |
2021-07-23 | shader: Fix TEX mask | ReinUsesLisp | 1 | -1/+3 |
2021-07-23 | vk_pipeline_cache: Add pipeline cache | ReinUsesLisp | 2 | -0/+7 |
2021-07-23 | vk_pipeline_cache: Add pipeline cache | ReinUsesLisp | 8 | -106/+347 |
2021-07-23 | shader: Fold interpolation multiplications | ReinUsesLisp | 1 | -0/+34 |
2021-07-23 | shader: Better but still partial interpolation support | ReinUsesLisp | 1 | -5/+7 |
2021-07-23 | shader: Implement DMNMX, DSET, DSETP | ameerj | 16 | -59/+210 |
2021-07-23 | shader: Implement FADD32I | FernandoS27 | 1 | -2/+15 |
2021-07-23 | shader: Implement F2F | FernandoS27 | 6 | -20/+192 |
2021-07-23 | shader: Add missing fp64 usage flags | ReinUsesLisp | 1 | -0/+34 |
2021-07-23 | shader: Implement DMUL and DFMA | ameerj | 8 | -30/+111 |
2021-07-23 | shader: Add FP64 register load/store helpers | ameerj | 3 | -21/+24 |
2021-07-23 | shader: Add support for fp16 comparisons and misc fixes | ReinUsesLisp | 11 | -14/+56 |
2021-07-23 | shader: Fix floating point comparison for FP16 | FernandoS27 | 5 | -32/+56 |
2021-07-23 | shader: Implement HSETP2 | FernandoS27 | 3 | -12/+117 |
2021-07-23 | shader: Implement HSET2 | FernandoS27 | 5 | -14/+119 |
2021-07-23 | shader: Implement HMUL2 | FernandoS27 | 3 | -16/+144 |
2021-07-23 | shader: Implement HFMA2 | FernandoS27 | 5 | -20/+192 |
2021-07-23 | spirv: Implement VertexId and InstanceId, refactor code | ReinUsesLisp | 10 | -144/+244 |
2021-07-23 | shader: Refactor half floating instructions | FernandoS27 | 4 | -58/+84 |
2021-07-23 | shader: Implement I2F | ReinUsesLisp | 17 | -70/+429 |
2021-07-23 | shader: Implement ISCADD (imm) | ReinUsesLisp | 1 | -2/+2 |
2021-07-23 | shader: Implement LOP32I | ReinUsesLisp | 2 | -18/+45 |
2021-07-23 | shader: Add partial rasterizer integration | ReinUsesLisp | 54 | -566/+1927 |
2021-07-23 | shader: Implement DADD | ameerj | 8 | -14/+132 |
2021-07-23 | shader: Implement CSET and CSETP | ameerj | 6 | -15/+114 |
2021-07-23 | shader: Reorder phi nodes when redefined as undefined opcodes | ReinUsesLisp | 1 | -1/+9 |
2021-07-23 | shader: Fix instruction transitions in and out of Phi | ReinUsesLisp | 1 | -9/+11 |
2021-07-23 | shader: Implement FSET and FSETP | ameerj | 9 | -94/+204 |
2021-07-23 | shader: Implement TEXS | ReinUsesLisp | 8 | -7/+287 |
2021-07-23 | shader: Implement CAL inlining function calls | ReinUsesLisp | 24 | -330/+286 |
2021-07-23 | spirv: Add SignedZeroInfNanPreserve logic | ameerj | 3 | -0/+12 |
2021-07-23 | shader: Implement FMNMX | ameerj | 8 | -25/+101 |
2021-07-23 | shader: Fix rebase issue | ReinUsesLisp | 1 | -1/+0 |
2021-07-23 | shader: Implement FCMP | ameerj | 9 | -50/+203 |
2021-07-23 | shader: Partial implementation of LDC | ReinUsesLisp | 16 | -50/+405 |
2021-07-23 | shader: Initial support for textures and TEX | ReinUsesLisp | 33 | -342/+1489 |
2021-07-23 | shader: Implement R2P | ameerj | 8 | -15/+88 |
2021-07-23 | shader: Implement SHF | ameerj | 8 | -31/+119 |
2021-07-23 | shader: Implement LEA | ameerj | 9 | -29/+136 |
2021-07-23 | shader: Deduplicate HADD2 code | ReinUsesLisp | 1 | -19/+16 |
2021-07-23 | shader: Implement I2I | ameerj | 3 | -12/+100 |
2021-07-23 | shader: Implement HADD2 | ReinUsesLisp | 12 | -42/+400 |
2021-07-23 | shader: Implement LOP and LOP3 | ameerj | 8 | -31/+227 |
2021-07-23 | shader: Implement IADD3 | ameerj | 3 | -12/+104 |
2021-07-23 | shader: Implement PSETP | ameerj | 4 | -5/+40 |
2021-07-23 | Implement PSET, refactor common comparison funcs | ameerj | 9 | -101/+88 |
2021-07-23 | shader: Implement FLO | ameerj | 8 | -18/+75 |
2021-07-23 | shader: Implement ISET, add common_funcs | ameerj | 8 | -50/+150 |
2021-07-23 | shader: Make IMNMX, SHR, SEL stylistically more consistent | ameerj | 3 | -5/+5 |
2021-07-23 | shader: Implement ICMP | ameerj | 3 | -16/+84 |
2021-07-23 | shader: Implement IMNMX | ameerj | 8 | -12/+105 |
2021-07-23 | shader: Implement BFI | ameerj | 3 | -16/+57 |
2021-07-23 | shader: Implement BFE | ameerj | 3 | -12/+67 |
2021-07-23 | shader: Implement POPC | ameerj | 8 | -12/+59 |
2021-07-23 | shader: Implement SHR | ameerj | 8 | -18/+80 |
2021-07-23 | shader: Implement SEL | ameerj | 4 | -16/+53 |
2021-07-23 | spirv: Move phi arguments emit to a separate function | ReinUsesLisp | 1 | -27/+27 |
2021-07-23 | shader: Avoid infinite recursion when tracking global memory | ReinUsesLisp | 1 | -5/+26 |
2021-07-23 | shader: Fix conditional execution of exit instructions | ReinUsesLisp | 2 | -5/+6 |
2021-07-23 | spirv: Add support for self-referencing phi nodes | ReinUsesLisp | 1 | -3/+10 |
2021-07-23 | shader: Fix control flow | ReinUsesLisp | 8 | -20/+39 |
2021-07-23 | shader: Implement more of XMAD and FFMA32I and fix XMAD.CBCC | ReinUsesLisp | 5 | -28/+76 |
2021-07-23 | shader: FMUL, select, RRO, and MUFU fixes | ReinUsesLisp | 18 | -119/+507 |
2021-07-23 | shader: Fix MOV(reg), add SHL variants and emit neg and abs instructions | ReinUsesLisp | 4 | -11/+11 |
2021-07-23 | spirv: Fixes and Intel specific workarounds | ReinUsesLisp | 11 | -32/+44 |
2021-07-23 | shader: Rename, implement FADD.SAT and P2R (imm) | ReinUsesLisp | 18 | -127/+213 |
2021-07-23 | shader: Add denorm flush support | ReinUsesLisp | 20 | -93/+260 |
2021-07-23 | spirv: Add lower fp16 to fp32 pass | ReinUsesLisp | 32 | -285/+479 |
2021-07-23 | shader: Primitive Vulkan integration | ReinUsesLisp | 43 | -3036/+1003 |
2021-07-23 | shader: Remove old shader management | ReinUsesLisp | 80 | -19568/+54 |
2021-07-23 | shader: Add XMAD multiplication folding optimization | ReinUsesLisp | 1 | -5/+77 |
2021-07-23 | shader: Simplify ISCADD | ReinUsesLisp | 1 | -6/+1 |
2021-07-23 | shader: Add utility to resolve identities on a value | ReinUsesLisp | 2 | -0/+8 |
2021-07-23 | spirv: Implement EmitIdentity | ReinUsesLisp | 2 | -3/+3 |
2021-07-23 | spirv: Initial bindings support | ReinUsesLisp | 22 | -292/+671 |
2021-07-23 | shader: Improve object pool | ReinUsesLisp | 3 | -50/+66 |
2021-07-23 | shader: Fix tracking | ReinUsesLisp | 1 | -50/+72 |
2021-07-23 | shader: Add support for forward declarations | ReinUsesLisp | 10 | -68/+79 |
2021-07-23 | shader: Support SSA loops on IR | ReinUsesLisp | 12 | -46/+150 |
2021-07-23 | shader: Misc fixes | ReinUsesLisp | 10 | -89/+104 |
2021-07-23 | shader: Initial implementation of an AST | ReinUsesLisp | 32 | -589/+1345 |
2021-07-23 | spirv: Initial SPIR-V support | ReinUsesLisp | 20 | -3299/+1400 |
2021-07-23 | shader: Better constant folding | ReinUsesLisp | 2 | -13/+48 |
2021-07-23 | shader: Properly store phi on Inst | ReinUsesLisp | 6 | -75/+132 |
2021-07-23 | shader: Add pools and rename files | ReinUsesLisp | 30 | -108/+255 |
2021-07-23 | shader: Make typed IR | ReinUsesLisp | 19 | -269/+495 |
2021-07-23 | shader: Remove illegal character in SSA pass | ReinUsesLisp | 1 | -1/+1 |
2021-07-23 | shader: Constant propagation and global memory to storage buffer | ReinUsesLisp | 17 | -63/+652 |
2021-07-23 | shader: Initial instruction support | ReinUsesLisp | 28 | -334/+1450 |
2021-07-23 | shader: SSA and dominance | ReinUsesLisp | 24 | -77/+570 |
2021-07-23 | shader: Initial recompiler work | ReinUsesLisp | 57 | -0/+7061 |
2021-07-23 | thread_worker: Fix compile time error | ameerj | 1 | -1/+1 |
2021-07-22 | yuzu_cmd: Make use of fullscreen_mode setting | lat9nq | 3 | -15/+34 |
2021-07-21 | yuzu-cmd: Fullscreen Improvements (#6656) | san | 4 | -9/+13 |
2021-07-21 | hle: service: kernel_helpers: Remove unnecessary pragma once. | bunnei | 1 | -2/+0 |
2021-07-21 | hle: kernel: svc: Remove part of ExitProcess. | bunnei | 1 | -5/+0 |
2021-07-21 | hle: service: nvdrv: Remove unused kernel reference. | bunnei | 1 | -1/+0 |
2021-07-21 | hle: service: hid: npad: Remove unused kernel reference. | bunnei | 1 | -1/+0 |
2021-07-21 | hle: kernel: Track and release server sessions, and protect methods with locks. | bunnei | 4 | -13/+82 |
2021-07-21 | hle: kernel: KProcess: Change process termination assert to a warning. | bunnei | 1 | -1/+1 |
2021-07-21 | hle: kernel: Ensure current running process is closed. | bunnei | 1 | -5/+6 |
2021-07-21 | hle: kernel: Ensure global handle table is finalized before closing. | bunnei | 1 | -0/+1 |
2021-07-21 | kernel: svc: ConnectToNamedPort: Close extra reference to port. | bunnei | 1 | -0/+1 |
2021-07-21 | hle: service: sm: Refactor to better manage ports. | bunnei | 4 | -45/+47 |
2021-07-21 | hle: kernel: k_process: Close the handle table on shutdown. | bunnei | 1 | -0/+3 |
2021-07-21 | hle: kernel: k_process: Close main thread reference after it is inserted into handle table. | bunnei | 1 | -0/+3 |
2021-07-21 | hle: kernel: Ensure global handle table is initialized. | bunnei | 1 | -0/+1 |
2021-07-21 | hle: service: Add a helper module for managing kernel objects. | bunnei | 10 | -20/+146 |
2021-07-21 | hle: kernel: Provide methods for tracking dangling kernel objects. | bunnei | 4 | -2/+43 |
2021-07-20 | gl_buffer_cache: Use glClearNamedBufferSubData:GL_RED instead of GL_RGBA | ReinUsesLisp | 1 | -1/+1 |
2021-07-20 | buffer_cache: Simplify clear logic | ReinUsesLisp | 1 | -6/+2 |
2021-07-20 | vk_texture_cache: Use VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL when possible | ReinUsesLisp | 1 | -21/+35 |
2021-07-20 | gl_texture_cache: Workaround slow PBO downloads on radeonsi | ReinUsesLisp | 1 | -1/+1 |
2021-07-20 | uuid: Directly compare UUID instead of checking per element | Chloe Marcec | 1 | -3/+2 |
2021-07-20 | vk_buffer_cache: Fix quad index array with 0 vertices (#6627) | Fernando S | 1 | -0/+7 |
2021-07-20 | input/sdl_impl: fix rumble support on DualSense. (#6683) | Nicolas Jallamion | 1 | -2/+2 |
2021-07-20 | applet_controller: Add preliminary support for version 8 | Morph | 2 | -3/+33 |
2021-07-20 | bootmanager: Create a dummy render widget | Morph | 1 | -0/+6 |
2021-07-20 | file_sys: Support load game collection (#6582) | Feng Chen | 17 | -108/+171 |
2021-07-19 | Update src/video_core/renderer_vulkan/vk_texture_cache.cpp | yzct12345 | 1 | -1/+1 |
2021-07-19 | Update src/video_core/renderer_vulkan/vk_texture_cache.cpp | yzct12345 | 1 | -1/+1 |
2021-07-18 | Ignore wrong blit format | yzct12345 | 1 | -1/+4 |
2021-07-18 | vk_texture_cache: Finalize renderpass when downloading images | ReinUsesLisp | 1 | -0/+1 |
2021-07-18 | vk_compute_pass: Fix pipeline barriers on non-initialized ASTC images | ReinUsesLisp | 1 | -2/+3 |
2021-07-18 | vk_compute_pass: Fix ASTC buffer setup synchronization | ReinUsesLisp | 1 | -14/+14 |
2021-07-18 | texture_cache/util: Fix size calculations of multisampled images | ReinUsesLisp | 1 | -53/+33 |
2021-07-18 | texture_cache: Always prepare image views on render targets | ReinUsesLisp | 1 | -0/+6 |
2021-07-17 | configure/ui: Add sliders for trigger buttons | german77 | 2 | -0/+78 |
2021-07-17 | input_common: Fix mouse panning behaivour | german77 | 3 | -5/+8 |
2021-07-16 | sdl_impl, emu_window: Remove clang ignore | lat9nq | 4 | -33/+0 |
2021-07-16 | emu_window_sdl2_vk: Specify the window manager if it should be supported | lat9nq | 1 | -0/+15 |
2021-07-16 | emu_window_sdl2_vk: Use the generated SDL config | lat9nq | 2 | -0/+11 |
2021-07-16 | configure_audio: Fix volume clamping to 0 | Morph | 1 | -6/+6 |
2021-07-16 | yuzu_cmd: Add missing or update current settings | lat9nq | 2 | -4/+112 |
2021-07-16 | input_common: Make button threshold customizable | german77 | 2 | -3/+13 |
2021-07-16 | default_ini: Remove deprecated settings | lat9nq | 1 | -61/+1 |
2021-07-15 | input_common: Support SDL toggle buttons | german77 | 2 | -5/+53 |
2021-07-15 | vic: Fix dimension compuation of YUV frames | ameerj | 1 | -11/+10 |
2021-07-15 | applets/web: Resolve Nintendo CDN URLs | Morph | 1 | -0/+13 |
2021-07-15 | nvhost_nvdec_common: Read Submit ioctl data from object addr | ameerj | 1 | -8/+2 |
2021-07-15 | nvhost_nvdec_common: Fix {Slice/Write}Vectors return | ameerj | 1 | -37/+38 |
2021-07-15 | Buffer cache: Fixes, Clang and Feedback. | Fernando Sahmkow | 3 | -11/+10 |
2021-07-14 | GPUMemoryManager: Force inmediate invalidation when writting block. | Fernando Sahmkow | 1 | -1/+1 |
2021-07-14 | Buffer Cache: Fixes to DMA Copy. | Fernando Sahmkow | 1 | -6/+7 |
2021-07-14 | DMAEngine: Revert flushing from Pitch to BlpockLinear. | Fernando Sahmkow | 1 | -2/+7 |
2021-07-14 | BufferCache: fix clearing on forced download. | Fernando Sahmkow | 1 | -10/+20 |
2021-07-14 | service: Append service name prefix to common filenames | Morph | 41 | -56/+56 |
2021-07-14 | applets: Append applet_ prefix to backend applets | Morph | 19 | -33/+33 |
2021-07-14 | applets: Append qt_ prefix to Qt frontend applets | Morph | 15 | -25/+26 |
2021-07-13 | vk_rasterizer: Only clear valid color attachments | ameerj | 1 | -2/+4 |
2021-07-13 | DMAEngine: Accelerate BufferClear | Fernando Sahmkow | 11 | -6/+115 |
2021-07-12 | accelerateDMA: Fixes and feedback. | Fernando Sahmkow | 3 | -88/+62 |
2021-07-12 | content_archive: Remove unnecessary include to <ranges> | ReinUsesLisp | 1 | -1/+0 |
2021-07-12 | web_service: Silence -Wmaybe-uninitialized on httplib.h | ReinUsesLisp | 1 | -0/+10 |
2021-07-12 | boxcat: Silence -Wmaybe-uninitialized in httplib.h | ReinUsesLisp | 1 | -0/+3 |
2021-07-11 | npad: Disable vibration check if disabled | german77 | 1 | -0/+5 |
2021-07-11 | input_common: Fix build with sdl disabled | german77 | 1 | -2/+2 |
2021-07-11 | accelerateDMA: Accelerate Buffer Copies. | Fernando Sahmkow | 9 | -13/+176 |
2021-07-10 | Buffer Cache: Address Feedback. | Fernando Sahmkow | 3 | -5/+10 |
2021-07-10 | settings: Disable FPS unlimit setting between title launches | ameerj | 6 | -29/+10 |
2021-07-09 | Buffer Cache: Fix GCC copmpile error | Fernando Sahmkow | 1 | -1/+0 |
2021-07-09 | Fence Manager: remove reference fencing. | Fernando Sahmkow | 3 | -31/+6 |
2021-07-09 | BufferCache: Additional download fixes. | Fernando Sahmkow | 2 | -23/+107 |
2021-07-09 | Buffer Cache: Revert unnecessary range reduction. | Fernando Sahmkow | 1 | -29/+13 |
2021-07-09 | Fence Manager: Force ordering on WFI. | Fernando Sahmkow | 4 | -38/+71 |
2021-07-09 | Buffer Cache: Eliminate the AC Hack as the base game is fixed in Hades. | Fernando Sahmkow | 1 | -14/+4 |
2021-07-09 | Fence Manager: Add fences on Reference Count. | Fernando Sahmkow | 8 | -6/+57 |
2021-07-09 | Videocore: Address Feedback & CLANG Format. | Fernando Sahmkow | 2 | -78/+75 |
2021-07-09 | Buffer Cache: Fix High Downloads and don't predownload on Extreme. | Fernando Sahmkow | 4 | -92/+123 |
2021-07-09 | yuzu qt: config: Only save renderer_debug as a global setting | lat9nq | 1 | -2/+8 |
2021-07-09 | Update src/yuzu/main.cpp | Fernando S | 1 | -2/+2 |
2021-07-09 | vk_buffer_cache: Use emulated null buffers for transform feedback | ReinUsesLisp | 2 | -11/+19 |
2021-07-09 | configure_input: Use u8 for mouse sensitivity | ameerj | 3 | -11/+8 |
2021-07-09 | config: Remove float {Read,Write}Setting variants | ameerj | 2 | -29/+2 |
2021-07-09 | configure_graphics: Use u8 for bg_color values | ameerj | 5 | -19/+20 |
2021-07-09 | configure_audio: Use u8 for volume value | ameerj | 4 | -10/+9 |
2021-07-09 | Settings: Eliminate ASYNC & MULTICORE Toggles and add GPU Accuracy Toggle. | Fernando Sahmkow | 2 | -39/+45 |
2021-07-09 | common/thread_worker: Stop workers on stop_token when waiting | ReinUsesLisp | 1 | -18/+20 |
2021-07-09 | common/thread_worker: Add support for stateful threads | ReinUsesLisp | 3 | -78/+86 |
2021-07-09 | common/thread_worker: Simplify logic | FernandoS27 | 1 | -8/+1 |
2021-07-09 | common/thread_worker: Fix data race | FernandoS27 | 2 | -1/+18 |
2021-07-09 | common/thread_worker: Use unique function | ReinUsesLisp | 2 | -28/+24 |
2021-07-09 | common: Add unique function | ReinUsesLisp | 4 | -0/+172 |
2021-07-09 | common/thread_worker: Add wait for requests method | ReinUsesLisp | 2 | -0/+11 |
2021-07-08 | settings, arm_dynarmic, yuzu qt: Move CPU debugging option | lat9nq | 18 | -132/+244 |
2021-07-08 | arm_dynarmic_64: Re-add fastmem_address_space_bits to Auto setting | lat9nq | 1 | -0/+1 |
2021-07-08 | qt/main: Make title string more i18n-friendly | Lioncash | 1 | -2/+4 |
2021-07-08 | settings, yuzu qt: Add migration code for CPU accuracy | lat9nq | 2 | -1/+10 |
2021-07-08 | arm_dynarmic{32,64}: Fixes from test build | lat9nq | 2 | -18/+5 |
2021-07-08 | core,common,yuzu qt: Add CPU accuracy option 'Auto' | lat9nq | 4 | -16/+50 |
2021-07-08 | general: Code formatting improvements | lat9nq | 4 | -22/+25 |
2021-07-08 | Out of bound blit (#6531) | Feng Chen | 2 | -58/+35 |
2021-07-08 | Replace NaN mix volume samples with silence. | Kelebek1 | 1 | -0/+9 |
2021-07-08 | audio_core: Preserve front channel volume after 6 to 2 downmix | Kelebek1 | 5 | -75/+81 |
2021-07-07 | util_shaders: Fix BindImageTexture | lat9nq | 1 | -2/+2 |
2021-07-06 | Report 2 channels active. Fixes Tales of Vesperia's mono channel audio. | Kelebek1 | 1 | -1/+1 |
2021-07-06 | Support more PCM formats. Fixes Ys IX audio. | Kelebek1 | 2 | -18/+51 |
2021-07-06 | CMakeLists: Treat -Wsign-compare as an error on GCC/Clang | Morph | 4 | -8/+1 |
2021-07-06 | common: logging: backend: Close the file after exceeding the write limit | Morph | 1 | -8/+11 |
2021-07-06 | common: fs: file: Revert Flush to its previous behavior and add Commit | Morph | 2 | -3/+34 |
2021-07-06 | common: fs: file: Flush the file in GetSize | Morph | 1 | -0/+3 |
2021-07-05 | input_common: Add missing modifier callback to analog from button | german77 | 1 | -0/+1 |
2021-07-05 | profiler: Fix deprecated functions | german77 | 1 | -4/+5 |
2021-07-04 | Texture Cache: Fix collision with multiple overlaps of the same sparse texture. | Fernando Sahmkow | 1 | -1/+6 |
2021-07-04 | Texture Cache: Fix GCC & Clang. | Fernando Sahmkow | 2 | -11/+11 |
2021-07-04 | Texture Cache: Address feedback. | Fernando Sahmkow | 5 | -18/+37 |
2021-07-04 | Texture Cache: Improve accuracy of sparse texture detection. | Fernando Sahmkow | 6 | -131/+342 |
2021-07-04 | Texture Cache: Initial Implementation of Sparse Textures. | Fernando Sahmkow | 12 | -23/+310 |
2021-07-04 | service: mii: Retrieve the correct default miis. | Morph | 1 | -2/+3 |
2021-07-03 | TextureCacheOGL: Implement Image Copies for 1D and 1D Array. | Fernando Sahmkow | 1 | -0/+26 |
2021-07-03 | TextureCache: Fix 1D to 2D overlapps. | Fernando Sahmkow | 1 | -3/+0 |
2021-07-03 | CMakeLists: Enforce C4189 | Morph | 1 | -0/+1 |
2021-07-02 | config: Read UISettings as basic settings | lat9nq | 1 | -30/+19 |
2021-07-01 | settings: Set resolution_factor default to 1 | lat9nq | 1 | -1/+1 |
2021-07-01 | Slightly refactor NVDEC and codecs for readability and safety | Kelebek1 | 10 | -356/+522 |
2021-07-01 | Fix XC2/VOEZ crashing, add audio looping and a few misc fixes | Kelebek1 | 7 | -132/+188 |
2021-07-01 | yuzu_cmd: config: Pass a reference in | lat9nq | 2 | -5/+11 |
2021-06-29 | core, input_common: Miscellaneous fixes | lat9nq | 3 | -5/+8 |
2021-06-29 | yuzu qt: Make most UISettings a BasicSetting | lat9nq | 12 | -91/+107 |
2021-06-28 | general: Make most settings a BasicSetting | lat9nq | 32 | -660/+807 |
2021-06-28 | CMakeLists: Disable all warnings for external headers | Morph | 1 | -0/+5 |
2021-06-28 | video_core: Remove #pragma warning directives for external headers | Morph | 2 | -15/+0 |
2021-06-28 | input_common: Remove #pragma warning directives for external headers | Morph | 2 | -14/+0 |
2021-06-28 | CMakeLists: Enforce C4018, C4267, C4305, C4389 | Morph | 1 | -3/+7 |
2021-06-28 | core: Enforce C4242 | Morph | 1 | -6/+3 |
2021-06-28 | input_common: Enforce C4242 | Morph | 1 | -12/+4 |
2021-06-28 | video_core: Enforce C4242 | Morph | 1 | -3/+2 |
2021-06-28 | patch_manager: Do not apply LayeredFS mods when dumping | Morph | 3 | -4/+8 |
2021-06-28 | filesystem: Open a read-only directory for SDMC mods | Morph | 3 | -19/+25 |
2021-06-28 | core: Simplify SDMC mod loading | lat9nq | 3 | -21/+10 |
2021-06-28 | core: Support LayeredFS mod from SDMC directory | lat9nq | 5 | -2/+47 |
2021-06-28 | yuzu qt: Add option to dump to SDMC directory | lat9nq | 4 | -7/+23 |
2021-06-28 | video_core: Silence signed/unsigned mismatch warnings | Morph | 4 | -5/+6 |
2021-06-28 | main: Display the instruction set of the running title in the window name | ameerj | 1 | -0/+3 |
2021-06-27 | Decouple audio processing and run at variable rate | Kelebek1 | 3 | -79/+115 |
2021-06-26 | hle: service: hwopus: OpenHardwareOpusDecoderEx: Remove unused buffer size. | bunnei | 1 | -1/+30 |
2021-06-26 | configuration: Defer to common/settings for per-game settings defaults | lat9nq | 2 | -127/+100 |
2021-06-26 | common: Force defaults for Settings::Setting's | lat9nq | 1 | -44/+57 |
2021-06-26 | buffer_cache: Only flush downloaded size | ReinUsesLisp | 1 | -2/+3 |
2021-06-26 | video_core: Enforce C4244 | ReinUsesLisp | 1 | -0/+1 |
2021-06-26 | codec,vic: Disable warnings in ffmpeg headers | ReinUsesLisp | 2 | -4/+29 |
2021-06-26 | vk_buffer_cache: Silence implicit cast warnings | ReinUsesLisp | 1 | -2/+3 |
2021-06-26 | buffer_cache/texture_cache: Make GC functions private | ReinUsesLisp | 2 | -5/+5 |
2021-06-26 | buffer_cache: Silence implicit cast warning | ReinUsesLisp | 1 | -1/+1 |
2021-06-25 | vulkan_device: Make device memory match the rest of the file | ReinUsesLisp | 2 | -19/+18 |
2021-06-25 | hle: hle_helpers: Skip data payload offset checks on TIPC requests. | bunnei | 1 | -2/+6 |
2021-06-25 | hle: service: hwopus: Implement GetWorkBufferSizeEx and OpenHardwareOpusDecoderEx. | bunnei | 2 | -5/+15 |
2021-06-25 | hle: service: aoc: Stub GetAddOnContentListChangedEventWithProcessId. | bunnei | 2 | -1/+10 |
2021-06-25 | audio_core: common: Bump audio revision to 9. | bunnei | 1 | -1/+1 |
2021-06-24 | common: Replace common_sizes into user-literals | Wunkolo | 19 | -126/+152 |
2021-06-24 | general: Add missing #pragma once directives | Morph | 4 | -0/+8 |
2021-06-24 | Add missing includes (#6521) | Chloe | 4 | -0/+7 |
2021-06-23 | General: Resolve fmt specifiers to adhere to 8.0.0 API where applicable | Lioncash | 9 | -15/+23 |
2021-06-23 | maxwell3d: Add missing return in default SizeInBytes() case | Lioncash | 1 | -0/+1 |
2021-06-23 | Simple resizing of the Per-Game configuration window and removal of useless Help question mark button in the title bar | OZtistic | 2 | -1/+8 |
2021-06-22 | Reaper: Set minimum cleaning limit on OGL. | Fernando Sahmkow | 1 | -1/+4 |
2021-06-22 | common: fs: Add a description of a regular file in IsFile | Morph | 1 | -4/+6 |
2021-06-22 | vfs_real: Fix Mode to FileAccessMode conversion | Morph | 1 | -6/+1 |
2021-06-22 | common: fs: Amend IsFile check in FileOpen / (Write/Append)StringToFile | Morph | 4 | -9/+12 |
2021-06-22 | common: fs: file: Remove [[nodiscard]] attribute from Flush | Morph | 2 | -3/+3 |
2021-06-22 | common: fs: Remove [[nodiscard]] attribute on Remove* functions | Morph | 6 | -26/+26 |
2021-06-22 | core: Make is_powered_on atomic | Rodrigo Locatti | 1 | -2/+3 |
2021-06-22 | common/detached_tasks: Wait for tasks before shutting down | Rodrigo Locatti | 1 | -0/+2 |
2021-06-22 | npad: Fix data race when updating devices | Rodrigo Locatti | 2 | -0/+8 |
2021-06-22 | input_common/mouse_input: Fix data race | Rodrigo Locatti | 2 | -12/+10 |
2021-06-22 | Implement audout GetAudioOutPlayedSampleCount | Kelebek1 | 3 | -3/+20 |
2021-06-22 | bootmanager: Use std::stop_source for stopping emulation | ReinUsesLisp | 8 | -18/+18 |
2021-06-22 | vk_master_semaphore: Use jthread for debug thread | ReinUsesLisp | 2 | -19/+8 |
2021-06-21 | gl_device: Expand on Mesa driver names | lat9nq | 1 | -3/+28 |
2021-06-21 | video_core: Add GPU vendor name to window title bar | ameerj | 9 | -10/+75 |
2021-06-20 | Update dynarmic and add new unsafe CPU option. | Fernando Sahmkow | 7 | -0/+31 |
2021-06-20 | Reaper: Guarantee correct deletion. | Fernando Sahmkow | 5 | -2/+23 |
2021-06-20 | Reaper: Upgrade label from unsafe to experimental as no regressions are known now. | Fernando Sahmkow | 1 | -1/+1 |
2021-06-19 | util_shaders: Specify ASTC decoder memory barrier bits | ameerj | 1 | -1/+6 |
2021-06-19 | astc_decoder.comp: Remove unnecessary LUT SSBOs | ameerj | 5 | -113/+34 |
2021-06-19 | astc: Various robustness enhancements for the gpu decoder | ameerj | 5 | -47/+16 |
2021-06-19 | host_memory: Correct MEM_RESERVE_PLACEHOLDER | lat9nq | 1 | -1/+1 |
2021-06-18 | externals: httplib: replace custom httplib header with upstream as submodule. | Vortex | 1 | -1/+2 |
2021-06-18 | service: time: Use GetFileRelative to get files within subdirectories | Morph | 1 | -1/+1 |
2021-06-18 | kernel: Fix missing peak set in KResourceLimit::SetLimitValue | Morph | 1 | -0/+1 |
2021-06-18 | vulkan_debug_callback: Skip logging known false-positive validation errors | ameerj | 1 | -0/+8 |
2021-06-17 | Reaper: Correct size calculation on Vulkan. | Fernando Sahmkow | 1 | -5/+3 |
2021-06-17 | config: Add frame limiter toggle hotkey | ameerj | 3 | -3/+8 |
2021-06-17 | nvflinger: Add toggle to disable buffer swap interval limits | ameerj | 8 | -0/+38 |
2021-06-17 | Reaper: Change memory restrictions on TC depending on host memory on VK. | Fernando Sahmkow | 10 | -41/+90 |
2021-06-16 | Reaper: Address Feedback. | Fernando Sahmkow | 6 | -20/+43 |
2021-06-16 | Reaper: Setup settings and final tuning. | Fernando Sahmkow | 10 | -32/+64 |
2021-06-16 | Reaper: Tune it up to be an smart GC. | Fernando Sahmkow | 5 | -13/+130 |
2021-06-16 | Initial Reaper Setup | ReinUsesLisp | 6 | -56/+226 |
2021-06-16 | vulkan_memory_allocator: Release allocations with no commits | ReinUsesLisp | 2 | -5/+22 |
2021-06-16 | spl: Mark the other functions as unimplemented | Morph | 1 | -5/+30 |
2021-06-16 | spl: Implement spl::GetConfig | Morph | 2 | -1/+90 |
2021-06-16 | hle: api_version: Add HLE API version constants | Morph | 3 | -33/+54 |
2021-06-16 | spl: Add the general SPL interface | Morph | 4 | -45/+64 |
2021-06-16 | spl: Add SPL types | Morph | 2 | -0/+231 |
2021-06-16 | spl: Add SPL result codes | Morph | 2 | -0/+30 |
2021-06-16 | common: fs: file: Remove redundant call to WriteStringToFile | Morph | 2 | -6/+1 |
2021-06-16 | fsp_srv: Fix filesystem access logging | Morph | 10 | -38/+63 |
2021-06-16 | astc_decoder: Fix LDR CEM1 endpoint calculation | ameerj | 2 | -2/+2 |
2021-06-16 | yuzu_cmd/config: Add Accelerate ASTC and missing NVDEC emulation settings | ameerj | 2 | -2/+12 |
2021-06-16 | configure_graphics: Add Accelerate ASTC decoding setting | ameerj | 9 | -2/+32 |
2021-06-16 | textures: Reintroduce CPU ASTC decoder | ameerj | 4 | -2/+1592 |
2021-06-15 | lm: Demote guest logs to LOG_DEBUG | ameerj | 1 | -27/+20 |
2021-06-15 | texture_cache/util: Avoid relaxed image views on different bytes per pixel | ReinUsesLisp | 1 | -1/+9 |
2021-06-13 | general: Remove extraneous includes | Morph | 3 | -3/+0 |
2021-06-13 | common: logging: Restructure backend code | Morph | 8 | -278/+288 |
2021-06-13 | common: logging: backend: Wrap IOFile in a unique_ptr | Morph | 2 | -6/+27 |
2021-06-13 | common: fs: file: Flush the file to the disk when Flush() is called | Morph | 1 | -1/+5 |
2021-06-13 | cmake: Fix find_program usage for 3.15 | lat9nq | 1 | -1/+4 |
2021-06-13 | configure_cpu_debug: Clarify settings behavior | Morph | 1 | -1/+1 |
2021-06-12 | common: fs: Use the normal directory iterator in *Recursively functions | Morph | 1 | -2/+16 |
2021-06-11 | hid: Stub IsFirmwareUpdateAvailableForSixAxisSensor | german77 | 2 | -1/+23 |
2021-06-11 | yuzu: main: Ensure enough space is available for RomFS dumping | Morph | 1 | -0/+12 |
2021-06-11 | common/host_memory: Implement a fallback if fastmem fails. | Markus Wick | 2 | -14/+49 |
2021-06-11 | common/host_shader: Load Windows 10 functions dynamically | ReinUsesLisp | 1 | -29/+88 |
2021-06-11 | GPUTHread: Remove async reads from Normal Accuracy. | Fernando Sahmkow | 1 | -18/+6 |
2021-06-11 | rasterizer: Update pages in batches | ReinUsesLisp | 1 | -15/+41 |
2021-06-11 | host_memory: Support staged VirtualProtect calls | ReinUsesLisp | 1 | -3/+12 |
2021-06-11 | General: Add settings for fastmem and disabling adress space check. | FernandoS27 | 12 | -6/+83 |
2021-06-11 | common/host_memory: Optimize for huge tables. | Markus Wick | 2 | -11/+24 |
2021-06-11 | core: Make use of fastmem | Markus Wick | 6 | -8/+30 |
2021-06-11 | tests: Add tests for host memory | ReinUsesLisp | 2 | -0/+184 |
2021-06-11 | common/host_memory: Add Linux implementation | Markus Wick | 1 | -10/+120 |
2021-06-11 | common/host_memory: Add interface and Windows implementation | ReinUsesLisp | 3 | -0/+384 |
2021-06-11 | kernel: Unconditionally set thread state when appropriate | Morph | 2 | -23/+12 |
2021-06-11 | kernel: KLightConditionVariable: Update implementation to 12.x | Morph | 2 | -14/+31 |
2021-06-10 | Fix GCC undefined behavior sanitizer. | Markus Wick | 3 | -1/+9 |
2021-06-10 | hle: service: sm: Remove redundant session reservation, etc. | bunnei | 2 | -18/+13 |
2021-06-10 | hle: service: Increase arbitrary max sessions limit. | bunnei | 1 | -4/+1 |
2021-06-10 | hle: kernel: KClientPort: Add an assert for session count. | bunnei | 1 | -0/+3 |
2021-06-10 | hle: service: sm: Fix GetService setup of session & port. | bunnei | 2 | -5/+5 |
2021-06-10 | hle: service: Use correct size for ServerSessionCountMax. | bunnei | 1 | -4/+6 |
2021-06-10 | hle: kernel: KServerSession: Fix client disconnected. | bunnei | 3 | -9/+8 |
2021-06-10 | kernel: svc: Add missing error check to CancelSynchronization. | bunnei | 1 | -2/+2 |
2021-06-09 | hle: service: Increase arbitrary max sessions limit. | bunnei | 1 | -1/+1 |
2021-06-09 | src/common/CMakeLists.txt: fix variable escaping | liushuyu | 1 | -8/+9 |
2021-06-09 | common/fs/path_util: Remove [[nodiscard]] from function with void return | Lioncash | 1 | -1/+1 |
2021-06-09 | configure_ui: Add translation context for file-scope strings | Lioncash | 1 | -13/+27 |
2021-06-08 | hle: kernel: KServerSession: Work-around scenario where session is closed too early. | bunnei | 1 | -7/+24 |
2021-06-08 | hle: kernel: hle_ipc: Ensure SessionRequestHandler is valid. | bunnei | 3 | -5/+26 |
2021-06-08 | hle: kernel: Remove service thread manager and use weak_ptr. | bunnei | 3 | -18/+8 |
2021-06-08 | yuzu qt: Start games from context menu | lat9nq | 4 | -3/+23 |
2021-06-07 | Various suggestions by v1993 and lioncash | Clément Gallet | 2 | -11/+9 |
2021-06-07 | hle: kernel: KServerSession: Use ASSERT_MSG where appropriate. | bunnei | 1 | -1/+1 |
2021-06-07 | hle: kernel: k_server_session: Return service thread by strong pointer. | bunnei | 2 | -4/+4 |
2021-06-07 | hle: kernel: k_server_session: Ensure service thread is valid before dereference. | bunnei | 1 | -1/+3 |
2021-06-07 | hle: kernel: hle_ipc: Use default destructor for SessionRequestManager. | bunnei | 1 | -1/+1 |
2021-06-07 | hle: kernel: KAutoObjectWithListContainer: Use boost::instrusive::rbtree. | bunnei | 11 | -22/+26 |
2021-06-06 | Add sdl2 audio description in the yuzu-cmd config file | Clément Gallet | 1 | -1/+2 |
2021-06-06 | Add SDL2 audio backend | Clément Gallet | 4 | -0/+211 |
2021-06-06 | limitable_input_dialog: Implement character limiter | Kewlan | 3 | -5/+48 |
2021-06-05 | Avoid -Wshadow warning | Clément Gallet | 1 | -1/+1 |
2021-06-05 | result: Add [[nodiscard]] specifiers where applicable | Lioncash | 1 | -20/+20 |
2021-06-05 | hle: kernel: Refactor to allocate a ServiceThread per service handler. | bunnei | 13 | -67/+75 |
2021-06-04 | yuzu-cmd: Fix OpenGL rendering | Clément Gallet | 2 | -12/+6 |
2021-06-04 | decoders: Break instead of continue | lat9nq | 1 | -2/+2 |
2021-06-04 | decoders: Avoid out-of-bounds access | lat9nq | 1 | -0/+8 |
2021-06-04 | [game_list] Correct light theme loading (#6408) | Maide | 1 | -5/+1 |
2021-06-04 | yuzu-cmd: Add touch_from_button in config file | Clément Gallet | 2 | -1/+50 |
2021-06-03 | cmake: General improvements to libusb linking | lat9nq | 1 | -2/+1 |
2021-06-03 | fsp-srv: Replace one last instance of RESULT_SUCCESS | Morph | 1 | -1/+1 |
2021-06-03 | fspsrv: Implement DisableAutoSaveDataCreation (#6355) | Chloe | 6 | -2/+25 |
2021-06-03 | yuzu qt: Revert some usages of string_view | lat9nq | 7 | -18/+27 |
2021-06-02 | game_list: Minor for loop optimizations | Kewlan | 1 | -9/+6 |
2021-06-02 | Stop the columns resizing on NAND install | Kelebek1 | 2 | -34/+17 |
2021-06-02 | general: Replace RESULT_UNKNOWN with ResultUnknown | Morph | 13 | -45/+45 |
2021-06-02 | general: Replace RESULT_SUCCESS with ResultSuccess | Morph | 113 | -933/+930 |
2021-06-02 | common: fs: fs_util: Move PathToUTF8String to fs_util | Morph | 4 | -15/+14 |
2021-06-02 | common: fs: fs_util: Add more string conversion functions | Morph | 2 | -0/+33 |
2021-06-01 | yuzu qt: Use lambda and std::function for reset callback | lat9nq | 4 | -19/+17 |
2021-06-01 | yuzu: Add settings reset button to general configuration | lat9nq | 8 | -23/+111 |
2021-06-01 | configuration: Initial work to reset all settings | fearlessTobi | 6 | -0/+33 |
2021-06-01 | buffer_cache: Simplify uniform disabling logic | ameerj | 8 | -6/+29 |
2021-05-31 | common_funcs: Move R_ macros to result.h | Lioncash | 2 | -25/+25 |
2021-05-30 | settings: Disable controller preview if controller is not active | german77 | 3 | -2/+25 |
2021-05-30 | input_common: Analog button, use time based position instead of frequent updates | german77 | 3 | -73/+138 |
2021-05-29 | k_class_token: Use variable templates where applicable | Lioncash | 1 | -43/+36 |
2021-05-29 | video_core: gpu: WaitFence: Do not block threads during shutdown. | bunnei | 2 | -1/+13 |
2021-05-29 | core/memory: Check our memory fallbacks for out-of-bound behavior. | Markus Wick | 3 | -4/+46 |
2021-05-29 | core/arm_interface: Improve the performance of memory fallbacks. | Markus Wick | 2 | -29/+31 |
2021-05-29 | kernel: Add missing override specifiers | Lioncash | 15 | -53/+48 |
2021-05-29 | Fix two GCC 11 warnings: Unneeded copies. | Markus Wick | 2 | -3/+3 |
2021-05-29 | externals: Update dynarmic. | Markus Wick | 6 | -11/+11 |
2021-05-29 | k_thread: Move dereference after null check in Initialize() | Lioncash | 1 | -5/+5 |
2021-05-29 | hle: kernel: KSlabHeap: Allow host or guest allocations. | bunnei | 2 | -11/+191 |
2021-05-28 | touchscreen: Make use of common point struct | Lioncash | 2 | -10/+10 |
2021-05-28 | common: Extract point into a common struct | Lioncash | 3 | -29/+65 |
2021-05-28 | common/fs/file: Explicitly delete copy constructors | Lioncash | 1 | -1/+4 |
2021-05-28 | common/fs/file: Devirtualize destructor | Lioncash | 1 | -1/+1 |
2021-05-28 | common/fs/file: Default initialize IOFile members | Lioncash | 1 | -2/+2 |
2021-05-28 | applets/swkbd: Make use of std::move where applicable | Morph | 2 | -22/+19 |
2021-05-28 | applets/swkbd: Only read the text check message on Failure/Confirm | Morph | 1 | -2/+7 |
2021-05-27 | video_core: rasterizer_cache: Use u16 for cached page count. | bunnei | 2 | -9/+9 |
2021-05-27 | core/arm_interface: Call SVC after end of dynarmic block. | Markus Wick | 6 | -18/+42 |
2021-05-27 | vulkan_memory_allocator: Allow textures to be allocated in host memory | ReinUsesLisp | 2 | -31/+43 |
2021-05-26 | cmake: Download Qt binaries on Linux if needed | lat9nq | 1 | -2/+11 |
2021-05-26 | core/arm: Drop ChangeProcessorID. | Markus Wick | 5 | -12/+0 |
2021-05-26 | ldn: Add and stub lp2p:sys lp2p:app INetworkServiceMonitor INetworkService | german77 | 1 | -0/+141 |
2021-05-26 | yuzu qt: Restore const qualifiers | lat9nq | 2 | -23/+12 |
2021-05-26 | yuzu qt: Handle per-game configs for title id 0 | lat9nq | 8 | -22/+46 |
2021-05-26 | common: fs: Rework the Common Filesystem interface to make use of std::filesystem (#6270) | Morph | 74 | -2173/+3789 |
2021-05-25 | yuzu qt: Add an Apply button to configuration dialogs | lat9nq | 6 | -18/+57 |
2021-05-25 | kernel: process_capability: Add MapRegion capability | Morph | 2 | -0/+12 |
2021-05-24 | zstd_compression: Make use of std::span | Lioncash | 2 | -3/+4 |
2021-05-24 | lz4_compression: Make use of std::span | Lioncash | 2 | -4/+4 |
2021-05-24 | hid: ApplyNpadSystemCommonPolicy | Chloe Marcec | 1 | -1/+10 |
2021-05-24 | settings: Forbid docked mode on handheld | german77 | 3 | -4/+24 |
2021-05-23 | input_common: Add dual joycon support | german77 | 2 | -60/+258 |
2021-05-23 | settings: Suppress duplicate label name warning | german77 | 1 | -3/+3 |
2021-05-22 | applets/swkbd: Make use of QueuedConnection in returnPressed signal | Morph | 1 | -15/+3 |
2021-05-21 | hle: kernel: service_thread: Take reference to KServerSession on service request. | bunnei | 1 | -9/+5 |
2021-05-21 | hle: kernel: k_port: Use AcceptSession to ensure SessionList state is correct. | bunnei | 1 | -1/+1 |
2021-05-21 | hle: kernel: Use host memory allocations for KSlabMemory. | bunnei | 4 | -174/+20 |
2021-05-21 | Revert "WORKAROUND: Do not use slab heap while we track down issues with resource management." | bunnei | 1 | -2/+2 |
2021-05-21 | hle: kernel: hle_ipc: Simplify incoming/outgoing move/copy/domain objects. | bunnei | 3 | -62/+17 |
2021-05-21 | common: tree: Avoid a crash on nullptr dereference. | bunnei | 1 | -0/+11 |
2021-05-21 | hle: kernel: Implement CloneCurrentObject and improve session management. | bunnei | 13 | -99/+184 |
2021-05-21 | Revert "WORKAROUND: temp. disable session resource limits while we work out issues" | bunnei | 4 | -11/+11 |
2021-05-20 | configure_cpu: Simplify UpdateGroup | lat9nq | 1 | -7/+4 |
2021-05-19 | configuration_shared: Drop unused function and template another | lat9nq | 2 | -52/+7 |
2021-05-19 | applets/swkbd: Send the correct text string on TextCheck::Confirm | Morph | 1 | -8/+8 |
2021-05-18 | KTransferMemory: Return size instead of size * PageSize in GetSize() | Morph | 1 | -1/+1 |
2021-05-18 | hid/gesture: Factor out last gesture retrieval into its own function | Lioncash | 2 | -14/+23 |
2021-05-18 | hid/gesture: Ensure all ID arrays are initialized | Lioncash | 1 | -4/+4 |
2021-05-18 | hid/gesture: Make Point a template | Lioncash | 2 | -38/+46 |
2021-05-18 | hid/gesture: Replace x,y members of GestureState with a Point | Lioncash | 2 | -6/+4 |
2021-05-18 | hid/gesture: Add default comparators to Point | Lioncash | 2 | -10/+7 |
2021-05-18 | hid/gesture: Rename Points to Point | Lioncash | 1 | -5/+5 |
2021-05-17 | general: Demote custom_rtc to regular setting | lat9nq | 6 | -58/+30 |
2021-05-17 | CMakeLists: Enforce C4715 on MSVC | Morph | 1 | -0/+1 |
2021-05-17 | configure_debug: FIx duplicate labels | Morph | 1 | -5/+5 |
2021-05-17 | yuzu/main: Fix version info in logging and about dialog | Morph | 3 | -14/+17 |
2021-05-16 | buffer_cache: Ensure null buffers cannot take the fast uniform bind path | ameerj | 1 | -1/+4 |
2021-05-16 | main: Prevent installing base titles into NAND | Morph | 4 | -3/+28 |
2021-05-16 | hle_ipc: unsigned -> u32 | Morph | 1 | -7/+7 |
2021-05-16 | hle_ipc: Add a getter for PID | Morph | 2 | -2/+7 |
2021-05-16 | core: Make variable shadowing a compile-time error | Lioncash | 99 | -279/+304 |
2021-05-16 | configuration: Add CPU tab to game properties | lat9nq | 13 | -88/+181 |
2021-05-16 | nifm, ssl: Fix incorrect response sizes | Morph | 2 | -2/+2 |
2021-05-16 | configuration: Simplify applying per-game settings | lat9nq | 6 | -112/+69 |
2021-05-16 | configuration_shared: Add some comments | lat9nq | 1 | -6/+14 |
2021-05-16 | general: Make CPU accuracy and related a Settings::Setting | lat9nq | 7 | -41/+47 |
2021-05-16 | perf_stats: Rework FPS counter to be more accurate | ameerj | 10 | -14/+26 |
2021-05-15 | main: Add title's version to window name on EA/mainline | ameerj | 1 | -11/+6 |
2021-05-15 | input_common: Implement SDL motion | german77 | 5 | -3/+167 |
2021-05-15 | input_common: Fix crash when controller disconnects | german77 | 1 | -1/+3 |
2021-05-15 | input_common: Rewrite sdl analog mapping | german77 | 1 | -25/+25 |
2021-05-13 | input_common: Sanitize motion data | german77 | 1 | -0/+23 |
2021-05-13 | ssl: Stub Import(Client/Server)Pki | Morph | 1 | -2/+40 |
2021-05-12 | common: tree: Avoid a nullptr dereference. | bunnei | 1 | -1/+1 |
2021-05-11 | hle: kernel: hle_ipc: Fix outgoing IPC response size calculation. | bunnei | 3 | -1/+15 |
2021-05-11 | WORKAROUND: temp. disable session resource limits while we work out issues | bunnei | 4 | -11/+11 |
2021-05-11 | WORKAROUND: Do not use slab heap while we track down issues with resource management. | bunnei | 1 | -2/+2 |
2021-05-11 | audren | bunnei | 2 | -25/+16 |
2021-05-11 | core: hle: ipc_helpers: Fix cast on raw_data_size calculation. | bunnei | 1 | -1/+1 |
2021-05-11 | hle: service: sm: Add TIPC support. | bunnei | 2 | -41/+66 |
2021-05-11 | hle: kernel: hle_ipc: Improve IPC code and add initial support for TIPC. | bunnei | 2 | -81/+57 |
2021-05-11 | hle: service: sm: GetService: Reserve session resource when we create a KSession. | bunnei | 1 | -0/+7 |
2021-05-11 | hle: service: Add support for dispatching TIPC requests. | bunnei | 2 | -1/+52 |
2021-05-11 | hle: service: Implement IPC::CommandType::Close. | bunnei | 3 | -11/+15 |
2021-05-11 | hle: service: sm: Use RegisterNamedService to register the service. | bunnei | 1 | -1/+1 |
2021-05-11 | hle: service: sm: Improve Initialize implementation. | bunnei | 2 | -0/+3 |
2021-05-11 | hle: kernel: svc: Update ConnectToNamedPort to use new CreateNamedServicePort interface. | bunnei | 1 | -4/+3 |
2021-05-11 | hle: kernel: Implement named service ports using service interface factory. | bunnei | 4 | -22/+30 |
2021-05-11 | hle: kernel: KSession: Improve implementation of CloneCurrentObject. | bunnei | 1 | -2/+10 |
2021-05-11 | hle: service: sm: Increase point buffer size. | bunnei | 1 | -1/+1 |
2021-05-11 | hle: ipc_helpers: Reserve session resource when we create a KSession. | bunnei | 1 | -0/+5 |
2021-05-11 | hle: kernel: KClientPort: Cleanup comment format. | bunnei | 1 | -1/+1 |
2021-05-11 | hle: ipc: Add declarations for TIPC. | bunnei | 1 | -1/+16 |
2021-05-11 | hle: kernel: Further cleanup and add TIPC helpers. | bunnei | 2 | -4/+12 |
2021-05-11 | hle: ipc_helpers: Update IPC response generation for TIPC. | bunnei | 2 | -19/+39 |
2021-05-10 | configure_ui: Call RequestGameListUpdate when toggling "Show Add-Ons Column" | Kewlan | 1 | -0/+1 |
2021-05-10 | parent_of_member: Make sign conversion explicit in OffsetOfImpl() | Lioncash | 1 | -1/+2 |
2021-05-09 | kernel: Delete unused files | german77 | 2 | -151/+0 |
2021-05-08 | kernel: Eliminate variable shadowing | Lioncash | 40 | -140/+138 |
2021-05-08 | texture_cache: Handle out of bound texture blits | ameerj | 8 | -61/+99 |
2021-05-07 | ldr: Simplify memory copy within LoadNro() | Lioncash | 1 | -5/+3 |
2021-05-06 | nvflinger: Create layers when they are queried but not found | ameerj | 2 | -5/+35 |
2021-05-06 | hle: kernel: KPageTable: CanContain should not be constexpr. | bunnei | 2 | -2/+2 |
2021-05-06 | hle: kernel: Move slab resource counts to Kernel. | bunnei | 4 | -33/+52 |
2021-05-06 | fixup! hle: kernel: Migrate KSharedMemory to KAutoObject. | bunnei | 1 | -2/+2 |
2021-05-06 | fixup! hle: kernel: Migrate more of KThread to KAutoObject. | bunnei | 1 | -1/+1 |
2021-05-06 | fixup! common: bit_util: Add BIT macro. | bunnei | 1 | -2/+0 |
2021-05-06 | fixup! hle: kernel: Ensure all kernel objects with KAutoObject are properly created. | bunnei | 1 | -2/+0 |
2021-05-06 | fixup! hle: kernel: Ensure all kernel objects with KAutoObject are properly created. | bunnei | 1 | -2/+0 |
2021-05-06 | kernel: svc: Remove unused RetrieveResourceLimitValue function. | bunnei | 1 | -32/+0 |
2021-05-06 | hle: kernel: Fix un/sign mismatch errors with NUM_CPU_CORES. | bunnei | 1 | -3/+3 |
2021-05-06 | fixup! hle: kernel: Add initial impl. of slab setup. | bunnei | 1 | -6/+2 |
2021-05-06 | fixup! hle: kernel: Migrate to KHandleTable. | bunnei | 1 | -0/+3 |
2021-05-06 | fixup! hle: kernel: Migrate more of KThread to KAutoObject. | bunnei | 1 | -7/+0 |
2021-05-06 | common: parent_of_member: Fix build for OffsetOf(). | bunnei | 1 | -4/+4 |
2021-05-06 | fixup! common: intrusive_red_black_tree: Disable static_assert that will not evaluate as constant on MSVC. | bunnei | 1 | -5/+0 |
2021-05-06 | fixup! hle: kernel: Migrate KReadableEvent and KWritableEvent to KAutoObject. | bunnei | 2 | -2/+2 |
2021-05-06 | fixup! hle: kernel: Migrate to KHandleTable. | bunnei | 1 | -1/+1 |
2021-05-06 | fixup! hle: kernel: Add initial impl. of KLinkedList. | bunnei | 1 | -12/+12 |
2021-05-06 | fixup! hle: kernel: Migrate to KHandleTable. | bunnei | 1 | -1/+1 |
2021-05-06 | fixup! hle: kernel: Migrate KPort, KClientPort, and KServerPort to KAutoObject. | bunnei | 1 | -1/+1 |
2021-05-06 | fixup! hle: kernel: Migrate KSession, KClientSession, and KServerSession to KAutoObject. | bunnei | 3 | -22/+28 |
2021-05-06 | fixup! hle: kernel: Migrate KSession, KClientSession, and KServerSession to KAutoObject. | bunnei | 1 | -1/+1 |
2021-05-06 | fixup! hle: kernel: Migrate KPort, KClientPort, and KServerPort to KAutoObject. | bunnei | 1 | -1/+1 |
2021-05-06 | fixup! hle: kernel: Migrate to KHandleTable. | bunnei | 1 | -60/+58 |
2021-05-06 | fixup! hle: kernel: Add initial impl. of KAutoObjectWithListContainer. | bunnei | 1 | -11/+9 |
2021-05-06 | fixup! hle: kernel: Add initial impl. of KAutoObjectWithListContainer. | bunnei | 1 | -9/+2 |
2021-05-06 | fixup! hle: kernel: Add initial impl. of KAutoObject. | bunnei | 1 | -46/+46 |
2021-05-06 | fixup! hle: kernel: Add initial impl. of KAutoObject. | bunnei | 1 | -1/+1 |
2021-05-06 | fixup! hle: kernel: Add initial impl. of slab setup. | bunnei | 1 | -8/+8 |
2021-05-06 | common: Rename NON_COPYABLE/NON_MOVABLE with YUZU_ prefix. | bunnei | 5 | -11/+11 |
2021-05-06 | fixup! hle: kernel: Rename Process to KProcess. | bunnei | 1 | -1/+1 |
2021-05-06 | fixup! hle: kernel: Migrate to KHandleTable. | bunnei | 1 | -1/+1 |
2021-05-06 | fixup! hle: kernel: Improve MapSharedMemory and implement UnmapSharedMemory. | bunnei | 1 | -3/+3 |
2021-05-06 | hle: kernel: svc: ConnectToNamedPort: Use KHandleTable::Reserve. | bunnei | 1 | -3/+8 |
2021-05-06 | hle: kernel: Migrate to KHandleTable. | bunnei | 22 | -381/+503 |
2021-05-06 | hle: kernel: KClassToken: Ensure class tokens are correct. | bunnei | 1 | -1/+127 |
2021-05-06 | hle: kernel: Improve MapSharedMemory and implement UnmapSharedMemory. | bunnei | 10 | -95/+210 |
2021-05-06 | hle: kernel: Rename Process to KProcess. | bunnei | 83 | -247/+249 |
2021-05-06 | hle: kernel: Remove deprecated Object class. | bunnei | 39 | -423/+34 |
2021-05-06 | hle: kernel: Do not shutdown twice on emulator close. | bunnei | 1 | -3/+1 |
2021-05-06 | hle: kernel: Cleanup shutdown of persistent kernel objects. | bunnei | 1 | -14/+12 |
2021-05-06 | hle: kernel: Migrate KPort, KClientPort, and KServerPort to KAutoObject. | bunnei | 22 | -166/+444 |
2021-05-06 | hle: kernel: Migrate KServerPort to KAutoObject. | bunnei | 8 | -52/+67 |
2021-05-06 | hle: kernel: Migrate KClientPort to KAutoObject. | bunnei | 18 | -63/+92 |
2021-05-06 | hle: kernel: HandleTable: Remove deprecated APIs. | bunnei | 7 | -111/+28 |
2021-05-06 | hle: kernel: Migrate KResourceLimit to KAutoObject. | bunnei | 13 | -122/+197 |
2021-05-06 | hle: kernel: svc: Migrate WaitSynchronization. | bunnei | 2 | -47/+78 |
2021-05-06 | hle: kernel: svc: Use new handle table API for Process. | bunnei | 2 | -16/+17 |
2021-05-06 | hle: kernel: Migrate KTransferMemory to KAutoObject. | bunnei | 12 | -68/+209 |
2021-05-06 | hle: kernel: Migrate KSession, KClientSession, and KServerSession to KAutoObject. | bunnei | 31 | -356/+412 |
2021-05-06 | hle: kernel: svc: Migrate GetThreadContext, GetThreadCoreMask. | bunnei | 1 | -2/+59 |
2021-05-06 | hle: kernel: svc: Migrate GetProcessId, CancelSynchronization, SetThreadActivity. | bunnei | 1 | -13/+67 |
2021-05-06 | hle: kernel: KThread: Remove incorrect resource release. | bunnei | 1 | -2/+1 |
2021-05-06 | hle: kernel: svc_results: Update naming.. | bunnei | 8 | -42/+43 |
2021-05-06 | hle: kernel: KThread: Add missing resource hint release. | bunnei | 1 | -1/+1 |
2021-05-06 | hle: kernel: Migrate KReadableEvent and KWritableEvent to KAutoObject. | bunnei | 35 | -200/+215 |
2021-05-06 | hle: ipc_helpers: Add methods for copy/move references. | bunnei | 1 | -2/+24 |
2021-05-06 | hle: kernel: Move slab heaps to their own container. | bunnei | 2 | -10/+16 |
2021-05-06 | hle: kernel: Refactor several threads/events/sharedmemory to use slab heaps. | bunnei | 11 | -59/+53 |
2021-05-06 | hle: kernel: Move slab heap management to KernelCore. | bunnei | 7 | -64/+106 |
2021-05-06 | hle: kernel: Ensure all kernel objects with KAutoObject are properly created. | bunnei | 20 | -0/+55 |
2021-05-06 | hle: kernel: Use unique_ptr for suspend and dummy threads. | bunnei | 1 | -8/+8 |
2021-05-06 | hle: kernel: Migrate KEvent to KAutoObject. | bunnei | 37 | -266/+269 |
2021-05-06 | hle: kernel: Migrate KSharedMemory to KAutoObject. | bunnei | 16 | -114/+128 |
2021-05-06 | hle: kernel: Migrate KProcess to KAutoObject. | bunnei | 14 | -58/+80 |
2021-05-06 | hle: kernel: Refactor IPC interfaces to not use std::shared_ptr. | bunnei | 28 | -59/+65 |
2021-05-06 | hle: kernel: Migrate more of KThread to KAutoObject. | bunnei | 18 | -294/+451 |
2021-05-06 | hle: kernel: svc: Migrate GetThreadPriority, StartThread, and ExitThread. | bunnei | 1 | -21/+12 |
2021-05-06 | hle: kernel: svc: Migrate CreateThread. | bunnei | 1 | -14/+21 |
2021-05-06 | hle: kernel: Migrate idle threads. | bunnei | 2 | -13/+9 |
2021-05-06 | hle: kernel: Migrate KThread to KAutoObject. | bunnei | 2 | -109/+91 |
2021-05-06 | hle: kernel: Add initial impl. of slab setup. | bunnei | 3 | -0/+227 |
2021-05-06 | hle: kernel: Refactor out various KThread std::shared_ptr usage. | bunnei | 10 | -58/+30 |
2021-05-06 | core: Defer CoreTiming initialization. | bunnei | 1 | -1/+1 |
2021-05-06 | core: memory: Add a work-around to allocate and access kernel memory regions by vaddr. | bunnei | 3 | -1/+46 |
2021-05-06 | common: common_funcs: Add Size helper function. | bunnei | 1 | -0/+15 |
2021-05-06 | hle: kernel: Add initial impl. of KLinkedList. | bunnei | 2 | -0/+234 |
2021-05-06 | common: bit_util: Add BIT macro. | bunnei | 1 | -0/+2 |
2021-05-06 | hle: kernel: Add initial impl. of KSlabAllocated. | bunnei | 2 | -0/+153 |
2021-05-06 | hle: kernel: Add initial impl. of KAutoObjectWithListContainer. | bunnei | 3 | -0/+109 |
2021-05-06 | hle: kernel: Add initial impl. of KAutoObject. | bunnei | 3 | -0/+306 |
2021-05-06 | common: intrusive_red_black_tree: Disable static_assert that will not evaluate as constant on MSVC. | bunnei | 1 | -0/+4 |
2021-05-06 | common: common_funcs: Add helper macros for non-copyable and non-moveable. | bunnei | 1 | -0/+8 |
2021-05-06 | Update src/core/hle/service/nvdrv/interface.cpp | bunnei | 1 | -1/+1 |
2021-05-05 | hid: Improve hardware accuracy of gestures | german77 | 2 | -76/+340 |
2021-05-05 | service: Remove unused class variables | Lioncash | 3 | -7/+4 |
2021-05-04 | service: Resolve cases of member field shadowing | Lioncash | 60 | -117/+119 |
2021-05-03 | core: Resolve misc cases of variable shadowing | Lioncash | 10 | -25/+27 |
2021-05-03 | nvdrv: /dev/nvhost-prof-gpu for production | Chloe Marcec | 1 | -3/+14 |
2021-05-03 | hid: Fix touch not initializing properly if disabled | german77 | 2 | -2/+10 |
2021-05-03 | input_common: Release mouse buttons on out of focus | german77 | 3 | -1/+18 |
2021-05-02 | file_sys: Resolve cases of variable shadowing | Lioncash | 21 | -114/+132 |
2021-05-01 | service: filesystem: Return proper error codes for CreateFile | Morph | 2 | -2/+8 |
2021-05-01 | Disable touch if setting is not enabled | german77 | 2 | -2/+2 |
2021-04-30 | game_list: Fix dir move up/down expand state | Kewlan | 1 | -2/+4 |
2021-04-30 | game_list: Update filter results when removing directories | Kewlan | 2 | -5/+6 |
2021-04-29 | yuzu: config: Silence narrowing conversion warning on MSVC | Morph | 1 | -2/+1 |
2021-04-28 | applets/web: Fix a use-after-free when passing in the URL string | Morph | 6 | -25/+28 |
2021-04-28 | yuzu: main: Silence type conversion warning on MSVC | Morph | 1 | -1/+1 |
2021-04-27 | loader: Resolve instances of variable shadowing | Lioncash | 19 | -169/+257 |
2021-04-27 | address comments | german77 | 2 | -5/+5 |
2021-04-27 | input_common: Reset GC sticks center by measuring multiple packets | german77 | 2 | -2/+7 |
2021-04-26 | gl_device: Intel: Disable texture view formats workaround on mesa | A-w-x | 1 | -1/+1 |
2021-04-26 | service: Eliminate cases of member shadowing | Lioncash | 15 | -76/+81 |
2021-04-25 | config: Add new keyboard bindings | Morph | 1 | -9/+10 |
2021-04-25 | vk_texture_cache: Swap R and B channels of color flipped format | ameerj | 1 | -1/+24 |
2021-04-25 | nvhost_vic: Fix device closure | ameerj | 4 | -15/+11 |
2021-04-24 | applets/swkbd: Fix software keyboard button hint scaling | Its-Rei | 1 | -12/+6 |
2021-04-24 | glue: Add ectx:aw placeholder | german77 | 4 | -0/+49 |
2021-04-24 | hid: Implement SevenSixAxis and ConsoleSixAxisSensor | german77 | 10 | -17/+220 |
2021-04-24 | ICommonStateGetter: Stub SetRequestExitToLibraryAppletAtExecuteNextProgramEnabled | Morph | 2 | -1/+10 |
2021-04-23 | program_metadata: Set a default resource size when a NPDM is not present | Morph | 3 | -4/+8 |
2021-04-23 | emu_window: Return pair from ClipToTouchScreen() instead of tuple | Lioncash | 2 | -5/+8 |
2021-04-23 | emu_window: unsigned -> u32 | Lioncash | 4 | -23/+23 |
2021-04-23 | aes_util: Make use of std::span | Lioncash | 2 | -9/+5 |
2021-04-23 | acc/lbl: Remove unused variables | Lioncash | 2 | -6/+0 |
2021-04-23 | lm: Make use of insert_or_assign() in Log() | Lioncash | 1 | -1/+1 |
2021-04-23 | lm: Prevent redundant map lookups in Log() | Lioncash | 1 | -4/+5 |
2021-04-23 | lm: Resolve -Wextra-semi warning | Lioncash | 1 | -1/+1 |
2021-04-23 | program_metadata: Explicitly specify copy/move functions | Lioncash | 1 | -0/+6 |
2021-04-23 | yuzu_cmd: Remove unused resource.h | ameerj | 2 | -17/+0 |
2021-04-22 | service: hid: Get transfer memory for InitializeSevenSixAxisSensor | Morph | 1 | -1/+38 |
2021-04-20 | log/backend: Use in-class initializer for FileBackend | Lioncash | 2 | -6/+8 |
2021-04-20 | log/backend: Make use of erase_if | Lioncash | 1 | -4/+4 |
2021-04-19 | texture_cache/util: Fix src being used instead of dst within DeduceBlitImages | Lioncash | 1 | -1/+1 |
2021-04-19 | general: Write buffers before pushing raw arguments | Morph | 3 | -5/+12 |
2021-04-19 | arp: Use type alias for issue function | Lioncash | 1 | -4/+4 |
2021-04-19 | arp: Prevent uninitialized read of launch member variable | Lioncash | 1 | -1/+1 |
2021-04-19 | npad: Remove duplicated class member variable | Lioncash | 2 | -2/+1 |
2021-04-19 | time: Write buffer before pushing RESULT_SUCCESS in GetClockSnapshot | Morph | 1 | -1/+2 |
2021-04-19 | time: Fix GetClockSnapshotFromSystemClockContext | Morph | 1 | -2/+3 |
2021-04-18 | general: Ignore implicit-fallthrough for SDL.h | lat9nq | 5 | -0/+47 |
2021-04-18 | cmake: Use SDL 2.0.14 and fix CMake scope issue | lat9nq | 1 | -1/+1 |
2021-04-17 | applets: Send focus state change message on applet state change | Morph | 10 | -22/+56 |
2021-04-17 | applets: Make the applet mode a protected property of Applet | Morph | 14 | -22/+20 |
2021-04-16 | Address issues | Chloe Marcec | 1 | -3/+2 |
2021-04-15 | applets/swkbd: Implement the Qt Software Keyboard frontend | Morph | 6 | -14/+5518 |
2021-04-15 | error: Make the error code as the title text of the OverlayDialog | Morph | 4 | -15/+17 |
2021-04-15 | overlay_dialog: Add an overlay text dialog that accepts controller input | Morph | 5 | -1/+768 |
2021-04-15 | main: Move meta type registration into its own function | Morph | 2 | -9/+65 |
2021-04-15 | input_interpreter: Fix button hold being interpreted incorrectly on init | Morph | 2 | -1/+17 |
2021-04-15 | applets/swkbd: Implement the Default Software Keyboard frontend | Morph | 2 | -2/+236 |
2021-04-15 | applets/swkbd: Implement the Normal and Inline Software Keyboard Applet | Morph | 4 | -13/+1488 |
2021-04-15 | ILibraryAppletCreator: Implement CreateHandleStorage | Morph | 2 | -6/+64 |
2021-04-15 | hle_ipc: Add helper functions to get copy/move handles | Morph | 2 | -2/+16 |
2021-04-15 | ILibraryAppletAccessor: Demote from ERROR to DEBUG for null storage logs | Morph | 1 | -2/+2 |
2021-04-15 | applets: Pass in the LibraryAppletMode each applet's constructor | Morph | 13 | -33/+58 |
2021-04-15 | applets: Remove the previous software keyboard applet implementation | Morph | 8 | -492/+14 |
2021-04-15 | game_list: Mark games as favorite to make them appear at the top. | Kewlan | 5 | -5/+144 |
2021-04-15 | log/backend: Correct order of const in copy constructor | Lioncash | 1 | -2/+5 |
2021-04-15 | common/log: Move Log namespace into the Common namespace | Lioncash | 11 | -43/+53 |
2021-04-15 | common: Move settings to common from core. | bunnei | 116 | -146/+144 |
2021-04-15 | core: settings: Add setting for debug assertions and disable by default. | bunnei | 7 | -2/+28 |
2021-04-14 | k_resource_limit: Minor cleanup of member variables/headers | ameerj | 4 | -21/+13 |
2021-04-13 | applets/controller: Hook up the "Motion" button functionality | Morph | 2 | -0/+19 |
2021-04-13 | nvidia_flags: Add missing header guard | Lioncash | 1 | -0/+2 |
2021-04-12 | kernel/process: Replace process resource limit instance with the kernel's resource limit | ameerj | 2 | -38/+27 |
2021-04-12 | k_thread: Remove [[nodiscard]] attribute from ClearWaitCancelled() | Lioncash | 1 | -1/+1 |
2021-04-12 | engine_interface: Add missing virtual destructor | Lioncash | 4 | -4/+5 |
2021-04-12 | vk_master_semaphore: Deduplicate atomic access within IsFree() | Lioncash | 1 | -1/+1 |
2021-04-12 | vk_master_semaphore: Add missing const qualifier for IsFree() | Lioncash | 1 | -1/+1 |
2021-04-12 | vk_texture_cache: Make use of Common::BitCast where applicable | Lioncash | 1 | -5/+6 |
2021-04-12 | texure_cache/util: Resolve implicit sign conversions with std::reduce | Lioncash | 2 | -11/+15 |
2021-04-12 | query_cache: Make use of std::erase_if | Lioncash | 1 | -5/+4 |
2021-04-11 | vk_buffer_cache: Fix offset for NULL vertex buffers | Joshua Ashton | 1 | -1/+1 |
2021-04-11 | vulkan_device: Enable EXT_robustness2 features | Joshua Ashton | 1 | -0/+9 |
2021-04-11 | renderer_vulkan: Check return value of AcquireNextImage | Joshua Ashton | 3 | -5/+10 |
2021-04-09 | ns: Update to 12.x | Morph | 1 | -3/+38 |
2021-04-09 | aoc_u: Update to 12.x | Morph | 1 | -0/+2 |
2021-04-09 | nim: Update to 12.x | Morph | 1 | -44/+55 |
2021-04-09 | npns: Update to 12.x | Morph | 1 | -0/+3 |
2021-04-09 | bgtc: Update to 12.x and implement OpenTaskService | Morph | 4 | -1/+36 |
2021-04-09 | vi: Update to 12.x | Morph | 1 | -0/+8 |
2021-04-09 | erpt: Update to 12.x | Morph | 1 | -1/+6 |
2021-04-09 | btm: Update to 12.x | Morph | 1 | -0/+1 |
2021-04-09 | btdrv: Update to 12.x | Morph | 1 | -0/+19 |
2021-04-09 | wlan: Update to 12.x | german77 | 1 | -0/+7 |
2021-04-09 | usb: Use proper names | german77 | 1 | -21/+21 |
2021-04-09 | ITimeZoneService: Update to 12.x | german77 | 1 | -0/+1 |
2021-04-09 | spl: Update to 12.x | german77 | 1 | -0/+3 |
2021-04-09 | sfdnsres: Use proper names | german77 | 1 | -2/+2 |
2021-04-09 | nsd: Update to 12.x | german77 | 1 | -0/+1 |
2021-04-09 | ethc: Update to 12.x | german77 | 1 | -0/+1 |
2021-04-09 | sm: Use proper names, update to 12.x | german77 | 1 | -4/+5 |
2021-04-09 | set_sys: Update to 12.x | german77 | 1 | -0/+6 |
2021-04-09 | pctl_module: Update to 12.x | german77 | 1 | -0/+3 |
2021-04-09 | pcie: Use proper names | german77 | 1 | -1/+1 |
2021-04-09 | olsc: Update to 12.x | german77 | 1 | -0/+1 |
2021-04-09 | pl_u: Update to 12.x | german77 | 1 | -0/+4 |
2021-04-09 | ldr: Use proper names | german77 | 1 | -16/+16 |
2021-04-09 | arp: Use proper names, update to 12.x | german77 | 2 | -3/+10 |
2021-04-09 | caps_u: Update to 12.x | german77 | 1 | -0/+1 |
2021-04-09 | caps_a: Update to 12.x | german77 | 1 | -0/+1 |
2021-04-09 | bpc: Use proper names | german77 | 1 | -2/+2 |
2021-04-09 | bcat_module: Update to 12.x | german77 | 1 | -0/+2 |
2021-04-09 | codecctl: Use proper names | german77 | 1 | -13/+13 |
2021-04-09 | audren_u: Use proper names | german77 | 2 | -4/+4 |
2021-04-09 | audren_a: Use proper names | german77 | 1 | -6/+6 |
2021-04-09 | audrec_u: Use proper names, update to 12.x | german77 | 1 | -3/+4 |
2021-04-09 | audrec_a: Use proper names | german77 | 1 | -2/+2 |
2021-04-09 | audout_u: Use proper names | german77 | 1 | -3/+3 |
2021-04-09 | audout_a: Use proper names | german77 | 1 | -6/+6 |
2021-04-09 | audin_u: Use proper names | german77 | 1 | -7/+7 |
2021-04-09 | audin_a: Use proper names | german77 | 1 | -4/+4 |
2021-04-08 | externals: Search for shared opus installation. | Markus Wick | 1 | -1/+1 |
2021-04-08 | service: time: Setup the network clock with the local clock context | Morph | 6 | -21/+38 |
2021-04-08 | service: hid: Stub SetAnalogStickUseCenterClamp | Morph | 4 | -1/+29 |
2021-04-08 | service: time: Fix CalculateStandardUserSystemClockDifferenceByUser | Morph | 1 | -3/+8 |
2021-04-07 | video_core: Use a CV for blocking commands. | Markus Wick | 2 | -23/+31 |
2021-04-07 | video_core/gpu_thread: Keep the write lock for allocating the fence. | Markus Wick | 2 | -1/+4 |
2021-04-07 | video_core/gpu_thread: Implement a ShutDown method. | Markus Wick | 5 | -15/+28 |
2021-04-07 | common/threadsafe_queue: Provide Wait() method. | Markus Wick | 2 | -3/+10 |
2021-04-07 | hwopus: Update to 12.x | Morph | 1 | -0/+4 |
2021-04-07 | IFile: Update to 12.x | Morph | 1 | -3/+7 |
2021-04-07 | fsp-srv: Update to 12.x | Morph | 2 | -3/+8 |
2021-04-07 | dauth_o: Update to 11.x | Morph | 1 | -6/+11 |
2021-04-07 | acc_u1: Update to 12.x | Morph | 1 | -13/+15 |
2021-04-07 | acc_su: Update to 12.x | Morph | 1 | -17/+19 |
2021-04-07 | hid: Update service function tables | german77 | 2 | -0/+85 |
2021-04-07 | ISelfController: Update to 11.x | Morph | 1 | -0/+1 |
2021-04-07 | IApplicationFunctions: Update to 11.x | Morph | 1 | -0/+6 |
2021-04-07 | IDebugFunctions: Update to 12.x | Morph | 1 | -0/+2 |
2021-04-07 | ICommonStateGetter: Update to 12.x | Morph | 1 | -0/+9 |
2021-04-07 | IGlobalStateController: Update to 12.x | Morph | 1 | -0/+1 |
2021-04-07 | IHomeMenuFunctions: Update to 12.x | Morph | 1 | -0/+3 |
2021-04-07 | Amend bizarre clang-format suggestions | Lioncash | 3 | -5/+5 |
2021-04-07 | k_scoped_scheduler_lock_and_sleep: Mark class as [[nodiscard]] | Lioncash | 1 | -1/+1 |
2021-04-07 | k_scoped_lock: delete copy and move assignment operators | Lioncash | 1 | -2/+5 |
2021-04-07 | k_scoped_lock: Mark class as [[nodiscard]] | Lioncash | 1 | -1/+1 |
2021-04-07 | k_scheduler: Mark KScopedSchedulerLock as [[nodiscard]] | Lioncash | 1 | -1/+1 |
2021-04-07 | kernel: Increase event and session counts | ameerj | 1 | -2/+2 |
2021-04-07 | svc: Expand SVC tables | Lioncash | 1 | -0/+132 |
2021-04-07 | process_capability: Handle extended SVC range | Lioncash | 2 | -6/+1 |
2021-04-06 | config: Default to exclusive fullscreen mode on platforms other than Windows | Morph | 1 | -0/+12 |
2021-04-06 | configure_graphics: Add Borderless Windowed fullscreen mode | Morph | 5 | -9/+108 |
2021-04-05 | nvhost_nvdec_common: Avoid memcpy with null pointers | lat9nq | 1 | -6/+11 |
2021-04-05 | nvhost_ctrl_gpu: Avoid sending null pointer to memcpy | lat9nq | 1 | -1/+7 |
2021-04-05 | vp9: Avoid memcpy with null pointers | lat9nq | 1 | -7/+9 |
2021-04-04 | common: Move assert failure handling into a cpp file. | Markus Wick | 3 | -6/+20 |
2021-04-04 | configure_graphics: Prevent stack-use-after-scope | lat9nq | 1 | -1/+1 |
2021-04-02 | arm_dynarmic: Increase size of code cache | MerryMage | 2 | -0/+8 |
2021-04-02 | HID: Fix SL and SR buttons for right joycon | german77 | 1 | -2/+6 |
2021-03-31 | Use a single connection for UDP server, make connection test longer and check all pads instead of only the first one | german77 | 4 | -102/+101 |
2021-03-31 | InputCommon: Name properly xbox 360 and one controllers, Fix mappings for Nintendo Pro controllers | german77 | 2 | -6/+24 |
2021-03-30 | ISelfController: Stub SetAlbumImageTakenNotificationEnabled | Morph | 2 | -1/+17 |
2021-03-30 | configuration: Add auto stub toggle that resets on boot | ameerj | 5 | -4/+32 |
2021-03-30 | service: Auto stub fallback | ameerj | 1 | -0/+4 |
2021-03-30 | nvdrv: Cleanup CDMA Processor on device closure | Chloe Marcec | 3 | -11/+15 |
2021-03-30 | Addressed issues | Chloe Marcec | 2 | -21/+22 |
2021-03-30 | vulkan_common: enable OpenGL interop on other Unices | Jan Beich | 2 | -5/+5 |
2021-03-27 | yuzu/main: Add user command line argument | german77 | 1 | -0/+28 |
2021-03-27 | hle: kernel: Initialize preemption task after schedulers. | bunnei | 1 | -1/+1 |
2021-03-27 | service: friend: Change logging class from ACC to Friend | Morph | 1 | -11/+12 |
2021-03-27 | Friend: Stub GetPlayHistoryRegistrationKey | german77 | 1 | -1/+13 |
2021-03-26 | HID: Initialize correctly the gesture finger_id and filter invalid results | Narr the Reg | 2 | -3/+13 |
2021-03-26 | pctl: Rework how pctl works to be more accurate | Chloe Marcec | 6 | -31/+253 |
2021-03-25 | astc_decoder: Refactor for style and more efficient memory use | ameerj | 9 | -2256/+502 |
2021-03-25 | nvdrv: Pass device fd and handle device create methods for device opening and closing | Chloe Marcec | 20 | -78/+161 |
2021-03-24 | gl_device: unblock async shaders on other Unix systems | Jan Beich | 1 | -1/+1 |
2021-03-24 | arm_dynarmic: Always have a 'valid' jit instance | MerryMage | 4 | -53/+26 |
2021-03-24 | hle: kernel: Breakup InitializeMemoryLayout. | bunnei | 1 | -3/+7 |
2021-03-24 | hle: kernel: k_memory_region_type: Minor code cleanup. | bunnei | 1 | -13/+12 |
2021-03-24 | hle: kernel: k_memory_region: Minor code cleanup. | bunnei | 1 | -7/+5 |
2021-03-24 | hle: kernel: k_memory_layout: Use pair instead of tuple. | bunnei | 1 | -2/+4 |
2021-03-24 | hle: kernel: k_system_control: Remove unnecessary inline. | bunnei | 1 | -4/+4 |
2021-03-24 | common: common_sizes: Move sizes to the Common namespace. | bunnei | 5 | -45/+50 |
2021-03-22 | nvdrv: Change InitializeEx to AllocAsEx | Chloe Marcec | 2 | -27/+49 |
2021-03-21 | hle: kernel: Merge KMemoryRegionAttr and KMemoryRegionType. | bunnei | 2 | -11/+9 |
2021-03-21 | hle: kernel: Remove unused variable. | bunnei | 1 | -1/+0 |
2021-03-21 | hle: kernel: k_memory_region_type: Remove extra ". | bunnei | 1 | -1/+1 |
2021-03-21 | core: arm_dynarmic: Ensure JIT state is saved/restored on page table changes. | bunnei | 2 | -0/+10 |
2021-03-21 | hle: kernel: k_memory_layout: Move KMemoryRegionAllocator out of global. | bunnei | 3 | -35/+47 |
2021-03-21 | hle: kernel: k_memory_layout: Derive memory regions based on board layout. | bunnei | 6 | -56/+1033 |
2021-03-21 | common: common_sizes: Move Invalid to Size_* prefix and add missing values. | bunnei | 2 | -15/+21 |
2021-03-21 | hle: kernel: k_memory_region: Refactor to simplify code. | bunnei | 2 | -83/+89 |
2021-03-21 | hle: kernel: board: k_system_control: Extend to include memory region sizes. | bunnei | 3 | -1/+135 |
2021-03-21 | hle: kernel: board: Add secure_monitor module. | bunnei | 2 | -0/+27 |
2021-03-21 | common: Move common sizes to their own header for code reuse. | bunnei | 3 | -13/+25 |
2021-03-21 | hle: kernel: k_address_space_info: Cleanup. | bunnei | 1 | -9/+9 |
2021-03-21 | hle: kernel: Add k_trace module. | bunnei | 2 | -0/+13 |
2021-03-21 | hle: kernel: KSystemControl: Update to reflect board-specific behavior. | bunnei | 4 | -10/+41 |
2021-03-21 | hle: kernel: KMemoryManager: Add CalculateManagementOverheadSize. | bunnei | 2 | -0/+26 |
2021-03-21 | hle: kernel: KMemoryManager: Add aliases. | bunnei | 1 | -0/+4 |
2021-03-21 | hle: kernel: Add architecture and board specific memory regions. | bunnei | 2 | -0/+72 |
2021-03-21 | hle: kernel: KMemoryRegion: Derive region values. | bunnei | 1 | -0/+327 |
2021-03-21 | hle: kernel: Migrate some code from Common::SpinLock to KSpinLock. | bunnei | 5 | -25/+25 |
2021-03-21 | hle: kernel: Add initial KMemoryRegionType module. | bunnei | 3 | -18/+41 |
2021-03-21 | hle: kernel: Move KMemoryRegion to its own module and update. | bunnei | 4 | -31/+322 |
2021-03-21 | gl_device: Block async shaders on AMD and Intel | lat9nq | 1 | -1/+13 |
2021-03-20 | Fix cancelation of choose directory dialog | ivan-boikov | 1 | -1/+4 |
2021-03-17 | IApplicationDisplayService: Stub GetIndirectLayerImageMap | Morph | 1 | -1/+27 |
2021-03-16 | bsd: Avoid writing empty buffers | Morph | 1 | -2/+6 |
2021-03-14 | system_version: Update to 11.0.1 | Morph | 1 | -5/+5 |
2021-03-14 | system_archive: Update NgWord archive version | Morph | 1 | -2/+2 |
2021-03-13 | astc_decoder: Reimplement Layers | Rodrigo Locatti | 5 | -142/+161 |
2021-03-13 | astc_decoder: Fix out of bounds memory access | ameerj | 1 | -2/+10 |
2021-03-13 | renderer_vulkan: Accelerate ASTC decoding | ameerj | 11 | -57/+426 |
2021-03-13 | host_shaders: Modify shader cmake integration to allow for larger shaders | ameerj | 4 | -8/+27 |
2021-03-13 | renderer_opengl: Accelerate ASTC texture decoding with a compute shader | ameerj | 6 | -2/+1598 |
2021-03-13 | video_core: rasterizer_accelerated: Fix un/signed mismatch. | bunnei | 1 | -1/+2 |
2021-03-11 | Fix casing on DeallocateAesKeySlot | zkitx | 1 | -3/+3 |
2021-03-11 | Update SPL to fit N's service refactor (4.0.0+) which split into new services. | zkitx | 3 | -9/+178 |
2021-03-10 | fiber: Double default stack size | MerryMage | 1 | -1/+1 |
2021-03-10 | time: Fix CalculateSpanBetween implementation | Morph | 1 | -3/+9 |
2021-03-10 | time: Assign the current time point to the ClockSnapshot | Morph | 1 | -0/+2 |
2021-03-07 | common: Fiber: use a reference for YieldTo. | bunnei | 5 | -34/+27 |
2021-03-07 | qt: Set DISPLAY env var when not present | Ani | 1 | -0/+9 |
2021-03-06 | Enable mouse toggle buttons | german77 | 5 | -11/+65 |
2021-03-06 | Add toggle button option for normal buttons | german | 1 | -0/+5 |
2021-03-06 | common: fiber: Use weak_ptr when yielding. | bunnei | 2 | -8/+13 |
2021-03-06 | Enable button toggle for keyboard in the modifier button | german | 3 | -6/+44 |
2021-03-06 | hle: kernel: KThread: Rework dummy threads & fix memory leak. | bunnei | 6 | -36/+65 |
2021-03-06 | Revert "core: Switch to unique_ptr for usage of Common::Fiber." | bunnei | 10 | -58/+59 |
2021-03-05 | aes_util: Remove malformed mbedtls_cipher_finish function call | Morph | 1 | -2/+0 |
2021-03-05 | CMakeLists: Add /utf-8 compile option for MSVC | Morph | 1 | -0/+2 |
2021-03-04 | texture_cache: Blacklist BGRA8 copies and views on OpenGL | ameerj | 9 | -28/+80 |
2021-03-04 | renderer_opengl: Swizzle BGR textures on copy | ameerj | 5 | -2/+132 |
2021-03-03 | video_core: rasterizer_accelerated: Fix delta check ordering. | bunnei | 1 | -3/+3 |
2021-03-03 | video_core: rasterizer_accelerated: Improve error handling & fix implicit conversion. | bunnei | 1 | -4/+8 |
2021-03-03 | video_core: rasterizer_accelerated: Use a flat array instead of interval_map for cached pages. | bunnei | 2 | -44/+32 |
2021-03-02 | buffer_cache: Heuristically decide to skip cache on uniform buffers | ReinUsesLisp | 2 | -11/+37 |
2021-03-02 | core: Shutdown: Move kernel cleanup to later in shutdown. | bunnei | 1 | -12/+1 |
2021-03-02 | Fix default bcat_backend init | Kelebek1 | 2 | -3/+3 |
2021-03-01 | inputCommon: Use an unique client id for each socket instance | german | 4 | -19/+23 |
2021-03-01 | gpu_thread: Remove Async NVDEC placeholders | ameerj | 3 | -26/+8 |
2021-02-28 | [network] Error handling reform | comex | 6 | -111/+147 |
2021-02-28 | Implements touch, pan, pinch and rotation gestures | german | 2 | -11/+240 |
2021-02-28 | inputCommon: Mouse fixes | german77 | 9 | -25/+89 |
2021-02-27 | core: hle: ldn: Error out on call to Initialization. | bunnei | 1 | -1/+1 |
2021-02-27 | core: Switch to unique_ptr for usage of Common::Fiber. | bunnei | 10 | -59/+58 |
2021-02-24 | Implement glDepthRangeIndexeddNV | Kelebek1 | 3 | -1/+12 |
2021-02-23 | vk_command_pool: Reduce the command pool size from 4096 to 4 | ReinUsesLisp | 1 | -1/+1 |
2021-02-23 | video_core: add missing header after 468bd9c1b0f9 | Jan Beich | 1 | -0/+1 |
2021-02-23 | common: add missing header after f3805376f726 | Jan Beich | 1 | -0/+1 |
2021-02-21 | hid: Implement GameCube Controller Vibrations | Morph | 2 | -3/+130 |
2021-02-21 | acc: Stub GetNintendoAccountUserResourceCacheForApplication | Morph | 1 | -1/+17 |
2021-02-21 | kernel: Fix resource release exception on exit | ameerj | 4 | -2/+16 |
2021-02-20 | gl_disk_shader_cache: Log total shader entries count on game load | Morph | 1 | -0/+4 |
2021-02-20 | common: wall_clock: Fix integer overflow with StandardWallClock. | bunnei | 2 | -7/+28 |
2021-02-19 | hle: kernel: Migrate PageHeap/PageTable to KPageHeap/KPageTable. | bunnei | 24 | -147/+131 |
2021-02-19 | hle: kernel: Migrate MemoryManager to KMemoryManager. | bunnei | 8 | -47/+48 |
2021-02-19 | hle: kernel: Migrate PageLinkedList to KPageLinkedList. | bunnei | 8 | -38/+41 |
2021-02-19 | hle: kernel: Migrate to KMemoryBlock, KMemoryBlockManager, and others. | bunnei | 18 | -476/+479 |
2021-02-19 | hle: kernel: Migrate SlabHeap to KSlabHeap. | bunnei | 4 | -22/+21 |
2021-02-19 | hle: kernel: Migrate MemoryLayout to KMemoryLayout. | bunnei | 5 | -31/+30 |
2021-02-19 | hle: kernel: Migrate AddressSpaceInfo to KAddressSpaceInfo. | bunnei | 4 | -59/+54 |
2021-02-19 | hle: kernel: memory_manager: Rename AllocateContinuous to AllocateContinuous. | bunnei | 2 | -4/+28 |
2021-02-19 | hle: kernel: KSystemControl does not belong in Memory namespace. | bunnei | 7 | -31/+38 |
2021-02-19 | hle: kernel: memory: PageHeap: Migrate to KPageBitmap class. | bunnei | 4 | -197/+23 |
2021-02-19 | hle: kernel: Add KPageBitmap class. | bunnei | 2 | -0/+280 |
2021-02-19 | hle: kernel: system_control: Add function GenerateRandomU64. | bunnei | 2 | -3/+5 |
2021-02-19 | common: Add implementation of TinyMT (Mersenne Twister RNG). | bunnei | 2 | -0/+251 |
2021-02-19 | hle: kernel: Add KSpinLock implementation. | bunnei | 3 | -0/+89 |
2021-02-19 | core: memory: Add templated GetPointer methods. | bunnei | 1 | -0/+10 |
2021-02-19 | common: alignment: Add DivideUp utility method. | bunnei | 1 | -0/+5 |
2021-02-19 | hle: kernel: Rename SharedMemory to KSharedMemory. | bunnei | 13 | -54/+54 |
2021-02-18 | Revert "Port citra-emu/citra#5123: "SDL: Disable hidapi drivers due to compatibility problems with certain controllers"" | Morph | 1 | -7/+0 |
2021-02-18 | common/cityhash: Use common types | ReinUsesLisp | 3 | -116/+100 |
2021-02-18 | tests: Add tests for CityHash | ReinUsesLisp | 2 | -0/+23 |
2021-02-16 | vk_rasterizer: Fix loading shader addresses twice | ReinUsesLisp | 1 | -1/+0 |
2021-02-15 | core: core_timing_util: Optimize core timing math. | bunnei | 3 | -98/+48 |
2021-02-15 | common: wall_clock: Optimize GetClockCycles/GetCPUCycles to use a single MUL instruction. | bunnei | 1 | -8/+9 |
2021-02-15 | common: Merge uint128 to a single header file with inlines. | bunnei | 4 | -135/+84 |
2021-02-15 | core/CMakeLists: Add web_types.h | Morph | 1 | -0/+1 |
2021-02-15 | Review 1 | Kelebek1 | 2 | -3/+3 |
2021-02-15 | Implement texture offset support for TexelFetch and TextureGather and add offsets for Tlds | Kelebek1 | 3 | -9/+34 |
2021-02-14 | debugger: controller: Add access key | lat9nq | 1 | -1/+1 |
2021-02-14 | yuzu: Various frontend improvements to avoid crashes and improve experience on Linux. | bunnei | 10 | -10/+52 |
2021-02-14 | hle: service: ldn: IUserLocalCommunicationService: Improve the stub. | bunnei | 1 | -5/+29 |
2021-02-14 | Improve mouse panning | german | 1 | -5/+21 |
2021-02-14 | hle: service: ldn: IUserLocalCommunicationService: Indicate that LDN is disabled. | bunnei | 3 | -3/+19 |
2021-02-14 | hle: service: am: IStorageAccessor: Fix out of bounds error handling. | bunnei | 1 | -6/+7 |
2021-02-13 | vk_resource_pool: Load GPU tick once and compare with it | ReinUsesLisp | 2 | -8/+8 |
2021-02-13 | vk_update_descriptor: Inline and improve code for binding buffers | ReinUsesLisp | 4 | -24/+24 |
2021-02-13 | fixed_pipeline_cache: Use dirty flags to lazily update key | ReinUsesLisp | 7 | -56/+103 |
2021-02-13 | gl_texture_cache: Lazily create non-sRGB texture views for sRGB formats | ameerj | 3 | -7/+41 |
2021-02-13 | rebase, fix name shadowing, more const | ameerj | 4 | -11/+10 |
2021-02-13 | Address PR feedback | ameerj | 4 | -12/+7 |
2021-02-13 | streamline cdma_pusher/command_classes | ameerj | 1 | -13/+5 |
2021-02-13 | streamline cdma_pusher/command_classes | ameerj | 5 | -85/+34 |
2021-02-13 | nvdec cleanup | ameerj | 8 | -43/+38 |
2021-02-13 | vk_master_semaphore: Mark gpu_tick atomic operations with relaxed order | ReinUsesLisp | 1 | -4/+4 |
2021-02-13 | vk_staging_buffer_pool: Inline tick tests | ReinUsesLisp | 2 | -1/+7 |
2021-02-13 | gl_stream_buffer/vk_staging_buffer_pool: Fix size check | ReinUsesLisp | 2 | -2/+2 |
2021-02-13 | vulkan_device: Require VK_EXT_robustness2 | ReinUsesLisp | 2 | -37/+14 |
2021-02-13 | config: Make high GPU accuracy the default | ReinUsesLisp | 2 | -3/+3 |
2021-02-13 | video_core: Fix clang build issues | ReinUsesLisp | 2 | -8/+5 |
2021-02-13 | vk_staging_buffer_pool: Fix softlock when stream buffer overflows | ReinUsesLisp | 2 | -19/+20 |
2021-02-13 | vk_buffer_cache: Add support for null index buffers | ReinUsesLisp | 2 | -4/+40 |
2021-02-13 | buffer_cache: Add extra bytes to guest SSBOs | ReinUsesLisp | 1 | -1/+7 |
2021-02-13 | Merge branch 'bytes-to-map-end' into new-bufcache-wip | ReinUsesLisp | 1 | -0/+2 |
2021-02-13 | vk_staging_buffer_pool: Get a staging buffer instead of waiting | ReinUsesLisp | 2 | -9/+18 |
2021-02-13 | yuzu/config: Disable assembly shaders by default | ReinUsesLisp | 1 | -2/+2 |
2021-02-13 | renderer_opengl: Remove interop | ReinUsesLisp | 8 | -122/+10 |
2021-02-13 | gl_buffer_cache: Drop interop based parameter buffer workarounds | ReinUsesLisp | 3 | -65/+45 |
2021-02-13 | buffer_cache: Heuristically detect stream buffers | ReinUsesLisp | 2 | -6/+33 |
2021-02-13 | buffer_cache: Split CreateBuffer in separate functions | ReinUsesLisp | 1 | -29/+52 |
2021-02-13 | buffer_cache: Skip cache on small uploads on Vulkan | ReinUsesLisp | 3 | -9/+18 |
2021-02-13 | vk_staging_buffer_pool: Add stream buffer for small uploads | ReinUsesLisp | 15 | -127/+298 |
2021-02-13 | vulkan_device: Enable robustBufferAccess | ReinUsesLisp | 1 | -1/+2 |
2021-02-13 | video_core: Reimplement the buffer cache | ReinUsesLisp | 67 | -2607/+2514 |
2021-02-13 | vulkan_common: Expose interop and headless devices | ReinUsesLisp | 4 | -21/+100 |
2021-02-13 | vulkan_common: Make interop extensions mandatory | ReinUsesLisp | 1 | -0/+6 |
2021-02-13 | vulkan_device: Enable robust buffers | ReinUsesLisp | 1 | -2/+4 |
2021-02-13 | vulkan_device: Use designated initializers for features | ReinUsesLisp | 1 | -60/+59 |
2021-02-13 | vulkan_wrapper: Add memory barrier pipeline barrier helper | ReinUsesLisp | 1 | -0/+6 |
2021-02-13 | vulkan_device: Fix formatting of constants | ReinUsesLisp | 1 | -10/+6 |
2021-02-13 | vulkan_wrapper: Add interop functions | ReinUsesLisp | 2 | -1/+41 |
2021-02-13 | vulkan_instance: Initialize Vulkan instance in a separate thread | ReinUsesLisp | 1 | -1/+5 |
2021-02-13 | vulkan_wrapper: Pull Windows symbols | ReinUsesLisp | 2 | -0/+14 |
2021-02-13 | gpu: Report renderer errors with exceptions | ReinUsesLisp | 27 | -232/+176 |
2021-02-13 | tests/buffer_base: Add cached CPU writes tests | ReinUsesLisp | 1 | -0/+76 |
2021-02-13 | buffer_base: Add support for cached CPU writes | ReinUsesLisp | 1 | -61/+145 |
2021-02-13 | maxwell_to_gl: Remove unused code | ameerj | 2 | -36/+3 |
2021-02-13 | revert to std::sin and std::cos | Chloe Marcec | 3 | -6/+6 |
2021-02-13 | address issues | Chloe Marcec | 3 | -22/+25 |
2021-02-13 | audren: Implement I3dl2Reverb | Chloe Marcec | 8 | -18/+569 |
2021-02-13 | kernel: More accurately reserve and release resources | ameerj | 6 | -14/+42 |
2021-02-13 | kernel: KScopedReservation implementation | ameerj | 6 | -26/+152 |
2021-02-13 | kernel: Unify result codes (#5890) | Chloe | 21 | -256/+223 |
2021-02-12 | yuzu: Create screenshot path before capture | lat9nq | 1 | -0/+5 |
2021-02-11 | software_keyboard: Implement Finalize request command | Morph | 1 | -0/+4 |
2021-02-10 | configure_input_player_widget: Silence unused variable warnings | lat9nq | 1 | -7/+0 |
2021-02-10 | common: Add -fsized-deallocation as a Clang flag | lat9nq | 1 | -0/+2 |
2021-02-10 | core: Add -fsized-dealloction as a Clang flag | lat9nq | 1 | -0/+2 |
2021-02-09 | bsd: Remove usage of optional emplace() with no arguments | Lioncash | 1 | -2/+4 |
2021-02-09 | am/controller: Remove [[fallthrough]] from unreachable path | Lioncash | 1 | -1/+2 |
2021-02-09 | nfp: Correct uninitialized size being used within GetTagInfo() | Lioncash | 1 | -1/+1 |
2021-02-09 | udp: Silence unused member variable warnings | Lioncash | 1 | -2/+2 |
2021-02-09 | udp/client: Define ClientData constructor/destructor in cpp file | Lioncash | 2 | -0/+7 |
2021-02-09 | gl_rasterizer: Remove unused variables | Lioncash | 1 | -3/+0 |
2021-02-09 | texture_cache/util: Remove unused functions | Lioncash | 1 | -34/+0 |
2021-02-09 | configure_input_player_widget: Reduce duplication of array accessors where applicable | Lioncash | 1 | -108/+125 |
2021-02-09 | configure_input_player_widget: Avoid nontrivial copies where applicable | Lioncash | 2 | -5/+6 |
2021-02-09 | Use GC image | german | 1 | -0/+3 |
2021-02-09 | Settings: Add depth to Joysticks on Pro Controller preview (#5894) | Jatoxo | 2 | -6/+30 |
2021-02-08 | string_util: Remove MSVC workaround for converting between UTF8/UTF16 | Morph | 1 | -14/+0 |
2021-02-08 | hid: Implement GC controller | german | 7 | -6/+206 |
2021-02-08 | olsc: Stub GetSaveDataBackupSetting | german | 1 | -1/+12 |
2021-02-08 | Add mouse panning | german | 11 | -38/+149 |
2021-02-08 | video_core: Delete morton | Chloe Marcec | 3 | -2/+0 |
2021-02-07 | renderer_opengl: Update OpenGL backend version requirement to 4.6 | Morph | 3 | -42/+17 |
2021-02-07 | lm: Fix ReadLeb128 | Chloe Marcec | 1 | -7/+9 |
2021-02-07 | Add GC controller animation | german | 2 | -52/+429 |
2021-02-06 | ring_buffer: Remove granularity template argument | MerryMage | 2 | -16/+15 |
2021-02-06 | pl_u: Fix read out of bounds | Alessandro Astone | 1 | -2/+7 |
2021-02-06 | Refresh debug controller settings | german | 4 | -10/+18 |
2021-02-06 | Refresh controller only when necessary | german | 2 | -15/+37 |
2021-02-06 | Add SL SR vectors, change dual joycon view, add missing raw data from keyboard/mouse | german | 4 | -178/+247 |
2021-02-06 | Add controller window and single joycon top view | german | 7 | -29/+391 |
2021-02-06 | Replace text with vectors | german | 2 | -77/+306 |
2021-02-06 | Make settings controller image change with controller input | german | 9 | -75/+2076 |
2021-02-06 | k_address_arbiter: Unfold R_UNLESS macros | Lioncash | 1 | -5/+8 |
2021-02-06 | k_address_arbiter: Remove unnecessary usages of std::addressof | Lioncash | 1 | -10/+10 |
2021-02-06 | k_address_arbiter: Remove dead code | Lioncash | 1 | -40/+13 |
2021-02-06 | svc: Provide more detailed error logs for svc functions | Lioncash | 1 | -59/+188 |
2021-02-05 | hle: kernel: Drop R_UNLESS_NOLOG in favor of expanded if-statement. | bunnei | 3 | -11/+11 |
2021-02-05 | hle: kernel: KAddressArbiter: Remove noisy error log. | bunnei | 1 | -1/+1 |
2021-02-05 | hle: kernel: svc: Cleanup KEvent/KReadableEvent/KWritableEvent SVCs. | bunnei | 5 | -69/+89 |
2021-02-05 | common: scope_exit: Add a cancellable ScopeExit macro. | bunnei | 1 | -0/+6 |
2021-02-05 | hle: kernel: Reimplement KReadableEvent and KWritableEvent. | bunnei | 38 | -298/+341 |
2021-02-05 | hle: kernel: Implement KEvent. | bunnei | 3 | -0/+91 |
2021-02-05 | hle: kernel: KAddressArbiter: Use R_UNLESS_NOLOG where applicable. | bunnei | 1 | -1/+1 |
2021-02-05 | common: common_funcs: Add R_UNLESS_NOLOG for scenarios that should not log. | bunnei | 1 | -0/+8 |
2021-02-05 | hle: kernel: Rename WritableEvent to KWritableEvent. | bunnei | 44 | -101/+101 |
2021-02-05 | hle: kernel: Rename ReadableEvent to KReadableEvent. | bunnei | 42 | -81/+82 |
2021-02-05 | Address reviewer comments | lat9nq | 1 | -1/+1 |
2021-02-05 | CMake: Port citra-emu/citra FindFFmpeg.cmake | lat9nq | 1 | -2/+2 |
2021-02-05 | CMake: Implement YUZU_USE_BUNDLED_FFMPEG | lat9nq | 2 | -7/+6 |
2021-02-04 | k_affinity_mask: Avoid implicit truncation to bool | Lioncash | 1 | -1/+1 |
2021-02-04 | k_priority_queue: Unfold several declval usages | Lioncash | 1 | -5/+5 |
2021-02-04 | k_priority_queue: Simplify affinity mask type alias | Lioncash | 1 | -2/+2 |
2021-02-04 | k_priority_queue: Resolved reserved identifier | Lioncash | 1 | -2/+2 |
2021-02-04 | key_manager: Create the keys directory if it does not exist | Morph | 1 | -0/+5 |
2021-02-04 | Add footer types and address comments | german | 7 | -58/+106 |
2021-02-04 | Fix npad struct to match switchbrew | german | 4 | -106/+135 |
2021-02-04 | Adds missing controller types and properties | german | 9 | -30/+191 |
2021-02-04 | Always update handheld config | german | 1 | -4/+2 |
2021-02-03 | Simplify limitableresource names | Chloe Marcec | 6 | -36/+29 |
2021-02-02 | Prevent over scheduling audio events and terminate properly the motion update event | german | 2 | -1/+9 |
2021-02-02 | IApplicationFunctions: Implement GetHealthWarningDisappearedSystemEvent | Morph | 2 | -1/+14 |
2021-02-02 | settings: Log the cache, config, and mod load directories | Morph | 1 | -0/+3 |
2021-02-02 | video_core: host_shaders: Don't pass --quiet to glslangValidator if unavailable | lat9nq | 1 | -1/+19 |
2021-02-02 | Compile error | Chloe Marcec | 1 | -1/+1 |
2021-02-02 | Address issues | Chloe Marcec | 3 | -19/+15 |
2021-02-01 | arm_dynarmic_32: Print out CPSR.T on exception | MerryMage | 2 | -2/+7 |
2021-02-01 | audren: Disable reverb for the time being | Chloe Marcec | 1 | -1/+4 |
2021-02-01 | Only update motion for npad and prevent over scheduling events | german | 1 | -2/+11 |
2021-01-31 | nifm: Stub GetCurrentIpConfigInfo | Morph | 1 | -1/+29 |
2021-01-31 | prepo: Stub GetTransmissionStatus | Morph | 1 | -1/+11 |
2021-01-31 | prepo: Stub RequestImmediateTransmission | Morph | 1 | -1/+8 |
2021-01-31 | nifm: Stub GetCurrentNetworkProfile | Morph | 1 | -1/+41 |
2021-01-31 | nifm: Add several structs | Morph | 1 | -0/+87 |
2021-01-31 | am/IApplicationFunctions: Stub IsGamePlayRecordingSupported | Morph | 2 | -1/+12 |
2021-01-31 | bsd: Fix EventFd stub | Morph | 1 | -3/+3 |
2021-01-31 | nifm: Fix GetAppletInfo stub | Morph | 1 | -1/+5 |
2021-01-31 | bsd: Fix GetSockOpt stub | Morph | 1 | -1/+5 |
2021-01-31 | bsd: Stub EventFd | ameerj | 2 | -1/+12 |
2021-01-31 | am: Stub TryPopFromFriendInvitationStorageChannel | ameerj | 2 | -1/+10 |
2021-01-30 | fix compile error | Chloe Marcec | 1 | -1/+1 |
2021-01-30 | cleanup commenting | Chloe Marcec | 1 | -2/+2 |
2021-01-30 | Drop m_ from lock | Chloe Marcec | 2 | -9/+9 |
2021-01-30 | Move to GetGlobalTimeNs, fix GetTotalPhysicalMemoryAvailable | Chloe Marcec | 3 | -9/+7 |
2021-01-30 | kernel: Rewrite resource limit to be more accurate | Chloe Marcec | 13 | -231/+357 |
2021-01-30 | Stub GetSystemSessionId | german | 1 | -1/+10 |
2021-01-30 | analog_from_button: Fix update_thread.join exception | ameerj | 1 | -5/+9 |
2021-01-29 | hle: kernel: KLightLock: Fix several bugs. | bunnei | 1 | -3/+3 |
2021-01-29 | common: common_funcs: Change R_UNLESS to LOG_ERROR. | bunnei | 1 | -1/+1 |
2021-01-29 | arm: dynarmic: Reintroduce JIT checks on SaveContext/LoadContext. | bunnei | 2 | -0/+12 |
2021-01-29 | hle: kernel: KThread: Release thread resource on thread exit. | bunnei | 1 | -0/+1 |
2021-01-29 | yuzu: debugger: Ignore HLE threads. | bunnei | 3 | -9/+21 |
2021-01-29 | hle: kernel: process: Add state lock. | bunnei | 3 | -6/+15 |
2021-01-29 | hle: kernel: threading: Fix bug with host thread naming. | bunnei | 1 | -3/+2 |
2021-01-29 | hle: kernel: k_scheduler_lock: Cleanup. | bunnei | 1 | -3/+3 |
2021-01-29 | core: arm: Remove unnecessary JIT checks. | bunnei | 2 | -24/+0 |
2021-01-29 | common: common_funcs: Log error on R_UNLESS. | bunnei | 1 | -0/+3 |
2021-01-29 | hle: kernel: Allocate a dummy KThread for each host thread, and use it for scheduling. | bunnei | 8 | -43/+45 |
2021-01-29 | hle: kernel: k_scheduler: Use atomics for current_thread, etc. | bunnei | 2 | -26/+28 |
2021-01-29 | hle: kernel: k_scheduler: Fix for single core mode. | bunnei | 1 | -1/+2 |
2021-01-29 | kernel: Fix build errors. | bunnei | 2 | -4/+9 |
2021-01-29 | core: cpu_manager: Remove unused variable. | bunnei | 1 | -1/+0 |
2021-01-29 | hle: kernel: KScheduler: Introduce thread context_guard. | bunnei | 2 | -3/+16 |
2021-01-29 | hle: kernel: Recode implementation of KThread to be more accurate. | bunnei | 14 | -785/+1562 |
2021-01-29 | kernel: svc_types: Add ThreadActivity. | bunnei | 1 | -0/+5 |
2021-01-29 | kernel: KSchedulerPriorityQueue: Lowest priority should be LowestThreadPriority. | bunnei | 1 | -1/+1 |
2021-01-29 | kernel: k_light_lock: Simplify EmuThreadHandle implementation. | bunnei | 5 | -51/+33 |
2021-01-29 | hle: kernel: TimeManager: Simplify to not rely on previous EmuThreadHandle implementation. | bunnei | 6 | -69/+25 |
2021-01-29 | common: common_funcs: Add useful kernel macro R_SUCCEED_IF. | bunnei | 1 | -0/+3 |
2021-01-29 | core: hle: kernel: object: Implement Finalize() virtual method. | bunnei | 15 | -6/+29 |
2021-01-29 | core: hle: kernel: svc_results: Populate with several missing error codes. | bunnei | 1 | -0/+3 |
2021-01-29 | core: hle: kernel: Implement KLightLock. | bunnei | 3 | -0/+173 |
2021-01-29 | core: hle: kernel: Implement KThreadQueue. | bunnei | 2 | -0/+82 |
2021-01-29 | common: common_funcs: Add a few more useful macros for kernel code. | bunnei | 1 | -0/+11 |
2021-01-29 | hle: kernel: KThread: Clean up thread priorities. | bunnei | 10 | -83/+44 |
2021-01-29 | hle: kernel: KThread: Reorganize thread priority defaults. | bunnei | 9 | -31/+31 |
2021-01-29 | hle: kernel: KThread: Fix ThreadType definition. | bunnei | 5 | -11/+12 |
2021-01-29 | hle: kernel: Move single core "phantom mode" out of KThread. | bunnei | 4 | -16/+31 |
2021-01-29 | hle: kernel: KThread: Remove thread types that do not exist. | bunnei | 6 | -53/+30 |
2021-01-29 | arm: arm_dynarmic: Skip calls when JIT is invalid. | bunnei | 2 | -0/+24 |
2021-01-29 | core: hle: kernel: Rename Thread to KThread. | bunnei | 45 | -272/+271 |
2021-01-29 | Fix user changing to 0 if valid | german | 1 | -2/+8 |
2021-01-28 | Avoid overwritting username | german | 1 | -1/+1 |
2021-01-28 | hid: Add static_assert for Parameter size | Morph | 1 | -15/+19 |
2021-01-28 | prepo: Fix BufferDescriptorX invalid buffer errors and add "New" variants of SaveReport | Morph | 1 | -24/+42 |
2021-01-28 | hle_ipc: Add Can(Read, Write)Buffer | Morph | 2 | -0/+28 |
2021-01-28 | Stub GetSockOpt | german | 2 | -1/+17 |
2021-01-28 | vk_scheduler: Fix unaligned placement new expressions | ReinUsesLisp | 1 | -6/+6 |
2021-01-27 | vulkan_device: Blacklist Intel from float16 math (#5798) | Rodrigo Locatti | 1 | -0/+5 |
2021-01-27 | npad: Remove unused device handle parameter | Morph | 3 | -11/+9 |
2021-01-25 | Omit system reference | Chloe Marcec | 1 | -2/+1 |
2021-01-25 | psm: IPsmSession | Chloe Marcec | 1 | -2/+114 |
2021-01-25 | Revert "Start of Integer flags implementation" | ReinUsesLisp | 3 | -59/+3 |
2021-01-25 | vk_graphics_pipeline: Fix narrowing conversion on MSVC | ReinUsesLisp | 1 | -2/+2 |
2021-01-24 | vk_texture_cache: Support image store on sRGB images with VkImageViewUsageCreateInfo | ReinUsesLisp | 3 | -38/+72 |
2021-01-25 | vulkan_device: Lift VK_EXT_extended_dynamic_state blacklist on RDNA | ReinUsesLisp | 1 | -23/+0 |
2021-01-24 | cmake: Enforce -Warray-bounds and -Wmissing-field-initializers globally | ReinUsesLisp | 2 | -2/+2 |
2021-01-24 | Stub Set/Get/Reset SixaxisSensorFusionParameters | german | 4 | -3/+104 |
2021-01-24 | Print Process ID and Thread ID as hex | Chloe Marcec | 1 | -2/+2 |
2021-01-24 | hle: Implement remaining services for Stereo Vision | Chloe Marcec | 3 | -7/+60 |
2021-01-24 | audout: FlushAudioOutBuffers | Chloe Marcec | 3 | -1/+20 |
2021-01-24 | host_shaders/cmake: Pass --quiet to glslang to keep it quiet | ReinUsesLisp | 1 | -1/+1 |
2021-01-24 | video_core/cmake: Enforce -Warray-bounds and -Wmissing-field-initializers | ReinUsesLisp | 1 | -0/+2 |
2021-01-24 | video_core: Silence -Wmissing-field-initializers warnings | ReinUsesLisp | 5 | -25/+56 |
2021-01-24 | maxwell_3d: Silence array bounds warnings | ReinUsesLisp | 2 | -35/+35 |
2021-01-24 | maxwell_to_vk: Silence -Wextra warnings about using different enum types | ReinUsesLisp | 2 | -2/+2 |
2021-01-24 | Fix connect and disconnect controller events | german | 2 | -15/+37 |
2021-01-23 | vfs_real: When moving files or directories, don't assume file opening will succeed | comex | 1 | -4/+10 |
2021-01-23 | shader_ir: Fix comment typo | Levi Behunin | 1 | -1/+1 |
2021-01-23 | sdl_impl: Set the maximum vibration duration to 1 second | Morph | 1 | -2/+6 |
2021-01-23 | Simplify condition | Chloe Marcec | 1 | -2/+1 |
2021-01-23 | nvdrv: Unregister already registered events | Chloe Marcec | 1 | -1/+8 |
2021-01-23 | Clamp string reads to buffer size | Chloe Marcec | 1 | -3/+5 |
2021-01-23 | video_core/cmake: Properly generate fatal errors on Aftermath | ReinUsesLisp | 1 | -2/+2 |
2021-01-23 | nsight_aftermath_tracker: Fix build issues when enabled | ReinUsesLisp | 2 | -16/+5 |
2021-01-23 | vk_pipeline_cache: Properly bypass VertexA shaders | ReinUsesLisp | 1 | -9/+3 |
2021-01-22 | video_core/memory_manager: Add BytesToMapEnd | ReinUsesLisp | 2 | -2/+27 |
2021-01-22 | common: Add missing include to bit_util.h | bunnei | 1 | -0/+1 |
2021-01-21 | gl_shader_decompiler: Fix constant buffer size calculation | ReinUsesLisp | 1 | -1/+2 |
2021-01-21 | video_core/memory_manager: Remove unused CopyBlockUnsafe | ReinUsesLisp | 2 | -8/+0 |
2021-01-21 | video_core/memory_manager: Flush destination buffer on CopyBlock | ReinUsesLisp | 1 | -0/+4 |
2021-01-21 | video_core/memory_manager: Add GPU address based flush method | ReinUsesLisp | 2 | -0/+17 |
2021-01-21 | bit_util: Unify implementations of MostSignificantBit32/MostSignificantBit64 | Lioncash | 1 | -35/+13 |
2021-01-21 | hle: service: am: Stub ILibraryAppletAccessor::PresetLibraryAppletGpuTimeSliceZero. | bunnei | 1 | -1/+8 |
2021-01-21 | renderer_opengl: Avoid precompiled cache and force NV GL cache directory | ReinUsesLisp | 8 | -5/+59 |
2021-01-20 | lbl: Implement most of lbl | Chloe Marcec | 1 | -22/+261 |
2021-01-20 | mii: Fix BuildRandomStoreData & Cleanup raw_data | Chloe Marcec | 4 | -2274/+1657 |
2021-01-20 | Mark DestinationToString as static | Chloe Marcec | 1 | -1/+1 |
2021-01-20 | Mark LogPacketHeaderEntry hash as noexcept | Chloe Marcec | 1 | -1/+1 |
2021-01-20 | lm: Recode LM service | Chloe Marcec | 8 | -345/+286 |
2021-01-19 | acc: Stub StoreSaveDataThumbnail | Chloe Marcec | 5 | -6/+66 |
2021-01-18 | npad: Add check for HANDHELD_INDEX in UpdateControllerAt() | Morph | 1 | -1/+1 |
2021-01-18 | Always update configuration for handheld | german | 1 | -0/+10 |
2021-01-18 | game_list: Fix folder reordering | FearlessTobi | 2 | -28/+32 |
2021-01-17 | configure_service: Only compile FormatEventStatusString when YUZU_ENABLE_BOXCAT is enabled | lat9nq | 1 | -0/+2 |
2021-01-17 | Fix player 1 default connected value | german | 1 | -1/+2 |
2021-01-17 | texture_cache/util: Resolve -Wsign-compare warning | Lioncash | 1 | -1/+1 |
2021-01-17 | video_core: Resolve -Wdocumentation warnings | Lioncash | 2 | -4/+3 |
2021-01-17 | vulkan_debug_callback: Add missing header guard | Lioncash | 1 | -0/+2 |
2021-01-16 | input_interpreter: Mark two member functions as const | Lioncash | 1 | -4/+4 |
2021-01-16 | input_interpreter: Add method to check for a button press state | Morph | 2 | -0/+25 |
2021-01-16 | vk_shader_decompiler: Show comments as OpUndef with a type | ReinUsesLisp | 1 | -1/+4 |
2021-01-15 | core/cmake: Enforce Wclass-memaccess | ReinUsesLisp | 1 | -0/+1 |
2021-01-15 | core: Silence Wclass-memaccess warnings | ReinUsesLisp | 17 | -205/+215 |
2021-01-15 | common/common_funcs: Rename INSERT_UNION_PADDING_{BYTES,WORDS} to _NOINIT | ReinUsesLisp | 11 | -149/+149 |
2021-01-15 | vulkan_memory_allocator: Remove unnecesary 'device' memory from commits | ReinUsesLisp | 2 | -15/+15 |
2021-01-15 | vk_texture_cache: Use Download memory types for texture flushes | ReinUsesLisp | 2 | -5/+10 |
2021-01-15 | vulkan_memory_allocator: Add allocation support for download types | ReinUsesLisp | 2 | -55/+91 |
2021-01-15 | vulkan_memory_allocator: Add "download" memory usage hint | ReinUsesLisp | 9 | -45/+86 |
2021-01-15 | vulkan_common: Move allocator to the common directory | ReinUsesLisp | 11 | -11/+11 |
2021-01-15 | renderer_vulkan: Rename Vulkan memory manager to memory allocator | ReinUsesLisp | 15 | -54/+52 |
2021-01-15 | vk_memory_manager: Improve memory manager and its API | ReinUsesLisp | 13 | -343/+318 |
2021-01-15 | Always initialize keyboard input | german | 5 | -25/+20 |
2021-01-15 | Add mutitouch support for touch screens | german | 10 | -85/+137 |
2021-01-15 | Allow to return up to 16 touch inputs per engine | german | 10 | -154/+202 |
2021-01-15 | Allow all touch inputs at the same time and remove config options that are not longer necesary | german | 8 | -99/+36 |
2021-01-15 | Add multitouch support | german | 2 | -23/+93 |
2021-01-15 | common/bit_util: Replace CLZ/CTZ operations with standardized ones | Lioncash | 10 | -113/+17 |
2021-01-15 | common/alignment: Upgrade to use constraints instead of static asserts | ReinUsesLisp | 1 | -13/+9 |
2021-01-15 | common/alignment: Rename AlignBits to AlignUpLog2 | ReinUsesLisp | 4 | -16/+15 |
2021-01-15 | common/timer: Remove | Lioncash | 3 | -202/+0 |
2021-01-15 | common/color: Remove | ReinUsesLisp | 2 | -272/+0 |
2021-01-15 | core/cmake: Remove Werror flags already defined code-base wide | ReinUsesLisp | 1 | -2/+0 |
2021-01-15 | video_core/cmake: Remove Werror flags already defined code-base wide | ReinUsesLisp | 1 | -2/+0 |
2021-01-15 | cmake: Remove yuzu_tester | ReinUsesLisp | 12 | -1057/+0 |
2021-01-15 | cmake: Enforce -Wunused-function code-base wide | ReinUsesLisp | 2 | -1/+1 |
2021-01-15 | video_core: Enforce -Wunused-function | ReinUsesLisp | 1 | -0/+1 |
2021-01-15 | vk_buffer_cache: Remove unused function | ReinUsesLisp | 1 | -4/+0 |
2021-01-15 | vulkan_common: Silence missing initializer warnings | ReinUsesLisp | 2 | -145/+146 |
2021-01-15 | vulkan_device: Enable shaderStorageImageMultisample conditionally | ReinUsesLisp | 2 | -18/+20 |
2021-01-15 | astc: Increase integer encoded vector size | ReinUsesLisp | 1 | -1/+1 |
2021-01-15 | astc: Return zero on out of bound bits | ReinUsesLisp | 1 | -17/+22 |
2021-01-14 | yuzu: Remove unused variables in Qt code | Lioncash | 2 | -21/+2 |
2021-01-14 | configure_motion_touch: Prevent use after move in ApplyConfiguration() | Lioncash | 1 | -2/+1 |
2021-01-14 | configure_motion_touch: Migrate off QRegExp to QRegularExpression | Lioncash | 1 | -6/+9 |
2021-01-13 | Fix IP validator error where the last octet produced an error if the value was higher than 199 | german | 1 | -2/+3 |
2021-01-13 | yuzu: Migrate off of setMargin() to setContentsMargins() | Lioncash | 2 | -3/+3 |
2021-01-13 | vulkan_device: Remove requirement on shaderStorageImageMultisample | ReinUsesLisp | 1 | -1/+0 |
2021-01-13 | tests: Add unit tests for the GPU range tracking buffer container | ReinUsesLisp | 2 | -0/+474 |
2021-01-13 | buffer_cache/buffer_base: Add a range tracking buffer container | ReinUsesLisp | 2 | -0/+496 |
2021-01-13 | cmake: Enforce -Werror=switch and -Werror=unused-variable | Morph | 1 | -0/+2 |
2021-01-12 | common/tree: Convert defines over to templates | Lioncash | 2 | -592/+666 |
2021-01-12 | common/tree: Remove unused splay tree defines | Lioncash | 1 | -249/+2 |
2021-01-12 | common/parent_of_member: Replace TYPED_STORAGE define with template alias | Lioncash | 2 | -8/+10 |
2021-01-11 | hle: kernel: thread: Preserve thread wait reason for debugging only. | bunnei | 8 | -4/+74 |
2021-01-11 | yuzu: debugger: wait_tree: Handle unknown ThreadState. | bunnei | 1 | -0/+3 |
2021-01-11 | hle: kernel: k_scheduler_lock: Fix shadowing errors. | bunnei | 1 | -1/+1 |
2021-01-11 | core: arm: arm_interface: Fix shadowing errors. | bunnei | 1 | -3/+4 |
2021-01-11 | core: hle: Add missing calls to MicroProfileOnThreadExit. | bunnei | 2 | -0/+5 |
2021-01-11 | core: hle: Integrate new KConditionVariable and KAddressArbiter implementations. | bunnei | 15 | -1182/+508 |
2021-01-11 | core: hle: kernel: Update KAddressArbiter. | bunnei | 3 | -0/+437 |
2021-01-11 | core: hle: kernel: Update KConditionVariable. | bunnei | 4 | -0/+413 |
2021-01-11 | core: hle: kernel: Begin moving common SVC defintions to its own header. | bunnei | 2 | -0/+14 |
2021-01-11 | hle: kernel: Remove unnecessary AddressArbiter definition. | bunnei | 1 | -1/+0 |
2021-01-11 | common: common_funcs: Add R_UNLESS macro. | bunnei | 1 | -0/+8 |
2021-01-11 | hle: kernel: k_scheduler: Cleanup OnThreadPriorityChanged. | bunnei | 2 | -6/+3 |
2021-01-11 | hle: kernel: Rename thread "status" to "state". | bunnei | 1 | -2/+2 |
2021-01-11 | hle: kernel: thread: Replace ThreadStatus/ThreadSchedStatus with a single ThreadState. | bunnei | 12 | -172/+111 |
2021-01-11 | core: hle: kernel: Add some useful functions for checking kernel addresses. | bunnei | 1 | -0/+19 |
2021-01-11 | core: hle: kernel: svc_types: Add type definitions for KAddressArbiter. | bunnei | 1 | -0/+12 |
2021-01-11 | common: Introduce useful tree structures. | bunnei | 4 | -0/+1641 |
2021-01-11 | core: hle: kernel: Update KSynchronizationObject. | bunnei | 33 | -621/+397 |
2021-01-11 | core: hle: kernel: Begin moving common SVC results to its own header. | bunnei | 2 | -0/+21 |
2021-01-11 | hle: service: nfp: Remove incorrect signaling behavior in GetDeviceState. | bunnei | 1 | -6/+0 |
2021-01-10 | config: Enable docked mode by default | Morph | 5 | -6/+6 |
2021-01-10 | cmake: Enforce C4101 | Morph | 1 | -0/+1 |
2021-01-10 | yuzu_cmd: Silence unreferenced local variable warning | Morph | 1 | -2/+0 |
2021-01-09 | general: Resolve C4062 warnings on MSVC | Morph | 2 | -0/+4 |
2021-01-09 | common/div_ceil: Return numerator type | ReinUsesLisp | 1 | -5/+5 |
2021-01-09 | cmake: Enforce C4062, C4265, C4388, and C5038 | ReinUsesLisp | 1 | -0/+4 |
2021-01-09 | file_sys/registered_cache: Silence virtual functions without override warnings | ReinUsesLisp | 1 | -4/+4 |
2021-01-09 | core: Silence unhandled enum in switch warnings | ReinUsesLisp | 2 | -10/+5 |
2021-01-09 | tests/ring_buffer: Silence signed/unsigned mismatch warnings | ReinUsesLisp | 1 | -15/+15 |
2021-01-08 | Stub IsCpuOverclockEnabled | german | 2 | -1/+10 |
2021-01-08 | vk_fence_manager: Use timeline semaphores instead of spin waits | ReinUsesLisp | 3 | -54/+18 |
2021-01-07 | remove inaccurate reference | Ameer J | 1 | -1/+1 |
2021-01-07 | fix for nvdec disabled, cleanup host1x | ameerj | 3 | -72/+23 |
2021-01-07 | nvdec syncpt incorporation | ameerj | 11 | -37/+59 |
2021-01-07 | vulkan_library: Common::DynamicLibrary::Open is [[nodiscard]] | MerryMage | 1 | -1/+1 |
2021-01-07 | texture_cache: Replace PAGE_SHIFT with PAGE_BITS | MerryMage | 1 | -6/+6 |
2021-01-05 | core: Enforce C4715 (not all control paths return a value) | ReinUsesLisp | 1 | -0/+2 |
2021-01-05 | core: Silence warnings when compiling without asserts | ReinUsesLisp | 5 | -8/+11 |
2021-01-04 | vk_rasterizer: Skip binding empty descriptor sets on compute | ReinUsesLisp | 1 | -2/+4 |
2021-01-04 | buffer_queue: Protect queue_sequence list access with a mutex | ameerj | 2 | -13/+21 |
2021-01-04 | yuzu/configure_filesystem: Remove "Select Cache Directory" option | FearlessTobi | 5 | -57/+1 |
2021-01-04 | vulkan_device: Allow creating a device without surface | ReinUsesLisp | 1 | -3/+3 |
2021-01-04 | renderer_vulkan/nsight_aftermath_tracker: Move to vulkan_common | ReinUsesLisp | 5 | -30/+21 |
2021-01-04 | renderer_vulkan: Move device abstraction to vulkan_common | ReinUsesLisp | 29 | -29/+31 |
2021-01-04 | gl_texture_cache: Avoid format views on Intel and AMD | ReinUsesLisp | 11 | -21/+48 |
2021-01-04 | gl_texture_cache: Create base images with sRGB | ReinUsesLisp | 2 | -99/+100 |
2021-01-04 | Address review comments | FearlessTobi | 1 | -5/+5 |
2021-01-04 | Delete the old log file before rotating (#5675) | xperia64 | 1 | -0/+3 |
2021-01-03 | renderer_vulkan: Rename VKDevice to Device | ReinUsesLisp | 52 | -169/+166 |
2021-01-03 | main: Resolve error string not displaying | Lioncash | 3 | -2/+8 |
2021-01-03 | Fix the old log file to work with the log parser. | bunnei | 1 | -1/+1 |
2021-01-03 | Rotate previous log file to '.old' if it exists | xperia64 | 1 | -4/+9 |
2021-01-03 | hle: service: nvflinger: buffer_queue: Do not reset id/layer_id on Connect. | bunnei | 1 | -2/+0 |
2021-01-02 | dynarmic: Add Unsafe_InaccurateNaN optimization | MerryMage | 6 | -0/+26 |
2021-01-02 | general: Fix various spelling errors | Morph | 20 | -43/+43 |
2021-01-02 | X86/NativeClock: Reimplement RTDSC access to be lock free. | Fernando Sahmkow | 5 | -103/+107 |
2021-01-02 | X86/NativeClock: Improve performance of clock calculations on hot path. | Fernando Sahmkow | 2 | -5/+71 |
2021-01-01 | typo fix | Timotej Leginus | 1 | -1/+1 |
2021-01-01 | configure_input: Modify controller connection delay | Morph | 4 | -12/+47 |
2021-01-01 | memory: Remove MemoryHook | MerryMage | 9 | -382/+0 |
2020-12-31 | yuzu/main: fix mouse not showing on move and port citra-emu/citra#5476 | gal20 | 4 | -19/+24 |
2020-12-31 | main: Make the loader error dialog fully translatable | Lioncash | 1 | -8/+12 |
2020-12-31 | main: Tidy up enum comparison | Lioncash | 1 | -2/+1 |
2020-12-31 | vulkan_instance: Allow different Vulkan versions and enforce 1.1 | ReinUsesLisp | 7 | -41/+39 |
2020-12-31 | vk_device: Use an array to report lacking device limits | ReinUsesLisp | 1 | -13/+17 |
2020-12-31 | vk_device: Stop initialization when device is not suitable | ReinUsesLisp | 2 | -61/+39 |
2020-12-31 | renderer_vulkan: Remove two step initialization on VKDevice | ReinUsesLisp | 6 | -31/+10 |
2020-12-31 | renderer_vulkan: Throw when enumerating devices fails | ReinUsesLisp | 5 | -33/+21 |
2020-12-31 | renderer_vulkan: Initialize surface in separate file | ReinUsesLisp | 6 | -73/+109 |
2020-12-31 | renderer_vulkan: Catch and report exceptions | ReinUsesLisp | 1 | -2/+5 |
2020-12-31 | renderer_vulkan: Create debug callback on separate file and throw | ReinUsesLisp | 8 | -79/+88 |
2020-12-31 | renderer_vulkan: Move instance initialization to a separate file | ReinUsesLisp | 4 | -111/+176 |
2020-12-31 | vulkan_common: Rename renderer_vulkan/wrapper.h to vulkan_common/vulkan_wrapper.h | ReinUsesLisp | 51 | -51/+51 |
2020-12-31 | vulkan_common: Move dynamic library load to a separate file | ReinUsesLisp | 4 | -31/+59 |
2020-12-31 | Port citra-emu/citra#5509 | german | 1 | -2/+45 |
2020-12-31 | Make the coding conventions more consistant | 16-Bit-Dog | 1 | -1/+1 |
2020-12-30 | half_set: Resolve -Wmaybe-uninitialized warnings | Lioncash | 1 | -7/+7 |
2020-12-30 | maxwell_to_vk: Initialize usage variable in SurfaceFormat() | Lioncash | 1 | -1/+1 |
2020-12-30 | video_core: Rewrite the texture cache | ReinUsesLisp | 152 | -8101/+10359 |
2020-12-30 | cmake: Enforce -Wuninitialized | ReinUsesLisp | 1 | -0/+1 |
2020-12-30 | service/pcie: Fix invalid initialization argument | ReinUsesLisp | 1 | -1/+1 |
2020-12-30 | video_core: Add a delayed destruction ring abstraction | ReinUsesLisp | 2 | -0/+33 |
2020-12-30 | host_shaders: Add Vulkan assembler compute shaders | ReinUsesLisp | 4 | -0/+96 |
2020-12-30 | host_shaders: Add helper to blit depth stencil fragment shader | ReinUsesLisp | 2 | -0/+17 |
2020-12-30 | host_shaders: Add texture color blit fragment shader | ReinUsesLisp | 2 | -0/+15 |
2020-12-30 | host_shaders: Add shaders to present to the swapchain | ReinUsesLisp | 3 | -0/+36 |
2020-12-30 | host_shaders: Add shaders to convert between depth and color images | ReinUsesLisp | 3 | -0/+28 |
2020-12-30 | host_shaders: Add compute shader to copy BC4 as RG32UI to RGBA8 | ReinUsesLisp | 2 | -0/+71 |
2020-12-30 | host_shaders: Add shader to render a full screen triangle | ReinUsesLisp | 2 | -0/+30 |
2020-12-30 | host_shaders: Add pitch linear upload compute shader | ReinUsesLisp | 2 | -0/+87 |
2020-12-30 | host_shaders: Add block linear upload compute shaders | ReinUsesLisp | 3 | -0/+249 |
2020-12-30 | host_shaders: Add copyright headers to OpenGL present shaders | ReinUsesLisp | 2 | -0/+8 |
2020-12-30 | video_core/host_shaders: Add support for prebuilt SPIR-V shaders | ReinUsesLisp | 1 | -16/+37 |
2020-12-30 | core/memory: Read and write page table atomically | ReinUsesLisp | 7 | -147/+132 |
2020-12-30 | hle: kernel: service_thread: Make thread naming more consistent. | bunnei | 1 | -1/+1 |
2020-12-30 | hle: kernel: Manage service threads on another thread. | bunnei | 1 | -9/+20 |
2020-12-30 | common: ThreadWorker: Add class to help do asynchronous work. | bunnei | 3 | -0/+90 |
2020-12-30 | hle: kernel: Manage host thread IDs using TLS. | bunnei | 1 | -46/+31 |
2020-12-29 | k_priority_queue: Fix concepts use | comex | 2 | -3/+9 |
2020-12-29 | Add missing include of "core/hle/kernel/kernel.h" | comex | 1 | -0/+1 |
2020-12-29 | svc: demote SleepThread log to LOG_TRACE | ameerj | 1 | -1/+1 |
2020-12-29 | hle: kernel: Move ServiceThread ownership to KernelCore. | bunnei | 4 | -5/+48 |
2020-12-29 | hle: kernel: service_thread: Add thread name and take weak_ptr of ServerSession. | bunnei | 3 | -11/+22 |
2020-12-29 | hle: service: Acquire and release a lock on requests. | bunnei | 7 | -40/+41 |
2020-12-29 | audio_core: stream: Ensure buffer is valid before release. | bunnei | 1 | -2/+10 |
2020-12-29 | core: Do not reset device_memory on shutdown. | bunnei | 1 | -1/+0 |
2020-12-29 | core: hle: kernel: Clear process list on boot. | bunnei | 1 | -2/+2 |
2020-12-29 | gpu: gpu_thread: Ensure MicroProfile is shutdown on exit. | bunnei | 1 | -0/+3 |
2020-12-29 | hle: service: vi: Refactor to grab buffer only once. | bunnei | 1 | -15/+4 |
2020-12-29 | service: nvflinger: Improve synchronization for BufferQueue. | bunnei | 5 | -19/+72 |
2020-12-29 | hle: service: Ensure system is powered on before writing IPC result. | bunnei | 1 | -1/+5 |
2020-12-29 | core: kernel: Clear process list earlier. | bunnei | 1 | -2/+2 |
2020-12-29 | video_core: gpu_thread: Do not wait when system is powered down. | bunnei | 1 | -1/+2 |
2020-12-29 | core: settings: Untangle multicore from asynchronous GPU. | bunnei | 5 | -21/+4 |
2020-12-29 | video_core: gpu: Implement synchronous mode using threaded GPU. | bunnei | 4 | -12/+34 |
2020-12-29 | video_core: gpu: Refactor out synchronous/asynchronous GPU implementations. | bunnei | 10 | -289/+130 |
2020-12-29 | hle: kernel: hle_ipc: Remove SleepClientThread. | bunnei | 2 | -54/+0 |
2020-12-29 | hle: service: bsd: Update to work with service threads, removing SleepClientThread. | bunnei | 4 | -250/+45 |
2020-12-29 | hle: service: nvdrv: Revert #4981 to remove usage of SleepClientThread. | bunnei | 23 | -211/+83 |
2020-12-29 | hle: kernel: service_thread: Add parameter for thread pool size. | bunnei | 3 | -7/+7 |
2020-12-29 | hle: service: nvflinger: Refactor locking and interfaces. | bunnei | 3 | -45/+31 |
2020-12-29 | hle: service: vi: Remove usage of SleepClientThread. | bunnei | 1 | -34/+43 |
2020-12-29 | core: hle: server_session: Use separate threads for each service connection. | bunnei | 6 | -23/+140 |
2020-12-27 | udp client: process packets only for the correct pad | gal20 | 1 | -0/+5 |
2020-12-27 | Allow to invert analog axis with right click | german | 4 | -65/+99 |
2020-12-26 | renderer_vulkan/fixed_pipeline_state: Move enabled bindings to static state | ReinUsesLisp | 3 | -26/+12 |
2020-12-25 | yuzu/main: Add basic command line arguments | Morph | 1 | -3/+39 |
2020-12-25 | core: memory: Ensure thread safe access when pages are rasterizer cached (#5206) | bunnei | 1 | -12/+40 |
2020-12-25 | cmake: Always enable Vulkan | ReinUsesLisp | 8 | -133/+75 |
2020-12-25 | video_core: Enforce C4715 (not all control paths return a value) | ReinUsesLisp | 1 | -0/+1 |
2020-12-25 | vk_shader_decompiler: Silence warning when compiling without asserts | ReinUsesLisp | 1 | -0/+1 |
2020-12-23 | yuzu/main: Improve menubar access keys | lat9nq | 4 | -38/+38 |
2020-12-23 | Add option to reset window size to 1080p | german | 3 | -6/+30 |
2020-12-22 | yuzu/main: Save settings when starting guest | lat9nq | 2 | -16/+25 |
2020-12-19 | yuzu: Remove gdbstub configuration | FearlessTobi | 9 | -110/+7 |
2020-12-18 | applets/web: Implement the online web browser applet | Morph | 8 | -64/+167 |
2020-12-18 | applets/web: Fix keyboard to emulated controller input | Morph | 3 | -4/+30 |
2020-12-18 | main: Add the ability to disable the web applet | Morph | 2 | -0/+27 |
2020-12-18 | main, applets/web: Re-add progress dialog for RomFS extraction | Morph | 8 | -68/+125 |
2020-12-18 | applets/web: Implement the Qt web browser applet frontend | Morph | 4 | -5/+600 |
2020-12-18 | web_browser_scripts: Add injection scripts for the web browser | Morph | 1 | -0/+193 |
2020-12-18 | pl_u, applets/web: Decrypt shared fonts to TTF files | Morph | 3 | -18/+117 |
2020-12-18 | ns_vm: Stub NeedsUpdateVulnerability | Morph | 1 | -1/+10 |
2020-12-18 | frontend/input_interpreter: Add InputInterpreter API | Morph | 3 | -0/+167 |
2020-12-18 | controllers/npad: Make press_state atomic | Morph | 2 | -2/+3 |
2020-12-18 | util: Add URL Request Interceptor for QWebEngine | Morph | 3 | -0/+64 |
2020-12-18 | bootmanager: Add a check whether loading is complete | Morph | 2 | -0/+6 |
2020-12-18 | applets/web: Implement the default web browser applet frontend | Morph | 3 | -1/+24 |
2020-12-18 | applets/web: Implement the offline browser applet backend | Morph | 2 | -13/+143 |
2020-12-18 | applets/web: Initial implementation of the web browser applet | Morph | 3 | -2/+428 |
2020-12-18 | applets: Remove the previous web browser applet implementation | Morph | 12 | -1039/+40 |
2020-12-18 | system_archive: Add + and - buttons to the Nintendo Extended OSS font | Morph | 2 | -315/+343 |
2020-12-18 | buffer_queue: better use of std::array | ameerj | 1 | -59/+46 |
2020-12-17 | Overwrite slots instead of queuing them, add disconnect signal | ameerj | 3 | -27/+33 |
2020-12-17 | system_archive: Update Nintendo Extended OSS font | Morph | 2 | -182/+347 |
2020-12-13 | cmake: Fix generating CMake configs and linking with Boost | lat9nq | 1 | -1/+1 |
2020-12-12 | common: Update CMakeList to fix build issue with Boost. | bunnei | 1 | -2/+1 |
2020-12-12 | controllers/npad: Validate device handles before use | Morph | 2 | -0/+45 |
2020-12-12 | Revert "Merge pull request #5173 from lioncash/common-fs" | Morph | 2 | -112/+396 |
2020-12-12 | Revert "Merge pull request #5174 from ReinUsesLisp/fs-fix" | Morph | 2 | -36/+4 |
2020-12-12 | Revert "Merge pull request #5176 from Morph1984/fix-createfile" | Morph | 1 | -6/+2 |
2020-12-12 | Revert "Merge pull request #5179 from ReinUsesLisp/fs-path" | Morph | 1 | -1/+1 |
2020-12-12 | Revert "Merge pull request #5181 from Morph1984/5174-review" | Morph | 1 | -3/+9 |
2020-12-10 | vfs: Use existing type aliases consistently | Lioncash | 28 | -136/+142 |
2020-12-10 | common/file_util: Simplify the behavior of CreateFullPath | Morph | 1 | -9/+3 |
2020-12-09 | common/file_util: Let std::filesystem cast from UTF16 to std::string | ReinUsesLisp | 1 | -1/+1 |
2020-12-09 | vfs_real: Fix CreateFile for files without a file extension | Morph | 1 | -2/+6 |
2020-12-09 | common/file_util: Fix and deprecate CreateFullPath, add CreateDirs | ReinUsesLisp | 2 | -4/+31 |
2020-12-09 | common/file_util: Succeed on CreateDir when the directory exists | ReinUsesLisp | 1 | -0/+5 |
2020-12-09 | file_util: Migrate remaining file handling functions over to std::filesystem | Lioncash | 2 | -340/+100 |
2020-12-09 | file_util: Migrate Exists() and IsDirectory() over to std::filesystem | Lioncash | 2 | -57/+13 |
2020-12-08 | svc: Remove unnecessary casts | Lioncash | 1 | -35/+25 |
2020-12-08 | IPurchaseEventManager: Implement GetPurchasedEventReadableHandle | Morph | 1 | -1/+14 |
2020-12-08 | IPurchaseEventManager: Stub Set(Default)DeliveryTarget | Morph | 1 | -2/+27 |
2020-12-08 | aoc_u: Stub Create(Permanent)EcPurchasedEventManager | Morph | 2 | -2/+38 |
2020-12-08 | memory: Resolve -Wdocumentation warning for Write() | Lioncash | 1 | -2/+0 |
2020-12-08 | fsp_srv: Implement OpenDataStorageWithProgramIndex | Morph | 6 | -1/+83 |
2020-12-08 | file_sys: Consolidate common Title ID operations | Morph | 5 | -13/+67 |
2020-12-08 | core: Remove unnecessary enum casts in log calls | Lioncash | 25 | -96/+90 |
2020-12-08 | controller: Use std::move within ConvertToFrontendParameters() | Lioncash | 1 | -3/+3 |
2020-12-08 | controller: Avoid unnecessary copies in ConfigurationComplete() | Lioncash | 1 | -9/+8 |
2020-12-08 | Disable analog joystick from buttons by default | german | 5 | -10/+52 |
2020-12-07 | video_core: Make use of ordered container contains() where applicable | Lioncash | 8 | -16/+13 |
2020-12-07 | ast: Improve string concat readability in operator() | Lioncash | 1 | -5/+4 |
2020-12-07 | gl_shader_decompiler: Elide unnecessary copies within DeclareConstantBuffers() | Lioncash | 1 | -1/+1 |
2020-12-07 | buffer_block: Mark interface as nodiscard where applicable | Lioncash | 1 | -7/+7 |
2020-12-07 | buffer_block: Remove unnecessary includes | Lioncash | 1 | -5/+0 |
2020-12-07 | shader_ir: std::move node within DeclareAmend() | Lioncash | 1 | -2/+2 |
2020-12-07 | video_core: Remove unnecessary enum class casting in logging messages | Lioncash | 33 | -148/+125 |
2020-12-07 | maxwell_3d: Move member variables to end of class | Lioncash | 1 | -31/+32 |
2020-12-07 | maxwell_3d: Resolve -Wdocumentation warning | Lioncash | 1 | -1/+1 |
2020-12-07 | maxwell_3d: Remove unused dirty_pointer array | Lioncash | 1 | -2/+0 |
2020-12-07 | configure_motion_touch: Fix unescaped backslash in regex | comex | 1 | -2/+2 |
2020-12-07 | network, sockets: Replace `POLL_IN`, `POLL_OUT`, etc. constants with an `enum class PollEvents` | comex | 6 | -71/+82 |
2020-12-07 | Fix "explicitly defaulted but implicitly deleted" warning | comex | 1 | -1/+1 |
2020-12-07 | hle: Type check ResponseBuilder::Push arguments, and fix use in vi.cpp | comex | 2 | -34/+37 |
2020-12-07 | CMakeLists,network: Create YUZU_UNIX macro to replace __unix__ | comex | 2 | -5/+5 |
2020-12-07 | renderer_vulkan: Add missing `override` specifier | comex | 1 | -1/+1 |
2020-12-07 | map_interval: Change field order to address uninitialized field warning | comex | 1 | -1/+2 |
2020-12-07 | core: Mark unused fields as [[maybe_unused]] | comex | 2 | -3/+3 |
2020-12-07 | boxcat: Avoid unnecessary object copy | comex | 1 | -1/+1 |
2020-12-07 | nvdrv: Remove useless re-declaration of pure virtual methods that were already declared in the superclass | comex | 1 | -33/+0 |
2020-12-07 | video_core: Adjust `NUM` macro to avoid Clang warning | comex | 3 | -3/+3 |
2020-12-06 | hle: kernel: Process: Various style fixes based on code review feedback. | bunnei | 1 | -2/+2 |
2020-12-06 | core: cpu_manager: Fix a typo in PreemptSingleCore, which broke many games. | bunnei | 1 | -21/+26 |
2020-12-06 | hle: kernel: Thread: Various style fixes based on code review feedback. | bunnei | 1 | -22/+25 |
2020-12-06 | hle: kernel: KScopedSchedulerLockAndSleep: Various style fixes based on code review feedback. | bunnei | 1 | -6/+6 |
2020-12-06 | hle: kernel: KScopedLock: Various style fixes based on code review feedback. | bunnei | 1 | -6/+8 |
2020-12-06 | hle: kernel: KAbstractSchedulerLock: Various style fixes based on code review feedback. | bunnei | 1 | -9/+7 |
2020-12-06 | hle: kernel: KScheduler: Various style fixes based on code review feedback. | bunnei | 2 | -50/+41 |
2020-12-06 | hle: kernel: KPriorityQueue: Various style fixes based on code review feedback. | bunnei | 1 | -29/+36 |
2020-12-06 | hle: kernel: KAffinityMask: Various style fixes based on code review feedback. | bunnei | 1 | -17/+13 |
2020-12-06 | hle: kernel: GlobalSchedulerContext: Various style fixes based on code review feedback. | bunnei | 2 | -5/+10 |
2020-12-06 | common: BitSet: Various style fixes based on code review feedback. | bunnei | 1 | -23/+22 |
2020-12-06 | hle: kernel: Use C++ style comments in KScheduler, etc. | bunnei | 4 | -152/+136 |
2020-12-06 | kernel: KScopedSchedulerLockAndSleep: Remove unused ctor. | bunnei | 1 | -13/+7 |
2020-12-06 | kernel: time_manager: Add missing lock guards. | bunnei | 1 | -3/+10 |
2020-12-06 | hle: kernel: Migrate to KScopedSchedulerLock. | bunnei | 15 | -48/+92 |
2020-12-06 | hle: kernel: Separate KScopedSchedulerLockAndSleep from k_scheduler. | bunnei | 11 | -69/+72 |
2020-12-06 | hle: kernel: Separate KScheduler from GlobalSchedulerContext class. | bunnei | 9 | -520/+140 |
2020-12-06 | hle: kernel: Rewrite scheduler implementation based on Mesopshere. | bunnei | 26 | -1223/+1215 |
2020-12-06 | hle: kernel: physical_core: Clear exclusive state after each run. | bunnei | 3 | -0/+7 |
2020-12-06 | hle: kernel: Port KAbstractSchedulerLock from Mesosphere. | bunnei | 2 | -0/+77 |
2020-12-06 | hle: kernel: svc: Remove reschedule on svcBreak. | bunnei | 1 | -5/+0 |
2020-12-06 | hle: kernel: process: Add schedule count tracking, to be used for yield impl. | bunnei | 1 | -0/+13 |
2020-12-06 | hle: kernel: svc: Remove unnecessary hack in svcSleep. | bunnei | 1 | -7/+0 |
2020-12-06 | common: Port KPriorityQueue from Mesosphere. | bunnei | 2 | -0/+444 |
2020-12-06 | common: Port BitSet from Mesosphere. | bunnei | 2 | -0/+101 |
2020-12-06 | hle: kernel: Port KAffinityMask from Mesosphere. | bunnei | 7 | -16/+80 |
2020-12-05 | maxwell_dma: Rename RenderEnable::Mode::FALSE and TRUE to avoid name conflict | comex | 1 | -5/+7 |
2020-12-05 | yuzu_cmd: Remove 'users_size' | comex | 1 | -1/+0 |
2020-12-05 | Update cubeb and request a persistent stream session | Vitor Kiguchi | 1 | -0/+1 |
2020-12-05 | video_core: Resolve more variable shadowing scenarios pt.3 | Lioncash | 49 | -292/+305 |
2020-12-05 | game_list_p: Resolve deprecated usage of QVariant operator< | Lioncash | 1 | -1/+2 |
2020-12-05 | applets: Resolve variable shadowing | Morph | 10 | -19/+19 |
2020-12-05 | video_core: Resolve more variable shadowing scenarios pt.2 | Lioncash | 39 | -296/+305 |
2020-12-05 | xbyak_abi: Shorten std::size_t to size_t | Lioncash | 1 | -8/+8 |
2020-12-05 | xbyak_abi: Avoid implicit sign conversions | Lioncash | 1 | -2/+2 |
2020-12-05 | system_version: Update to 11.0.0 | Chloe Marcec | 1 | -6/+6 |
2020-12-05 | Fix telemetry-related exit crash from use-after-free | FearlessTobi | 1 | -3/+3 |
2020-12-04 | codec: Remove deprecated usage of AVCodecContext::refcounted_frames | Lioncash | 1 | -1/+0 |
2020-12-04 | video_core: Resolve more variable shadowing scenarios | Lioncash | 42 | -206/+219 |
2020-12-04 | nim: Stub IsLargeResourceAvailable | Morph | 1 | -1/+13 |
2020-12-03 | node: Mark member functions as [[nodiscard]] where applicable | Lioncash | 1 | -29/+29 |
2020-12-03 | node: Eliminate variable shadowing | Lioncash | 1 | -47/+49 |
2020-12-03 | vp9/vic: Resolve pessimizing moves | Lioncash | 2 | -11/+11 |
2020-12-03 | mouse_poller: Remove unused includes | Lioncash | 1 | -3/+1 |
2020-12-03 | mouse_input: Invert conditional in UpdateYuzuSettings() | Lioncash | 1 | -4/+6 |
2020-12-03 | mouse_input: Remove two casts and amend some formatting | Lioncash | 1 | -11/+14 |
2020-12-03 | mouse_input: Resolve a -Wdocumentation warning | Lioncash | 1 | -1/+1 |
2020-12-03 | mouse_input: Remove unused includes | Lioncash | 2 | -7/+3 |
2020-12-03 | audio_core: Make shadowing and unused parameters errors | Lioncash | 29 | -154/+163 |
2020-12-01 | Fix implicit conversion in mouse input | german | 1 | -6/+8 |
2020-11-30 | Disable web applet and warning when compiling for Linux on CI | lat9nq | 1 | -0/+2 |
2020-11-29 | kernel: scheduler: Minor cleanup to remove duplicated code. | bunnei | 2 | -46/+14 |
2020-11-29 | kernel: time_manager: Protect access with a mutex. | bunnei | 2 | -1/+5 |
2020-11-29 | common: fiber: Use VirtualBuffer for stack memory. | bunnei | 1 | -2/+5 |
2020-11-29 | hle: kernel: thread: Remove unused "Running" state. | bunnei | 3 | -21/+9 |
2020-11-29 | core: arm: Implement InvalidateCacheRange for CPU cache invalidation. | bunnei | 12 | -16/+56 |
2020-11-29 | hle: kernel: time_manager: Avoid a crash on process exit. | bunnei | 1 | -1/+4 |
2020-11-29 | hle: kernel: AddressArbiter: Remove unused code. | bunnei | 2 | -9/+0 |
2020-11-29 | hle: kernel: SynchronizationObject: Use atomic_bool for is_signaled. | bunnei | 1 | -1/+2 |
2020-11-29 | common: fiber: Use boost::context instead of native fibers on Windows. | bunnei | 3 | -116/+9 |
2020-11-29 | hle: kernel: multicore: Replace n-JITs impl. with 4 JITs. | bunnei | 15 | -72/+124 |
2020-11-29 | Add missing types to NpadCommunicationMode | german | 1 | -0/+2 |
2020-11-28 | audio_core: Remove temp_mix_buffer | Chloe Marcec | 2 | -3/+1 |
2020-11-27 | CMakeLists: disable -Winvalid-offsetof | comex | 1 | -0/+1 |
2020-11-27 | tests: Fix warning about comparison between signed and unsigned | comex | 1 | -2/+2 |
2020-11-27 | core: Eliminate remaining usages of the global system instance | Lioncash | 21 | -1593/+58 |
2020-11-27 | savedata_factory: Eliminate usage of the global system instance | Lioncash | 4 | -14/+22 |
2020-11-27 | Stub set and get NpadCommunicationMode | german | 4 | -2/+50 |
2020-11-27 | service: Eliminate usages of the global system instance | Lioncash | 222 | -907/+1221 |
2020-11-26 | codec: Fix `pragma GCC diagnostic pop` missing corresponding push | comex | 1 | -0/+1 |
2020-11-26 | vk_shader_decompiler: Implement force early fragment tests | ReinUsesLisp | 6 | -11/+19 |
2020-11-26 | core: Reduce string copies in GetGameFileFromPath() | Lioncash | 1 | -12/+22 |
2020-11-26 | Limit queue size to 10 frames | ameerj | 1 | -0/+4 |
2020-11-26 | Implement full mouse support | german | 14 | -277/+793 |
2020-11-26 | Add multiple udp server support | german | 10 | -267/+420 |
2020-11-26 | Address PR feedback | ameerj | 4 | -32/+33 |
2020-11-26 | common: Add Common::DivCeil and Common::DivCeilLog2 | ReinUsesLisp | 2 | -0/+27 |
2020-11-26 | input_common: ignore some Clang warnings after 5c4774e8ce1d | Jan Beich | 1 | -2/+2 |
2020-11-25 | Queue decoded frames, cleanup decoders | ameerj | 10 | -338/+227 |
2020-11-25 | cleanup unneeded comments and newlines | ameerj | 1 | -6/+0 |
2020-11-25 | hid: Check if applet_resource exists in InitializeVibrationDevice | Morph | 1 | -2/+4 |
2020-11-25 | Refactor MaxwellToSpirvComparison. Use Common::BitCast | ameerj | 3 | -31/+34 |
2020-11-25 | Address PR feedback from Rein | ameerj | 5 | -40/+31 |
2020-11-25 | vulkan_renderer: Alpha Test Culling Implementation | ameerj | 5 | -2/+76 |
2020-11-25 | core: cpu_manager: Fix shutdown crash when closing before emulation starts. | bunnei | 1 | -7/+17 |
2020-11-25 | frontend: yuzu (qt): Register a callback for ExecuteProgram. | bunnei | 4 | -7/+38 |
2020-11-25 | service: am: Implement ExecuteProgram and required stubs. | bunnei | 2 | -3/+34 |
2020-11-25 | core: loader: Implement support for loading indexed programs. | bunnei | 12 | -26/+74 |
2020-11-24 | hle: services: Fix a crash with improper NVFlinger lifetime management. (#4977) | bunnei | 17 | -100/+104 |
2020-11-24 | nvdrv, video_core: Don't index out of bounds when given invalid syncpoint ID | comex | 2 | -13/+20 |
2020-11-24 | input_common: Fix typo in gc_poller.cpp with [[maybe_unused]]. | bunnei | 1 | -2/+2 |
2020-11-24 | nvservices: Reintroducee IoctlCtrl | Chloe Marcec | 24 | -91/+214 |
2020-11-24 | input_common: Add more missing [[maybe_unused]] from #4927. | bunnei | 3 | -4/+6 |
2020-11-24 | Fix warnings in core/frontend/input.h with [[maybe_unused]] | bunnei | 1 | -1/+3 |
2020-11-23 | Overhaul EmuWindow::PollEvents to fix yuzu-cmd calling SDL_PollEvents off main thread | comex | 10 | -73/+68 |
2020-11-23 | svc: Remove unnecessary [[maybe_unused]] tag | Lioncash | 1 | -1/+1 |
2020-11-22 | input_common: Treat warnings as errors | Lioncash | 8 | -10/+23 |
2020-11-21 | applets/controller: Use a pair of emulated controller index to controller type | Morph | 2 | -44/+96 |
2020-11-21 | configure_input_player: Use the npad style set to show the available controllers | Morph | 2 | -55/+96 |
2020-11-21 | gl_rasterizer: Remove warning of untested alpha test | ReinUsesLisp | 1 | -4/+0 |
2020-11-20 | olsc: Move member initialization to after member functions. | bunnei | 1 | -2/+2 |
2020-11-20 | async_shaders: emplace threads into the worker thread vector | Lioncash | 1 | -2/+2 |
2020-11-20 | async_shaders: Simplify implementation of GetCompletedWork() | Lioncash | 1 | -2/+1 |
2020-11-20 | async_shaders: Simplify moving data into the pending queue | Lioncash | 1 | -13/+8 |
2020-11-20 | async_shaders: std::move data within QueueVulkanShader() | Lioncash | 1 | -2/+2 |
2020-11-20 | gl_rasterizer: Make floating-point literal a float | Lioncash | 1 | -1/+1 |
2020-11-20 | shader_bytecode: Make use of [[nodiscard]] where applicable | Lioncash | 1 | -73/+79 |
2020-11-20 | shader_bytecode: Eliminate variable shadowing | Lioncash | 1 | -15/+17 |
2020-11-20 | common/bit_cast: Add function matching std::bit_cast without constexpr | ReinUsesLisp | 2 | -0/+23 |
2020-11-19 | hle: service: Stub OLSC Initialize and SetSaveDataBackupSettingEnabled functions. | bunnei | 6 | -0/+91 |
2020-11-19 | Modify rumble amplification | german77 | 2 | -4/+3 |
2020-11-19 | virtual_buffer: Do nothing on resize() calls with same sizes | Lioncash | 1 | -1/+6 |
2020-11-18 | patch_manager: Remove usages of the global system instance | Lioncash | 26 | -157/+259 |
2020-11-18 | core: Remove unused private Init function for the System class | Lioncash | 2 | -16/+4 |
2020-11-18 | core: Make use of [[nodiscard]] with the System class | Lioncash | 4 | -85/+82 |
2020-11-18 | configure_input_player: Use static qualifier for IsProfileNameValid() | Lioncash | 1 | -1/+1 |
2020-11-18 | virtual_buffer: Add compile-time type-safety guarantees with VirtualBuffer | Lioncash | 1 | -0/+6 |
2020-11-18 | page_table: Allow page tables to be moved | Lioncash | 4 | -9/+30 |
2020-11-18 | page_table: Add missing doxygen parameters to Resize() | Lioncash | 1 | -0/+2 |
2020-11-18 | page_table: Remove unnecessary header inclusions | Lioncash | 1 | -4/+0 |
2020-11-17 | rasterizer_interface: Make use of [[nodiscard]] where applicable | Lioncash | 1 | -8/+9 |
2020-11-17 | render_base: Make use of [[nodiscard]] where applicable | Lioncash | 1 | -11/+11 |
2020-11-17 | gpu: Make use of [[nodiscard]] where applicable | Lioncash | 1 | -31/+35 |
2020-11-17 | Addressed changes | Chloe Marcec | 4 | -10/+13 |
2020-11-17 | audren: Make use of nodiscard, rework downmixing, release all buffers | Chloe Marcec | 13 | -102/+194 |
2020-11-16 | sdl_impl: Pump SDL Events at 1000 Hz | Morph | 1 | -1/+1 |
2020-11-16 | configure_input: Accommodate for the mouse input device engine | Morph | 2 | -2/+18 |
2020-11-16 | hid: Reimplement Begin/EndPermitVibrationSession | Morph | 3 | -5/+17 |
2020-11-16 | controllers/npad: Load input devices on init | Morph | 1 | -0/+2 |
2020-11-16 | configure_input: Update the input profiles for other player tabs | Morph | 4 | -11/+38 |
2020-11-16 | general: Fix compiler warnings on linux and miscellaneous changes | Morph | 12 | -22/+31 |
2020-11-16 | sdl_impl: Revert to the "old" method of mapping sticks | Morph | 3 | -33/+29 |
2020-11-16 | applets/controller: Change the input button to create input profiles | Morph | 10 | -100/+117 |
2020-11-16 | controllers/npad: Remove the old vibration filter | Morph | 4 | -65/+64 |
2020-11-16 | input: Disconnect a controller prior to connecting a new one | Morph | 2 | -50/+73 |
2020-11-16 | hid: Implement InitializeVibrationDevice and IsVibrationDeviceMounted | Morph | 3 | -12/+66 |
2020-11-16 | input_common: Add VibrationDevice and VibrationDeviceFactory | Morph | 19 | -101/+327 |
2020-11-16 | configure_input: Add per-player vibration | Morph | 16 | -28/+730 |
2020-11-16 | settings: Remove global vibration strength modifier | Morph | 9 | -19/+1 |
2020-11-16 | hid: Mark Begin/EndPermitVibrationSession as stubs | Morph | 3 | -18/+4 |
2020-11-16 | controllers/npad: Send an empty vibration on destruction/deactivation | Morph | 3 | -22/+38 |
2020-11-16 | hid: Stub IsVibrationDeviceMounted | Morph | 2 | -1/+23 |
2020-11-16 | controllers/npad: Add heuristics to reduce rumble state changes | Morph | 3 | -35/+72 |
2020-11-16 | configure_input: Hook up the vibration percentage spinbox | Morph | 11 | -3/+26 |
2020-11-16 | controllers/npad: Stop games from vibrating incorrect controllers | Morph | 1 | -0/+10 |
2020-11-16 | hid: Fix controller rumble based on new research | Morph | 3 | -43/+69 |
2020-11-16 | hid: Pop a struct of parameters instead of popping individual parameters | Morph | 1 | -103/+237 |
2020-11-16 | hid: Reorder all HID commands | Morph | 5 | -217/+232 |
2020-11-16 | hid: Implement GetVibrationDeviceInfo | Morph | 2 | -3/+39 |
2020-11-16 | hid: Stub InitializeVibrationDevice | Morph | 1 | -3/+11 |
2020-11-16 | controllers/npad: Rename NPadType to NpadStyleSet | Morph | 3 | -9/+9 |
2020-11-16 | controllers/npad: Add DeviceHandle struct | Morph | 1 | -27/+50 |
2020-11-16 | configure_input_player: Change "Defaults" button behavior | Morph | 2 | -35/+30 |
2020-11-16 | settings: Preparation for per-game input settings | Morph | 19 | -115/+167 |
2020-11-16 | udp/client: Reduce testing period to 5 seconds | Morph | 1 | -1/+1 |
2020-11-16 | config: Migrate config files into config/custom | Morph | 4 | -21/+61 |
2020-11-16 | controllers/npad: Connect a controller on init if none are connected | Morph | 2 | -1/+15 |
2020-11-16 | applets/controller: Auto accept a valid single player configuration | Morph | 3 | -14/+24 |
2020-11-16 | bootmanager: Allow mouse clicks only if touch is disabled | Morph | 1 | -3/+13 |
2020-11-16 | input_profiles: Implement input profiles | Morph | 13 | -130/+509 |
2020-11-16 | configure_input_player: Implement input exclusivity and persistence | Morph | 4 | -138/+205 |
2020-11-16 | ui/themes: Cleanup UI | Morph | 13 | -397/+263 |
2020-11-15 | motion_input: Mark constructor as explicit | Lioncash | 1 | -1/+1 |
2020-11-15 | motion_input: Mark member functions as [[nodiscard]] where applicable | Lioncash | 1 | -10/+11 |
2020-11-11 | maxwell_3d: Use insert instead of loop push_back | ReinUsesLisp | 1 | -3/+1 |
2020-11-11 | maxwell_3d: Move code to separate functions | ReinUsesLisp | 2 | -151/+124 |
2020-11-10 | fix minor clang error | german | 1 | -1/+1 |
2020-11-10 | Addressed issues | Chloe Marcec | 10 | -17/+86 |
2020-11-10 | core: Make nvservices more standardized | Chloe Marcec | 26 | -903/+1156 |
2020-11-10 | bootmanager: Address review comments | lat9nq | 1 | -12/+16 |
2020-11-10 | bootmanager: Log and show GL_RENDERER string when GPU is insufficient | lat9nq | 1 | -3/+19 |
2020-11-08 | ipc_helpers: Remove usage of the global system instance | Lioncash | 16 | -7/+23 |
2020-11-08 | cpu_interrupt_handler: Mark move contructor/assignment as deleted | Lioncash | 1 | -2/+2 |
2020-11-08 | Allow to dial any angle with digital joystick | german | 1 | -19/+103 |
2020-11-08 | applets: Rename LibraryAppletVersion to ControllerAppletVersion | Morph | 2 | -15/+15 |
2020-11-08 | applets/controller: Pop normal data for StrapGuide and FirmwareUpdate | Morph | 2 | -6/+19 |
2020-11-08 | applets/controller: Introduce additional checks for mode and caller | Morph | 2 | -5/+39 |
2020-11-08 | applets/controller: Add ControllerUpdateFirmwareArg struct | Morph | 1 | -0/+7 |
2020-11-07 | settings: log value of CPU_Accuracy | lat9nq | 1 | -0/+1 |
2020-11-07 | video_core: dma_pusher: Remove integrity check on command lists. | bunnei | 3 | -29/+1 |
2020-11-07 | hle: service: caps_u: Stub GetAlbumFileList3AaeAruid. | bunnei | 2 | -9/+17 |
2020-11-07 | common/fiber: Move all member variables into impl class | Lioncash | 2 | -89/+86 |
2020-11-06 | settings: Simplify initializer of resolution factor | Lioncash | 1 | -1/+1 |
2020-11-05 | General: Fix clang build | Lioncash | 4 | -7/+14 |
2020-11-04 | core/settings: Move configuring_global behind an API | Lioncash | 9 | -39/+50 |
2020-11-04 | core: Remove usage of unicorn | Lioncash | 11 | -418/+15 |
2020-11-02 | common: Enable warnings as errors | Lioncash | 9 | -31/+49 |
2020-11-02 | nvdec: Make use of [[nodiscard]] where applicable | Lioncash | 7 | -16/+16 |
2020-11-01 | fixup! hle service: nvdrv: nvhost_gpu: Update to use SyncpointManager and other improvements. | bunnei | 2 | -3/+11 |
2020-11-01 | core: Initialize GPU before services. | bunnei | 1 | -4/+6 |
2020-11-01 | hle service: nvdrv: nvhost_gpu: Update to use SyncpointManager and other improvements. | bunnei | 3 | -46/+106 |
2020-11-01 | video_core: dma_pusher: Add support for integrity checks. | bunnei | 2 | -0/+27 |
2020-11-01 | video_core: dma_pusher: Add support for prefetched command lists. | bunnei | 2 | -25/+52 |
2020-11-01 | service: hle: nvflinger: Fix potential shutdown crash when GPU is destroyed. | bunnei | 1 | -0/+4 |
2020-11-01 | video_core: gpu: Implement WaitFence and IncrementSyncPoint. | bunnei | 3 | -28/+70 |
2020-11-01 | hle service: nvdrv: nvhost_ctrl: Update to use SyncpointManager. | bunnei | 3 | -9/+31 |
2020-11-01 | hle service: nvdrv: Update to instantiate SyncpointManager. | bunnei | 2 | -5/+18 |
2020-11-01 | hle: service: nvdrv: Implement SyncpointManager, to manage syncpoints. | bunnei | 4 | -1/+127 |
2020-11-01 | Rename to align with switchbrew and remove gpu function (#4714) | Levi Behunin | 2 | -16/+10 |
2020-10-31 | hle: service: ldr: Implement UnloadNrr. | bunnei | 1 | -1/+15 |
2020-10-30 | CMakeLists: Resolve MSVC build failures | Lioncash | 1 | -1/+0 |
2020-10-30 | video_core: unbreak -Werror in NVDEC with Clang | Jan Beich | 1 | -1/+1 |
2020-10-30 | General: Catch more expressions with no effect on MSVC | Lioncash | 1 | -0/+4 |
2020-10-30 | General: Make ignoring a discarded return value an error | Lioncash | 3 | -6/+17 |
2020-10-30 | common/stream: Be explicit with copy and move operators | Lioncash | 1 | -3/+9 |
2020-10-30 | vp9: Be explicit with copy and move operators | Lioncash | 1 | -0/+18 |
2020-10-30 | vp9: Mark functions with [[nodiscard]] where applicable | Lioncash | 2 | -13/+13 |
2020-10-30 | vp9: Provide a default initializer for "hidden" member | Lioncash | 1 | -1/+1 |
2020-10-30 | vp9: Make some member functions internally linked | Lioncash | 2 | -58/+54 |
2020-10-30 | General: Resolve a few missing initializer warnings | Lioncash | 5 | -4/+24 |
2020-10-29 | async_shaders: Increase Async worker thread count for 8+ thread cpus | ameerj | 1 | -8/+9 |
2020-10-29 | kernel/process: Add missing <ctime> include | Morph | 1 | -0/+1 |
2020-10-29 | web_service: follow-up fix to #4842 ... | liushuyu | 1 | -5/+0 |
2020-10-29 | Add hotplug, rumble and fix 3rd party adapters for the GC adapter | german | 3 | -303/+433 |
2020-10-29 | web_service: web_backend: Handle socket errors with GenericRequest. | bunnei | 1 | -0/+11 |
2020-10-29 | video_core: cdma_pusher: Add missing LOG_DEBUG field in ExecuteCommand. | bunnei | 1 | -1/+1 |
2020-10-28 | shader: Partially implement texture cube array shadow | ReinUsesLisp | 3 | -25/+37 |
2020-10-28 | shader/arithmetic: Implement FCMP immediate + register variant | ReinUsesLisp | 2 | -1/+4 |
2020-10-28 | video_core: Enforce -Wredundant-move and -Wpessimizing-move | ReinUsesLisp | 4 | -4/+5 |
2020-10-28 | video_core: Enforce -Werror=type-limits | ReinUsesLisp | 2 | -1/+2 |
2020-10-28 | common/fiber: Take shared_ptr<Fiber> by copy in YieldTo | ReinUsesLisp | 2 | -3/+3 |
2020-10-28 | tests: Fix data race in fibers test | ReinUsesLisp | 1 | -31/+40 |
2020-10-28 | service: Update function tables | Lioncash | 5 | -1/+7 |
2020-10-27 | web_backend: fix a regression introduced in 39c8d18 | liushuyu | 2 | -20/+2 |
2020-10-27 | sync_manager: Amend parameter order of calls to SyncptIncr constructor | Lioncash | 2 | -9/+9 |
2020-10-27 | h264: Make WriteUe take a u32 | Lioncash | 2 | -7/+8 |
2020-10-27 | vp9: std::move buffer within ComposeFrameHeader() | Lioncash | 1 | -1/+1 |
2020-10-27 | vp9: Remove dead code | Lioncash | 1 | -6/+0 |
2020-10-27 | vp9: Join declarations with assignments | Lioncash | 1 | -7/+8 |
2020-10-27 | vp9: Remove pessimizing moves | Lioncash | 1 | -2/+2 |
2020-10-27 | vp9: Resolve variable shadowing | Lioncash | 1 | -4/+4 |
2020-10-27 | nvdec: Tidy up header includes | Lioncash | 13 | -62/+59 |
2020-10-27 | yuzu: settings: Enable multicore, asynch GPU, and assembly shaders by default. | bunnei | 3 | -11/+11 |
2020-10-27 | hle/kernel: Remove unused registered_core_threads to fix data races | ReinUsesLisp | 1 | -5/+0 |
2020-10-27 | video_core: NVDEC Implementation | ameerj | 50 | -310/+3909 |
2020-10-27 | kernel: Use the current time as the default RNG seed | lat9nq | 1 | -1/+1 |
2020-10-27 | controller: Pass ControllerParameters by reference in ReconfigureControllers() | Lioncash | 4 | -7/+9 |
2020-10-27 | hle: services: TimeZoneContentManager: This can be made explicit. | bunnei | 1 | -1/+1 |
2020-10-27 | core: cpu_manager: Add missing call to MicroProfileOnThreadExit(). | bunnei | 1 | -0/+2 |
2020-10-25 | general: Use template deduction guides for lock_guard | Lioncash | 2 | -2/+2 |
2020-10-25 | controller: Convert led_patterns integer literals to bool literals | Lioncash | 1 | -9/+9 |
2020-10-25 | applets/profile_select: Resolve a warning in exec() | Morph | 1 | -1/+1 |
2020-10-22 | Don't ask for profile when there's only one. | Kewlan | 3 | -16/+20 |
2020-10-22 | core: Fix clang build pt.3 | Lioncash | 4 | -16/+6 |
2020-10-21 | sdl_impl: Fix controller reconnection issues | Morph | 1 | -85/+84 |
2020-10-21 | core: Fix clang build pt.2 | Lioncash | 2 | -4/+10 |
2020-10-21 | Revert "core: Fix clang build" | bunnei | 104 | -904/+665 |
2020-10-21 | video_core: Conditially activate relevant compiler warnings | Lioncash | 1 | -2/+4 |
2020-10-21 | kernel: Fix build with recent compiler flag changes | Lioncash | 1 | -4/+8 |
2020-10-20 | configure_input_player: Fix modifier buttons | Morph | 3 | -25/+23 |
2020-10-20 | gl_arb_decompiler: Implement robust buffer operations | ReinUsesLisp | 3 | -33/+54 |
2020-10-20 | Added remaining params | David Marcec | 1 | -1/+4 |
2020-10-20 | nifm: GetAppletInfo stub | David Marcec | 1 | -1/+8 |
2020-10-18 | core: Add boxcat sources with target_sources | Lioncash | 1 | -7/+7 |
2020-10-18 | core: Fix clang build | Lioncash | 104 | -665/+904 |
2020-10-17 | mii/manager: Make use of unused lower bound in GetRandomValue() | Lioncash | 1 | -1/+1 |
2020-10-17 | service: bcat: Check client connection before interacting with socket. | bunnei | 1 | -0/+10 |
2020-10-16 | udp/client: Make use of designated initializers in TestCommunication() | Lioncash | 1 | -2/+5 |
2020-10-16 | udp/client: Take std::function by const reference with TestCommunication() | Lioncash | 2 | -5/+5 |
2020-10-16 | sdl_impl: Erase the SDLJoystick entry after removing a controller | Morph | 1 | -15/+13 |
2020-10-16 | input_common/CMakeLists: Make some warnings errors | Lioncash | 19 | -203/+306 |
2020-10-15 | service: acc: Stub IManagerForApplication::StoreOpenContext. | bunnei | 1 | -1/+7 |
2020-10-14 | hle: service: vi: Implement BufferQueue::CancelBuffer. | bunnei | 3 | -14/+53 |
2020-10-13 | kernel: Implement host thread register methods without locking | ReinUsesLisp | 1 | -28/+38 |
2020-10-13 | audio_core/CMakeLists: Make warnings consistent with core | Lioncash | 6 | -8/+17 |
2020-10-13 | core/CMakeLists: Make some warnings errors | Lioncash | 30 | -146/+144 |
2020-10-13 | vk_graphics_pipeline: Manage primitive topology as fixed state | ReinUsesLisp | 6 | -26/+7 |
2020-10-13 | filesystem: Fix CreateDirectory and DeleteFile | Morph | 1 | -2/+3 |
2020-10-13 | service: time: Update current time with changes to RTC setting. | bunnei | 9 | -198/+341 |
2020-10-13 | hle: service: nvdrv: Implement nvhost_as_gpu::FreeSpace. | bunnei | 2 | -0/+25 |
2020-10-09 | video_core: Enforce -Wclass-memaccess | ReinUsesLisp | 2 | -7/+7 |
2020-10-09 | vk_device: Block VK_EXT_extended_dynamic_state for RDNA devices | goldenx86 | 1 | -0/+24 |
2020-10-08 | shader/texture: Implement CUBE texture type for TMML and fix arrays | ReinUsesLisp | 1 | -19/+22 |
2020-10-07 | renderer_vulkan/wrapper: Fix physical device sorting | ReinUsesLisp | 1 | -13/+35 |
2020-10-05 | Address comments | german | 2 | -40/+40 |
2020-10-04 | Add compatibility with only accelerometer and auto calibrate for drift | german | 2 | -12/+106 |
2020-10-03 | video_core: Enforce -Wunused-variable and -Wunused-but-set-variable | ReinUsesLisp | 3 | -4/+7 |
2020-10-02 | Only use inputs corresponding to controller type | german | 1 | -49/+58 |
2020-09-30 | Stubbed EnableSixAxisSensorFusion | german | 2 | -1/+15 |
2020-09-30 | caps_c: Stub SetShimLibraryVersion | Morph | 2 | -1/+18 |
2020-09-30 | caps_u: Stub SetShimLibraryVersion | Morph | 2 | -2/+14 |
2020-09-30 | caps_su: Properly stub SetShimLibraryVersion | Morph | 1 | -1/+6 |
2020-09-30 | hid: Stub HomeButtonInputProtection service commands | Morph | 4 | -2/+50 |
2020-09-30 | Reduce the "shake" requirements when configuring UDP. | Lukas Senionis | 1 | -2/+6 |
2020-09-30 | Remove ext_extended_dynamic_state blacklist | Matías Locatti | 1 | -8/+0 |
2020-09-30 | common/wall_clock: Add virtual destructors | ReinUsesLisp | 3 | -2/+4 |
2020-09-29 | qt/game_list: Give GameListSearchField::KeyReleaseEater a parent | ReinUsesLisp | 2 | -3/+4 |
2020-09-29 | First implementation of controller rumble | german | 5 | -14/+63 |
2020-09-29 | CMakeLists: use system zstd on Linux | lat9nq | 1 | -1/+6 |
2020-09-29 | CMakeLists: fix for finding zstd on linux-mingw | lat9nq | 1 | -1/+1 |
2020-09-26 | main: Allow applets to display on top while fullscreen | Morph | 1 | -6/+8 |
2020-09-26 | core: Mark GetInstance() as deprecated | Lioncash | 1 | -1/+1 |
2020-09-26 | frontend/controller: Eliminate dependency on the global system instance | Lioncash | 3 | -5/+14 |
2020-09-26 | Add random motion input to keyboard | german | 4 | -0/+65 |
2020-09-26 | Add random motion input to SDL | german | 5 | -5/+230 |
2020-09-26 | command_generator: Make lookup table static constexpr | Lioncash | 1 | -2/+3 |
2020-09-25 | vk_stream_buffer: Fix initializing Vulkan with NVIDIA on Linux | lat9nq | 1 | -1/+2 |
2020-09-25 | behavior_info: Fix typo Renerer -> Renderer | Lioncash | 2 | -6/+6 |
2020-09-25 | cubeb_sink: Use static_cast instead of reinterpret_cast in DataCallback() | Lioncash | 1 | -2/+2 |
2020-09-25 | codec: Make lookup table static constexpr | Lioncash | 2 | -3/+4 |
2020-09-25 | audio_core: Remove unnecessary inclusions | Lioncash | 5 | -7/+2 |
2020-09-25 | audio_core: Resolve sign conversion warnings | Lioncash | 8 | -25/+34 |
2020-09-25 | effect_context: Make use of explicit where applicable | Lioncash | 1 | -13/+12 |
2020-09-25 | vk_command_pool: Move definition of Pool into the cpp file | Lioncash | 2 | -4/+6 |
2020-09-25 | vk_command_pool: Make use of override on destructor | Lioncash | 1 | -1/+1 |
2020-09-25 | vk_command_pool: Add missing header guard | Lioncash | 1 | -0/+2 |
2020-09-25 | More forgetting... duh | Levi Behunin | 1 | -2/+2 |
2020-09-25 | service: Restore "unused" function | Lioncash | 1 | -0/+17 |
2020-09-25 | Forgot to apply suggestion here as well | Levi Behunin | 1 | -1/+1 |
2020-09-25 | Address Comments | Levi Behunin | 3 | -25/+34 |
2020-09-25 | Start of Integer flags implementation | Levi Behunin | 3 | -3/+50 |
2020-09-24 | submission_package: Fix updates integrated into cartridge images. | Morph | 1 | -3/+22 |
2020-09-24 | arithmetic_integer_immediate: Make use of std::move where applicable | Lioncash | 1 | -16/+19 |
2020-09-24 | video_core: Fix instances where msbuild always regenerated host shaders | ReinUsesLisp | 2 | -12/+7 |
2020-09-24 | Use different timing for motion | german | 5 | -76/+157 |
2020-09-23 | shader/registry: Silence a -Wshadow warning | Lioncash | 2 | -5/+5 |
2020-09-23 | shader/registry: Remove unnecessary namespace qualifiers | Lioncash | 1 | -5/+3 |
2020-09-23 | shader/registry: Make use of designated initializers where applicable | Lioncash | 1 | -17/+19 |
2020-09-23 | memory: Resolve a -Wdocumentation warning | Lioncash | 1 | -1/+1 |
2020-09-23 | install_dialog: Make use of [[nodiscard]] where applicable | Lioncash | 1 | -2/+2 |
2020-09-23 | install_dialog: Remove unused function prototype | Lioncash | 1 | -1/+0 |
2020-09-23 | game_list: Make game list function naming consistent | Lioncash | 3 | -36/+45 |
2020-09-23 | game_list: Eliminate redundant argument copies | Lioncash | 2 | -16/+22 |
2020-09-23 | control_flow: emplace elements in place within TryQuery() | Lioncash | 1 | -6/+6 |
2020-09-23 | control_flow: Make use of std::move in InsertBranch() | Lioncash | 1 | -7/+8 |
2020-09-22 | General: Make use of std::nullopt where applicable | Lioncash | 17 | -59/+60 |
2020-09-22 | ips_layer: Eliminate a redundant copy in Parse() | Lioncash | 1 | -2/+4 |
2020-09-21 | acc: Stub LoadOpenContext | Morph | 3 | -1/+13 |
2020-09-20 | renderer_opengl: Remove emulated mailbox presentation | ReinUsesLisp | 13 | -360/+35 |
2020-09-19 | vk_query_cache: Hack counter destructor to avoid reserving queries | ReinUsesLisp | 1 | -1/+10 |
2020-09-19 | renderer_vulkan: Make unconditional use of VK_KHR_timeline_semaphore | ReinUsesLisp | 42 | -814/+638 |
2020-09-18 | Add automap feature for GC adapter | german | 3 | -1/+103 |
2020-09-18 | fermi_2d: Make use of designated initializers | Lioncash | 2 | -8/+8 |
2020-09-18 | hid: Implement Get/SetNpadHandheldActivationMode | Morph | 3 | -5/+28 |
2020-09-18 | configure_input_player: Fixes motion mapping using ConfigureButtonClick | Morph | 1 | -5/+8 |
2020-09-18 | am: Stub GetPreviousProgramIndex | Morph | 2 | -1/+11 |
2020-09-18 | configure_input_player: Re-add "Clear" context menu option | Morph | 2 | -31/+66 |
2020-09-18 | submission_package: Account for multi-content NSPs | Morph | 1 | -5/+5 |
2020-09-17 | decode/image: Eliminate switch fallthrough in DecodeImage() | Lioncash | 1 | -0/+1 |
2020-09-17 | decoder/texture: Eliminate narrowing conversion in GetTldCode() | Lioncash | 1 | -1/+1 |
2020-09-17 | audio_core/command_generator: Use const references where applicable | Lioncash | 1 | -10/+11 |
2020-09-17 | audio_core/command_generator: Avoid an unnecessary copy in GenerateFinalMixCommand() | Lioncash | 1 | -1/+1 |
2020-09-17 | nfp: Eliminate two unnecessary copies | Lioncash | 1 | -10/+13 |
2020-09-17 | arm_dynarmic_cp15: Initialize member variables | Lioncash | 1 | -2/+2 |
2020-09-17 | control_metadata: Resolve typo in Portuguese language name | Lioncash | 1 | -1/+1 |
2020-09-17 | service: Remove unused funcation | Lioncash | 1 | -22/+0 |
2020-09-17 | service/sm: Slightly more efficient string name validation | Lioncash | 1 | -2/+2 |
2020-09-17 | service/sm: Eliminate dependency on the global system instance | Lioncash | 3 | -7/+9 |
2020-09-17 | file_sys/romfs_factory: Eliminate usage of the global system accessor | Lioncash | 5 | -34/+49 |
2020-09-17 | file_sys/bis_factory: Eliminate usage of the global system accessor | Lioncash | 5 | -11/+11 |
2020-09-17 | loader/nso: Remove unnecessary [[maybe_unused]] | Lioncash | 1 | -2/+1 |
2020-09-16 | video_core: Enforce -Werror=switch | ReinUsesLisp | 7 | -10/+59 |
2020-09-16 | core/loader: Remove dependencies on the global system instance | Lioncash | 20 | -45/+85 |
2020-09-15 | nca_patch: Significantly reduce the stack usage size within SearchBucketEntry() | Lioncash | 1 | -4/+4 |
2020-09-15 | nca_patch: Make SearchBucketEntry() internally linked | Lioncash | 2 | -44/+43 |
2020-09-15 | cheat_engine: Convert ExtractName into a non-template function | Lioncash | 1 | -19/+17 |
2020-09-15 | cheat_engine: Remove unnecessary system argument to CheatParser's Parse function | Lioncash | 3 | -15/+9 |
2020-09-15 | patch_manager: Resolve implicit truncations in FormatTitleVersion() | Lioncash | 1 | -3/+4 |
2020-09-15 | patch_manager: Make use of type aliases | Lioncash | 2 | -69/+79 |
2020-09-15 | patch_manager: Make a few functions internally linked | Lioncash | 2 | -15/+12 |
2020-09-15 | gc_adapter: Disable MSVC nonstandard extension warning on libusb.h | ReinUsesLisp | 1 | -0/+9 |
2020-09-14 | crypto/key_manager: Remove dependency on the global system accessor | Lioncash | 3 | -7/+12 |
2020-09-14 | kernel: Remove all dependencies on the global system instance | Lioncash | 5 | -11/+20 |
2020-09-10 | Test: Decrease pad_update_ns | FearlessTobi | 1 | -1/+1 |
2020-09-07 | service: Remove two usages of the global system accessor | Lioncash | 3 | -7/+5 |
2020-09-07 | gc_adapter: Make DeviceConnected() a const member function | Lioncash | 3 | -9/+9 |
2020-09-07 | bsd: Resolve unused value within SendToImpl | Lioncash | 1 | -0/+1 |
2020-09-07 | bsd: Resolve sign comparison warnings | Lioncash | 1 | -3/+3 |
2020-09-07 | sockets_translate: Make use of designated initializers | Lioncash | 1 | -12/+12 |
2020-09-07 | blocking_worker: Make use of templated lambda | Lioncash | 1 | -3/+2 |
2020-09-07 | blocking_worker: Resolve -Wdocumentation warning | Lioncash | 1 | -1/+1 |
2020-09-06 | video_core: Remove all Core::System references in renderer | ReinUsesLisp | 53 | -633/+573 |
2020-09-05 | configure_input: Hook up the motion button and checkbox | Morph | 7 | -7/+19 |
2020-09-05 | Minor cleanup | german | 1 | -19/+16 |
2020-09-05 | Add cemu hook changes related to PR #4609 | german | 8 | -139/+449 |
2020-09-05 | Remove RealMotionDevice | german | 7 | -35/+41 |
2020-09-05 | configure_input_player: Show/hide motion buttons based on the controller | Morph | 3 | -103/+141 |
2020-09-05 | controllers/npad: Simplify motion entry assignment | Morph | 1 | -29/+18 |
2020-09-05 | Include HID and configuration changes related to motion | german | 13 | -16/+448 |
2020-09-04 | hid: Implement MergeSingleJoyasDualJoy | Morph | 3 | -5/+24 |
2020-09-04 | applets/controller: Resolve several compiler warnings | Morph | 2 | -7/+8 |
2020-09-04 | Address feedback | Morph | 4 | -2/+12 |
2020-09-04 | clang-format | Morph | 2 | -2/+4 |
2020-09-04 | applets/controller: Set min_players to have a minimum value of 1. | Morph | 1 | -1/+1 |
2020-09-04 | applets/controller: Modify heuristic to account for certain games | Morph | 1 | -7/+12 |
2020-09-04 | main: Apply settings after applet configuration is complete. | Morph | 1 | -0/+4 |
2020-09-04 | applets/controller: Implement fallback applet for the SDL frontend | Morph | 3 | -90/+34 |
2020-09-04 | applets/controller: Load configuration prior to setting up connections | Morph | 2 | -23/+29 |
2020-09-04 | applets/controller: Make 8 a static constexpr value of NUM_PLAYERS | Morph | 2 | -15/+22 |
2020-09-04 | applets/controller: Implement "Explain Text" | Morph | 6 | -25/+304 |
2020-09-04 | Project Mjölnir: Part 2 - Controller Applet | Morph | 20 | -59/+3803 |
2020-09-03 | file_sys/patch_manager: Add missing include | ReinUsesLisp | 1 | -0/+1 |
2020-09-02 | main: Use three dots to complete the ellipsis | lat9nq | 1 | -1/+1 |
2020-09-02 | input_common/motion_input: Make use of Common::PI constant | Morph | 3 | -5/+10 |
2020-08-31 | vk_device: Fix driver id check on AMD for VK_EXT_extended_dynamic_state | ReinUsesLisp | 1 | -6/+9 |
2020-08-30 | externals: Update Xbyak to 5.96 | Lioncash | 2 | -21/+21 |
2020-08-30 | sdl_joystick: disable the use of the hidapi drivers due to many problems caused by them. | Vitor Kiguchi | 1 | -0/+7 |
2020-08-30 | Address second batch of reviews | FearlessTobi | 9 | -30/+27 |
2020-08-29 | configure_input_player: Resolve sign conversion warnings in UpdateMappingWithDefaults() | Lioncash | 1 | -2/+2 |
2020-08-29 | Reolve reorder warning | FearlessTobi | 2 | -3/+3 |
2020-08-29 | Address review comments and fix code compilation | FearlessTobi | 13 | -155/+218 |
2020-08-29 | bootmanager: Prevent unnecessary copies in TouchUpdateEvent() | Lioncash | 1 | -1/+1 |
2020-08-29 | game_list_p: Avoid string churn in GameListItemPath data() | Lioncash | 1 | -4/+8 |
2020-08-29 | game_list_p: Mark some constants as constexpr | Lioncash | 1 | -10/+10 |
2020-08-29 | yuzu: Add motion and touch configuration | FearlessTobi | 18 | -3/+1889 |
2020-08-29 | yuzu/main: Amend lifetime issues with InputSubsystem | Lioncash | 4 | -7/+8 |
2020-08-29 | yuzu/configuration: Fix index out of bounds for default_analogs | Morph | 3 | -12/+13 |
2020-08-29 | sdl_impl: Reduce allocations in GetButtonMappingForDevice() | Lioncash | 1 | -31/+37 |
2020-08-29 | sdl_impl: Make use of std::move on std::string where applicable | Lioncash | 1 | -3/+3 |
2020-08-29 | sdl_impl: Make use of insert_or_assign() where applicable | Lioncash | 1 | -14/+18 |
2020-08-29 | sdl_impl: Prevent type truncation in BuildAnalogParamPackageForButton() default arguments | Lioncash | 1 | -1/+1 |
2020-08-29 | sdl_impl: Simplify make_tuple call | Lioncash | 1 | -1/+1 |
2020-08-29 | sdl_impl: Mark FromEvent() as a const member function | Lioncash | 1 | -2/+2 |
2020-08-29 | input_common/main: Remove unnecessary headers | Lioncash | 3 | -5/+11 |
2020-08-29 | input_common/main: Remove unimplemented prototype | Lioncash | 1 | -3/+0 |
2020-08-29 | vk_device: Blacklist AMD proprietary from VK_EXT_extended_dynamic_state | ReinUsesLisp | 1 | -1/+6 |
2020-08-28 | Fix orientation errors and improve drift correction | german | 2 | -14/+31 |
2020-08-28 | Address comments | german | 2 | -85/+65 |
2020-08-28 | Implement a basic class for motion devices | german | 4 | -0/+279 |
2020-08-27 | input_common: Eliminate most global state | Lioncash | 25 | -242/+396 |
2020-08-27 | input_common/main: Add "/Mouse" to the display name | Morph | 1 | -1/+1 |
2020-08-27 | memory_manager: Make use of [[nodiscard]] in the interface | Lioncash | 1 | -17/+17 |
2020-08-27 | memory_manager: Make operator+ const qualified | Lioncash | 1 | -1/+1 |
2020-08-26 | configure_input_player: Fix modifier scale button mapping | Morph | 2 | -20/+19 |
2020-08-26 | configuration/input: Add support for mouse button clicks | Morph | 5 | -11/+82 |
2020-08-26 | controllers/npad: Fix inconsistencies with controller connection statuses | Morph | 1 | -1/+7 |
2020-08-26 | controllers/npad: Fix LibNX controller connection statuses | Morph | 1 | -1/+9 |
2020-08-26 | controllers/npad: Fix LedPattern for P1-4 | Morph | 1 | -3/+3 |
2020-08-26 | input_common: Fix directional deadzone values | Morph | 2 | -2/+2 |
2020-08-26 | Address feedback | Morph | 13 | -96/+77 |
2020-08-26 | Project Mjölnir: Part 1 | Morph | 43 | -3177/+8306 |
2020-08-26 | gc_poller: Resolve compilation warnings on MSVC | Lioncash | 1 | -3/+5 |
2020-08-26 | hle/scheduler: Fix data race in is_context_switch_pending | ReinUsesLisp | 1 | -2/+6 |
2020-08-26 | hle/kernel: Fix data race in GetCurrentHostThreadID | ReinUsesLisp | 1 | -1/+2 |
2020-08-26 | common/thread: Fix data race in is_set | ReinUsesLisp | 1 | -4/+5 |
2020-08-26 | cpu_interrupt_handler: Misc style changes | ReinUsesLisp | 2 | -5/+3 |
2020-08-26 | cpu_interrupt_handler: Make is_interrupted an atomic | ReinUsesLisp | 2 | -2/+3 |
2020-08-25 | logging/settings: Increase maximum log size to 100 MB and add extended logging option | M&M | 5 | -11/+54 |
2020-08-24 | common_funcs: Add missing XOR operators to DECLARE_ENUM_FLAG_OPERATORS | Lioncash | 1 | -4/+10 |
2020-08-24 | common/assert: Make use of C++ attribute syntax | Lioncash | 1 | -3/+4 |
2020-08-24 | async_shaders: Mark getters as const member functions | Lioncash | 2 | -17/+15 |
2020-08-24 | memory_manager: Mark IsGranularRange() as a const member function | Lioncash | 2 | -3/+3 |
2020-08-24 | gl_texture_cache: Take std::string by reference in DecorateViewName() | Lioncash | 2 | -2/+2 |
2020-08-24 | video_core/fence_manager: Remove unnecessary includes | Lioncash | 3 | -9/+4 |
2020-08-24 | video_core/host_shaders: Add CMake integration for string shaders | ReinUsesLisp | 7 | -42/+106 |
2020-08-24 | gl_shader_util: Use std::string_view instead of star pointer | ReinUsesLisp | 5 | -9/+21 |
2020-08-23 | fsp_srv: Resolve -Wunused-but-set-variable warning | Lioncash | 1 | -1/+8 |
2020-08-23 | file_sys: Replace inclusions with forward declarations where applicable | Lioncash | 27 | -37/+66 |
2020-08-23 | fsp_srv: Resolve -Wmaybe_uninitialized warning in OpenSaveDataFileSystem() | Lioncash | 1 | -2/+5 |
2020-08-23 | registered_cache: Make use of ends_with for string suffix checking | Lioncash | 1 | -2/+1 |
2020-08-23 | registered_cache: Make use of designated initializers | Lioncash | 1 | -15/+15 |
2020-08-23 | key_manager: Make data arrays constexpr | Lioncash | 2 | -75/+82 |
2020-08-23 | cpu_manager: Make use of ranged for where applicable | Lioncash | 1 | -16/+13 |
2020-08-23 | core_timing: Remove unused header | Lioncash | 3 | -2/+2 |
2020-08-23 | core_timing: Move clock initializer into constructor initializer list | Lioncash | 1 | -4/+2 |
2020-08-23 | core_timing: Resolve sign conversion warning | Lioncash | 1 | -2/+2 |
2020-08-23 | web_service: Move web_result.h into web_service | Lioncash | 7 | -47/+41 |
2020-08-22 | video_core: Initialize renderer with a GPU | ReinUsesLisp | 22 | -119/+172 |
2020-08-21 | vk_state_tracker: Fix primitive topology | ReinUsesLisp | 3 | -13/+14 |
2020-08-20 | vk_device: Use Vulkan 1.0 properly | ReinUsesLisp | 5 | -52/+66 |
2020-08-20 | renderer_vulkan: Create a Vulkan 1.0 instance when 1.1 is not available | ReinUsesLisp | 3 | -6/+26 |
2020-08-20 | Revert "common/time_zone: Simplify GetOsTimeZoneOffset()" | bunnei | 1 | -5/+9 |
2020-08-18 | common/telemetry: Migrate namespace into the Common namespace | Lioncash | 13 | -35/+43 |
2020-08-18 | vfs_real: Resolve sign conversion warnings | Lioncash | 1 | -2/+2 |
2020-08-18 | vfs_real: Avoid redundant map lookups | Lioncash | 1 | -30/+46 |
2020-08-18 | common/color: Migrate code over to the Common namespace | Lioncash | 1 | -2/+2 |
2020-08-18 | common/concepts: Move <type_traits> include out of the Common namespace | Lioncash | 1 | -2/+2 |
2020-08-16 | Remove unneeded newlines, optional Registry in shader params | ameerj | 5 | -14/+9 |
2020-08-16 | Morph: Update worker allocation comment | Ameer J | 1 | -1/+1 |
2020-08-16 | move thread 1/4 count computation into allocate workers method | ameerj | 4 | -23/+14 |
2020-08-16 | Address feedback, add shader compile notifier, update setting text | ameerj | 9 | -162/+117 |
2020-08-16 | Vk Async Worker directly emplace in cache | ameerj | 3 | -58/+41 |
2020-08-16 | Address feedback. Bruteforce delete duplicates | ameerj | 7 | -80/+116 |
2020-08-16 | Vk Async pipeline compilation | ameerj | 13 | -20/+182 |
2020-08-16 | Preliminary effects | David Marcec | 10 | -35/+731 |
2020-08-16 | dynarmic: Add unsafe optimizations | MerryMage | 7 | -4/+108 |
2020-08-16 | configure_hotkeys: Don't translate empty strings | Lioncash | 1 | -2/+2 |
2020-08-16 | common/fileutil: Convert namespace to Common::FS | Lioncash | 40 | -547/+639 |
2020-08-16 | common: Silence two discarded result warnings | Lioncash | 2 | -3/+3 |
2020-08-16 | common/time_zone: Simplify GetOsTimeZoneOffset() | Lioncash | 1 | -9/+5 |
2020-08-16 | yuzu: Resolve -Wextra-semi warnings | Lioncash | 3 | -6/+6 |
2020-08-16 | main: Add an option to modify the currrent game's configuration | lat9nq | 3 | -20/+46 |
2020-08-15 | common/compression: Roll back std::span changes | Lioncash | 5 | -38/+45 |
2020-08-15 | common: Make use of [[nodiscard]] where applicable | Lioncash | 34 | -358/+343 |
2020-08-14 | configuration_shared: Simplify name lookup in highlighting functions | Lioncash | 7 | -90/+74 |
2020-08-14 | yuzu: Make use of qOverload where applicable | Lioncash | 1 | -2/+1 |
2020-08-14 | time_zone_content_manager: Collapse auto and default case | Lioncash | 1 | -3/+1 |
2020-08-14 | Disable biquad filter | David Marcec | 1 | -8/+9 |
2020-08-14 | software_keyboard: Resolve a pessimizing move warning | Lioncash | 1 | -2/+1 |
2020-08-14 | core: Resolve several -Wextra-semi warnings | Lioncash | 3 | -7/+12 |
2020-08-14 | shader/memory: Amend UNIMPLEMENTED_IF_MSG without a message | Lioncash | 1 | -1/+2 |
2020-08-14 | macro-interpreter: Resolve -Wself-assign-field warning | Lioncash | 1 | -1/+0 |
2020-08-14 | vulkan/wrapper: Avoid unnecessary copy in EnumerateInstanceExtensionProperties() | Lioncash | 1 | -1/+1 |
2020-08-14 | gl_shader_disk_cache: Make use of std::nullopt where applicable | Lioncash | 1 | -11/+12 |
2020-08-14 | async_shaders: Resolve -Wpessimizing-move warning | Lioncash | 1 | -2/+2 |
2020-08-14 | maxwell_3d: Resolve -Wextra-semi warning | Lioncash | 1 | -1/+1 |
2020-08-14 | Reworked ADPCM decoder to allow better streaming | David Marcec | 2 | -33/+95 |
2020-08-14 | emu_window: Mark Scoped constructor and Acquire() as nodiscard | Lioncash | 1 | -2/+2 |
2020-08-14 | kernel/scheduler: Mark SchedulerLock constructor as nodiscard | Lioncash | 1 | -1/+1 |
2020-08-13 | General: Tidy up clang-format warnings part 2 | Lioncash | 17 | -117/+129 |
2020-08-12 | gl_shader_cache: Use std::max() for determining num_workers | Morph | 1 | -1/+1 |
2020-08-11 | textures/decoders: Fix block linear to pitch copies | ReinUsesLisp | 3 | -34/+34 |
2020-08-10 | Remove UI changes | ameerj | 5 | -86/+5 |
2020-08-10 | Add range slider functionality for gc adapter | ameerj | 1 | -7/+7 |
2020-08-10 | undo unnecessary newlines, slider range 50-150 | Ameer | 3 | -6/+5 |
2020-08-10 | Address c++20 warning, fix inaccurate range text display when slide == 0 | Ameer | 1 | -2/+2 |
2020-08-10 | Add range slider for analog sticks | Ameer | 4 | -14/+99 |
2020-08-09 | General: Tidy up clang-format warnings | Lioncash | 1 | -1/+1 |
2020-08-07 | common/concepts: Rename IsBaseOf to DerivedFrom | Lioncash | 3 | -6/+8 |
2020-08-06 | freezer: Move entry finding to its own function | Lioncash | 2 | -12/+21 |
2020-08-06 | freezer: Take address values by value | Lioncash | 1 | -3/+3 |
2020-08-06 | freezer: Make use of std::erase_if | Lioncash | 1 | -4/+1 |
2020-08-06 | cheat_engine: Resolve implicit bool->u64 conversion | Lioncash | 1 | -1/+1 |
2020-08-06 | cheat_engine: Make use of designated initializers | Lioncash | 1 | -6/+18 |
2020-08-06 | partition_data_manager: Update master key hashes | Lioncash | 1 | -5/+5 |
2020-08-06 | partition_data_manager: Make data arrays constexpr | Lioncash | 4 | -138/+141 |
2020-08-06 | partition_data_manager: Eliminate magic value | Lioncash | 1 | -2/+2 |
2020-08-06 | aes_util: Make use of non-template variant of Transcode | Lioncash | 1 | -1/+1 |
2020-08-06 | Fix thread naming on Linux, which limits names to 15 bytes. | comex | 2 | -1/+13 |
2020-08-05 | common/virtual_buffer: drop unused includes | Jan Beich | 1 | -9/+0 |
2020-08-05 | system_control: Make functions internally linked where applicable | Lioncash | 2 | -15/+11 |
2020-08-05 | kernel: Remove unused variables | Lioncash | 2 | -18/+11 |
2020-08-05 | scheduler: Resolve sign conversion warning | Lioncash | 1 | -1/+2 |
2020-08-05 | address_arbiter: Resolve sign conversion warning | Lioncash | 1 | -1/+1 |
2020-08-05 | ipc_helpers: Only allow trivially copyable objects with PushRaw() and PopRaw() | Lioncash | 1 | -0/+4 |
2020-08-05 | vfs_vector: Make creation of array vfs files less verbose | Lioncash | 4 | -41/+41 |
2020-08-05 | main: Fallback to loader if no control nca is found with patch manager | Morph | 1 | -6/+17 |
2020-08-05 | main: Fix Open Save/Mod Locations for installed titles | Morph | 4 | -12/+12 |
2020-08-05 | game_list_worker: Do not clear entries when > 1 gamedir is present | Morph | 1 | -1/+1 |
2020-08-03 | aes_util: Allow SetIV to be non-allocating | Lioncash | 7 | -27/+36 |
2020-08-03 | perf_stats: Make use of designated initializers | Lioncash | 1 | -6/+7 |
2020-08-03 | perf_stats: Mark GetMeanFrametime() as const | Lioncash | 2 | -9/+9 |
2020-08-03 | vulkan: Silence more -Wmissing-field-initializer warnings | Lioncash | 6 | -3/+18 |
2020-08-03 | yuzu: Resolve C++20 deprecation warnings related to lambda captures | Lioncash | 9 | -81/+88 |
2020-08-03 | service/ldr: Resolve sign mismatch warnings | Lioncash | 1 | -3/+2 |
2020-08-03 | CMakeLists: Resolve #4478 | Lioncash | 1 | -1/+6 |
2020-08-03 | tests/core_timing: Remove pragma optimize(off) | Lioncash | 1 | -9/+5 |
2020-08-03 | time_zone_binary: Make use of designated initializers | Lioncash | 1 | -17/+25 |
2020-08-03 | logging/backend: Make use of designated initializers | Lioncash | 2 | -21/+15 |
2020-08-03 | buffer_queue: Make use of std::nullopt | Lioncash | 1 | -5/+6 |
2020-08-03 | buffer_queue: Make use of designated initializers | Lioncash | 1 | -5/+5 |
2020-08-03 | profile_manager: Make use of std::nullopt | Lioncash | 1 | -4/+4 |
2020-08-03 | profile_manager: Make use of designated initializers | Lioncash | 1 | -13/+22 |
2020-08-03 | dmnt_cheat_vm: Make use of designated initializers | Lioncash | 1 | -105/+121 |
2020-08-03 | file_sys/mode: Make use of DECLARE_ENUM_FLAG_OPERATORS with Mode | Lioncash | 2 | -18/+21 |
2020-08-03 | sm: Make use of IsBaseOf for GetService | David Marcec | 1 | -3/+2 |
2020-08-03 | patch_manager: Resolve -Wignored-qualifier warnings | Lioncash | 1 | -2/+2 |
2020-08-03 | registered_cache: Resolve -Wmaybe_uninitialized warnings | Lioncash | 1 | -10/+15 |
2020-08-03 | Place in anonymous namespace | David Marcec | 1 | -0/+4 |
2020-08-03 | loader: Make IdentifyFile typesafe | David Marcec | 1 | -20/+32 |
2020-08-03 | ipc: Allow all trivially copyable objects to be passed directly into WriteBuffer (#4465) | David | 12 | -30/+64 |
2020-08-01 | mix buffer depopping | David Marcec | 2 | -30/+101 |
2020-07-31 | minor nits | Morph | 1 | -1/+3 |
2020-07-31 | am: Unstub SetScreenShotPermission | David Marcec | 2 | -1/+12 |
2020-07-30 | fsp-srv: Stub Read/WriteSaveDataFileSystemExtraDataWithMaskBySaveDataAttribute | Morph | 2 | -23/+56 |
2020-07-30 | fs: Rename SaveDataDescriptor to SaveDataAttribute | Morph | 5 | -41/+63 |
2020-07-30 | adpcm streaming | David Marcec | 4 | -27/+32 |
2020-07-29 | game_list_worker: Fix game list subdirectory scanning | Morph | 1 | -2/+2 |
2020-07-29 | main: Add support for removing SDMC installed titles | Morph | 1 | -14/+13 |
2020-07-29 | xts_archive: Check if the file is nullptr prior to parsing | Morph | 1 | -5/+9 |
2020-07-29 | registered_cache: Add support for removing folder ncas | Morph | 2 | -53/+54 |
2020-07-29 | game_list: Limit context menu options for homebrew | Morph | 1 | -1/+7 |
2020-07-29 | main: Remove assert for opening savedata when program_id = 0 | Morph | 1 | -1/+0 |
2020-07-29 | main: Silence [[fallthrough]] warning | Morph | 1 | -3/+2 |
2020-07-29 | main: Split removal cases into their individual functions and address feedback | Morph | 2 | -113/+131 |
2020-07-29 | main: Connect game list remove signals to removal functions | Morph | 2 | -5/+167 |
2020-07-29 | game_list: Add "Remove" context menu | Morph | 2 | -4/+37 |
2020-07-28 | configure_graphics: Remove Force 30 FPS mode | Morph | 6 | -25/+0 |
2020-07-28 | renderer_opengl: Use 1/4 of all threads for async shader compilation | Morph | 1 | -9/+4 |
2020-07-28 | common/atomic_ops: Don't cast away volatile from pointers | Lioncash | 3 | -27/+30 |
2020-07-28 | service/bsd: Handle Poll with no entries accurately | ReinUsesLisp | 1 | -0/+5 |
2020-07-28 | services/bsd: Implement most of bsd:s | ReinUsesLisp | 5 | -55/+911 |
2020-07-28 | service/sockets: Add worker pool abstraction | ReinUsesLisp | 1 | -0/+30 |
2020-07-28 | service/sockets: Add worker abstraction to execute blocking calls asynchronously | ReinUsesLisp | 2 | -0/+133 |
2020-07-28 | service/sockets: Add translate functions | ReinUsesLisp | 3 | -0/+215 |
2020-07-28 | service/sockets: Add enumerations and structures | ReinUsesLisp | 2 | -0/+81 |
2020-07-28 | services/nifm: Implement GetCurrentIpAddress | ReinUsesLisp | 1 | -1/+12 |
2020-07-28 | device_memory: Remove unused system member | Lioncash | 3 | -11/+4 |
2020-07-28 | cpu_manager: Remove redundant std::function declarations | Lioncash | 1 | -3/+3 |
2020-07-28 | Update src/core/hle/service/nvdrv/devices/nvmap.cpp | bunnei | 1 | -1/+1 |
2020-07-28 | core_timing: Make use of uintptr_t to represent user_data | Lioncash | 15 | -43/+52 |
2020-07-28 | yuzu/main: Remove redundant usages of QStringLiteral("") | Lioncash | 1 | -6/+5 |
2020-07-27 | remove unused variable; | CrazyMax | 1 | -1/+0 |
2020-07-26 | GCAdapter: only join worker thread if running & joinable | Brian J. Tarricone | 1 | -1/+3 |
2020-07-26 | video_core/gpu: Correct the size of the puller registers | Billy Laws | 1 | -2/+2 |
2020-07-26 | config: Make the save-as identifier more consistent | lat9nq | 1 | -2/+2 |
2020-07-26 | hle: nvdrv: Rewrite of GPU memory management. | bunnei | 6 | -593/+431 |
2020-07-26 | yuzu/configure_debug: Remove duplicated checkboxes | FearlessTobi | 1 | -22/+0 |
2020-07-26 | nvflinger: Mark interface functions with return values as [[nodiscard]] | Lioncash | 1 | -16/+14 |
2020-07-26 | nvflinger: Use return value of Lock() | Lioncash | 3 | -4/+4 |
2020-07-25 | common/string_util: Remove unimplemented function prototype (#4414) | LC | 1 | -12/+0 |
2020-07-25 | Fix perf regression | David Marcec | 1 | -1/+2 |
2020-07-25 | vulkan: Resolve -Wmissing-field-initializer warnings | Lioncash | 2 | -0/+4 |
2020-07-25 | udp/client: Remove unused boost include | Lioncash | 1 | -1/+0 |
2020-07-25 | gc_adapter: Resolve C++20 deprecation warning | Lioncash | 1 | -1/+1 |
2020-07-25 | gc_poller: Resolve -Wsign-compare warning | Lioncash | 1 | -1/+2 |
2020-07-25 | gc_poller: Resolve -Wredundant-move warning | Lioncash | 1 | -2/+1 |
2020-07-25 | lz4_compression: Make use of std::span in interfaces | Lioncash | 2 | -17/+14 |
2020-07-25 | zstd_compression: Make use of std::span in interfaces | Lioncash | 3 | -13/+10 |
2020-07-25 | virtual_buffer: Mark size parameter of FreeMemoryPages() as [[maybe_unused]] | Lioncash | 1 | -1/+1 |
2020-07-25 | Fix stream channel count when outputting to stereo | David Marcec | 1 | -1/+1 |
2020-07-25 | Address issues | David Marcec | 8 | -101/+104 |
2020-07-25 | Queue extra mix buffer | David Marcec | 1 | -0/+1 |
2020-07-25 | Disable time stretcher for time being | David Marcec | 2 | -6/+4 |
2020-07-25 | audio_core: Apollo Part 1, AudioRenderer refactor | David Marcec | 26 | -713/+4204 |
2020-07-23 | network: add missing include for BSDs | Jan Beich | 1 | -0/+2 |
2020-07-21 | vi: IApplicationDisplayService:GetIndirectLayerImageRequiredMemoryInfo | David Marcec | 1 | -1/+19 |
2020-07-21 | surface_params: Make use of designated initializers where applicable | Lioncash | 1 | -38/+46 |
2020-07-21 | surface_params: Remove redundant assignment | Lioncash | 1 | -1/+0 |
2020-07-21 | surface_params: Replace questionable usages of the comma operator with semicolons | Lioncash | 1 | -9/+9 |
2020-07-21 | video_core: Remove unused variables | Lioncash | 8 | -33/+5 |
2020-07-21 | vk_rasterizer: Remove unused variable in Clear() | Lioncash | 1 | -4/+0 |
2020-07-21 | compatible_formats: Add missing header guard | Lioncash | 1 | -0/+2 |
2020-07-21 | video_core: Allow copy elision to take place where applicable | Lioncash | 7 | -26/+26 |
2020-07-21 | configure_ui: Ensure a separator follows the returned path | lat9nq | 1 | -3/+5 |
2020-07-21 | configure_ui: don't use an empty string | lat9nq | 1 | -1/+3 |
2020-07-21 | main: Don't use as many string copies | lat9nq | 1 | -6/+8 |
2020-07-21 | main: rewrite (save as) screenshot saving | lat9nq | 1 | -9/+18 |
2020-07-21 | configuration: Setup UI to config screenshot path and saving | lat9nq | 5 | -5/+93 |
2020-07-21 | common: Add a screenshots directory | lat9nq | 3 | -0/+3 |
2020-07-21 | video_core: Remove redundant pixel format type | David Marcec | 1 | -1/+0 |
2020-07-20 | buffer_cache: Eliminate redundant map lookup in MarkRegionAsWritten() | Lioncash | 1 | -6/+3 |
2020-07-20 | wait_tree: Include Midnight Blue dark themes | Morph | 1 | -1/+4 |
2020-07-20 | qt-themes: Add Midnight Blue qdarkstyle theme (2.8.1) | James Rowe | 2 | -1/+3 |
2020-07-20 | Address issues | David Marcec | 1 | -2/+2 |
2020-07-19 | configure_graphics_advnaced: clang-format mk ii | lat9nq | 1 | -3/+3 |
2020-07-19 | configure_graphics_advanced: Fix oversight from rebase | lat9nq | 1 | -1/+1 |
2020-07-19 | configuration_shared: Remove unused functions | lat9nq | 2 | -18/+0 |
2020-07-19 | configuration: Use forward declares and remove extraneous structs | lat9nq | 10 | -63/+59 |
2020-07-19 | configuration_shared: Make CheckState strongly typed | lat9nq | 2 | -24/+23 |
2020-07-19 | clang-format | lat9nq | 5 | -38/+32 |
2020-07-19 | configuration_shared: Break up tracker structs to respective classes | lat9nq | 12 | -49/+58 |
2020-07-19 | configure_system: break instead of semicolon | lat9nq | 1 | -2/+4 |
2020-07-19 | clang-format | lat9nq | 3 | -8/+11 |
2020-07-19 | configure_system: Highlight labels on startup | lat9nq | 1 | -0/+5 |
2020-07-19 | configure_graphics: Fix layout in global config | lat9nq | 1 | -1/+1 |
2020-07-19 | configure_per_game: Improve style consistency | lat9nq | 3 | -54/+43 |
2020-07-19 | configure_system: Implement highlighted overrides | lat9nq | 3 | -539/+544 |
2020-07-19 | configuration_shared: Add default combobox setup function | lat9nq | 3 | -21/+52 |
2020-07-19 | configuration_shared: Use an int instead of a QString | lat9nq | 4 | -22/+28 |
2020-07-19 | configure_graphics_advanced: Implement highlighted overrides | lat9nq | 3 | -96/+146 |
2020-07-19 | configuration_shared: Switch back to background colors | lat9nq | 1 | -2/+2 |
2020-07-19 | configuration_shared: Better use global text | lat9nq | 2 | -0/+15 |
2020-07-19 | configure_audio: fix UI margins | lat9nq | 1 | -1/+10 |
2020-07-19 | configure_graphics: Implement highlighted overrides | lat9nq | 2 | -134/+200 |
2020-07-19 | configure_audio: Implement highlighted overrides | lat9nq | 2 | -80/+87 |
2020-07-19 | configuration_shared: Require name of the widget for highlighting | lat9nq | 3 | -16/+27 |
2020-07-19 | configuration_shared: Use a highlight instead of background color | lat9nq | 2 | -6/+6 |
2020-07-19 | configure_general: Implement manual tristate buttons | lat9nq | 2 | -17/+27 |
2020-07-19 | configuration_shared: Initial functions and data for manual tristate | lat9nq | 2 | -0/+58 |
2020-07-19 | Fix axis thresholding while polling | ameerj | 1 | -5/+2 |
2020-07-19 | swkbd: Return result for Calc request for inlined swkbd | David Marcec | 2 | -13/+49 |
2020-07-19 | core/network: Add network abstraction | ReinUsesLisp | 5 | -0/+840 |
2020-07-19 | alignment: explicitly include <new> after 723edb4c0659 | Jan Beich | 1 | -0/+1 |
2020-07-18 | Address issues | David Marcec | 1 | -6/+3 |
2020-07-18 | Address trivial review comments. | FearlessTobi | 1 | -1/+1 |
2020-07-18 | configure_ui: Address some review comments from the previous PR | FearlessTobi | 2 | -16/+21 |
2020-07-18 | yuzu: Port translation support from Citra | FearlessTobi | 10 | -84/+235 |
2020-07-18 | frontend: Improve wait tree readability for dark themes | David Marcec | 1 | -11/+44 |
2020-07-18 | gl_arb_decompiler: Use NV_shader_buffer_{load,store} on assembly shaders | ReinUsesLisp | 7 | -110/+173 |
2020-07-18 | Fix style issues | David Marcec | 2 | -7/+13 |
2020-07-18 | file_sys/nsp: Make SetTicketKeys actually do something | FearlessTobi | 2 | -32/+30 |
2020-07-18 | vk_device: Fix build error on old MSVC versions | ReinUsesLisp | 1 | -3/+3 |
2020-07-17 | std::size_t where appropriate, make error message more clear if can't read | ameerj | 1 | -3/+4 |
2020-07-17 | alignment: Simplify AlignmentAllocator implementation | Lioncash | 1 | -43/+4 |
2020-07-17 | Drop settings namespace | David Marcec | 1 | -2/+1 |
2020-07-17 | Remove duplicate config | David Marcec | 2 | -2/+1 |
2020-07-17 | Use conditional var | David Marcec | 2 | -9/+15 |
2020-07-17 | Drop max workers from 8->2 for testing | David Marcec | 1 | -1/+1 |
2020-07-17 | Rebase for per game settings | David Marcec | 9 | -1/+53 |
2020-07-17 | async shaders | David Marcec | 16 | -64/+598 |
2020-07-17 | macro_hle: Remove unnecessary static keywords | Lioncash | 1 | -7/+4 |
2020-07-17 | core/CMakeLists: Add missing physical_memory.h header file | Lioncash | 1 | -0/+1 |
2020-07-17 | macro_hle: Simplify shift expression in HLE_771BB18C62444DA0() | Lioncash | 1 | -2/+1 |
2020-07-17 | macro_hle: Remove unnecessary std::make_pair calls | Lioncash | 1 | -3/+3 |
2020-07-17 | macro: Resolve missing parameter in doxygen comment | Lioncash | 1 | -1/+2 |
2020-07-17 | constants: Add missing <array> include | Lioncash | 1 | -0/+1 |
2020-07-17 | mii/manager: Resolve sign mismatch warnings | Lioncash | 1 | -3/+3 |
2020-07-17 | mii/manager: Make use of designated initializers | Lioncash | 1 | -53/+54 |
2020-07-17 | wrapper: Make use of designated initializers where applicable | Lioncash | 1 | -56/+64 |
2020-07-17 | vk_texture_cache: Make use of designated initializers where applicable | Lioncash | 1 | -96/+135 |
2020-07-17 | vk_texture_cache: Amend mismatched access masks and indices in UploadBuffer | Lioncash | 1 | -6/+4 |
2020-07-17 | vk_swapchain: Make use of designated initializers where applicable | Lioncash | 1 | -43/+51 |
2020-07-17 | vk_stream_buffer: Make use of designated initializers where applicable | Lioncash | 1 | -19/+16 |
2020-07-17 | vk_staging_buffer_pool: Make use of designated initializers where applicable | Lioncash | 1 | -13/+12 |
2020-07-17 | vk_shader_util: Make use of designated initializers where applicable | Lioncash | 1 | -7/+7 |
2020-07-17 | vk_scheduler: Make use of designated initializers where applicable | Lioncash | 1 | -27/+30 |
2020-07-17 | vk_sampler_cache: Make use of designated initializers where applicable | Lioncash | 1 | -24/+27 |
2020-07-17 | vk_resource_manager: Make use of designated initializers where applicable | Lioncash | 1 | -15/+14 |
2020-07-17 | vk_renderpass_cache: Make use of designated initializers where applicable | Lioncash | 1 | -59/+70 |
2020-07-17 | vk_rasterizer: Make use of designated initializers where applicable | Lioncash | 1 | -41/+47 |
2020-07-17 | vk_query_cache: Make use of designated initializers where applicable | Lioncash | 1 | -8/+8 |
2020-07-17 | vk_pipeline_cache: Make use of designated initializers where applicable | Lioncash | 1 | -31/+35 |
2020-07-17 | vk_memory_manager: Make use of designated initializers where applicable | Lioncash | 1 | -7/+6 |
2020-07-17 | vk_image: Make use of designated initializers where applicable | Lioncash | 1 | -15/+23 |
2020-07-17 | vk_descriptor_pool: Make use of designated initializers where applicable | Lioncash | 1 | -15/+18 |
2020-07-17 | vk_graphics_pipeline: Resolve narrowing warnings | Lioncash | 1 | -2/+4 |
2020-07-16 | vk_compute_pipeline: Make use of designated initializers where applicable | Lioncash | 1 | -63/+68 |
2020-07-16 | vk_compute_pass: Make use of designated initializers where applicable | Lioncash | 1 | -95/+99 |
2020-07-16 | vk_buffer_cache: Make use of designated initializers where applicable | Lioncash | 1 | -30/+33 |
2020-07-16 | decode/other: Implement S2R.LaneId | ReinUsesLisp | 1 | -2/+1 |
2020-07-16 | gl_arb_decompiler: Execute BAR even when inside control flow | ReinUsesLisp | 1 | -4/+0 |
2020-07-16 | renderer_{opengl,vulkan}: Clamp shared memory to host's limit | ReinUsesLisp | 6 | -9/+42 |
2020-07-16 | kernel/thread: Remove unimplemented function prototype | Lioncash | 1 | -2/+0 |
2020-07-16 | kernel: Remove unused variables | Lioncash | 3 | -7/+2 |
2020-07-16 | kernel: Add missing include | Lioncash | 1 | -0/+1 |
2020-07-16 | cpu_manager: Mark function getters as static | Lioncash | 4 | -10/+11 |
2020-07-16 | cpu_manager: Remove unused preemption_count variable | Lioncash | 1 | -1/+0 |
2020-07-16 | cpu_manager: Add missing includes | Lioncash | 1 | -0/+3 |
2020-07-16 | Refactor adapter code | Ameer | 2 | -179/+44 |
2020-07-16 | hid: Only update keyboard & debug pad inputs if enabled | David Marcec | 2 | -33/+37 |
2020-07-16 | Check for empty section0 and CNMT prior to install | Morph | 1 | -3/+19 |
2020-07-16 | Add comment to clarify the nullptr check | Morph | 1 | -0/+1 |
2020-07-16 | filesystem: Create subdirectories prior to creating a file | Morph | 1 | -0/+3 |
2020-07-16 | core_timing: Remove unused data member | Lioncash | 1 | -2/+0 |
2020-07-16 | core_timing: Make TimedCallback take std::chrono::nanoseconds | Lioncash | 16 | -58/+62 |
2020-07-16 | core_timing: Make use of std::chrono with ScheduleEvent | Lioncash | 13 | -49/+58 |
2020-07-15 | settings: Resolve a sign conversion warning within GetTimeZoneString() | Lioncash | 1 | -5/+5 |
2020-07-15 | kernel/process: Move name and system context to the bottom of the member list | Lioncash | 1 | -6/+6 |
2020-07-15 | kernel/handle_table: Remove usages of the global system instance | Lioncash | 4 | -8/+15 |
2020-07-15 | settings: Make use of std::string_view over std::string for logging | Lioncash | 1 | -33/+34 |
2020-07-15 | kernel/thread: Remove global GetCurrentThread() | Lioncash | 3 | -23/+7 |
2020-07-15 | clang format | Morph | 1 | -3/+3 |
2020-07-15 | Use proper install result when overwriting files | Morph | 2 | -3/+3 |
2020-07-15 | Remove global system instance and address feedback | Morph | 2 | -14/+10 |
2020-07-15 | registered_cache: Remove previous update/dlc if it exists on install | Morph | 2 | -13/+83 |
2020-07-15 | clang-format | VolcaEM | 1 | -1/+2 |
2020-07-15 | dmnt_cheat_vm: Implement opcode 0xC3 (ReadWriteStaticRegister) | VolcaEM | 2 | -1/+41 |
2020-07-14 | common/swap: Make use of std::endian | Lioncash | 1 | -42/+4 |
2020-07-14 | shader_cache: Make use of std::erase_if | Lioncash | 1 | -2/+2 |
2020-07-14 | clang-format | lat9nq | 1 | -2/+1 |
2020-07-14 | settings: Move settings sanitization to its own function | lat9nq | 4 | -4/+11 |
2020-07-14 | Fix crash if gc configured but adapter not connected | Ameer | 2 | -15/+25 |
2020-07-14 | main: Set async gpu properly after loading per-game setting | lat9nq | 1 | -0/+4 |
2020-07-14 | configure_general: Explicitly guard use_multi_core when applying settings | lat9nq | 1 | -0/+2 |
2020-07-14 | vk_device: Make use of designated initializers where applicable | Lioncash | 1 | -124/+152 |
2020-07-14 | input_common: drop unused libusb.h include | Ameer | 1 | -1/+0 |
2020-07-14 | vk_graphics_pipeline: Make use of designated initializers where applicable | Lioncash | 1 | -198/+223 |
2020-07-13 | input_common: make libusb private to gc_adapter | Jan Beich | 3 | -3/+7 |
2020-07-13 | memory_layout: Remove unused data member | Lioncash | 1 | -2/+0 |
2020-07-13 | address_space_info: Use type alias to simplify code | Lioncash | 1 | -14/+13 |
2020-07-13 | address_space_info: Make use of designated initializers | Lioncash | 2 | -46/+27 |
2020-07-13 | video_core: Rearrange pixel format names | ReinUsesLisp | 19 | -1179/+1077 |
2020-07-13 | video_core: Fix DXT4 and RGB565 | ReinUsesLisp | 7 | -37/+31 |
2020-07-13 | video_core/format_lookup_table: Add formats with existing PixelFormat | ReinUsesLisp | 1 | -1/+9 |
2020-07-13 | video_core: Fix B5G6R5_UNORM render target format | ReinUsesLisp | 5 | -1/+10 |
2020-07-13 | video_core: Fix B5G6R5U | ReinUsesLisp | 2 | -2/+2 |
2020-07-13 | video_core: Implement RGBA32_SINT render target | ReinUsesLisp | 7 | -58/+71 |
2020-07-13 | video_core: Implement RGBA32_SINT render target | ReinUsesLisp | 7 | -0/+13 |
2020-07-13 | video_core: Implement RGBA16_SINT render target | ReinUsesLisp | 7 | -0/+13 |
2020-07-13 | video_core: Implement RGBA8_SINT render target | ReinUsesLisp | 7 | -0/+13 |
2020-07-13 | video_core: Implement RG32_SINT render target | ReinUsesLisp | 7 | -0/+13 |
2020-07-13 | video_core: Implement RG8_SINT render target and fix RG8_UINT | ReinUsesLisp | 7 | -1/+14 |
2020-07-13 | video_core: Implement R8_SINT render target | ReinUsesLisp | 7 | -0/+13 |
2020-07-13 | video_core: Implement R8_SNORM render target | ReinUsesLisp | 7 | -0/+13 |
2020-07-13 | video_core/surface: Remove explicit values on PixelFormat's definition | ReinUsesLisp | 1 | -80/+80 |
2020-07-13 | video_core/surface: Reorder render target to pixel format switch | ReinUsesLisp | 1 | -53/+51 |
2020-07-13 | kernel/scheduler: Use std::mutex instead of spin lock | ReinUsesLisp | 1 | -1/+1 |
2020-07-13 | vk_blit_screen: Make use of designated initializers where applicable | Lioncash | 1 | -334/+384 |
2020-07-13 | vk_state_tracker: Fix dirty flags for stencil_enable on VK_EXT_extended_dynamic_state | ReinUsesLisp | 1 | -0/+1 |
2020-07-12 | udp: Silence a C++20 deprecation warning | Lioncash | 1 | -1/+1 |
2020-07-12 | gc_poller: Mark GCButtonFactory::GetNextInput() as const | Lioncash | 2 | -2/+2 |
2020-07-12 | gc_poller: Get rid of undefined behavior in Create() | Lioncash | 1 | -0/+4 |
2020-07-12 | gc_poller: Silence sign conversion warnings | Lioncash | 1 | -1/+1 |
2020-07-12 | gc_adapter: Remove deprecated usage of = in lambda captures | Lioncash | 1 | -1/+1 |
2020-07-12 | gc_adapter: Silence sign conversion warnings | Lioncash | 2 | -7/+7 |
2020-07-12 | configure_cpu: Split optimization settings off into Debug tab | MerryMage | 9 | -163/+302 |
2020-07-12 | common/alignment: Fix compilation errors (#4303) | Tobias | 1 | -1/+3 |
2020-07-12 | fs: Fix RomFS building when zero byte files are present | Morph | 4 | -10/+10 |
2020-07-12 | hle: service: mii: Rewrite service to properly support creation of random and default miis. | bunnei | 9 | -914/+3270 |
2020-07-12 | Revert "Port citra-emu/citra#5441: "Common: remove a mod from AlignUp"" | bunnei | 1 | -3/+1 |
2020-07-11 | Common: remove a mod from AlignUp (#5441) | Marshall Mohror | 1 | -1/+3 |
2020-07-11 | configure_cpu: Add tooltips | MerryMage | 1 | -1/+54 |
2020-07-11 | configure_cpu: Show/Hide debugging options | MerryMage | 7 | -46/+135 |
2020-07-11 | main/profile_select: Don't prompt for profile selection when only one is available | FearlessTobi | 1 | -9/+13 |
2020-07-11 | configuration: Add settings to enable/disable specific CPU optimizations | MerryMage | 16 | -29/+404 |
2020-07-11 | CMakeLists: Make use of /std:c++latest on MSVC | Lioncash | 1 | -2/+2 |
2020-07-10 | vk_rasterizer: Pass <pSizes> to CmdBindVertexBuffers2EXT | ReinUsesLisp | 1 | -6/+6 |
2020-07-10 | Break out of scan loop if can't find adapter on first run | Ameer | 1 | -0/+3 |
2020-07-10 | video_core/textures: Add and use SwizzleSliceToVoxel, and minor style changes | ReinUsesLisp | 5 | -84/+125 |
2020-07-10 | vfs_real: Fix MoveFile | Morph | 1 | -10/+17 |
2020-07-10 | KeyManager: Prevent writing of invalid keys | Morph | 1 | -4/+8 |
2020-07-10 | Add additional empty check for the QStringList returned by the InstallDialog | Morph | 1 | -0/+4 |
2020-07-10 | Update the install and progress dialogs | Morph | 4 | -80/+65 |
2020-07-10 | Refactor batch installing files | Morph | 4 | -196/+238 |
2020-07-10 | Add support for batch install to NAND | Morph | 6 | -124/+290 |
2020-07-10 | bis_factory: Set User NAND free space to be 1 MiB less than total. | Morph | 1 | -1/+3 |
2020-07-10 | sdmc_factory: Set the SDMC total size to 1 TiB | Morph | 1 | -1/+3 |
2020-07-10 | bis_factory: Use hardware default NAND partition sizes | Morph | 1 | -10/+11 |
2020-07-10 | settings: Remove storage size options | Morph | 5 | -214/+1 |
2020-07-10 | cmake: Fix libfmt linking errors | David Marcec | 1 | -5/+1 |
2020-07-10 | configuration: implement per-game configurations (#4098) | lat9nq | 57 | -835/+1942 |
2020-07-10 | vk_stream_buffer: set allocable_size to 9 MiB | lat9nq | 1 | -1/+1 |
2020-07-09 | cmake: fix fmt linking when found | John Galt | 1 | -1/+5 |
2020-07-09 | cmake: pass libusb include directory as well | Jan Beich | 1 | -0/+1 |
2020-07-08 | Address comments for better clarity/signed dev count | Ameer | 1 | -11/+15 |
2020-07-08 | Add more libusb error checks | Ameer | 1 | -3/+18 |
2020-07-08 | AM: fix GetDesiredLanguage: | CrazyMax | 1 | -1/+13 |
2020-07-08 | maxwell_dma: Rename registers to match official docs and reorder | ReinUsesLisp | 2 | -287/+355 |
2020-07-07 | cpu_interrupt_handler: Remove #pragma once from .cpp file | MerryMage | 1 | -2/+0 |
2020-07-07 | Address PR feedback, fix axis button thresholding | Ameer | 3 | -58/+22 |
2020-07-07 | input_common/gcadapter: add missing C++11 header required by libc++ | Jan Beich | 1 | -0/+1 |
2020-07-07 | Brace the code! Fix compile error due to class member construction order | Ameer | 2 | -15/+31 |
2020-07-07 | Recalibrate reconnected controllers | Ameer | 1 | -0/+5 |
2020-07-07 | Save origin state of GC controller analog features, compare against origin for input detection | Ameer | 3 | -28/+72 |
2020-07-07 | change shortcut context for other hotkeys with file open dialog | Ameer | 1 | -4/+4 |
2020-07-07 | GetDisplayVersion should return a null-terminated version string. | CrazyMax | 1 | -4/+16 |
2020-07-06 | Fix ss crash on game menu, fix ss on windowed mode | Ameer | 2 | -4/+6 |
2020-07-06 | configure_graphics: Make use of qOverload in signals/slots | Lioncash | 1 | -2/+2 |
2020-07-06 | configure_graphics: Prevent unnecessary string copies in UpdateDeviceComboBox() | Lioncash | 1 | -1/+1 |
2020-07-05 | memory: Set page-table pointers before setting attribute = Memory | MerryMage | 1 | -2/+5 |
2020-07-05 | AM/ISelfController: Stub CreateManagedDisplaySeparableLayer | Morph | 2 | -1/+20 |
2020-07-04 | Fix for always firing triggers on some controllers, trigger threshold more universal | Ameer | 2 | -5/+5 |
2020-07-03 | Address lioncash feedback: Log formatting, extern const PadButtonArray, little touch ups | Ameer | 3 | -24/+32 |
2020-07-03 | Revert "cmake: fix fmt linking" | bunnei | 1 | -1/+1 |
2020-07-02 | Fix unnecessary diffs | Ameer | 4 | -29/+27 |
2020-07-02 | Add LR triggers as axes, half press to initiate a press, add GC axis id in config, clarify some code blocks for better readability | Ameer | 3 | -35/+80 |
2020-07-02 | Rename two functions in NS | VolcaEM | 1 | -2/+2 |
2020-07-02 | Rename GetApplicationArea2 to GetApplicationAreaSize | VolcaEM | 1 | -2/+2 |
2020-07-02 | cmake: stop linking against QGL after c6a0ab979239 | Jan Beich | 1 | -1/+1 |
2020-07-01 | shader_cache: Fix use-after-free and orphan invalidation cache entries | ReinUsesLisp | 1 | -29/+41 |
2020-07-01 | Reset adapter state on init, fixes errors relating driver hang from unexpected unplug | Ameer | 2 | -0/+9 |
2020-07-01 | Don't handle cycles late if stretcher is active | David Marcec | 1 | -1/+3 |
2020-07-01 | audio: Improving audio timing for multicore/single core | David Marcec | 2 | -20/+7 |
2020-07-01 | externals: Track opus as submodule instead of using conan | David Marcec | 1 | -1/+1 |
2020-07-01 | key_manager: Correct casing of instance() | Lioncash | 10 | -10/+10 |
2020-07-01 | key_manager: Delete move operations | Lioncash | 1 | -0/+3 |
2020-07-01 | key_manager: Make use of canonical deleted operator= | Lioncash | 1 | -2/+2 |
2020-07-01 | common: switch to nullptr for sysctl's empty new value | Jan Beich | 1 | -4/+4 |
2020-06-30 | Address feedback regarding increments, const vars, and general cleanup | Ameer | 2 | -24/+21 |
2020-06-30 | fix implicit conversion of size_t type to int | Ameer | 1 | -1/+1 |
2020-06-30 | maxwell_to_gl: Implement MirrorOnceClampOGL using GL_MIRROR_CLAMP_EXT | Morph | 1 | -0/+6 |
2020-06-30 | macro: Add support for "middle methods" on the code cache (#4112) | David | 1 | -8/+27 |
2020-06-30 | common: add sysconf() fallback | Jan Beich | 1 | -3/+16 |
2020-06-29 | maxwell_to_gl: Rename VertexType() to VertexFormat() | Morph | 2 | -4/+5 |
2020-06-29 | cmake: fix fmt linking | John Galt | 1 | -1/+1 |
2020-06-29 | Remove duplicate functions | VolcaEM | 1 | -2/+0 |
2020-06-29 | Use decimal instead of hexadecimal | VolcaEM | 1 | -3/+5 |
2020-06-29 | Fix typo | VolcaEM | 1 | -1/+1 |
2020-06-29 | Clang-format | VolcaEM | 1 | -1/+1 |
2020-06-29 | service: Update function tables | VolcaEM | 27 | -157/+285 |
2020-06-29 | core_timing,scheduler: Use std::scoped_lock when possible | ReinUsesLisp | 2 | -15/+12 |
2020-06-28 | ldr: Cleanup NRO & NRR structs | David Marcec | 1 | -8/+8 |
2020-06-28 | maxwell_to_vk: Reorder vertex formats and add A2B10G10R10 for all types except float | Morph | 1 | -75/+69 |
2020-06-28 | am: Stub GetIndirectLayerConsumerHandle | David Marcec | 1 | -1/+13 |
2020-06-28 | maxwell_to_gl: Add 32 bit component sizes to (un)signed scaled formats | Morph | 1 | -30/+4 |
2020-06-28 | acc: ListOpenContextStoredUsers partial stub | David Marcec | 5 | -4/+14 |
2020-06-28 | Core/Common: Address Feedback. | Fernando Sahmkow | 21 | -58/+58 |
2020-06-27 | NvFlinger: Clang Format. | Fernando Sahmkow | 1 | -1/+1 |
2020-06-27 | Build System: Fix GCC & MINGW Build. | Fernando Sahmkow | 1 | -0/+4 |
2020-06-27 | SVC: Implement 32-bits wrappers and update Dynarmic. | Fernando Sahmkow | 4 | -34/+282 |
2020-06-27 | SVC: Add GetCurrentProcessorNumber32, CreateTransferMemory32, SetMemoryAttribute32 | Fernando Sahmkow | 2 | -6/+39 |
2020-06-27 | ARM: Update Dynarmic and Setup A32 according to latest interface. | Fernando Sahmkow | 8 | -93/+174 |
2020-06-27 | SVC: Add GetThreadPriority32 & SetThreadPriority32 | Fernando Sahmkow | 2 | -2/+30 |
2020-06-27 | ArmDynarmic32: Setup CNTPCT correctly | Fernando Sahmkow | 1 | -1/+1 |
2020-06-27 | Audio: Correct buffer release for host timing. | Fernando Sahmkow | 3 | -1/+22 |
2020-06-27 | Common/Kernel: Corrections and small bug fixing. | Fernando Sahmkow | 2 | -8/+3 |
2020-06-27 | Services/NvFlinger: Do vSync in a sepparate thread on Multicore. | Fernando Sahmkow | 4 | -5/+69 |
2020-06-27 | Common/NativeClockx86: Reduce native clock accuracy further. | Fernando Sahmkow | 1 | -1/+1 |
2020-06-27 | Tests/CoreTiming: Correct host timing tests. | Fernando Sahmkow | 2 | -157/+14 |
2020-06-27 | ARMDynarmicInterface: Correct GCC Build Errors. | Fernando Sahmkow | 2 | -6/+6 |
2020-06-27 | Common/AtomicOps: Correct GCC Intrinsic argument ordering. | Fernando Sahmkow | 1 | -5/+5 |
2020-06-27 | Kernel: Correct Host Context on Threads and Scheduler. | Fernando Sahmkow | 4 | -11/+11 |
2020-06-27 | YuzuQT: Hide Speed UI on Multicore. | Fernando Sahmkow | 1 | -1/+1 |
2020-06-27 | Clang Format. | Fernando Sahmkow | 14 | -48/+49 |
2020-06-27 | ARMInterface/Externals: Update dynarmic and fit to latest version. | Fernando Sahmkow | 1 | -7/+7 |
2020-06-27 | ARMInterface: Correct rebase errors. | Fernando Sahmkow | 3 | -5/+5 |
2020-06-27 | CoreTiming: Correct rebase bugs and other miscellaneous things. | Fernando Sahmkow | 2 | -4/+8 |
2020-06-27 | Core: Split Microprofile Dynarmic timing per Core | Fernando Sahmkow | 1 | -3/+12 |
2020-06-27 | General: Tune the priority of main emulation threads so they have higher priority than less important helper threads. | Fernando Sahmkow | 6 | -0/+60 |
2020-06-27 | Dynarmic Interface: don't clear cache if JIT has not been created. | Fernando Sahmkow | 2 | -0/+6 |
2020-06-27 | General: Correct rebase, sync gpu and context management. | Fernando Sahmkow | 9 | -32/+45 |
2020-06-27 | CoreTiming/CycleTimer: Correct Idling. | Fernando Sahmkow | 1 | -2/+5 |
2020-06-27 | SingleCore: Correct ticks reset to be on preemption. | Fernando Sahmkow | 1 | -1/+1 |
2020-06-27 | General: Cleanup legacy code. | Fernando Sahmkow | 19 | -740/+8 |
2020-06-27 | Kernel/svcBreak: Implement CacheInvalidation for Singlecore and correct svcBreak. | Fernando Sahmkow | 2 | -3/+13 |
2020-06-27 | Bootmanager/CPU_Manager: Correct shader caches and sync GPU on OpenGL. | Fernando Sahmkow | 2 | -6/+13 |
2020-06-27 | HLE_IPC: Correct HLE Event behavior on timeout. | Fernando Sahmkow | 3 | -1/+19 |
2020-06-27 | SingleCore: Improve Cycle timing Behavior and replace mutex in global scheduler for spinlock. | Fernando Sahmkow | 3 | -2/+4 |
2020-06-27 | FrameLimiting: Enable frame limiting for single core. | Fernando Sahmkow | 2 | -1/+2 |
2020-06-27 | SingleCore: Use Cycle Timing instead of Host Timing. | Fernando Sahmkow | 15 | -80/+152 |
2020-06-27 | Scheduler: Correct Reload/Unload | Fernando Sahmkow | 2 | -3/+5 |
2020-06-27 | Thread: Release the ARM Interface on exitting. | Fernando Sahmkow | 3 | -1/+8 |
2020-06-27 | General: Move ARM_Interface into Threads. | Fernando Sahmkow | 18 | -170/+136 |
2020-06-27 | Core: Refactor ARM Interface. | Fernando Sahmkow | 10 | -42/+69 |
2020-06-27 | X64 Clock: Reduce accuracy to be less or equal to guest accuracy. | Fernando Sahmkow | 3 | -1/+10 |
2020-06-27 | ARM/WaitTree: Better track the CallStack for each thread. | Fernando Sahmkow | 3 | -11/+74 |
2020-06-27 | SVC/ARM: Correct svcSendSyncRequest and cache ticks on arm interface. | Fernando Sahmkow | 3 | -5/+20 |
2020-06-27 | SingleCore: Move Host Timing from a sepparate thread to main cpu thread. | Fernando Sahmkow | 7 | -10/+48 |
2020-06-27 | GUI: Make multicore only work with Async and add GUI for multicore. | Fernando Sahmkow | 6 | -5/+63 |
2020-06-27 | ARM: Addapt to new Exclusive Monitor Interface. | Fernando Sahmkow | 5 | -31/+24 |
2020-06-27 | CPU_Manager: Correct stopping on SingleCore. | Fernando Sahmkow | 1 | -3/+8 |
2020-06-27 | Scheduler: Correct yielding interaction with SetThreadActivity. | Fernando Sahmkow | 1 | -0/+15 |
2020-06-27 | General: Fix microprofile on dynarmic/svc, fix wait tree showing which threads were running. | Fernando Sahmkow | 11 | -13/+87 |
2020-06-27 | General: Fix Stop function | Fernando Sahmkow | 4 | -5/+25 |
2020-06-27 | Kernel: Rewind on SVC change. | Fernando Sahmkow | 3 | -5/+16 |
2020-06-27 | Kernel: Preempt Single core on redudant yields. | Fernando Sahmkow | 6 | -21/+42 |
2020-06-27 | CPU_Manager: Unload/Reload threads on preemption on SingleCore | Fernando Sahmkow | 4 | -7/+64 |
2020-06-27 | Synchronization: Correct wide Assertion. | Fernando Sahmkow | 1 | -2/+4 |
2020-06-27 | General: Initial Setup for Single Core. | Fernando Sahmkow | 8 | -34/+228 |
2020-06-27 | Scheduler: Set last running time on thread. | Fernando Sahmkow | 2 | -4/+2 |
2020-06-27 | Kernel: Corrections to TimeManager, Scheduler and Mutex. | Fernando Sahmkow | 3 | -5/+5 |
2020-06-27 | Kernel: Fixes, corrections and asserts to scheduler and different svcs. | Fernando Sahmkow | 8 | -38/+38 |
2020-06-27 | Scheduler: Correct yields. | Fernando Sahmkow | 2 | -7/+25 |
2020-06-27 | Mutex: Revert workaround due to poor exclusive memory. | Fernando Sahmkow | 1 | -9/+2 |
2020-06-27 | ARM/Memory: Correct Exclusive Monitor and Implement Exclusive Memory Writes. | Fernando Sahmkow | 12 | -24/+325 |
2020-06-27 | SVC: WaitSynchronization add Termination Pending Result. | Fernando Sahmkow | 2 | -1/+5 |
2020-06-27 | Scheduler: Remove arm_interface lock and a few corrections. | Fernando Sahmkow | 2 | -17/+3 |
2020-06-27 | Yuzu/Debuggers: Correct Wait Tree for Paused threads. | Fernando Sahmkow | 1 | -2/+10 |
2020-06-27 | SVC: Correct SetThreadActivity. | Fernando Sahmkow | 4 | -38/+59 |
2020-06-27 | SCC: Small corrections to CancelSynchronization | Fernando Sahmkow | 3 | -2/+14 |
2020-06-27 | Scheduler: Correct locking for hle threads. | Fernando Sahmkow | 1 | -1/+2 |
2020-06-27 | Scheduler: Fix HLE Threads on guard | Fernando Sahmkow | 1 | -4/+6 |
2020-06-27 | Scheduler: Protect on closed threads. | Fernando Sahmkow | 1 | -7/+17 |
2020-06-27 | Scheduler: Correct assert. | Fernando Sahmkow | 1 | -4/+2 |
2020-06-27 | Core: Correct rebase. | Fernando Sahmkow | 2 | -18/+11 |
2020-06-27 | Scheduler: Release old thread fiber before trying to switch to the next thread fiber. | Fernando Sahmkow | 2 | -11/+35 |
2020-06-27 | NVDRV: Remove frame limiting as Host Timing already takes care. | Fernando Sahmkow | 1 | -1/+0 |
2020-06-27 | Mutex: Correct Result writting to clear exclusivity. | Fernando Sahmkow | 1 | -3/+11 |
2020-06-27 | SVC: Correct svcWaitForAddress and svcSignalToAddress. | Fernando Sahmkow | 4 | -68/+161 |
2020-06-27 | Scheduler: Correct Select Threads Step 2. | Fernando Sahmkow | 1 | -0/+1 |
2020-06-27 | Kernel: Corrections to Scheduling. | Fernando Sahmkow | 5 | -19/+23 |
2020-06-27 | Kernel: Correct Signal on Thread Death and Setup Sync Objects on Thread for Debugging | Fernando Sahmkow | 3 | -15/+17 |
2020-06-27 | Core: Correct HLE Event Callbacks and other issues. | Fernando Sahmkow | 5 | -37/+39 |
2020-06-27 | Process: Protect TLS region and Modules. | Fernando Sahmkow | 1 | -0/+4 |
2020-06-27 | General: Add Asserts | Fernando Sahmkow | 4 | -0/+24 |
2020-06-27 | General: Add better safety for JIT use. | Fernando Sahmkow | 5 | -7/+39 |
2020-06-27 | SVC: Correct races on physical core switching. | Fernando Sahmkow | 2 | -10/+10 |
2020-06-27 | NVFlinger: Lock race condition between CPU, Host Timing, VSync. | Fernando Sahmkow | 3 | -0/+11 |
2020-06-27 | SVC: Add locks to the memory management. | Fernando Sahmkow | 1 | -0/+21 |
2020-06-27 | SVC: Correct WaitSynchronization, WaitProcessWideKey, SignalProcessWideKey. | Fernando Sahmkow | 9 | -33/+84 |
2020-06-27 | SVC: Cleanup old methods. | Fernando Sahmkow | 1 | -13/+9 |
2020-06-27 | CPU_Manager: Reconfigre guest threads for dynamrmic downsides | Fernando Sahmkow | 3 | -1/+7 |
2020-06-27 | SVC: Correct SendSyncRequest. | Fernando Sahmkow | 8 | -54/+116 |
2020-06-27 | SVC: Correct ArbitrateUnlock | Fernando Sahmkow | 3 | -33/+37 |
2020-06-27 | SVC: Correct SignalEvent, ClearEvent, ResetSignal, WaitSynchronization, CancelSynchronization, ArbitrateLock | Fernando Sahmkow | 8 | -90/+134 |
2020-06-27 | SVC: Remove global HLE Lock. | Fernando Sahmkow | 1 | -3/+0 |
2020-06-27 | SVC: Correct GetThreadPriority, SetThreadPriority, GetThreadCoreMask, SetThreadCoreMask, GetCurrentProcessorNumber | Fernando Sahmkow | 5 | -15/+26 |
2020-06-27 | SVC: Correct CreateThread, StartThread, ExitThread, SleepThread. | Fernando Sahmkow | 3 | -37/+31 |
2020-06-27 | HostTiming: Pause the hardware clock on pause. | Fernando Sahmkow | 7 | -1/+23 |
2020-06-27 | AudioCore: Use nanoseconds instead of cycles for buffer time. | Fernando Sahmkow | 2 | -6/+6 |
2020-06-27 | General: Setup yuzu threads' microprofile, naming and registry. | Fernando Sahmkow | 7 | -9/+25 |
2020-06-27 | CPU_Manager: remove debugging code. | Fernando Sahmkow | 1 | -8/+4 |
2020-06-27 | YuzuCMD/Tester: Correct execution | Fernando Sahmkow | 2 | -6/+8 |
2020-06-27 | General: Recover Prometheus project from harddrive failure
| Fernando Sahmkow | 57 | -816/+1341 |
2020-06-27 | nfc: Update function table | VolcaEM | 1 | -3/+3 |
2020-06-27 | ncm: Update function table | VolcaEM | 1 | -10/+10 |
2020-06-27 | mm: Update function table | VolcaEM | 1 | -16/+16 |
2020-06-27 | mig: Update function table | VolcaEM | 1 | -0/+6 |
2020-06-27 | ldn: Update function table | VolcaEM | 1 | -0/+1 |
2020-06-27 | Oops (fix typo) | VolcaEM | 1 | -1/+1 |
2020-06-27 | lbl: Update function table | VolcaEM | 1 | -0/+1 |
2020-06-27 | grc: Update function table | VolcaEM | 1 | -0/+3 |
2020-06-27 | friend: Update function table | VolcaEM | 1 | -0/+6 |
2020-06-27 | Fix issues caused when changing the fullscreen hotkey | Kewlan | 1 | -4/+5 |
2020-06-27 | left const auto&, comment punctuation. | Ameer J | 1 | -2/+2 |
2020-06-27 | Use better names for "Unknown"s | VolcaEM | 1 | -39/+39 |
2020-06-27 | Update function names | VolcaEM | 1 | -4/+4 |
2020-06-27 | btm: Give better names for unknown functions | David Marcec | 1 | -5/+5 |
2020-06-27 | btdrv: Update function table (#4174) | VolcaEM | 1 | -83/+84 |
2020-06-27 | bpc: Update function tables (#4173) | VolcaEM | 1 | -7/+13 |
2020-06-27 | bcat: Update function tables and add missing classes (#4172) | VolcaEM | 2 | -0/+5 |
2020-06-27 | am: Update function tables and add missing classes (#4169) | VolcaEM | 3 | -17/+19 |
2020-06-27 | aoc: Update function table (#4170) | VolcaEM | 1 | -0/+1 |
2020-06-27 | eupld: Update function table | VolcaEM | 1 | -0/+1 |
2020-06-27 | es: Update function table | VolcaEM | 1 | -2/+41 |
2020-06-27 | Update FAQ function name (2/2) | VolcaEM | 1 | -2/+2 |
2020-06-27 | Update FAQ function name (1/2) | VolcaEM | 1 | -1/+1 |
2020-06-27 | btm: Update function tables | VolcaEM | 1 | -71/+76 |
2020-06-27 | vk_rasterizer: Use nullptr for <pSizes> in CmdBindVertexBuffers2EXT | ReinUsesLisp | 1 | -6/+6 |
2020-06-27 | vk_pipeline_cache: Avoid hashing and comparing dynamic state when possible | ReinUsesLisp | 6 | -23/+51 |
2020-06-27 | vulkan/fixed_pipeline_state: Move state out of individual structures | ReinUsesLisp | 4 | -121/+84 |
2020-06-27 | vk_rasterizer: Use VK_EXT_extended_dynamic_state | ReinUsesLisp | 5 | -46/+356 |
2020-06-27 | renderer_vulkan/wrapper: Add VK_EXT_extended_dynamic_state functions | ReinUsesLisp | 2 | -0/+64 |
2020-06-27 | fixed_pipeline_state: Add requirements for VK_EXT_extended_dynamic_state | ReinUsesLisp | 7 | -155/+143 |
2020-06-27 | vk_device: Enable VK_EXT_extended_dynamic_state when available | ReinUsesLisp | 2 | -0/+32 |
2020-06-27 | texture_cache: Test format compatibility before copying | ReinUsesLisp | 2 | -6/+21 |
2020-06-27 | video_core/compatible_formats: Table to test if two formats are legal to view or copy | ReinUsesLisp | 3 | -0/+196 |
2020-06-26 | gl_buffer_cache: Copy to buffers created as STREAM_READ before downloading | ReinUsesLisp | 5 | -18/+24 |
2020-06-26 | Update function name again | VolcaEM | 1 | -1/+1 |
2020-06-26 | Update function name (2/2) | VolcaEM | 1 | -1/+1 |
2020-06-26 | Update function name (1/2) | VolcaEM | 1 | -1/+1 |
2020-06-26 | Common: Fix non-conan build | Fernando Sahmkow | 1 | -1/+2 |
2020-06-26 | caps_u: Fix GetAlbumContentsFileListForApplication stub | Morph | 1 | -9/+15 |
2020-06-26 | caps: Use enum classes and check struct sizes on compile time | Morph | 1 | -34/+40 |
2020-06-26 | caps: Update copyright headers | Morph | 14 | -14/+14 |
2020-06-26 | Add a "Mute Audio" hotkey | Kewlan | 6 | -3/+17 |
2020-06-26 | const& to button in button array | Ameer J | 1 | -2/+2 |
2020-06-26 | Stop reading loop if error is encountered | Ameer | 1 | -4/+4 |
2020-06-25 | Clang-format again | VolcaEM | 1 | -1/+1 |
2020-06-25 | Clang-format | VolcaEM | 1 | -1/+2 |
2020-06-25 | Remove unnecessary newline | VolcaEM | 1 | -1/+0 |
2020-06-25 | Fix typo 2: electric boogaloo | VolcaEM | 1 | -1/+1 |
2020-06-25 | Use QUrl (2/2) | VolcaEM | 1 | -6/+5 |
2020-06-25 | Use QUrl (1/2) | VolcaEM | 1 | -1/+1 |
2020-06-25 | Fix formatting | VolcaEM | 1 | -2/+2 |
2020-06-25 | Fix typo | VolcaEM | 1 | -1/+1 |
2020-06-25 | Add "Open Quickstart Guide" and "FAQ" buttons to the Help menu | VolcaEM | 3 | -0/+48 |
2020-06-25 | gl_device: Fix IsASTCSupported | David Marcec | 1 | -1/+1 |
2020-06-25 | memory_manager: Remove useless assertion | David Marcec | 1 | -1/+0 |
2020-06-25 | gl_device: Enable NV_vertex_buffer_unified_memory on Turing devices | ReinUsesLisp | 1 | -19/+1 |
2020-06-24 | hid: Stub a series of "SevenSixAxisSensor" service commands | Morph | 2 | -21/+85 |
2020-06-24 | padbutton enum class and struct initiailization | Ameer | 3 | -36/+32 |
2020-06-24 | Prevent nullptr dereference on swkbd error case | David Marcec | 1 | -1/+1 |
2020-06-24 | prepo: : Don't read extra buffer from report unless passed | David Marcec | 1 | -1/+6 |
2020-06-24 | Mark invalid IPC buffers as ASSERT_OR_EXECUTE_MSG | David Marcec | 1 | -25/+22 |
2020-06-24 | buffer_cache: Use buffer methods instead of cache virtual methods | ReinUsesLisp | 5 | -99/+90 |
2020-06-24 | gl_stream_buffer: Use InvalidateBufferData instead unmap and map | ReinUsesLisp | 2 | -15/+5 |
2020-06-24 | gl_rasterizer: Use NV_vertex_buffer_unified_memory for vertex buffer robustness | ReinUsesLisp | 3 | -9/+39 |
2020-06-24 | gl_buffer_cache: Mark buffers as resident | ReinUsesLisp | 10 | -67/+111 |
2020-06-24 | gl_device: Expose NV_vertex_buffer_unified_memory except on Turing | ReinUsesLisp | 2 | -1/+30 |
2020-06-24 | gl_stream_buffer: Always use a non-coherent buffer | ReinUsesLisp | 2 | -14/+10 |
2020-06-24 | gl_stream_buffer: Always use persistent memory maps | ReinUsesLisp | 2 | -30/+14 |
2020-06-24 | Move GetKeyCodeMapImpl to an anonymous namespace | David Marcec | 1 | -19/+19 |
2020-06-24 | addressed issues | David Marcec | 2 | -4/+7 |
2020-06-24 | clear mme draw mode | David Marcec | 1 | -0/+3 |
2020-06-24 | Addressed issues | David Marcec | 5 | -13/+17 |
2020-06-24 | Fix constbuffer for 0217920100488FF7 | David Marcec | 1 | -6/+6 |
2020-06-24 | Macro HLE support | David Marcec | 9 | -10/+209 |
2020-06-24 | Fixed logging output | David Marcec | 1 | -1/+1 |
2020-06-24 | Implement GetKeyCodeMap & GetKeyCodeMap2 | David Marcec | 2 | -2/+72 |
2020-06-24 | gl_shader_cache: Avoid use after move for program size | ReinUsesLisp | 2 | -6/+7 |
2020-06-23 | cleanup check access, read, and factory GetNextInput funcs. Use size rather than magic number | Ameer | 4 | -151/+101 |
2020-06-23 | Fix deallocation of GC Adapter | Ameer | 3 | -4/+10 |
2020-06-23 | yuzu_tester: Silence type conversion warning | Morph | 1 | -1/+1 |
2020-06-23 | lm: Silence no return value warning | Morph | 1 | -1/+2 |
2020-06-23 | Small quality of life indication that mapped button is GC | Ameer | 1 | -2/+2 |
2020-06-23 | shader/half_set: Implement HSET2_IMM | ReinUsesLisp | 2 | -21/+75 |
2020-06-23 | std::array and const reference passing of non-trivial objects | Ameer | 2 | -14/+13 |
2020-06-22 | Update src/input_common/main.cpp | ameerj | 1 | -1/+1 |
2020-06-22 | account: Update function tables and add missing classes (#4145) | VolcaEM | 5 | -42/+384 |
2020-06-22 | TextureCache: Fix case where layer goes off bound. | Fernando Sahmkow | 1 | -0/+3 |
2020-06-22 | Reorder variables to comply with the Auzure build pipeline | unknown | 1 | -2/+2 |
2020-06-22 | arm_dynarmic_64: Log the instruction when an exception is raised | Morph | 1 | -2/+2 |
2020-06-22 | arm_dynarmic_32: Log under Core_ARM instead of HW_GPU | Morph | 1 | -1/+1 |
2020-06-22 | renderer_vulkan: Update validation layer name and test before enabling | ReinUsesLisp | 3 | -5/+43 |
2020-06-22 | Tidy up the pointers, use pair over tuple where appropriate | Ameer | 4 | -24/+22 |
2020-06-22 | fix for sleep using stl | Ameer | 1 | -1/+3 |
2020-06-22 | shared_ptr for the GC adapter class, constexpr constants | Ameer | 5 | -66/+52 |
2020-06-22 | std::arrays where appropriate, clear q in adapter class, other touch ups | Ameer | 5 | -27/+15 |
2020-06-22 | fix include thread | Ameer | 1 | -0/+1 |
2020-06-22 | Singleton GC Adapter class, remove globals, fix naming convention | Ameer | 8 | -228/+283 |
2020-06-21 | hid: Implement Get/ResetGyroscopeZeroDriftMode | Morph | 4 | -6/+56 |
2020-06-21 | Clang Formatting | Ameer | 9 | -182/+184 |
2020-06-21 | Cleanup after linter | Ameer | 9 | -167/+98 |
2020-06-21 | GC Adapter Implementation | Ameer | 18 | -161/+1159 |
2020-06-21 | Correct function name (2/2) | VolcaEM | 1 | -2/+2 |
2020-06-21 | Correct function name (1/2) | VolcaEM | 1 | -1/+1 |
2020-06-21 | Clang-format | VolcaEM | 1 | -1/+1 |
2020-06-21 | Remove unnecessary conversion | VolcaEM | 1 | -3/+2 |
2020-06-21 | Address review comment by Lioncash | VolcaEM | 1 | -1/+1 |
2020-06-21 | Add a "Open Mods Page" button to the GUI | VolcaEM | 3 | -0/+20 |
2020-06-21 | gl_shader_decompiler: Enable GL_EXT_texture_shadow_lod if available | Morph | 1 | -7/+43 |
2020-06-21 | gl_device: Check for GL_EXT_texture_shadow_lod | Morph | 2 | -0/+7 |
2020-06-21 | Fix: fatal error CVT1100 when compiling manifest file | FearlessTobi | 3 | -3/+3 |
2020-06-20 | macro_jit_x64: Use ecx for shift register | MerryMage | 1 | -2/+2 |
2020-06-20 | texture_cache: Fix incorrect address used in a DeduceSurface() call | Lioncash | 1 | -1/+1 |
2020-06-20 | software_keyboard: Eliminate trivial redundant copies | Lioncash | 1 | -2/+2 |
2020-06-20 | main: Append AVX and FMA instructions to cpu string | Morph | 1 | -1/+14 |
2020-06-20 | common/telemetry: Add AVX512 to telemetry | Morph | 1 | -0/+1 |
2020-06-20 | common/cpu_detect: Add AVX512 detection | Morph | 2 | -0/+6 |
2020-06-20 | decode/image: Implement B10G11R11F | Morph | 1 | -9/+17 |
2020-06-20 | gl_arb_decompiler: Avoid several string copies | Lioncash | 1 | -32/+31 |
2020-06-20 | vulkan/wrapper: Remove noexcept from GetSurfaceCapabilitiesKHR() | Lioncash | 2 | -3/+2 |
2020-06-20 | macro_jit_x64: Correct readability of Compile_ExtractShiftLeftImmediate() | Lioncash | 1 | -3/+3 |
2020-06-20 | macro_jit_x64: Correct readability of Compile_ExtractShiftLeftRegister() | Lioncash | 1 | -3/+4 |
2020-06-20 | macro_jit_x64: Remove unused variable | Lioncash | 1 | -2/+1 |
2020-06-20 | memory_manager: Eliminate variable shadowing | Lioncash | 2 | -24/+28 |
2020-06-20 | Add translation of "Current Boxcat Events" | David Marcec | 1 | -3/+2 |
2020-06-20 | macro_jit_x64: Eliminate variable shadowing in Compile_ProcessResult() | Lioncash | 1 | -2/+2 |
2020-06-20 | buffer_cache: Eliminate local variable shadowing | Lioncash | 1 | -2/+1 |
2020-06-19 | input_common/motion_emu: Remove redundant move | MerryMage | 1 | -1/+1 |
2020-06-19 | input_common/keyboard: Remove redundant move | MerryMage | 1 | -1/+1 |
2020-06-19 | mii_model: Remove redundant std::move | MerryMage | 1 | -1/+1 |
2020-06-19 | Fix compilation when not building with boxcat | David Marcec | 2 | -2/+7 |
2020-06-19 | macro_jit_x64: Remove unused function Read | MerryMage | 1 | -8/+4 |
2020-06-18 | vk_rasterizer: Don't preserve contents on full screen clears | ReinUsesLisp | 2 | -7/+58 |
2020-06-18 | vk_update_descriptor: Upload descriptor sets data directly | ReinUsesLisp | 3 | -42/+30 |
2020-06-18 | Tests/HostTiming: Correct GCC Compile error. | Fernando Sahmkow | 1 | -15/+14 |
2020-06-18 | Common/Fiber: Address Feedback and Correct Memory leaks. | Fernando Sahmkow | 2 | -34/+41 |
2020-06-18 | Common/Fiber: Implement Rewind on Boost Context. | Fernando Sahmkow | 2 | -2/+39 |
2020-06-18 | Common/uint128: Correct MSVC Compilation in old versions. | Fernando Sahmkow | 1 | -0/+4 |
2020-06-18 | Common/Fiber: Document fiber interexchange. | Fernando Sahmkow | 1 | -1/+4 |
2020-06-18 | Common/Fiber: Implement Rewinding. | Fernando Sahmkow | 3 | -2/+84 |
2020-06-18 | Common/Fiber: Additional corrections to f_context. | Fernando Sahmkow | 1 | -4/+4 |
2020-06-18 | Common/Fiber: Correct f_context based Fibers. | Fernando Sahmkow | 1 | -6/+8 |
2020-06-18 | Host Timing: Correct clang format. | Fernando Sahmkow | 1 | -1/+0 |
2020-06-18 | HostTiming: Correct rebase and implement AddTicks. | Fernando Sahmkow | 2 | -1/+19 |
2020-06-18 | Core/HostTiming: Allow events to be advanced manually. | Fernando Sahmkow | 4 | -31/+47 |
2020-06-18 | Common/Tests: Address Feedback | Fernando Sahmkow | 9 | -39/+51 |
2020-06-18 | Common: Make MinGW build use Windows Fibers instead of fcontext_t | Fernando Sahmkow | 2 | -4/+4 |
2020-06-18 | Common/Tests: Clang Format. | Fernando Sahmkow | 7 | -31/+41 |
2020-06-18 | Common: Correct fcontext fibers. | Fernando Sahmkow | 1 | -5/+4 |
2020-06-18 | Common: Refactor & Document Wall clock. | Fernando Sahmkow | 6 | -51/+50 |
2020-06-18 | Common: Implement WallClock Interface and implement a native clock for x64 | Fernando Sahmkow | 10 | -40/+378 |
2020-06-18 | Tests: Add base tests to host timing | Fernando Sahmkow | 5 | -43/+243 |
2020-06-18 | Core: Implement a Host Timer. | Fernando Sahmkow | 5 | -0/+295 |
2020-06-18 | Common: Polish Fiber class, add comments, asserts and more tests. | Fernando Sahmkow | 5 | -25/+147 |
2020-06-18 | Tests: Add tests for fibers and refactor/fix Fiber class | Fernando Sahmkow | 4 | -19/+247 |
2020-06-18 | Common: Implement a basic Fiber class. | Fernando Sahmkow | 3 | -0/+204 |
2020-06-18 | Common: Implement a basic SpinLock class | Fernando Sahmkow | 3 | -0/+68 |
2020-06-18 | arm_dynarmic_32: Fix implicit conversion error in SetTPIDR_EL0 | ReinUsesLisp | 1 | -1/+1 |
2020-06-18 | bootmanager: Remove references to OpenGL for macOS | MerryMage | 2 | -2/+19 |
2020-06-18 | memory_manager: Explicitly specifcy std::min<size_t> | MerryMage | 1 | -2/+2 |
2020-06-18 | shared_font: Service::NS::EncryptSharedFont takes a size_t& | MerryMage | 1 | -1/+1 |
2020-06-18 | vk_rasterizer: BindTransformFeedbackBuffersEXT accepts a size of type VkDeviceSize | MerryMage | 1 | -1/+1 |
2020-06-18 | renderer_vulkan: Fix macOS GetBundleDirectory reference | MerryMage | 1 | -1/+3 |
2020-06-18 | memory_util: boost hashes are size_t | MerryMage | 1 | -2/+2 |
2020-06-18 | Rename PAGE_SHIFT to PAGE_BITS | MerryMage | 2 | -10/+10 |
2020-06-18 | Move SHA256Hash to its original position | VolcaEM | 1 | -2/+2 |
2020-06-18 | vk_sampler_cache: Emulate GL_LINEAR/NEAREST minification filters | Morph | 1 | -2/+4 |
2020-06-18 | maxwell_to_vk: Reorder filter cases and correct mipmap_filter=None | Morph | 1 | -17/+15 |
2020-06-18 | maxwell_to_gl: Miscellaneous changes | Morph | 1 | -48/+34 |
2020-06-17 | macro_jit_x64: Inline Engines::Maxwell3D::GetRegisterValue | MerryMage | 2 | -6/+18 |
2020-06-17 | arm_dynarmic_cp15: Implement CNTPCT | MerryMage | 1 | -0/+13 |
2020-06-17 | arm_dynarmic_cp15: Update CP15 | MerryMage | 4 | -142/+73 |
2020-06-17 | arm_dynarmic_32: InterpreterFallback should never happen | MerryMage | 1 | -2/+3 |
2020-06-17 | macro_jit_x64: Optimization implicitly assumes same destination | MerryMage | 1 | -1/+2 |
2020-06-17 | macro_jit_x64: Should not skip zero registers for certain ALU ops | MerryMage | 1 | -1/+3 |
2020-06-17 | Fix framebuffer size on fractional scaling display. | Kaiwen Xu | 1 | -1/+1 |
2020-06-16 | Remove unnecessary pragmas | VolcaEM | 1 | -8/+0 |
2020-06-16 | Revert IsValidNRO refactor but make it more readable | VolcaEM | 1 | -26/+13 |
2020-06-16 | Update assert string | VolcaEM | 1 | -1/+1 |
2020-06-16 | gl_device: Reserve at least 4 image bindings for fragment stage | Morph | 1 | -6/+14 |
2020-06-15 | macro_jit_x64: Remove NEXT_PARAMETER | MerryMage | 1 | -5/+2 |
2020-06-15 | macro_jit_x64: Remove unused function Compile_WriteCarry | MerryMage | 2 | -9/+0 |
2020-06-15 | macro_jit_x64: Select better registers | MerryMage | 1 | -8/+8 |
2020-06-15 | macro_jit_x64: Remove REGISTERS | MerryMage | 1 | -7/+3 |
2020-06-15 | macro_jit_x64: Remove JITState::parameters | MerryMage | 2 | -6/+3 |
2020-06-15 | macro_jit_x64: Remove METHOD_ADDRESS_64 | MerryMage | 1 | -2/+1 |
2020-06-15 | macro_jit_x64: Remove RESULT_64 | MerryMage | 2 | -16/+3 |
2020-06-15 | xbyak_abi: Prefer returning a struct to using out parameters in ABI_CalculateFrameSize | MerryMage | 1 | -17/+19 |
2020-06-15 | xbyak_abi: Register indexes should be unsigned | MerryMage | 1 | -11/+12 |
2020-06-15 | xbyak_abi: Remove *GPS variants of stack manipulation functions | MerryMage | 2 | -42/+6 |
2020-06-15 | xbyak_abi: Fix ABI_PushRegistersAndAdjustStack | MerryMage | 1 | -6/+2 |
2020-06-15 | video_core/macro_jit_x64: Remove initializer in member variable | ReinUsesLisp | 1 | -2/+2 |
2020-06-14 | Clang-format again | VolcaEM | 1 | -2/+2 |
2020-06-14 | Use consistent variable names | VolcaEM | 1 | -4/+4 |
2020-06-14 | Clang-format | VolcaEM | 1 | -1/+2 |
2020-06-14 | Make assert strings consistent | VolcaEM | 1 | -3/+3 |
2020-06-14 | Attempt to fix crashes in SSBU and refactor IsValidNRO | VolcaEM | 1 | -36/+59 |
2020-06-13 | audren: Implement RendererInfo | David Marcec | 2 | -6/+26 |
2020-06-12 | gl_arb_decompiler: Implement FSwizzleAdd | ReinUsesLisp | 1 | -4/+27 |
2020-06-12 | gl_arb_decompiler: Implement an assembly shader decompiler | ReinUsesLisp | 7 | -1/+2093 |
2020-06-11 | yuzu/configuration: Show assembly shaders check box | ReinUsesLisp | 1 | -3/+0 |
2020-06-10 | nvdrv: Fix GetTPCMasks for ioctl3 | David Marcec | 2 | -21/+22 |
2020-06-10 | kernel: Account for system resource size for memory usage | David Marcec | 1 | -2/+4 |
2020-06-09 | buffer_cache: Avoid passing references of shared pointers and misc style changes | ReinUsesLisp | 9 | -174/+150 |
2020-06-09 | gl_rasterizer: Mark vertex buffers as dirty after buffer cache invalidation | ReinUsesLisp | 1 | -1/+10 |
2020-06-09 | buffer_cache: Return stream buffer invalidation in Map instead of Unmap | ReinUsesLisp | 1 | -7/+9 |
2020-06-08 | Add game versio to title bar | unknown | 2 | -13/+17 |
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-07 | rasterizer_cache: Remove files and includes | ReinUsesLisp | 7 | -269/+3 |
2020-06-07 | vk_pipeline_cache: Use generic shader cache | ReinUsesLisp | 5 | -58/+55 |
2020-06-07 | gl_shader_cache: Use generic shader cache | ReinUsesLisp | 4 | -93/+80 |
2020-06-07 | shader_cache: Implement a generic shader cache | ReinUsesLisp | 2 | -0/+229 |
2020-06-06 | yuzu/frontend: Remove internal resolution option | Morph | 9 | -113/+3 |
2020-06-06 | gl_device: Black list NVIDIA 443.24 for fast buffer uploads | ReinUsesLisp | 1 | -2/+10 |
2020-06-06 | renderer_opengl: Only enable DEBUG_OUTPUT when graphics debugging is enabled | ReinUsesLisp | 1 | -4/+2 |
2020-06-05 | shader/texture: Join separate image and sampler pairs offline | ReinUsesLisp | 16 | -88/+234 |
2020-06-05 | service: nvhost_vic: Ignore Submit commands. | bunnei | 2 | -1/+18 |
2020-06-05 | nvdrv: Stub nvdec/vic ioctls to bypass nvdec movies | Zach Hilman | 4 | -3/+239 |
2020-06-05 | shader/track: Move bindless tracking to a separate function | ReinUsesLisp | 2 | -25/+39 |
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-04 | gl_rasterizer: Use NV_transform_feedback for XFB on assembly shaders | ReinUsesLisp | 3 | -1/+96 |
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 | Address review comments | VolcaEM | 1 | -4/+4 |
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 | Add comment to nrr_kind | VolcaEM | 1 | -1/+1 |
2020-05-31 | ldr: Update NRR/NRO structs | VolcaEM | 1 | -40/+72 |
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-29 | kernel: ResourceLimit::Reserve remove useless while loop | David Marcec | 1 | -5/+1 |
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-20 | crypto: Make KeyManager a singleton class | FearlessTobi | 13 | -21/+27 |
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 | decode/image: Fix typo in assert in GetComponentSize() | Lioncash | 1 | -3/+3 |
2020-04-16 | gl_query_cache: Resolve use-after-move in CachedQuery move assignment operator | Lioncash | 1 | -1/+1 |
2020-04-16 | decoder/image: Fix incorrect G24R8 component sizes in GetComponentSize() | Lioncash | 1 | -2/+2 |
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 |