| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
externals: update dynarmic, SDL2
|
|
|
|
video_core: add null backend
|
|
CMake: Use precompiled headers to improve compile times
|
|
general: fix compile for Apple Clang
|
|
video_core: Fine tuning the index drawing judgment logic
|
|
Vulkan: update initialization
|
|
|
|
|
|
|
|
|
|
|
|
|
|
engines: Remove unnecessary casts
|
|
We can just pass the function object through, and if it's a valid
function, then it will automatically be converted.
|
|
The handle is only compared against and not modified in any way, so we
can pass it by const reference.
This also allows us to mark the respective parameters for
DeregisterGuestAction() and DeregisterHostAction() as const references
as well.
|
|
Otherwise this is technically creating a signed int result that gets
converted. Just a consistency change.
While we're in the area, we can mark Samples() as const.
|
|
In a few cases we have some casts that can be trivially removed.
|
|
We can just compare directly and get rid of verbose casting.
|
|
|
|
Co-authored-by: bylaws <bylaws@users.noreply.github.com>
|
|
FSR Sharpening Slider
|
|
video_core: Fine tune maxwell drawing trigger mechanism
|
|
maxwell_to_vk: Fix format usage bits and add R16_SINT
|
|
YFC - Fermi2D: Rework blit engine and add a software blitter.
|
|
|
|
and pessismistic invalidation.
|
|
|
|
|
|
|
|
|
|
|
|
This was somehow missed when the format was added to GL
|
|
- VK_FORMAT_B8G8R8A8_UNORM supports the STORAGE_IMAGE_BIT
- VK_FORMAT_R4G4B4A4_UNORM_PACK16 does not support the COLOR_ATTACHMENT_BIT
|
|
|
|
|
|
video_core: Reimplement inline index buffer binding
|
|
Add available Vulkan VRAM to log files
|