Sylvain Becker
|
25d53a4475
SDL_syspower.c: remove redundant expression
|
5 lat temu |
Sylvain Becker
|
d4a67e2541
Readability: change some pointer parameter to be pointer to const
|
5 lat temu |
Sylvain Becker
|
3d100df36f
Readability: remove const-qualifation from function declaration
|
5 lat temu |
Sylvain Becker
|
60d3965ece
Readability: remove redundant return, continue, enum declaration
|
5 lat temu |
Sylvain Becker
|
b458d7a28f
Readability: remove redundant cast to the same type
|
5 lat temu |
Sylvain Becker
|
56cbe12037
BlitAuto: remove redundant cast to the same type
|
5 lat temu |
Sylvain Becker
|
735691ecd6
Remove nested redundant #ifndef
|
5 lat temu |
Sylvain Becker
|
ff0d9245a9
SDL_syspower: remove dead store warning
|
5 lat temu |
Sylvain Becker
|
42153342ab
Use fill_function for FillRect SIMD/NEON (bug 4365)
|
5 lat temu |
Alex Szpakowski
|
bda618a2af
iOS: remove some unused code, minor code style cleanup.
|
5 lat temu |
Alex Szpakowski
|
df49e2a572
iOS: replace a deprecated function call with a non-deprecated equivalent.
|
5 lat temu |
Sylvain Becker
|
7289e5e215
Android: remove warning in blit_features
|
5 lat temu |
Sylvain Becker
|
463bf5c2d8
Android: fix compilation error of SDL_cpuinfo.c on android-r13b (bug 4365)
|
5 lat temu |
Ryan C. Gordon
|
c0255be458
x11: check if the X server honored our XMoveWindow() call (thanks, R.E. Rust!).
|
5 lat temu |
Alex Szpakowski
|
a963e36e2d
macOS: more robust detection and switching of exclusive-fullscreen display modes (bug #4822).
|
5 lat temu |
Alex Szpakowski
|
a9b867ab07
macOS Fix potential memory leaks in the Metal renderer caught by clang's static analyzer.
|
5 lat temu |
Ryan C. Gordon
|
1ce1364b29
d3d11: Don't fail if there's no vertex data to upload (thanks, Martin!).
|
5 lat temu |
Ryan C. Gordon
|
6dffc5d461
cpuinfo: Remove incorrect #warning when building for non-ARM architectures.
|
5 lat temu |
Ryan C. Gordon
|
b7df26037b
cmake: added support for enabling the ARM SIMD/NEON code.
|
5 lat temu |
Ryan C. Gordon
|
d5e9fcf16f
configure: Regenerate configure script with the ARM SIMD/NEON changes.
|
5 lat temu |
Ryan C. Gordon
|
0702954909
configure: warn about MIT-licensed code if using ARM SIMD/NEON optimizations.
|
5 lat temu |
Ben Avison
|
72f8044a42
ARM: NEON assembly optimization for SDL_FillRect
|
5 lat temu |
Ben Avison
|
1187b013a5
ARM: NEON assembly optimization for function BlitARGBto565PixelAlpha
|
5 lat temu |
Ben Avison
|
2dfe060564
ARM: NEON assembly optimization for function BlitRGBtoRGBPixelAlpha
|
5 lat temu |
Ben Avison
|
a6bfdd103f
ARM: Create configure option --enable-arm-neon to govern assembly optimizations
|
5 lat temu |
Ben Avison
|
74846657ec
ARM: SIMD optimization for 4:4:4:4 to 8:8:8:8 normal blits
|
5 lat temu |
Ben Avison
|
becc649ae2
ARM: assembly optimization for SDL_FillRect
|
5 lat temu |
Ben Avison
|
7ac733f025
ARM: SIMD assembly optimization for BGR-to-RGB 32bpp normal blits
|
5 lat temu |
Ben Avison
|
8425d9d5d0
SDL_blit: use a named enum for required hardware bits in dispatch tables
|
5 lat temu |
Ben Avison
|
0eaa52cedf
ARM: SIMD assembly optimization for function BlitARGBto565PixelAlpha
|
5 lat temu |