Commit Graph

15333 Commits (505c206eb84783eabbf9e751d7726fb8916e1623)
 

Author SHA1 Message Date
VolcaEM 64fa9b9f57
grc: Update function table
This was based on Switchbrew page: https://switchbrew.org/wiki/GRC_services
5 years ago
VolcaEM af88767508
friend: Update function table 5 years ago
Kewlan 323eb86c9f Fix issues caused when changing the fullscreen hotkey 5 years ago
bunnei 6205965df9
Merge pull request #4097 from kevinxucs/kevinxucs/device-pixel-scaling-float
Fix framebuffer size on fractional scaling display
5 years ago
bunnei 9eaccac674
Merge pull request #4164 from Kewlan/mute-audio-hotkey
hotkeys: Add a "Mute Audio" hotkey
5 years ago
bunnei 6f16f54f10
Merge pull request #4158 from Morph1984/caps
caps: Use enum classes and check struct sizes on compile time
5 years ago
Ameer J bd697bef03
left const auto&, comment punctuation.
Co-authored-by: Morph <39850852+Morph1984@users.noreply.github.com>
5 years ago
bunnei a91f92a89d
Merge pull request #4152 from ogniK5377/ipc-err
Mark invalid IPC buffers as ASSERT_OR_EXECUTE_MSG
5 years ago
bunnei 705cccb1e4
Merge pull request #4154 from ogniK5377/swkbd-nullptr
Prevent nullptr dereference on swkbd error case
5 years ago
bunnei efef7b1517
Merge pull request #4147 from ReinUsesLisp/hset2-imm
shader/half_set: Implement HSET2_IMM
5 years ago
David b32b7c6e74
Merge pull request #4178 from VolcaEM/patch-6
es: Update function table
5 years ago
VolcaEM 2d82b7f1a1
Use better names for "Unknown"s 5 years ago
LC 7c07941882
Merge pull request #4180 from ogniK5377/fix-btm-names
btm: Give better names for unknown functions
5 years ago
VolcaEM bc51a9365b
Update function names 5 years ago
David Marcec 0b23ce6ef2 btm: Give better names for unknown functions 5 years ago
VolcaEM 032b7d490d
btdrv: Update function table (#4174)
* btdrv: Update function table
5 years ago
VolcaEM 6e14edbcc2
bpc: Update function tables (#4173)
* bpc: Update function tables

This was based on Switchbrew page: https://switchbrew.org/wiki/PCV_services
5 years ago
VolcaEM e6fee39ae7
bcat: Update function tables and add missing classes (#4172)
* bcat: Update function tables and add missing classes
5 years ago
VolcaEM ca25a3845e
am: Update function tables and add missing classes (#4169)
* am: Update function tables and add missing classes

* Remove comments (1/5)

* Remove comments (2/5)

* Remove comments (3/5)

* Remove comments (4/5)

* Remove comments (5/5)

* Remove unused classes (1/2)

* Remove unused classes (2/2)
5 years ago
VolcaEM b5d54619cc
aoc: Update function table (#4170)
* aoc: Update function table

* Remove comments
5 years ago
LC 98bbab8030
Merge pull request #4177 from VolcaEM/patch-5
btm: Update function tables
5 years ago
LC a6b5528e9c
Merge pull request #4179 from VolcaEM/patch-7
eupld: Update function table
5 years ago
VolcaEM 0f4a611129
eupld: Update function table
This was based on Switchbrew page: https://switchbrew.org/wiki/Error_Upload_services
5 years ago
VolcaEM 3828aa4927
es: Update function table
This was based on Switchbrew page: https://switchbrew.org/wiki/ETicket_services
5 years ago
VolcaEM b1f4de7874
Update FAQ function name (2/2) 5 years ago
VolcaEM db96b5ee3b
Update FAQ function name (1/2) 5 years ago
VolcaEM d3e9b45ce0
btm: Update function tables
This was based on Switchbrew page: https://switchbrew.org/wiki/BTM_services

"No comment" edition
5 years ago
ReinUsesLisp 9d55e5586f vk_rasterizer: Use nullptr for <pSizes> in CmdBindVertexBuffers2EXT
Disable this temporarily.
5 years ago
ReinUsesLisp 8584a77eb2 vk_pipeline_cache: Avoid hashing and comparing dynamic state when possible
With extended dynamic states, some bytes don't have to be collected from
the pipeline key, hence we can avoid hashing and comparing them on
lookups.
5 years ago
ReinUsesLisp 1a84209418 vulkan/fixed_pipeline_state: Move state out of individual structures 5 years ago
ReinUsesLisp c94b398f14 vk_rasterizer: Use VK_EXT_extended_dynamic_state 5 years ago
ReinUsesLisp a6db8e5f4d renderer_vulkan/wrapper: Add VK_EXT_extended_dynamic_state functions 5 years ago
ReinUsesLisp c387a72c76 fixed_pipeline_state: Add requirements for VK_EXT_extended_dynamic_state
This moves dynamic state present in VK_EXT_extended_dynamic_state to a
separate structure in FixedPipelineState. This is structure is at the
bottom allowing us to hash and memcmp only when the extension is not
supported.
5 years ago
ReinUsesLisp 7527402a46 vk_device: Enable VK_EXT_extended_dynamic_state when available 5 years ago
ReinUsesLisp bb2cbdf704 texture_cache: Test format compatibility before copying
Avoid illegal copies. This intercepts the last step of a copy to avoid
generating validation errors or corrupting the driver on some instances.

We can create views and emit copies accordingly in future commits and
remove this last-step validation.
5 years ago
bunnei 3579db425e
Merge pull request #4144 from FernandoS27/tt-fix
TextureCache: Fix case where layer goes off bound.
5 years ago
bunnei 78d3b54ea7
Merge pull request #4111 from ReinUsesLisp/preserve-contents-vk
vk_rasterizer: Don't preserve contents on full screen clears
5 years ago
ReinUsesLisp 1d6be9febf video_core/compatible_formats: Table to test if two formats are legal to view or copy
Add a flat table to test if it's legal to create a texture view between
two formats or copy betweem them.

This table is based on ARB_copy_image and ARB_texture_view. Copies are
more permissive than views.
5 years ago
ReinUsesLisp 6481d91e4a gl_buffer_cache: Copy to buffers created as STREAM_READ before downloading
After marking buffers as resident, Nvidia's driver seems to take a
slow path. To workaround this issue, copy to a STREAM_READ buffer and
then call GetNamedBufferSubData on it.

This is a temporary solution until we have asynchronous flushing.
5 years ago
VolcaEM 9e1975a166
Update function name again 5 years ago
VolcaEM 0b86c7eb6a
Update function name (2/2) 5 years ago
VolcaEM f8247826fa
Update function name (1/2) 5 years ago
Fernando Sahmkow 7b893c7963 Common: Fix non-conan build 5 years ago
Morph 72f14ae21f caps_u: Fix GetAlbumContentsFileListForApplication stub 5 years ago
Morph 3017be7855 caps: Use enum classes and check struct sizes on compile time 5 years ago
Morph 02a33feef4 caps: Update copyright headers
Updated to "yuzu Emulator Project"
5 years ago
Kewlan 3eb8efc095 Add a "Mute Audio" hotkey 5 years ago
bunnei c4fe83a7bc
Merge pull request #4159 from ogniK5377/mem-manager-dumb-assert
memory_manager: Remove useless assertion
5 years ago
Rodrigo Locatti 5872fc21fe
Merge pull request #4151 from ReinUsesLisp/gl-invalidations
gl_shader_cache: Avoid use after move for program size
5 years ago
Ameer J ecbc813711
const& to button in button array
Co-authored-by: VolcaEM <63682805+VolcaEM@users.noreply.github.com>
5 years ago