Stenzek
|
22202f1607
|
Common: Fix vector blend32() and dot() on SSE2
|
2025-01-01 22:02:55 +10:00 |
|
Stenzek
|
d0e1efb1fd
|
Common: Add more GSMatrix ops
|
2025-01-01 21:28:16 +10:00 |
|
Stenzek
|
a4b359672c
|
Common: Switch fastjmp.cpp asm to tabs
Consistency.
|
2024-12-31 15:33:17 +10:00 |
|
Stenzek
|
79b0533df2
|
Common: Fix RISC-V/64 fastjmp buffer size
|
2024-12-31 15:30:26 +10:00 |
|
Stenzek
|
4e928d7ce1
|
Common: Work around LLVM LTO inline asm issue
LLVM bug 61991.
|
2024-12-30 02:57:22 +10:00 |
|
Stenzek
|
d4e393f1a8
|
Common: Fix write overflow with nosimd vector
|
2024-12-29 22:34:14 +10:00 |
|
Stenzek
|
0e6ade067c
|
FileSystem: Add error reporting to DeleteDirectory()
|
2024-12-29 17:25:54 +10:00 |
|
Stenzek
|
5c3abb490d
|
Common: Fix vector sse2_max_u16()
Fixes UV clamping in SSE2 build, e.g. Jumping Flash.
|
2024-12-29 13:56:10 +10:00 |
|
Stenzek
|
58b0ccf3fc
|
Common: Add 2D vector formatters
|
2024-12-28 19:59:25 +10:00 |
|
Stenzek
|
f4265edb2d
|
SmallString: Add append_vformat()
|
2024-12-24 13:16:12 +10:00 |
|
Stenzek
|
0b4e302c22
|
GPU: Implement PGXP for lines
|
2024-12-22 16:48:45 +10:00 |
|
Stenzek
|
2d659fc3eb
|
GPU: Move backend work off CPU thread
|
2024-12-19 23:32:15 +10:00 |
|
Stenzek
|
7116a80435
|
Common: Add RESTRICT macro
Gotta coerce the compiler into generating better code.
|
2024-12-19 16:50:03 +10:00 |
|
Stenzek
|
5687dd22bd
|
PIO: Add basic flash cartridge support
|
2024-12-13 23:22:57 +10:00 |
|
Stenzek
|
e137d3b5c7
|
Common: Fix rectangle rempty() on ARM32
|
2024-12-10 16:49:45 +10:00 |
|
Stenzek
|
0bb83f6fd7
|
OpenGLDevice: Fix inverted cache file lock
|
2024-12-10 13:17:06 +10:00 |
|
Stenzek
|
2e6deca76f
|
FileSystem: Don't use POSIX locks on Android
Requires SDK 24, and it's pointless anyway.
|
2024-12-10 02:26:54 +10:00 |
|
Stenzek
|
2999f15d7a
|
StringUtil: Add UTF-16 encoding/decoding functions
|
2024-12-08 19:44:27 +10:00 |
|
Stenzek
|
7f3687de81
|
Common: Report assertion failure/panic message for Android
|
2024-12-08 14:19:25 +10:00 |
|
Stenzek
|
e22d67f4aa
|
GSVector: Add 4x4 matrix class
|
2024-12-06 15:10:15 +10:00 |
|
Stenzek
|
c9c4307871
|
FileSystem: Android build fix
|
2024-12-06 15:10:15 +10:00 |
|
Stenzek
|
042a2d72f7
|
Threading: Add IsCallingThread() to ThreadHandle
|
2024-12-06 15:10:15 +10:00 |
|
Stenzek
|
04e472d088
|
FileSystem: Add non-blocking option to POSIXLock
|
2024-12-03 17:29:47 +10:00 |
|
Stenzek
|
d93c713fb7
|
FileSystem: Make POSIXLock moveable
|
2024-12-03 17:29:47 +10:00 |
|
Stenzek
|
e9848a6182
|
Misc: Collapse more niche log channels
|
2024-12-01 23:21:33 +10:00 |
|
Stenzek
|
0faa9cf650
|
Build: Add Devel configuration
Gets you debug assertions and logging, while still producing an
optimized executable.
|
2024-12-01 23:21:33 +10:00 |
|
Stenzek
|
0f51472d64
|
Misc: Android build fix
|
2024-11-30 01:09:41 +10:00 |
|
Stenzek
|
aafc029682
|
Misc: Un-namespace Timer
|
2024-11-29 20:13:37 +10:00 |
|
Stenzek
|
ff3214b8f7
|
SmallString: Add span helpers
|
2024-11-29 17:06:20 +10:00 |
|
Stenzek
|
d3246deb77
|
ThirdParty: Add aes.cpp
|
2024-11-29 17:06:06 +10:00 |
|
Stenzek
|
83274c7e3b
|
ThirdParty/SmallVector: Compile fixes
|
2024-11-29 17:05:18 +10:00 |
|
Stenzek
|
b39f1558ec
|
StringUtil: Add Base64 decode/encode functions
|
2024-11-29 17:05:02 +10:00 |
|
Stenzek
|
c0b4627c11
|
StringUtil: Drop old MacOS workaround
|
2024-11-29 15:25:36 +10:00 |
|
Stenzek
|
bbe6612b25
|
Common: Add SHA256Digest
|
2024-11-29 15:20:33 +10:00 |
|
Stenzek
|
da501b9294
|
StringUtil: Add ParseFixedHexString()
|
2024-11-29 15:04:25 +10:00 |
|
Stenzek
|
dac5dd562b
|
HTTPDownloader: Improve error reporting
Give something human-readable when an error occurs.
|
2024-11-29 14:00:55 +10:00 |
|
Stenzek
|
57d3aa4850
|
FileSystem: Add Error parameter to StatFile()
|
2024-11-27 17:50:43 +10:00 |
|
Stenzek
|
1434507b41
|
FileSystem: Add span overload for WriteBinaryFile()
And normalize filename -> path parameter names.
|
2024-11-27 17:50:43 +10:00 |
|
Stenzek
|
3ff1b04576
|
GPUDevice: Support generating mipmaps
|
2024-11-24 23:29:28 +10:00 |
|
Stenzek
|
affbdfc350
|
Timer: Fix >1 second sleeps on MacOS
|
2024-11-24 23:29:28 +10:00 |
|
Stenzek
|
e987b56aae
|
Log: Remove unused ISOReader channel
|
2024-11-23 18:59:10 +10:00 |
|
Stenzek
|
5c03e1d940
|
Misc: Fix alignment errors on ARM32
|
2024-11-23 18:52:45 +10:00 |
|
Stenzek
|
e6892e0a54
|
Common: Fix incorrect condition in PreviousPow2/NextPow2
|
2024-11-21 12:31:00 +10:00 |
|
Stenzek
|
6c1b98e46a
|
GPU/SW: Fix 256-bit AVX2 path
|
2024-11-18 14:19:47 +10:00 |
|
Stenzek
|
d5e2db0dee
|
Misc: Fix new clang-cl warnings
|
2024-11-16 14:06:14 +10:00 |
|
Stenzek
|
350429466a
|
FileSystem: Move separator macro to path.h
|
2024-11-14 00:17:27 +10:00 |
|
Stenzek
|
3f41dcc97d
|
Log: Add option coloured variants
|
2024-11-11 14:04:48 +10:00 |
|
Stenzek
|
e3e0fe6445
|
Log: Prepend timestamp to multi-line messages
|
2024-11-10 13:23:25 +10:00 |
|
Stenzek
|
886ef4cc59
|
WAVWriter: Add matching reader class
|
2024-11-06 13:46:48 +10:00 |
|
Stenzek
|
ead9e56c4d
|
System: Support loading ELF files
|
2024-11-05 17:54:12 +10:00 |
|