summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-11-12SDL_evdev: make sure we don't overrun our slots arrayfixesWim Taymans1-1/+2
2019-11-12SDL_waylandwindow.c: check return value of SDL_GL_LoadLibrary()Wim Taymans1-1/+2
2019-11-12SDL_sysjoystick.c: make sure we don't overread abs_mapWim Taymans1-1/+1
2019-11-11haiku: mouse_relative fixPeter Kosyh1-3/+1
2019-11-11haiku: mouse->ShowMouse method addedPeter Kosyh2-1/+31
2019-11-11haiku: Add support for relative mouse mode.Gerasim Troeglazov2-23/+12
2019-11-11haiku: Add simple relative mode for mouse.Gerasim Troeglazov1-0/+15
2019-11-11haiku: Fix crash when opening window.Adrien Destugues1-5/+10
2019-11-11haiku: use addr_t instead of size_t for OpenGL dynamic loading.Jerome Duval1-2/+2
2019-11-11haiku: Invert mouse wheel values to match what SDL expects.Peter Kosyh1-1/+1
2019-11-11haiku: Implement message box for HaikuEXL7-5/+500
2019-11-04ran gendynapi.pl after SDL_HasARMSIMD() additionOzkan Sezer2-0/+2
2019-11-01Fixed a comment typo (thanks, Dominus!).Ryan C. Gordon1-1/+1
2019-10-31Android: some readability: redundant casts, deads stores, redundant control flowSylvain Becker3-11/+6
2019-10-31SDL_qsort.c: sync comments with version 1.15 from mainstreamOzkan Sezer1-6/+11
2019-10-30Wayland: touch events, use of memory after it is freedSylvain Becker1-3/+7
2019-10-30Use correct enum: typo in org_kde_kwin_server_decoration_modeSylvain Becker1-2/+2
2019-10-30Remove redundant 'SDL_GetErrBuf' declarationSylvain Becker2-10/+6
2019-10-30SDL_render_gles2: remove ineffective widening castSylvain Becker1-1/+1
2019-10-30revert this const parameter for X11 functionSylvain Becker1-1/+1
2019-10-30Readability: remove redundant castSylvain Becker1-1/+1
2019-10-30Fix const warning in RLE getpix functionsSylvain Becker1-4/+4
2019-10-30SDL_syspower.c: remove redundant expressionSylvain Becker1-1/+1
2019-10-30Readability: change some pointer parameter to be pointer to constSylvain Becker6-9/+9
2019-10-30Readability: remove const-qualifation from function declarationSylvain Becker3-5/+5
2019-10-30Readability: remove redundant return, continue, enum declarationSylvain Becker6-8/+3
2019-10-30Readability: remove redundant cast to the same typeSylvain Becker14-23/+23
2019-10-30BlitAuto: remove redundant cast to the same typeSylvain Becker2-129/+129
2019-10-30Remove nested redundant #ifndefSylvain Becker2-6/+0
2019-10-30SDL_syspower: remove dead store warningSylvain Becker1-1/+1
2019-10-29Use fill_function for FillRect SIMD/NEON (bug 4365)Sylvain Becker1-57/+88
2019-10-27iOS: remove some unused code, minor code style cleanup.Alex Szpakowski1-11/+10
2019-10-27iOS: replace a deprecated function call with a non-deprecated equivalent.Alex Szpakowski1-1/+1
2019-10-27Android: remove warning in blit_featuresSylvain Becker1-0/+1
2019-10-27Android: fix compilation error of SDL_cpuinfo.c on android-r13b (bug 4365)Sylvain Becker1-0/+7
2019-10-26x11: check if the X server honored our XMoveWindow() call (thanks, R.E. Rust!).Ryan C. Gordon1-0/+15
2019-10-26macOS: more robust detection and switching of exclusive-fullscreen display mo...Alex Szpakowski2-96/+198
2019-10-26macOS Fix potential memory leaks in the Metal renderer caught by clang's stat...Alex Szpakowski1-9/+21
2019-10-26d3d11: Don't fail if there's no vertex data to upload (thanks, Martin!).Ryan C. Gordon1-0/+4
2019-10-25cpuinfo: Remove incorrect #warning when building for non-ARM architectures.Ryan C. Gordon1-4/+4
2019-10-24cmake: added support for enabling the ARM SIMD/NEON code.Ryan C. Gordon2-0/+77
2019-10-24configure: Regenerate configure script with the ARM SIMD/NEON changes.Ryan C. Gordon1-0/+123
2019-10-24configure: warn about MIT-licensed code if using ARM SIMD/NEON optimizations.Ryan C. Gordon1-0/+19
2019-10-24ARM: NEON assembly optimization for SDL_FillRectBen Avison2-0/+149
2019-10-24ARM: NEON assembly optimization for function BlitARGBto565PixelAlphaBen Avison2-4/+114
2019-10-24ARM: NEON assembly optimization for function BlitRGBtoRGBPixelAlphaBen Avison3-0/+1364
2019-10-24ARM: Create configure option --enable-arm-neon to govern assembly optimizationsBen Avison2-0/+40
2019-10-24ARM: SIMD optimization for 4:4:4:4 to 8:8:8:8 normal blitsBen Avison2-0/+76
2019-10-24ARM: assembly optimization for SDL_FillRectBen Avison2-0/+91
2019-10-24ARM: SIMD assembly optimization for BGR-to-RGB 32bpp normal blitsBen Avison2-2/+66