ReinUsesLisp
47a7c4f4fe
yuzu: Add frontend settings for assembly shaders
Add settings for assembly shaders. Currently hidden to avoid users from
accidentally enabled them.
6 years ago
Morph
d0fc12684a
maxwell_to_vk: Add format B8G8R8A8_SRGB
Add format B8G8R8A8_SRGB and add Attachable capability for B8G8R8A8_UNORM
Used by Bravely Default II
6 years ago
Fernando Sahmkow
4cff5dd194
OpenGL: Enable Debug Context and Synchronous debugging when graphics debugging is enabled.
This commit aims to help easing debugging of driver crashes without
having to modify existing code.
6 years ago
Morph
9a36d8600c
main: Log host system memory parameters
Logs both physical memory and swapfile sizes, this is useful for support.
6 years ago
David Marcec
17455b7222
file_sys: Update SystemVersion archive to version 10.0.2
6 years ago
David Marcec
6f0360690b
nv_flinger: Use enum for pixel format instead of u32
6 years ago
David Marcec
4b9504028d
DmaPusher: Remove dead code in step
6 years ago
ReinUsesLisp
7a27b7f3a3
vk_rasterizer: Match OpenGL's FlushAndInvalidate behavior
Match OpenGL's behavior. This can fix or simplify bisecting issues on
Vulkan.
6 years ago
Morph
b73f678ee8
frontend: Set minimum window size to 640x360 instead of 1280x720 ( #3413 )
6 years ago
ReinUsesLisp
91dddca26e
vk_rasterizer: Implement constant attributes
Constant attributes (in OpenGL known disabled attributes) are not
supported on Vulkan, even with extensions. To emulate this behavior we
return zero on reads from disabled vertex attributes in shader code.
This has no caching cost because attribute formats are not dynamic state
on Vulkan and we have to store it in the pipeline cache anyway.
- Fixes Animal Crossing: New Horizons terrain borders
6 years ago
ReinUsesLisp
cf6a40fc12
vk_rasterizer: Remove buffer check in attribute selection
This was a left over from OpenGL when disabled buffers where not properly
emulated. We no longer have to assert this as it is checked in vertex
buffer initialization.
6 years ago
bunnei
bba54e1880
time_zone: Use std::chrono::seconds for strong typing.
6 years ago
James Rowe
1585981eec
Frontend: Remove tracking for context wrapper
6 years ago
David Marcec
a79f060ea2
hid: Clear keyboard states & fix logic issue
Previously we never cleared the states of the entries and the key would stay held down, also looping over the key bytes for each key lead to setting every bit for the key state instead of the key we wanted
6 years ago
bunnei
3c8cd62b0d
hle: service: time_zone_manager: Use current time zone setting.
6 years ago
bunnei
33441fa728
common: Add module to get the current time zone.
6 years ago
bunnei
988e42a3f5
core: settings: Add a setting for time zone.
6 years ago
David Marcec
16c0373adc
fix logic error & scale sample volume based on voice volume
6 years ago
David Marcec
c4e7ec7a99
pass by const ref instead
6 years ago
David Marcec
9de860a419
audio_renderer: Better voice mixing and 6 channel downmixing
Supersedes #3738 and #3321
6 years ago
bunnei
47b97b9577
service: fsp_srv: Stub implementation of OpenMultiCommitManager.
6 years ago
bunnei
551c61bf27
yuzu: game_list: Fix 'Open Save Data Location' for device saves.
6 years ago
bunnei
ab9ddab0a2
file_sys: savefata_factory: Update to support DeviceSaveData.
6 years ago
bunnei
9c065c013e
file_sys: control_metadata: Expose device_save_data_size.
6 years ago
David Marcec
ecc8ccc9d3
Stub SendKeyboardLockKeyEvent
Needed for Puchikon 4 SmileBASIC 1.0.0
6 years ago
ReinUsesLisp
8b329ddcc9
gl_shader_decompiler: Properly emulate NaN behaviour on NE
"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).
6 years ago
Fernando Sahmkow
1887afaf9e
RasterizerCache: Correct documentation.
6 years ago
Fernando Sahmkow
8d15f8b28e
VkPipelineCache: Use a null shader on invalid address.
6 years ago
Fernando Sahmkow
0a4be73b9b
VideoCore: Use SyncGuestMemory mechanism for Shader/Pipeline Cache invalidation.
6 years ago
ReinUsesLisp
4e57f9d5cf
shader_ir: Separate float-point comparisons in ordered and unordered
This allows us to use native SPIR-V instructions without having to
manually check for NAN.
6 years ago
James Rowe
bc30a591ba
Replace externals with Conan ( #3735 )
* 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
6 years ago
FearlessTobi
9e5af4ad30
Menubar: fix mouse tracking bug
Co-Authored-By: Vitor K <vitor-k@users.noreply.github.com>
6 years ago
bunnei
eb2c50c5e6
Update src/video_core/gpu.cpp
Co-authored-by: David <25727384+ogniK5377@users.noreply.github.com>
6 years ago
bunnei
ea09930196
Update src/video_core/gpu.cpp
Co-authored-by: David <25727384+ogniK5377@users.noreply.github.com>
6 years ago
ReinUsesLisp
227278098a
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.
6 years ago
ReinUsesLisp
2dbf5290f2
vk_graphics_pipeline: Implement viewport swizzles with NV_viewport_swizzle
6 years ago
ReinUsesLisp
f813cd3ff7
gl_rasterizer: Implement viewport swizzles with NV_viewport_swizzle
6 years ago
ReinUsesLisp
9b8e962368
maxwell_3d: Add viewport swizzles
6 years ago
Lioncash
4620580245
kernel/memory: Remove #pragma once within cpp file
This isn't necessary in a cpp file and will cause warnings on clang.
6 years ago
Lioncash
1ecaa86a52
kernel/memory: Remove unused includes
Prevents header churn and needing to recompile these files if these
headers are ever changed in the future.
6 years ago
Lioncash
a2e61e6542
kernel/memory: Remove unused variables in memory_block_manager
Prevents unused variable warnings.
6 years ago
Lioncash
26aee55aef
kernel/memory: Make use of std::array consistently in address_space_info
This allows tuning standard library implementations to enable or disable
range checks at runtime, which is nicer for debugging.
6 years ago
Lioncash
dfa582169b
kernel/memory: Resolve -Wshadow warnings
Prevents variable name clashing.
6 years ago
Lioncash
93c083aef1
kernel/memory: Amend potential encoding warnings
While èis generally representable in some language encodings, in some
it isn't and will result in compilation warnings occurring. To remain
friendly with other language's codepages on Windows, we normalize it to
an ASCII e.
6 years ago
Lioncash
0ec07e8763
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.
6 years ago
Morph
3cfa7a89e0
settings: Add anisotropic filtering level to the yuzu configuration log ( #3875 )
6 years ago
bunnei
c49f51eaf1
Update src/core/hle/service/am/am.cpp
Co-authored-by: Mat M. <mathew1800@gmail.com>
6 years ago
FearlessTobi
3d1e741645
input_common: fix build when SDL2 is disabled
6 years ago
Lioncash
aabf5b2059
readable_event: Remove unnecessary semicolon in Signal()
Resolves a -Wextra-semi warning.
While we're at it, we can invert the branch to form a guard clause,
unindenting all of the contained code.
6 years ago
ReinUsesLisp
3b668e1210
vk_graphics_pipeline: Implement rasterizer_enable on Vulkan
We can simply enable rasterizer discard matching the current pipeline
key.
6 years ago