| Age | Commit message (Collapse) | Author |
|
|
|
Revert "shader_recompiler: Align SSBO offsets to meet host requirements"
|
|
texture_cache: OpenGL: Implement MSAA uploads and copies
|
|
|
|
|
|
|
|
|
|
video_core: Implement maxwell3d draw texture method
|
|
|
|
This reverts commit 9e2997c4b6456031622602002924617690e32a13.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Vulkan: Add support for VK_EXT_depth_clip_control.
|
|
|
|
Instead of checking a environment variable which may not actually
exist or is just wrong, ask QT if it's running on the wayland
platform.
|
|
|
|
video_core: Adjust topology update logic and Adjust Clear Manage
|
|
Co-authored-by: goldenx86 <goldenx86@users.noreply.github.com>
Co-authored-by: BreadFish64 <breadfish64@users.noreply.github.com>
|
|
|
|
|
|
general: fix compile for Apple Clang
|
|
|
|
|
|
|
|
|
|
video_core: Reimplement inline index buffer binding
|
|
maxwell3d: HLE multi-layer clear macro
|
|
Add break for default cases
|
|
|
|
|
|
Visual Studio has an option to search all files in a solution, so I
did a search in there for "default:" looking for any missing break
statements.
I've left out default statements that return something, and that throw
something, even if via ThrowInvalidType. UNREACHABLE leads towards throw
R_THROW macro leads towards a return
|
|
[video_core] Fix a couple regs regressions
|
|
video_core: Fix few issues in Tess stage
|
|
invalidation reg
|
|
|
|
|
|
|
|
video_core: Generate mipmap texture by drawing
|
|
video_core: Reimplementing the maxwell drawing trigger mechanism
|
|
video_core: Fix legacy to generic location unpaired
|