Markus Wick
3567e464d2
externals: Move LibreSSL linking to httplib.
Neither core nor web_services use OpenSSL nor LibreSSL.
However they need to link them as it's a requirement of httplib.
So let's declare this within httplib instead of core and web_services.
6 years ago
Markus Wick
ea1146eba0
input_common: Use the CMake target instead of the variable.
6 years ago
Rodrigo Locatti
50a1a6e6a9
Merge pull request #3659 from bunnei/time-calc-standard-user
service: time: Implement CalculateStandardUserSystemClockDifferenceByUser.
6 years ago
Rodrigo Locatti
35686128d2
Merge pull request #3689 from lioncash/unused-var
decode/shift: Remove unused variable within Shift()
6 years ago
Rodrigo Locatti
8f0f9da12b
Merge pull request #3688 from lioncash/nequal
surface_view: Add missing operator!= to ViewParams
6 years ago
Rodrigo Locatti
151a4e5a7d
Merge pull request #3680 from lioncash/static
gl_device: Mark stage_swizzle as constexpr
6 years ago
Rodrigo Locatti
e63ea9ed26
Merge pull request #3687 from lioncash/constness
surface_base: Make IsInside() a const member function
6 years ago
Rodrigo Locatti
f43b6f7ebe
Merge pull request #3685 from lioncash/copies
control_flow: Make use of std::move in TryInspectAddress()
6 years ago
Lioncash
3e1772a6af
decode/shift: Remove unused variable within Shift()
Removes a redundant variable that is already satisfied by the IsFull()
utility function.
6 years ago
Lioncash
adae1cbaeb
surface_view: Add missing operator!= to ViewParams
Provides logical symmetry to the interface.
6 years ago
Lioncash
4ce2aaa9d2
surface_base: Make IsInside() a const member function
This doesn't modify internal state, so this can be made const.
6 years ago
bunnei
8b21c8e59a
Merge pull request #3683 from lioncash/docs
video_core: Amend doxygen comment references
6 years ago
Lioncash
38b955a3ff
control_flow: Make use of std::move in TryInspectAddress()
Eliminates redundant atomic reference count increments and decrements.
6 years ago
Lioncash
3c3928a5f7
video_core: Amend doxygen comment references
Fixes broken documentation references.
6 years ago
Lioncash
4efb85bb2e
gl_device: Mark stage_swizzle as constexpr
Previously this was mutable even though it shouldn't be.
6 years ago
Rodrigo Locatti
45b5676187
Merge pull request #3649 from FernandoS27/3d-fix
Texture Cache: Read current data when flushing a 3D segment.
6 years ago
Fernando Sahmkow
d06795c08a
Merge pull request #3612 from ReinUsesLisp/red
shader/memory: Implement RED.E.ADD and minor changes to ATOM
6 years ago
Mat M
99846b5da3
Merge pull request #3670 from lioncash/reorder
CMakeLists: Make -Wreorder a compile-time error
6 years ago
Lioncash
6ea751d910
CMakeLists: Make -Wreorder a compile-time error
This can result in silent logic bugs within code, and given the amount
of times these kind of warnings are caused, they should be flagged at
compile-time so no new code is submitted with them.
6 years ago
Mat M
ee439fb0fc
Merge pull request #3662 from ReinUsesLisp/constant-attrs
gl_rasterizer: Implement constant vertex attributes
6 years ago
Fernando Sahmkow
09ba659a78
Texture Cache: Read current data when flushing a 3D segment.
This PR corrects flushing of 3D segments when data of other segments is
mixed, this aims to preserve the data in place.
6 years ago
Mat M
077ffb29fd
Merge pull request #3668 from ReinUsesLisp/vtx-format-16ui
maxwell_to_vk: Add uint16 vertex formats
6 years ago
Mat M
49ce503b37
Merge pull request #3656 from ReinUsesLisp/glsl-full-decompile
gl_shader_cache: Use CompileDepth::FullDecompile on GLSL
6 years ago
Mat M
650a97d635
Merge pull request #3654 from ReinUsesLisp/fix-fb-attach
gl_texture_cache: Fix layered texture attachment base level
6 years ago
Mat M
daa5388d9d
Merge pull request #3663 from ReinUsesLisp/fcmp-rc
shader/arithmetic: Add FCMP_CR variant
6 years ago
Mat M
c9a10a9698
Merge pull request #3664 from ReinUsesLisp/fe3h-black-squares
Revert "gl_shader_decompiler: Implement merges with bitfieldInsert"
6 years ago
Mat M
a19caa5209
Merge pull request #3667 from ReinUsesLisp/viewport-trash
vk_blit_screen: Initialize all members in VkPipelineViewportStateCreateInfo
6 years ago
ReinUsesLisp
9db905ec1d
maxwell_to_vk: Add uint16 vertex formats
6 years ago
ReinUsesLisp
f643910f7b
maxwell_to_vk: Add missing breaks
Avoid invalid fallbacks.
6 years ago
ReinUsesLisp
ffc83d1a57
vk_blit_screen: Initialize all members in VkPipelineViewportStateCreateInfo
When the dynamic state is specified, pViewports and pScissors are
ignored, quoting the specification:
pViewports is a pointer to an array of VkViewport structures, defining
the viewport transforms. If the viewport state is dynamic, this member
is ignored.
That said, AMD's proprietary driver itself seem to read it regardless of
what the specification says.
6 years ago
Rodrigo Locatti
3fad4fea35
Merge pull request #3657 from ReinUsesLisp/viewport-zero
vk_rasterizer: Default to 1 viewports with a size of 0
6 years ago
Fernando Sahmkow
52144a9a23
Texture Cache: Only do buffer copies on accurate GPU. ( #3634 )
This is a simple optimization as Buffer Copies are mostly used for texture recycling. They are, however, useful when games abuse undefined behavior but most 3D APIs forbid it.
6 years ago
bunnei
ba413f9277
service: time: Implement CalculateStandardUserSystemClockDifferenceByUser.
- Used by Animal Crossing: New Horizons.
6 years ago
ReinUsesLisp
f5a23c9bb3
Revert "gl_shader_decompiler: Implement merges with bitfieldInsert"
This reverts commit ff90ce2ed6 .
Apparently the first approach using floats instead of bitfieldInert
worked better for Fire Emblem: Three Houses. Reverting to get that
behavior back.
6 years ago
ReinUsesLisp
ffceca76c9
shader/arithmetic: Add FCMP_CR variant
Adds another variant of FCMP.
6 years ago
Zach Hilman
136e9aebfd
Merge pull request #3660 from bunnei/friend-blocked-users
service: friend: Stub IFriendService::GetBlockedUserListIds.
6 years ago
Zach Hilman
2d20712053
Merge pull request #3661 from bunnei/patch-manager-fix
file_sys: patch_manager: Return early when there are no layers to apply.
6 years ago
ReinUsesLisp
501c92a17f
gl_rasterizer: Implement constant vertex attributes
Credits go to gdkchan from Ryujinx for finding constant attributes are
used in retail games.
6 years ago
bunnei
72c1dd467d
file_sys: patch_manager: Return early when there are no layers to apply.
6 years ago
bunnei
7ecacdfa3b
service: friend: Stub IFriendService::GetBlockedUserListIds.
- This is safe to stub, as there should be no adverse consequences from reporting no blocked users.
6 years ago
ReinUsesLisp
a1ea6948e2
vk_rasterizer: Default to 1 viewports with a size of 0
Silence validation layer errors.
6 years ago
ReinUsesLisp
ab33a2bebc
gl_shader_cache: Use CompileDepth::FullDecompile on GLSL
From my testing on a Splatoon 2 shader that takes 3800ms on average to
compile changing to FullDecompile reduces it to 900ms on average.
The shader decoder will automatically fallback to a more naive method if
it can't use full decompile.
6 years ago
ReinUsesLisp
855faaf4a0
gl_texture_cache: Fix layered texture attachment base level
The base level is already included in the texture view. If we specify
the base level in the texture again, this will end up in the incorrect
level and potentially out of bounds.
6 years ago
Rodrigo Locatti
f2f2262c5e
Merge pull request #3636 from ReinUsesLisp/drop-vk-hpp
renderer_vulkan: Drop Vulkan-Hpp
6 years ago
Mat M
9427ae1c54
Merge pull request #3651 from ReinUsesLisp/line-widths
gl_rasterizer: Implement line widths and smooth lines
6 years ago
Mat M
127f1c2606
Merge pull request #3638 from ReinUsesLisp/remove-preserve-contents
texture_cache: Remove preserve_contents
6 years ago
Mat M
e638d5dc3a
Merge pull request #3631 from ReinUsesLisp/more-astc
texture/astc: More small ASTC optimizations
6 years ago
Mat M
22b39e5855
Merge pull request #3619 from ReinUsesLisp/i2i
shader/conversion: Implement I2I sign extension, saturation and selection
6 years ago
Mat M
da605928d3
Merge pull request #3627 from ReinUsesLisp/layered-view
gl_texture_cache: Attach view instead of base texture for layered attchments
6 years ago
Mat M
b39aedd84a
Merge pull request #3646 from ReinUsesLisp/fix-glsl-turing
gl_shader_decompiler: Improve generated code in HMergeH*
6 years ago