| .. | 
		
		
			
			
			
			
				| gl | GL/Context: Disable fbfetch on Adreno GLES <502 | 2023-12-03 21:43:57 +10:00 | 
		
			
			
			
			
				| audio_stream.cpp | Misc: Swap make_array() for size deduction | 2023-10-02 13:33:33 +10:00 | 
		
			
			
			
			
				| audio_stream.h | CMake: Swap USE_ and WITH_ for ENABLE_ | 2023-09-17 12:36:52 +10:00 | 
		
			
			
			
			
				| cd_image.cpp | CDImage: clang warning fix | 2023-11-06 17:56:45 +10:00 | 
		
			
			
			
			
				| cd_image.h | CDImageCHD: Support reading subchannel from CHD | 2023-11-05 21:18:39 +10:00 | 
		
			
			
			
			
				| cd_image_bin.cpp | Misc: Make struct member functions file-local | 2023-11-18 16:46:11 +10:00 | 
		
			
			
			
			
				| cd_image_chd.cpp | Misc: Make struct member functions file-local | 2023-11-18 16:46:11 +10:00 | 
		
			
			
			
			
				| cd_image_cue.cpp | Misc: Make struct member functions file-local | 2023-11-18 16:46:11 +10:00 | 
		
			
			
			
			
				| cd_image_device.cpp | Misc: Make struct member functions file-local | 2023-11-18 16:46:11 +10:00 | 
		
			
			
			
			
				| cd_image_ecm.cpp | Misc: Make struct member functions file-local | 2023-11-18 16:46:11 +10:00 | 
		
			
			
			
			
				| cd_image_hasher.cpp | Misc: Make struct member functions file-local | 2023-11-18 16:46:11 +10:00 | 
		
			
			
			
			
				| cd_image_hasher.h | Misc: Add copyright/license statement to applicable files | 2022-12-04 21:03:49 +10:00 | 
		
			
			
			
			
				| cd_image_m3u.cpp | Misc: Make struct member functions file-local | 2023-11-18 16:46:11 +10:00 | 
		
			
			
			
			
				| cd_image_mds.cpp | Misc: Make struct member functions file-local | 2023-11-18 16:46:11 +10:00 | 
		
			
			
			
			
				| cd_image_memory.cpp | Misc: Make struct member functions file-local | 2023-11-18 16:46:11 +10:00 | 
		
			
			
			
			
				| cd_image_pbp.cpp | Misc: Make struct member functions file-local | 2023-11-18 16:46:11 +10:00 | 
		
			
			
			
			
				| cd_image_ppf.cpp | Misc: Make struct member functions file-local | 2023-11-18 16:46:11 +10:00 | 
		
			
			
			
			
				| cd_subchannel_replacement.cpp | CDImage: Support loading subchannel from LSD files | 2023-11-15 19:14:27 +10:00 | 
		
			
			
			
			
				| cd_subchannel_replacement.h | CDImage: Support loading subchannel from LSD files | 2023-11-15 19:14:27 +10:00 | 
		
			
			
			
			
				| cd_xa.cpp | Misc: Make struct member functions file-local | 2023-11-18 16:46:11 +10:00 | 
		
			
			
			
			
				| cd_xa.h | Misc: Add copyright/license statement to applicable files | 2022-12-04 21:03:49 +10:00 | 
		
			
			
			
			
				| CMakeLists.txt | Misc: Make struct member functions file-local | 2023-11-18 16:46:11 +10:00 | 
		
			
			
			
			
				| cubeb_audio_stream.cpp | Misc: Make struct member functions file-local | 2023-11-18 16:46:11 +10:00 | 
		
			
			
			
			
				| cue_parser.cpp | Misc: Make struct member functions file-local | 2023-11-18 16:46:11 +10:00 | 
		
			
			
			
			
				| cue_parser.h | Common: Error/FileSystem backports | 2023-08-20 12:40:47 +10:00 | 
		
			
			
			
			
				| d3d11_device.cpp | GPU/HW: Avoid extra texture copy in Vulkan/GL | 2023-12-01 19:08:50 +10:00 | 
		
			
			
			
			
				| d3d11_device.h | Settings: Add option to disable DSB/fbfetch | 2023-11-28 14:38:38 +10:00 | 
		
			
			
			
			
				| d3d11_pipeline.cpp | Misc: Swap gsl::span for std::span | 2023-09-05 22:10:50 +10:00 | 
		
			
			
			
			
				| d3d11_pipeline.h | GPUDevice: Support geometry shaders | 2023-09-02 22:09:22 +10:00 | 
		
			
			
			
			
				| d3d11_stream_buffer.cpp | Misc: Unreachable code warning fixes | 2023-09-05 22:10:50 +10:00 | 
		
			
			
			
			
				| d3d11_stream_buffer.h | Rewrite host GPU abstraction | 2023-08-20 21:55:38 +10:00 | 
		
			
			
			
			
				| d3d11_texture.cpp | MetalDevice: Anisotropy should be minimum 1 | 2023-12-05 00:27:55 +10:00 | 
		
			
			
			
			
				| d3d11_texture.h | Rewrite host GPU abstraction | 2023-08-20 21:55:38 +10:00 | 
		
			
			
			
			
				| d3d12_builders.cpp | Rewrite host GPU abstraction | 2023-08-20 21:55:38 +10:00 | 
		
			
			
			
			
				| d3d12_builders.h | Rewrite host GPU abstraction | 2023-08-20 21:55:38 +10:00 | 
		
			
			
			
			
				| d3d12_descriptor_heap_manager.cpp | Misc: clang-cl warning clean-up | 2023-09-03 14:30:26 +10:00 | 
		
			
			
			
			
				| d3d12_descriptor_heap_manager.h | Rewrite host GPU abstraction | 2023-08-20 21:55:38 +10:00 | 
		
			
			
			
			
				| d3d12_device.cpp | GPU/HW: Avoid extra texture copy in Vulkan/GL | 2023-12-01 19:08:50 +10:00 | 
		
			
			
			
			
				| d3d12_device.h | Settings: Add option to disable DSB/fbfetch | 2023-11-28 14:38:38 +10:00 | 
		
			
			
			
			
				| d3d12_pipeline.cpp | Misc: Swap gsl::span for std::span | 2023-09-05 22:10:50 +10:00 | 
		
			
			
			
			
				| d3d12_pipeline.h | Rewrite host GPU abstraction | 2023-08-20 21:55:38 +10:00 | 
		
			
			
			
			
				| d3d12_stream_buffer.cpp | Misc: Unreachable code warning fixes | 2023-09-05 22:10:50 +10:00 | 
		
			
			
			
			
				| d3d12_stream_buffer.h | Rewrite host GPU abstraction | 2023-08-20 21:55:38 +10:00 | 
		
			
			
			
			
				| d3d12_texture.cpp | MetalDevice: Anisotropy should be minimum 1 | 2023-12-05 00:27:55 +10:00 | 
		
			
			
			
			
				| d3d12_texture.h | Rewrite host GPU abstraction | 2023-08-20 21:55:38 +10:00 | 
		
			
			
			
			
				| d3d_common.cpp | Log: Add fmt overloads | 2023-09-23 14:14:52 +10:00 | 
		
			
			
			
			
				| d3d_common.h | Rewrite host GPU abstraction | 2023-08-20 21:55:38 +10:00 | 
		
			
			
			
			
				| dinput_source.cpp | FullscreenUI: Use icon font for bindings | 2023-11-26 23:57:49 +10:00 | 
		
			
			
			
			
				| dinput_source.h | FullscreenUI: Use icon font for bindings | 2023-11-26 23:57:49 +10:00 | 
		
			
			
			
			
				| gpu_device.cpp | Settings: Add option to disable DSB/fbfetch | 2023-11-28 14:38:38 +10:00 | 
		
			
			
			
			
				| gpu_device.h | GPU/HW: Avoid extra texture copy in Vulkan/GL | 2023-12-01 19:08:50 +10:00 | 
		
			
			
			
			
				| gpu_shader_cache.cpp | Rewrite host GPU abstraction | 2023-08-20 21:55:38 +10:00 | 
		
			
			
			
			
				| gpu_shader_cache.h | Rewrite host GPU abstraction | 2023-08-20 21:55:38 +10:00 | 
		
			
			
			
			
				| gpu_texture.cpp | Common: Add intrin.h | 2023-10-01 17:24:34 +10:00 | 
		
			
			
			
			
				| gpu_texture.h | Rewrite host GPU abstraction | 2023-08-20 21:55:38 +10:00 | 
		
			
			
			
			
				| host.cpp | Misc: Fix build on Debian Bullseye | 2023-10-02 23:50:56 +10:00 | 
		
			
			
			
			
				| host.h | HTTPDownloader: Add support for progress updates/cancelling | 2023-11-25 00:50:12 +10:00 | 
		
			
			
			
			
				| http_downloader.cpp | HTTPDownloader: Add support for progress updates/cancelling | 2023-11-25 00:50:12 +10:00 | 
		
			
			
			
			
				| http_downloader.h | HTTPDownloader: Add support for progress updates/cancelling | 2023-11-25 00:50:12 +10:00 | 
		
			
			
			
			
				| http_downloader_curl.cpp | HTTPDownloader: Add support for progress updates/cancelling | 2023-11-25 00:50:12 +10:00 | 
		
			
			
			
			
				| http_downloader_curl.h | HTTPDownloader: Add support for progress updates/cancelling | 2023-11-25 00:50:12 +10:00 | 
		
			
			
			
			
				| http_downloader_winhttp.cpp | HTTPDownloader: Add support for progress updates/cancelling | 2023-11-25 00:50:12 +10:00 | 
		
			
			
			
			
				| http_downloader_winhttp.h | HTTPDownloader: Add support for progress updates/cancelling | 2023-11-25 00:50:12 +10:00 | 
		
			
			
			
			
				| imgui_fullscreen.cpp | FullscreenUI: Allow changing UI language | 2023-11-29 20:26:36 +10:00 | 
		
			
			
			
			
				| imgui_fullscreen.h | Achievements: Use big picture for confirm hardcore disable | 2023-11-26 23:57:49 +10:00 | 
		
			
			
			
			
				| imgui_manager.cpp | FullscreenUI: Allow changing UI language | 2023-11-29 20:26:36 +10:00 | 
		
			
			
			
			
				| imgui_manager.h | Qt: Fix crash on language change with system active | 2023-11-29 19:48:39 +10:00 | 
		
			
			
			
			
				| ini_settings_interface.cpp | InputManager: Support inverted full axis | 2023-01-15 15:13:54 +10:00 | 
		
			
			
			
			
				| ini_settings_interface.h | InputManager: Support inverted full axis | 2023-01-15 15:13:54 +10:00 | 
		
			
			
			
			
				| input_manager.cpp | FullscreenUI: Use icon font for bindings | 2023-11-26 23:57:49 +10:00 | 
		
			
			
			
			
				| input_manager.h | FullscreenUI: Use icon font for bindings | 2023-11-26 23:57:49 +10:00 | 
		
			
			
			
			
				| input_source.cpp | Misc: Swap most C format strings for fmt | 2023-09-23 14:14:52 +10:00 | 
		
			
			
			
			
				| input_source.h | FullscreenUI: Use icon font for bindings | 2023-11-26 23:57:49 +10:00 | 
		
			
			
			
			
				| iso_reader.cpp | IsoReader: Fix ARM32 build | 2023-12-03 22:13:17 +10:00 | 
		
			
			
			
			
				| iso_reader.h | CDROM: Add PVD/directory entries to file map | 2023-11-30 14:38:38 +10:00 | 
		
			
			
			
			
				| jit_code_buffer.cpp | JitCodeBuffer: Allocate within 32-bit range | 2023-11-24 20:35:19 +10:00 | 
		
			
			
			
			
				| jit_code_buffer.h | JitCodeBuffer: Allocate within 32-bit range | 2023-11-24 20:35:19 +10:00 | 
		
			
			
			
			
				| make_d3d_display_shader_bytecode.bat | Move frontend-common to util/core | 2023-08-16 01:13:00 +10:00 | 
		
			
			
			
			
				| metal_device.h | Settings: Add option to disable DSB/fbfetch | 2023-11-28 14:38:38 +10:00 | 
		
			
			
			
			
				| metal_device.mm | MetalDevice: Anisotropy should be minimum 1 | 2023-12-05 00:27:55 +10:00 | 
		
			
			
			
			
				| metal_layer.h | Common: Split some routines into CocoaTools | 2023-09-24 12:21:19 +10:00 | 
		
			
			
			
			
				| metal_shaders.metal | MetalDevice: Support multisampling | 2023-09-16 19:00:28 +10:00 | 
		
			
			
			
			
				| metal_stream_buffer.h | Rewrite host GPU abstraction | 2023-08-20 21:55:38 +10:00 | 
		
			
			
			
			
				| metal_stream_buffer.mm | MetalDevice: Avoid inline texture uploads when unnecessary | 2023-08-24 19:00:01 +10:00 | 
		
			
			
			
			
				| opengl_device.cpp | OpenGLDevice: Set glColorMask() on clear | 2023-12-03 21:36:13 +10:00 | 
		
			
			
			
			
				| opengl_device.h | Settings: Add option to disable DSB/fbfetch | 2023-11-28 14:38:38 +10:00 | 
		
			
			
			
			
				| opengl_loader.h | Rewrite host GPU abstraction | 2023-08-20 21:55:38 +10:00 | 
		
			
			
			
			
				| opengl_pipeline.cpp | Misc: Fix a couple of fmt errors | 2023-11-28 14:38:38 +10:00 | 
		
			
			
			
			
				| opengl_pipeline.h | GPUDevice: Support geometry shaders | 2023-09-02 22:09:22 +10:00 | 
		
			
			
			
			
				| opengl_stream_buffer.cpp | OpenGLDevice: Set unpack row length on create | 2023-09-23 14:14:52 +10:00 | 
		
			
			
			
			
				| opengl_stream_buffer.h | Rewrite host GPU abstraction | 2023-08-20 21:55:38 +10:00 | 
		
			
			
			
			
				| opengl_texture.cpp | MetalDevice: Anisotropy should be minimum 1 | 2023-12-05 00:27:55 +10:00 | 
		
			
			
			
			
				| opengl_texture.h | Rewrite host GPU abstraction | 2023-08-20 21:55:38 +10:00 | 
		
			
			
			
			
				| page_fault_handler.cpp | PageFaultHandler: Fix for Intel on MacOS | 2023-11-24 20:35:52 +10:00 | 
		
			
			
			
			
				| page_fault_handler.h | CPU/CodeCache: Fix NewRec on Apple Silicon | 2023-10-28 14:41:29 +10:00 | 
		
			
			
			
			
				| pch.cpp | Build: Use precompiled headers | 2023-09-02 21:44:08 +10:00 | 
		
			
			
			
			
				| pch.h | Common: Drop String, add SmallString | 2023-09-23 14:14:52 +10:00 | 
		
			
			
			
			
				| platform_misc.h | Misc: Post-refactor cleanups | 2023-08-24 18:01:32 +10:00 | 
		
			
			
			
			
				| platform_misc_mac.mm | Common: Split some routines into CocoaTools | 2023-09-24 12:21:19 +10:00 | 
		
			
			
			
			
				| platform_misc_unix.cpp | Common: Drop String, add SmallString | 2023-09-23 14:14:52 +10:00 | 
		
			
			
			
			
				| platform_misc_win32.cpp | Common: Drop String, add SmallString | 2023-09-23 14:14:52 +10:00 | 
		
			
			
			
			
				| postprocessing.cpp | PostProcessing/FX: Support reading shaders from resources | 2023-11-25 00:50:12 +10:00 | 
		
			
			
			
			
				| postprocessing.h | PostProcessing: Refactor config to use separate sections | 2023-08-30 00:44:01 +10:00 | 
		
			
			
			
			
				| postprocessing_shader.cpp | Qt: Fix postfx option pane not loading | 2023-10-16 01:00:43 +10:00 | 
		
			
			
			
			
				| postprocessing_shader.h | Qt: Fix postfx option pane not loading | 2023-10-16 01:00:43 +10:00 | 
		
			
			
			
			
				| postprocessing_shader_fx.cpp | PostProcessing/FX: Support reading shaders from resources | 2023-11-25 00:50:12 +10:00 | 
		
			
			
			
			
				| postprocessing_shader_fx.h | PostProcessing/FX: Support reading shaders from resources | 2023-11-25 00:50:12 +10:00 | 
		
			
			
			
			
				| postprocessing_shader_glsl.cpp | GPU/HW: Add framebuffer fetch blending path | 2023-11-25 21:22:35 +10:00 | 
		
			
			
			
			
				| postprocessing_shader_glsl.h | PostProcessing: Refactor config to use separate sections | 2023-08-30 00:44:01 +10:00 | 
		
			
			
			
			
				| sdl_input_source.cpp | FullscreenUI: Use icon font for bindings | 2023-11-26 23:57:49 +10:00 | 
		
			
			
			
			
				| sdl_input_source.h | FullscreenUI: Use icon font for bindings | 2023-11-26 23:57:49 +10:00 | 
		
			
			
			
			
				| shadergen.cpp | ShaderGen: Fix GL_ARM_shader_framebuffer_fetch enable | 2023-11-27 17:55:04 +10:00 | 
		
			
			
			
			
				| shadergen.h | GPU/HW: Add framebuffer fetch blending path | 2023-11-25 21:22:35 +10:00 | 
		
			
			
			
			
				| shiftjis.cpp | Common: Fix incorrect sign extension in sjis2ascii() | 2023-09-30 12:20:46 +10:00 | 
		
			
			
			
			
				| shiftjis.h | Move utility classes from common to own static lib | 2022-07-21 17:29:58 +10:00 | 
		
			
			
			
			
				| spirv_compiler.cpp | SPIRVCompiler: Pad fragment output components for MSL | 2023-11-05 15:03:49 +10:00 | 
		
			
			
			
			
				| spirv_compiler.h | Misc: Swap gsl::span for std::span | 2023-09-05 22:10:50 +10:00 | 
		
			
			
			
			
				| state_wrapper.cpp | Common: Drop String, add SmallString | 2023-09-23 14:14:52 +10:00 | 
		
			
			
			
			
				| state_wrapper.h | Common: Drop String, add SmallString | 2023-09-23 14:14:52 +10:00 | 
		
			
			
			
			
				| util.props | HTTPDownloader: Move to util project | 2023-11-06 23:17:57 +10:00 | 
		
			
			
			
			
				| util.vcxproj | Misc: Make struct member functions file-local | 2023-11-18 16:46:11 +10:00 | 
		
			
			
			
			
				| util.vcxproj.filters | Misc: Make struct member functions file-local | 2023-11-18 16:46:11 +10:00 | 
		
			
			
			
			
				| vulkan_builders.cpp | Rewrite host GPU abstraction | 2023-08-20 21:55:38 +10:00 | 
		
			
			
			
			
				| vulkan_builders.h | Misc: Fix arm32 build | 2023-10-02 23:59:01 +10:00 | 
		
			
			
			
			
				| vulkan_device.cpp | GPU/HW: Avoid extra texture copy in Vulkan/GL | 2023-12-01 19:08:50 +10:00 | 
		
			
			
			
			
				| vulkan_device.h | Settings: Add option to disable DSB/fbfetch | 2023-11-28 14:38:38 +10:00 | 
		
			
			
			
			
				| vulkan_entry_points.h | Rewrite host GPU abstraction | 2023-08-20 21:55:38 +10:00 | 
		
			
			
			
			
				| vulkan_entry_points.inl | Misc: Build fixes for Android | 2023-11-04 20:11:51 +10:00 | 
		
			
			
			
			
				| vulkan_loader.cpp | Rewrite host GPU abstraction | 2023-08-20 21:55:38 +10:00 | 
		
			
			
			
			
				| vulkan_loader.h | CMake: Swap USE_ and WITH_ for ENABLE_ | 2023-09-17 12:36:52 +10:00 | 
		
			
			
			
			
				| vulkan_pipeline.cpp | Settings: Add option to disable DSB/fbfetch | 2023-11-28 14:38:38 +10:00 | 
		
			
			
			
			
				| vulkan_pipeline.h | Rewrite host GPU abstraction | 2023-08-20 21:55:38 +10:00 | 
		
			
			
			
			
				| vulkan_stream_buffer.cpp | Misc: Unreachable code warning fixes | 2023-09-05 22:10:50 +10:00 | 
		
			
			
			
			
				| vulkan_stream_buffer.h | Rewrite host GPU abstraction | 2023-08-20 21:55:38 +10:00 | 
		
			
			
			
			
				| vulkan_swap_chain.cpp | GL/Context: Fix surfaceless context creation | 2023-11-22 01:21:02 +10:00 | 
		
			
			
			
			
				| vulkan_swap_chain.h | Rewrite host GPU abstraction | 2023-08-20 21:55:38 +10:00 | 
		
			
			
			
			
				| vulkan_texture.cpp | VulkanDevice: Add barrier inbetween self image copies | 2023-12-01 19:08:46 +10:00 | 
		
			
			
			
			
				| vulkan_texture.h | Rewrite host GPU abstraction | 2023-08-20 21:55:38 +10:00 | 
		
			
			
			
			
				| wav_writer.cpp | Misc: Make struct member functions file-local | 2023-11-18 16:46:11 +10:00 | 
		
			
			
			
			
				| wav_writer.h | Misc: Make struct member functions file-local | 2023-11-18 16:46:11 +10:00 | 
		
			
			
			
			
				| win32_raw_input_source.cpp | FullscreenUI: Use icon font for bindings | 2023-11-26 23:57:49 +10:00 | 
		
			
			
			
			
				| win32_raw_input_source.h | FullscreenUI: Use icon font for bindings | 2023-11-26 23:57:49 +10:00 | 
		
			
			
			
			
				| window_info.cpp | CMake: Swap USE_ and WITH_ for ENABLE_ | 2023-09-17 12:36:52 +10:00 | 
		
			
			
			
			
				| window_info.h | Rewrite host GPU abstraction | 2023-08-20 21:55:38 +10:00 | 
		
			
			
			
			
				| xaudio2_audio_stream.cpp | Misc: Make struct member functions file-local | 2023-11-18 16:46:11 +10:00 | 
		
			
			
			
			
				| xinput_source.cpp | FullscreenUI: Use icon font for bindings | 2023-11-26 23:57:49 +10:00 | 
		
			
			
			
			
				| xinput_source.h | FullscreenUI: Use icon font for bindings | 2023-11-26 23:57:49 +10:00 |