11706 Commits (984563b7730df162f15cd6b1362e5a8bbe2bc983)

Author SHA1 Message Date
ReinUsesLisp 8db8631d81
maxwell_to_vk: Implement more primitive topologies 6 years ago
ReinUsesLisp 15513f0801
maxwell_to_vk: Approach GL_CLAMP closer to the GL spec 6 years ago
ReinUsesLisp f845df8651
maxwell_to_vk: Use VK_EXT_index_type_uint8 when available 6 years ago
ReinUsesLisp 2df9a2dcaf
vk_scheduler: Delegate commands to a worker thread and state track 6 years ago
Fernando Sahmkow c0ee0aa1a8 Shader_IR: Correct TLD4S Depth Compare. 6 years ago
Fernando Sahmkow af89723fa3 Shader_Ir: Correct TLD4S encoding and implement f16 flag. 6 years ago
Fernando Sahmkow 84a158c977 Gl_Shader_compiler: Correct Depth Compare for Texture Gather operations. 6 years ago
Fernando Sahmkow 271a3264f3 Shader_Ir: default failed tracks on bindless samplers to null values. 6 years ago
Fernando Sahmkow 1d2ba3cc97 Gl_Rasterizer: Skip Tesselation Control and Eval stages as they are un implemented. 6 years ago
Joel Holdsworth e9faa1617c Added missing include 6 years ago
Fernando Sahmkow 22c6b9fab2 Kernel: Correct behavior of Address Arbiter threads. (#3165) 6 years ago
Lioncash 30e365e4fc kernel/svc: Correct function signature of SignalProcessWideKey 6 years ago
ReinUsesLisp f564eaebed
gl_device: Enable compute shaders for Intel Mesa drivers 6 years ago
ReinUsesLisp 48e16c4c49
gl_shader_cache: Add missing new-line on emitted GLSL 6 years ago
Fernando Sahmkow 7ffb672f61 Maxwell3D: Implement Depth Mode. 6 years ago
ReinUsesLisp 425a254fa2
shader: Implement MEMBAR.GL 6 years ago
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