Anonymous Maarten
|
9ada9daf51
SDL_blit_copy: Don't call potentially FPU using SDL_memcpy in SDL_memcpyMMX
|
2 years ago |
Anonymous Maarten
|
37c9329db2
cmake: rename SDL_AVX512 -> SDL_AVX512F cmake option
|
2 years ago |
Anonymous Maarten
|
8789729b4a
cpuinfo: update \sa's of SDL_HasXXX functions
|
2 years ago |
Anonymous Maarten
|
b0a5182e84
Sunset SDL_HasRDTSC
|
2 years ago |
Anonymous Maarten
|
513025b182
Implement _intel_fast_(memcpy|memset)
|
2 years ago |
Anonymous Maarten
|
99a799ad8b
cmake: add /Q_no-use-libirc flag when building a no-libc library
|
2 years ago |
Anonymous Maarten
|
46f5c1fe6a
Move and rename SDL_rdtsc macro to testautomation
|
2 years ago |
Anonymous Maarten
|
a06046c55c
memset and memcpy are not intrinsic functions in new LLVM-based Intel compiler
|
2 years ago |
Anonymous Maarten
|
4be82202de
cmake: new LLVM based Intel compiler does not recognize MSVC's /MP
|
2 years ago |
Anonymous Maarten
|
51d96a1680
cmake: increase threshold for stack probes
|
2 years ago |
Anonymous Maarten
|
095d4b1ffc
byteswap: Don't use intrinsic byteswap functions with Intel C compiler
|
2 years ago |
Anonymous Maarten
|
09832c701c
cpuinfo: use __cpuidex instead of __cpuid
|
2 years ago |
Anonymous Maarten
|
904e4a6e7c
ci: reduce amount of data copied back from VM in FreeBSD action
|
2 years ago |
Anonymous Maarten
|
e66f4fa71c
ci: test with (old) Intel compiler + (new) oneAPI compiler
|
2 years ago |
Anonymous Maarten
|
d392ce516a
testautomation_math: avoid equality tests with INFINITY
|
2 years ago |
Anonymous Maarten
|
29e19bf829
cmake: disable warnings in libm + warning about EMMS instruction
|
2 years ago |
Anonymous Maarten
|
345d1cd355
cmake: add support for building with Intel C compiler
|
2 years ago |
Anonymous Maarten
|
97c3077678
cmake: detect rdtsc in CMake
|
2 years ago |
Anonymous Maarten
|
e2f51bf38e
SDL_intrin.h: add SDL_rdtsc macro
|
2 years ago |
capehill
|
b8c88cc584
testgles2_sdf: Call correct function to get shader info log
|
2 years ago |
capehill
|
d5fac067cd
testdisplayinfo: use correct index variable
|
2 years ago |
Frank Praznik
|
203a2a76fc
events: Increase the size of the name buffer when logging events
|
2 years ago |
Frank Praznik
|
5a0095d373
video: Try to match the requested video mode when moving fullscreen windows
|
2 years ago |
SDL Wiki Bot
|
8c852f4dcf
Sync SDL3 wiki -> header
|
2 years ago |
Karl Hedberg
|
11142ec256
Made the Android documentation more clear and understandable (#7535)
|
2 years ago |
Sam Lantinga
|
1f095b9ce6
Fixed wikiheaders.pl with perl-5.10.1 (thanks @sezero!)
|
2 years ago |
Sylvain
|
f5dc1c0176
Add some color in testautomation logs!
|
2 years ago |
Frank Praznik
|
11323abf57
wayland: Set the minimized flag on windows until cleared by a focus event
|
2 years ago |
Frank Praznik
|
6bb48b4fe9
wayland: Unref the libdecor window when hiding
|
2 years ago |
Sam Lantinga
|
26f511a8f4
Add SWP_NOACTIVATE to SetWindowPos flags passed in WIN_SetWindowAlwaysOnTop
|
2 years ago |