Duckstation/src/common
Stenzek e3d9ba4c99 Rewrite host GPU abstraction
- Don't have to repeat the same thing for 4 renderers.
 - Add native Metal renderer.
2023-08-20 21:55:38 +10:00
..
thirdparty Cheevos: Linux support 2021-02-28 19:01:16 +10:00
align.h Rewrite host GPU abstraction 2023-08-20 21:55:38 +10:00
assert.cpp Misc: Add copyright/license statement to applicable files 2022-12-04 21:03:49 +10:00
assert.h Misc: Add copyright/license statement to applicable files 2022-12-04 21:03:49 +10:00
bitfield.h Misc: Add copyright/license statement to applicable files 2022-12-04 21:03:49 +10:00
bitfield.natvis Initial commit 2019-09-11 14:00:42 +10:00
bitutils.h Misc: Add copyright/license statement to applicable files 2022-12-04 21:03:49 +10:00
build_timestamp.h Common: Add build_timestamp.h 2022-08-10 13:05:52 +10:00
byte_stream.cpp Misc: Add copyright/license statement to applicable files 2022-12-04 21:03:49 +10:00
byte_stream.h Misc: Add copyright/license statement to applicable files 2022-12-04 21:03:49 +10:00
CMakeLists.txt Rewrite host GPU abstraction 2023-08-20 21:55:38 +10:00
common.props Rewrite host GPU abstraction 2023-08-20 21:55:38 +10:00
common.vcxproj Rewrite host GPU abstraction 2023-08-20 21:55:38 +10:00
common.vcxproj.filters Rewrite host GPU abstraction 2023-08-20 21:55:38 +10:00
crash_handler.cpp Misc: Add copyright/license statement to applicable files 2022-12-04 21:03:49 +10:00
crash_handler.h Misc: Add copyright/license statement to applicable files 2022-12-04 21:03:49 +10:00
dimensional_array.h Common/DimensionalArray: Re-revert the workaround 2021-05-25 19:00:40 +02:00
easing.h Misc: Add copyright/license statement to applicable files 2022-12-04 21:03:49 +10:00
error.cpp Common: Error/FileSystem backports 2023-08-20 12:40:47 +10:00
error.h Common: Error/FileSystem backports 2023-08-20 12:40:47 +10:00
fastjmp.cpp System: Refactor main loop 2023-08-16 01:13:00 +10:00
fastjmp.h System: Refactor main loop 2023-08-16 01:13:00 +10:00
fastjmp_arm.asm System: Refactor main loop 2023-08-16 01:13:00 +10:00
fastjmp_x86.asm System: Refactor main loop 2023-08-16 01:13:00 +10:00
fifo_queue.h Misc: Add copyright/license statement to applicable files 2022-12-04 21:03:49 +10:00
file_system.cpp Common: Error/FileSystem backports 2023-08-20 12:40:47 +10:00
file_system.h Common: Error/FileSystem backports 2023-08-20 12:40:47 +10:00
hash_combine.h D3D11: Add a shader bytecode cache class 2020-01-24 14:52:00 +10:00
heap_array.h Common: DynamicHeapArray/FixedHeapArray 2023-08-19 21:18:28 +10:00
heterogeneous_containers.h InputManager: Support inverted full axis 2023-01-15 15:13:54 +10:00
http_downloader.cpp Misc: Add copyright/license statement to applicable files 2022-12-04 21:03:49 +10:00
http_downloader.h Misc: Add copyright/license statement to applicable files 2022-12-04 21:03:49 +10:00
http_downloader_curl.cpp GameList: Handle non-extension-suffixed urls based on content type 2022-09-18 13:24:55 +10:00
http_downloader_curl.h UI: Massive revamp, new features and improvements 2022-07-22 21:19:54 +10:00
http_downloader_winhttp.cpp Rewrite host GPU abstraction 2023-08-20 21:55:38 +10:00
http_downloader_winhttp.h Misc: Add copyright/license statement to applicable files 2022-12-04 21:03:49 +10:00
image.cpp Misc: Add copyright/license statement to applicable files 2022-12-04 21:03:49 +10:00
image.h Misc: Add copyright/license statement to applicable files 2022-12-04 21:03:49 +10:00
layered_settings_interface.cpp InputManager: Support inverted full axis 2023-01-15 15:13:54 +10:00
layered_settings_interface.h InputManager: Support inverted full axis 2023-01-15 15:13:54 +10:00
log.cpp Misc: Add copyright/license statement to applicable files 2022-12-04 21:03:49 +10:00
log.h Common: Add missing include 2023-04-21 03:46:16 +10:00
lru_cache.h Misc: Add copyright/license statement to applicable files 2022-12-04 21:03:49 +10:00
make_array.h Misc: Add copyright/license statement to applicable files 2022-12-04 21:03:49 +10:00
md5_digest.cpp Misc: Add copyright/license statement to applicable files 2022-12-04 21:03:49 +10:00
md5_digest.h Misc: Add copyright/license statement to applicable files 2022-12-04 21:03:49 +10:00
memory_settings_interface.cpp InputManager: Support inverted full axis 2023-01-15 15:13:54 +10:00
memory_settings_interface.h InputManager: Support inverted full axis 2023-01-15 15:13:54 +10:00
minizip_helpers.cpp Misc: Add copyright/license statement to applicable files 2022-12-04 21:03:49 +10:00
minizip_helpers.h Misc: Add copyright/license statement to applicable files 2022-12-04 21:03:49 +10:00
path.h Misc: Add copyright/license statement to applicable files 2022-12-04 21:03:49 +10:00
platform.h System: Refactor main loop 2023-08-16 01:13:00 +10:00
progress_callback.cpp Misc: Add copyright/license statement to applicable files 2022-12-04 21:03:49 +10:00
progress_callback.h Misc: Add copyright/license statement to applicable files 2022-12-04 21:03:49 +10:00
rectangle.h Misc: Add copyright/license statement to applicable files 2022-12-04 21:03:49 +10:00
scoped_guard.h Misc: Add copyright/license statement to applicable files 2022-12-04 21:03:49 +10:00
settings_interface.h InputManager: Support inverted full axis 2023-01-15 15:13:54 +10:00
sha1_digest.cpp Common: Add SHA1Digest 2022-08-16 00:05:46 +10:00
sha1_digest.h Misc: Add copyright/license statement to applicable files 2022-12-04 21:03:49 +10:00
string.cpp Misc: Add copyright/license statement to applicable files 2022-12-04 21:03:49 +10:00
string.h Misc: Add copyright/license statement to applicable files 2022-12-04 21:03:49 +10:00
string_util.cpp Misc: Add copyright/license statement to applicable files 2022-12-04 21:03:49 +10:00
string_util.h StringUtil: Add ToChars/fast_float FromChars 2023-01-15 15:13:54 +10:00
threading.cpp Misc: Add copyright/license statement to applicable files 2022-12-04 21:03:49 +10:00
threading.h Misc: Add copyright/license statement to applicable files 2022-12-04 21:03:49 +10:00
timer.cpp System: Further improve frame timing consistency 2023-01-12 18:02:12 +10:00
timer.h Misc: Add copyright/license statement to applicable files 2022-12-04 21:03:49 +10:00
types.h System: Refactor main loop 2023-08-16 01:13:00 +10:00
win32_progress_callback.cpp Rewrite host GPU abstraction 2023-08-20 21:55:38 +10:00
win32_progress_callback.h Misc: Add copyright/license statement to applicable files 2022-12-04 21:03:49 +10:00
windows_headers.h Misc: Add copyright/license statement to applicable files 2022-12-04 21:03:49 +10:00