summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2021-09-12Merge pull request #6992 from german77/brainsMorph
hid/am: Stub SetTouchScreenConfiguration and implement GetNotificationStorageChannelEvent
2021-09-12Merge pull request #6987 from Morph1984/common-errorMorph
common: Move error handling functions out of common_funcs
2021-09-12Merge pull request #6986 from Morph1984/version-updateMorph
api_version: Update and add AtmosphereTargetFirmware
2021-09-11shader_environment: Add missing <algorithm> includeMorph
2021-09-11vk_descriptor_pool: Add missing <algorithm> includeMorph
2021-09-11slot_vector: Add missing <algorithm> includeMorph
2021-09-11video_core/memory_manager: Add missing <algorithm> includeMorph
2021-09-11kernel: Add missing <functional> includeMorph
2021-09-11file_sys/kernel_executable: Add missing <string> includeMorph
2021-09-11codec: Add missing <string_view> includeMorph
2021-09-11common_funcs: Replace <algorithm> with <iterator>Morph
2021-09-11common: Move error handling to error.cpp/hMorph
This allows us to avoid implicitly including <string> every time common_funcs.h is included.
2021-09-11Merge pull request #6846 from ameerj/nvdec-gpu-decodeFernando S
nvdec: Add GPU video decoding for all capable drivers and platforms
2021-09-11Merge pull request #6901 from ameerj/vk-clear-bitsFernando S
vk_rasterizer: Only clear depth/stencil buffers when specified in attachment aspect mask
2021-09-11Merge pull request #6941 from ameerj/swapchain-srgbFernando S
vk_swapchain: Prefer linear swapchain format when presenting sRGB images
2021-09-11Merge pull request #6953 from ameerj/anv-semaphoreFernando S
renderer_vulkan: Wait on present semaphore at queue submit
2021-09-11Merge pull request #6981 from ameerj/nvflinger-hb-formatFernando S
nvflinger: Use external surface format for framebuffer creation
2021-09-10am: Implement GetNotificationStorageChannelEventgerman77
2021-09-10hid: Stub SetTouchScreenConfigurationgerman77
2021-09-10api_version: Update and add AtmosphereTargetFirmwareMorph
2021-09-08Merge pull request #6962 from vonchenplus/spirv_support_legacy_attributebunnei
renderer_vulkan: Spirv support glsl legacy attribute
2021-09-08Merge pull request #6980 from vonchenplus/fix_blend_equation_errorFernando S
Fix blend equation enum error
2021-09-08Merge pull request #6971 from bunnei/buffer-queue-keventAmeer J
core: hle: service: buffer_queue: Improve management of KEvent.
2021-09-08Detail adjustmentFeng Chen
2021-09-08Detail adjustmentFeng Chen
2021-09-07Re-implement get unused locationFeng Chen
2021-09-07Move attribute related definitions to spirv anonymous namespaceFeng Chen
2021-09-06nvflinger: Use external surface format for framebuffer creationameerj
The format member the IGBPBuffer may not always specify the correct desired format. Using the external format member ensures a valid format is provided when creating the framebuffer. Fixes homebrew using the wrong framebuffer format.
2021-09-06Merge pull request #6977 from Moonlacer/masterAmeer J
Second part of Golden's PR #6976
2021-09-07Fix blend equation enum errorFeng Chen
2021-09-06Second part of Golden's PRMoonlacer
2021-09-06Rename all shader cache references to pipeline cacheMatías Locatti
After Hades, both OpenGL and Vulkan use a pipeline cache instead of single stages of the graphics pipeline. Renamed the Remove menu entries to match.
2021-09-06Merge pull request #6965 from bunnei/cpu_manager_jthreadbunnei
core: cpu_manager: Use jthread.
2021-09-06Dynamic get unused locationFeng Chen
2021-09-06Implement intput and output fixed fnc texturesFeng Chen
2021-09-04core: hle: service: buffer_queue: Improve management of KEvent.bunnei
2021-09-03core: hle: service: nvflinger/vi: Improve management of KEvent.bunnei
2021-09-03core: cpu_manager: Use jthread.bunnei
2021-09-03Rename parametersFeng Chen
2021-09-03Fix create GraphicsPipelines crashFeng Chen
2021-09-02renderer_vulkan: Wait on present semaphore at queue submitameerj
The present semaphore is being signalled by the call to acquire the swapchain image. This semaphore is meant to be waited on when rendering to the swapchain image. Currently it is waited on when presenting, but moving its usage to be waited on in the command buffer submission allows for proper usage of this semaphore. Fixes the device lost when launching titles on the Intel Linux Mesa driver.
2021-09-02Add input/output locationFeng Chen
2021-09-01Merge pull request #6900 from ameerj/attr-reorderbunnei
structured_control_flow: Add DemoteCombinationPass
2021-09-01common/logging: Add missing includegerman77
2021-08-31Merge pull request #6897 from FernandoS27/pineapple-does-not-belong-in-pizzabunnei
Project <tentative title>: Rework Garbage Collection.
2021-09-01Add colorfront and txtcoord supportFeng Chen
2021-08-30Merge pull request #6928 from ameerj/spirv-get-frontfacebunnei
emit_spirv_context_get_set: Fix Get FrontFace return value
2021-08-30Merge pull request #6879 from ameerj/decoder-assertbunnei
vk_blit_screen: Fix non-accelerated texture size calculation
2021-08-30structured_control_flow: Skip reordering nested demote branches.ameerj
Nested demote branches add complexity with combining the condition if it has not been initialized yet. Skip them for the time being.
2021-08-30structured_control_flow: Conditionally invoke demote reorder passameerj
This is only needed on select drivers when a fragment shader discards/demotes.