| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| | |/ / / / / |
|
| |\ \ \ \ \ \
| | | | | | |
| | | | | | | |
nv_flinger: Use enum for pixel format instead of u32
|
| | | |/ / / /
| |/| | | | |
|
| |/ / / / / |
|
| |\ \ \ \ \
| | | | | |
| | | | | | |
vk_rasterizer: Match OpenGL's FlushAndInvalidate behavior
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Match OpenGL's behavior. This can fix or simplify bisecting issues on
Vulkan.
|
| |/ / / / / |
|
| |\ \ \ \ \
| | | | | |
| | | | | | |
Frontend: Remove tracking for context wrapper
|
| | | |/ / /
| |/| | | |
|
| |\ \ \ \ \
| | | | | |
| | | | | | |
audio_renderer: Better voice mixing and 6 channel downmixing
|
| | | | | | | |
|
| | | | | | | |
|
| | | |/ / /
| |/| | |
| | | | |
| | | | | |
Supersedes #3738 and #3321
|
| |\ \ \ \ \
| | | | | |
| | | | | | |
Improve time zone support
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | | |
|
| |\ \ \ \ \ \
| |_|_|/ / /
|/| | | | | |
shader_ir: Add separate instructions for ordered and unordered comparisons and fix NE on GLSL
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
"Not equal" operators on GLSL seem to behave as unordered when we expect
an ordered comparison.
Manually emulate this checking for LGE values (numbers, not-NaNs).
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
This allows us to use native SPIR-V instructions without having to
manually check for NAN.
|
| |\ \ \ \ \ \
| |_|/ / / /
|/| | | | | |
vk_graphics_pipeline: Implement rasterizer_enable on Vulkan
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
We can simply enable rasterizer discard matching the current pipeline
key.
|
| | |_|/ / /
|/| | | |
| | | | |
| | | | | |
Needed for Puchikon 4 SmileBASIC 1.0.0
|
| |\ \ \ \ \
| | | | | |
| | | | | | |
texture: Implement R8G8UI
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
- Used by The Walking Dead: The Final Season
|
| |\ \ \ \ \ \
| | | | | | |
| | | | | | | |
maxwell_to_vk: implement missing signed int formats
|
| | | | | | | | |
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
* Remove git submodules that will be loaded through conan
* Move custom Find modules to their own folder
* Use conan for downloading missing external dependencies
* CI: Change the yuzu source folder user to the user that the containers run on
* Attempt to remove dirty mingw build hack
* Install conan on the msvc build
* Only set release build type when using not using multi config generator
* Re-add qt bundled to workaround an issue with conan qt not downloading prebuilt binaries
* Add workaround for submodules that use legacy CMAKE variables
* Re-add USE_BUNDLED_QT on the msvc build bot
|
| |\ \ \ \ \ \ \
| |_|_|_|/ / /
|/| | | | | | |
video_core: Implement viewport swizzles with NV_viewport_swizzle
|
| | | | | | | | |
|
| | | | | | | | |
|
| | | | | | | | |
|
| |\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
hle_ipc: Eliminate core memory globals
|
| | | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
We can just pass the required instances into the constructor of the
request, eliminating all usages of the global system accessor.
|
| |\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | | |
vk_sampler_cache: Use VK_EXT_custom_border_color when available
|
| | | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
This should fix grass interactions on Breath of the Wild on Vulkan.
It is currently untested against validation layers.
Nvidia's Windows 443.09 beta driver or Linux 440.66.12 is required for
now.
|
| | |_|_|_|_|_|/ /
|/| | | | | | |
| | | | | | | |
| | | | | | | | |
Co-Authored-By: Vitor K <vitor-k@users.noreply.github.com>
|
| |\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | | |
GPU: More optimizations to GPU Command List Processing and DMA Copy Optimizations
|
| | | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Co-authored-by: David <25727384+ogniK5377@users.noreply.github.com>
|
| | | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Co-authored-by: David <25727384+ogniK5377@users.noreply.github.com>
|
| | | | | | | | | | |
|
| | | | | | | | | | |
|
| | | | | | | | | | |
|
| | | | | | | | | | |
|
| |\ \ \ \ \ \ \ \ \
| | | | | | | | | |
| | | | | | | | | | |
kernel/memory: Resolve several compiler warnings
|
| | | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
This isn't necessary in a cpp file and will cause warnings on clang.
|
| | | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
Prevents header churn and needing to recompile these files if these
headers are ever changed in the future.
|
| | | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
Prevents unused variable warnings.
|
| | | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
This allows tuning standard library implementations to enable or disable
range checks at runtime, which is nicer for debugging.
|