shadPS4/src/video_core/renderer_vulkan
Plínio Larrubia 34bd2492a1 fix typo in LOG_INFO (#559)
fix: file name typo constant_propogation_pass.cpp

fix typo from 'symbol_vitrual_addr' variable

fix typo in emit_spirv_context_get_set.cpp

fix typo from constant_propagation_pass.cpp in CMakeLists

fix typo in these some config.cpp functions
- setSliderPosition
- setSliderPositionGrid
- getSliderPosition
- getSliderPositionGrid

fix typo inside src\core\aerolib\stubs.cpp

fix typo in a comment from src\core\file_format\pkg.cpp

fix typo inside src\core\file_sys\fs.cpp + fs.h
- NeedsCaseInsensiveSearch -> NeedsCaseInsensitiveSearch

fix 2 function typos: sceAppContentAddcontEnqueueDownloadByEntitlemetId and sceAppContentAddcontMountByEntitlemetId

fix typo on comment inside src\core\libraries\kernel\file_system.cpp

fix typo on src\core\libraries\videoout\driver.cpp

fix typo in src\core\memory.cpp

fix typo from comment in src\qt_gui\game_list_utils.h

fix typo in src\video_core\amdgpu\liverpool.h
- window_offset_disble to window_offset_disable

fix typo from comments in src\video_core\host_shaders\detile_m32x1.comp + detile_m32x2.comp
- subotimal -> suboptimal

fix typo from comment in src\video_core\renderer_vulkan\renderer_vulkan.cpp
- dimentions -> dimensions

fix typo from enum in src\common\debug.h and other files
- MarkersPallete -> MarkersPalette

fix last typo in src\video_core\amdgpu\pm4_opcodes.h
- PremableCntl -> PreambleCntl
2024-08-26 15:22:11 +03:00
..
liverpool_to_vk.cpp V_NOP | PfpSyncMe | S_CMPK_EQ_U32 (#426) 2024-08-25 22:07:46 +02:00
liverpool_to_vk.h Change format list from vector to array/span. 2024-07-21 22:36:12 +03:00
renderer_vulkan.cpp fix typo in LOG_INFO (#559) 2024-08-26 15:22:11 +03:00
renderer_vulkan.h video_core: CPU flip relay (#415) 2024-08-14 11:36:11 +02:00
vk_common.cpp video_core: Rewrite vulkan and videoout 2024-04-14 17:10:40 +03:00
vk_common.h video_core: Rewrite vulkan and videoout 2024-04-14 17:10:40 +03:00
vk_compute_pipeline.cpp vk_pipeline_cache: Avoid recompiling new shaders on each new PL (#480) 2024-08-21 02:00:24 +03:00
vk_compute_pipeline.h vk_pipeline_cache: Avoid recompiling new shaders on each new PL (#480) 2024-08-21 02:00:24 +03:00
vk_descriptor_update_queue.cpp video_core: Rewrite vulkan and videoout 2024-04-14 17:10:40 +03:00
vk_descriptor_update_queue.h video_core: Rewrite vulkan and videoout 2024-04-14 17:10:40 +03:00
vk_graphics_pipeline.cpp video_core: Bloodborne stabilization pt1 (#543) 2024-08-24 22:51:47 +03:00
vk_graphics_pipeline.h Misc fixes (#517) 2024-08-21 23:54:23 +03:00
vk_instance.cpp GnmDriver: Clear context support (#567) 2024-08-25 23:01:05 +03:00
vk_instance.h video_core: Crucial buffer cache fixes + proper GPU clears (#414) 2024-08-13 09:21:48 +03:00
vk_master_semaphore.cpp Move presentation to separate thread/improve sync (#303) 2024-07-28 15:54:09 +02:00
vk_master_semaphore.h Move presentation to separate thread/improve sync (#303) 2024-07-28 15:54:09 +02:00
vk_pipeline_cache.cpp video_core: Bloodborne stabilization pt1 (#543) 2024-08-24 22:51:47 +03:00
vk_pipeline_cache.h vk_pipeline_cache: Avoid recompiling new shaders on each new PL (#480) 2024-08-21 02:00:24 +03:00
vk_platform.cpp Fix some Vulkan validation errors on macOS. (#420) 2024-08-13 10:30:47 +03:00
vk_platform.h Downgrade Vulkan requirement to 1.2 with extensions. 2024-07-21 22:36:12 +03:00
vk_rasterizer.cpp video_core: vk_rasterizer: fix for crash on markers with nullGpu 2024-08-25 22:24:10 +02:00
vk_rasterizer.h Video Core: debug tools (#412) 2024-08-12 13:46:45 +02:00
vk_resource_pool.cpp video_core: Rewrite vulkan and videoout 2024-04-14 17:10:40 +03:00
vk_resource_pool.h video_core: Rewrite vulkan and videoout 2024-04-14 17:10:40 +03:00
vk_scheduler.cpp fix typo in LOG_INFO (#559) 2024-08-26 15:22:11 +03:00
vk_scheduler.h Build stabilization (#413) 2024-08-12 17:23:01 +03:00
vk_shader_util.cpp fix system include paths 2024-06-25 18:17:16 +02:00
vk_shader_util.h video_core: Rewrite vulkan and videoout 2024-04-14 17:10:40 +03:00
vk_swapchain.cpp core: misc changes (#430) 2024-08-14 20:37:05 +02:00
vk_swapchain.h video_core: Rewrite vulkan and videoout 2024-04-14 17:10:40 +03:00