11888 Commits (2cd51fc9fd11cce6aeea44dc0158f6bfde5456ec)

Author SHA1 Message Date
ReinUsesLisp 233ed96a5c
vk_shader_decompiler: Fix build issues on old gcc versions 6 years ago
ReinUsesLisp d30cf51d7d
vk_shader_decompiler: Reduce YNegate's severity 6 years ago
ReinUsesLisp 0b5b93053d
shader_ir/other: Implement S2R InvocationId 6 years ago
ReinUsesLisp ecbfa416f0
vk_shader_decompiler: Misc changes 6 years ago
ReinUsesLisp 9ad6327fbd
shader: Keep track of shaders using warp instructions 6 years ago
ReinUsesLisp 6233b1db08
shader_ir/memory: Implement patch stores 6 years ago
ReinUsesLisp 19ce0d4f1a
vk_device: Misc changes 6 years ago
ReinUsesLisp 7ea362e134
externals: Update Vulkan-Headers 6 years ago
Lioncash c3e43c7e81 kernel: Remove unnecessary includes 6 years ago
Lioncash 67b8265bd6 kernel/svc: Provide implementations for svcDumpInfo/svcDumpInfoNew 6 years ago
ReinUsesLisp f632d00eb1
vk_swapchain: Add support for swapping sRGB 6 years ago
ReinUsesLisp 36651f215a
maxwell_3d: Add tessellation tess level registers 6 years ago
ReinUsesLisp 707bf41c6f
maxwell_3d: Add tessellation mode register 6 years ago
ReinUsesLisp d2b50c5ebd
maxwell_3d: Add patch vertices register 6 years ago
ReinUsesLisp 74f515e8b6
shader_bytecode: Remove corrupted character 6 years ago
Fernando Sahmkow 40cd4df584 CpuCore: Clear exclusive state after doing a run in dynarmic. 6 years ago
ReinUsesLisp be9f80ef56
telemetry_session: Report renderer backend 6 years ago
ReinUsesLisp 526e533e90
telemetry_session: Use temporary to avoid writing the same enum 6 years ago
ReinUsesLisp ff64c3951a
texture_cache/surface_base: Fix out of bounds texture views 6 years ago
ReinUsesLisp fb6cf12a17
gl_framebuffer_cache: Optimize framebuffer key 6 years ago
ReinUsesLisp c34da106ed
gl_rasterizer: Re-enable framebuffer cache for clear buffers 6 years ago
ReinUsesLisp e6a0a30334
renderer_opengl: Make ScreenRectVertex's constructor constexpr 6 years ago
ReinUsesLisp dee7844443
renderer_opengl: Remove C casts 6 years ago
ReinUsesLisp 3a44faff11
renderer_opengl: Use explicit binding for presentation shaders 6 years ago
ReinUsesLisp 75cc501d52
renderer_opengl: Drop macros for message decorations 6 years ago
ReinUsesLisp 056f049b26
renderer_opengl: Move static definitions to anonymous namespace 6 years ago
ReinUsesLisp 4589582eaf
renderer_opengl: Move commentaries to header file 6 years ago
bunnei c3d3b173d3 kernel: Implement a more accurate IPC dispatch. 6 years ago
Morph e0242a4654 patch_manager: Adds check for disabled cheats to prevent them from being enabled (#3178) 6 years ago
Lioncash aed6d8bef5 video_core/gpu_thread: Tidy up SwapBuffers() 6 years ago
Lioncash 9403979c22 video_core/const_buffer_locker: Make use of std::tie in HasEqualKeys() 6 years ago
Lioncash 930e311526 video_core/const_buffer_locker: Remove unused includes 6 years ago
Lioncash 9341ca7979 video_core/const_buffer_locker: Remove #pragma once from cpp file 6 years ago
Lioncash d66ab2b8aa filesys/romfs: Remove unused includes 6 years ago
Lioncash ba3c55ab7b filesys/romfs: Make ProcessFile and ProcessDirectory internally linked 6 years ago
Lioncash a3149536e2 file_sys/directory: Make EntryType an enum class 6 years ago
Lioncash e7e939104b core/memory; Migrate over SetCurrentPageTable() to the Memory class 6 years ago
Lioncash 50a518be69 core/memory: Migrate over GetPointerFromVMA() to the Memory class 6 years ago
Lioncash e4c381b885 core/memory: Migrate over Write{8, 16, 32, 64, Block} to the Memory class 6 years ago
Lioncash b05bfc6036 core/memory: Migrate over Read{8, 16, 32, 64, Block} to the Memory class 6 years ago
Lioncash 89ef3ef575 core/memory: Migrate over ZeroBlock() and CopyBlock() to the Memory class 6 years ago
Lioncash 849581075a core/memory: Migrate over RasterizerMarkRegionCached() to the Memory class 6 years ago
Lioncash b2165c6b35 core/memory: Migrate over ReadCString() to the Memory class 6 years ago
Lioncash 3f08e8d8d4 core/memory: Migrate over GetPointer() 6 years ago
Lioncash 536fc7f0ea core: Prepare various classes for memory read/write migration 6 years ago
Lioncash fc7d0a17b6 core/memory: Move memory read/write implementation functions into an anonymous namespace 6 years ago
Lioncash e58748fd80 core/memory: Migrate over address checking functions to the new Memory class 6 years ago
Lioncash 323680e5ad core/memory: Migrate over memory mapping functions to the new Memory class 6 years ago
Lioncash 4c2ed2706e core/memory: Introduce skeleton of Memory class 6 years ago
bunnei ec0ce96c56
core_timing: Use better reference tracking for EventType. (#3159) 6 years ago