11578 Commits (959ac10dc8b547bfd73136239c99860d4e70978f)

Author SHA1 Message Date
ReinUsesLisp 959ac10dc8 shader_bytecode: Remove corrupted character 6 years ago
ReinUsesLisp bcf24c9ed8 telemetry_session: Report renderer backend 6 years ago
ReinUsesLisp 3c521afbec telemetry_session: Use temporary to avoid writing the same enum 6 years ago
ReinUsesLisp 94a911d619 texture_cache/surface_base: Fix out of bounds texture views 6 years ago
ReinUsesLisp e57b57cdbc gl_framebuffer_cache: Optimize framebuffer key 6 years ago
ReinUsesLisp da1bef3a85 gl_rasterizer: Re-enable framebuffer cache for clear buffers 6 years ago
bunnei 4a4516868c kernel: Implement a more accurate IPC dispatch. 6 years ago
Morph 2b0823df12 patch_manager: Adds check for disabled cheats to prevent them from being enabled (#3178) 6 years ago
Lioncash ab484b42b9 video_core/gpu_thread: Tidy up SwapBuffers() 6 years ago
Lioncash 70eebf7ba8 video_core/const_buffer_locker: Make use of std::tie in HasEqualKeys() 6 years ago
Lioncash 40aa442a35 video_core/const_buffer_locker: Remove unused includes 6 years ago
Lioncash 3f27987dcc video_core/const_buffer_locker: Remove #pragma once from cpp file 6 years ago
Lioncash 0da88a9876 filesys/romfs: Remove unused includes 6 years ago
Lioncash eada47f40f filesys/romfs: Make ProcessFile and ProcessDirectory internally linked 6 years ago
Lioncash a56ce41cc2 file_sys/directory: Make EntryType an enum class 6 years ago
Lioncash 50906bcf42 core/memory; Migrate over SetCurrentPageTable() to the Memory class 6 years ago
Lioncash d03fbad80f core/memory: Migrate over GetPointerFromVMA() to the Memory class 6 years ago
Lioncash b5f69f4cc9 core/memory: Migrate over Write{8, 16, 32, 64, Block} to the Memory class 6 years ago
Lioncash cc3d6fdf73 core/memory: Migrate over Read{8, 16, 32, 64, Block} to the Memory class 6 years ago
Lioncash 9e3cbf71fc core/memory: Migrate over ZeroBlock() and CopyBlock() to the Memory class 6 years ago
Lioncash ad85ba53dd core/memory: Migrate over RasterizerMarkRegionCached() to the Memory class 6 years ago
Lioncash 8d306269d0 core/memory: Migrate over ReadCString() to the Memory class 6 years ago
Lioncash 7110e6a128 core/memory: Migrate over GetPointer() 6 years ago
Lioncash e04aeb9531 core: Prepare various classes for memory read/write migration 6 years ago
Lioncash 717e2d5b94 core/memory: Move memory read/write implementation functions into an anonymous namespace 6 years ago
Lioncash 811191a9c9 core/memory: Migrate over address checking functions to the new Memory class 6 years ago
Lioncash 1d9be65e26 core/memory: Migrate over memory mapping functions to the new Memory class 6 years ago
Lioncash ff443fa835 core/memory: Introduce skeleton of Memory class 6 years ago
bunnei 8b35acbd29 core_timing: Use better reference tracking for EventType. (#3159) 6 years ago
ReinUsesLisp c769397a9a gl_shader_decompiler: Fix casts from fp32 to f16 6 years ago
bunnei 9a3cd7ccb8 kernel: Fix reference management for client/server session. 6 years ago
ReinUsesLisp b326331a1f gl_device: Deduce indexing bug from device instead of heuristic 6 years ago
bunnei 5cb0f276fe kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel objects. (#3154) 6 years ago
ReinUsesLisp f2cf4f8ce7 gl_texture_cache: Apply sRGB on blits 6 years ago
bunnei bde851fca2 Update svc.cpp 6 years ago
bunnei 5d381af66b svc: GetSystemTick should return cntpct_el0, not core ticks. 6 years ago
bunnei 17f57e4fed gpu_thread: Don't spin wait if there are no GPU commands. 6 years ago
Weiyi Wang 9a19c4bbd5 fix clang-format and lambda capture 6 years ago
Weiyi Wang e20e161c5c unfold UNREACHABLE implementation for dumb compilers 6 years ago
ReinUsesLisp d91f11ca92 gl_device: Reserve base bindings on limited devices 6 years ago
ReinUsesLisp fb6a01233f gl_state: Skip null texture binds 6 years ago
ReinUsesLisp d892e6789a gl_rasterizer: Disable compute shaders on Intel 6 years ago
ReinUsesLisp 2726dca44c gl_shader_cache: Hack shared memory size 6 years ago
ReinUsesLisp a52b0f1874 gl_shader_decompiler: Normalize image bindings 6 years ago
ReinUsesLisp 99ed7e5128 gl_shader_decompiler: Normalize cbuf bindings 6 years ago
ReinUsesLisp 54b16fb27a gl_rasterizer: Add missing cbuf counter reset on compute 6 years ago
ReinUsesLisp 0ecd1a227d gl_shader_cache: Remove dynamic BaseBinding specialization 6 years ago
ReinUsesLisp 5f6a589d63 video_core: Unify ProgramType and ShaderStage into ShaderType 6 years ago
ReinUsesLisp 2930400adc gl_rasterizer: Bind graphics images to draw commands 6 years ago
ReinUsesLisp 46ad4bd297 gl_shader_cache: Specialize local memory size for compute shaders 6 years ago