Sylvain Becker

Results 26 issues of Sylvain Becker

Not sure the fix is correct. When using and a touch screen (at least on android, linux/x11), to generate synthetic mouse event, the synthetic positions doesn't match what I would...

following #7614, there are other overflows, and asan is seems to be a good tool to detect them. here's a fuzzing testcase; updated .. [Uploading main_bug_7614_clip_overflow_RANDOM.c.txt…]() ``` /src/video/SDL_rect_impl.h:90:10: runtime error:...

``` ===== Test Suite 6: 'Intrinsics' started ----- Test Case 6.1: 'intrinsics_selftest' started Test Description: 'Intrinsics testautomation selftest' Test Iteration 1: execKey 16542868084184731994 test/testautomation_intrinsics.c:180:20: runtime error: signed integer overflow: 1258291050...

``` >>> Test 'sdltest_randomBoundaryNumberSint64': Passed ----- Test Case 19.11: 'sdltest_randomIntegerInRange' started Test Description: 'Calls to ranged random number generator' Test Iteration 1: execKey 16218060794653352996 Assert 'Call to SDLTest_RandomIntegerInRange(min,max)': Passed Assert...

not investigated, but here's an asan warning on testautomation: ``` >>> Test 'surface_testSurfaceConversion': Passed ----- Test Case 21.6: 'surface_testCompleteSurfaceConversion' started Test Description: 'Tests surface conversion across all pixel formats' Test...

I seeing this error on x86_64 machine not sure how to reproduce yet... ``` src/video/SDL_blit_copy.c:66:16: runtime error: store to misaligned address 0x7f0ba9c5fc8c for type '__m64', which requires 8 byte alignment...

Add functions to detect and configure Subpixel rendering mode TTF_GetSubpixelMode() TTF_SetLcdFilter() TTF_SetLcdFilterWeights() TTF_SetLcdGeometry() see #296

not sure why but tesgles2 of sdl2compat fails with: ``` INFO: SDL_GL_RED_SIZE: requested 5, got 8 INFO: SDL_GL_GREEN_SIZE: requested 5, got 8 INFO: SDL_GL_BLUE_SIZE: requested 5, got 8 INFO: SDL_GL_DEPTH_SIZE:...

not sure why it builds with SDL_JOYSTICK_DISABLED so that ./testjoystick prints: ERROR: SDL compiled without Joystick support.