SDL/src/test
Sam Lantinga 17520c2e6e Removed SDL_RendererFlags
The flags parameter has been removed from SDL_CreateRenderer() and SDL_RENDERER_PRESENTVSYNC has been replaced with SDL_PROP_RENDERER_CREATE_PRESENT_VSYNC_NUMBER during window creation and SDL_PROP_RENDERER_VSYNC_NUMBER after renderer creation.

SDL_SetRenderVSync() now takes additional values besides 0 and 1.

The maximum texture size has been removed from SDL_RendererInfo, replaced with SDL_PROP_RENDERER_MAX_TEXTURE_SIZE_NUMBER.
2024-05-13 15:06:11 -07:00
..
SDL_test_assert.c Updated copyright for 2024 2024-01-01 13:15:26 -08:00
SDL_test_common.c Removed SDL_RendererFlags 2024-05-13 15:06:11 -07:00
SDL_test_compare.c Add SDLTest_CompareMemory function to compare memory ranges 2024-04-15 03:05:05 -10:00
SDL_test_crc32.c Updated copyright for 2024 2024-01-01 13:15:26 -08:00
SDL_test_font.c Updated copyright for 2024 2024-01-01 13:15:26 -08:00
SDL_test_fuzzer.c Updated copyright for 2024 2024-01-01 13:15:26 -08:00
SDL_test_harness.c remove most of SDL_OutOfMemory() calls where SDL is the allocator. 2024-05-08 20:00:50 +03:00
SDL_test_log.c Updated copyright for 2024 2024-01-01 13:15:26 -08:00
SDL_test_md5.c Updated copyright for 2024 2024-01-01 13:15:26 -08:00
SDL_test_memory.c Fixed misuse of entry->size in SDL_TrackAllocation 2024-04-15 11:47:18 -10:00
SDL_test_random.c Fixed warning C4245: 'return': conversion from 'int' to 'unsigned int', signed/unsigned mismatch 2024-02-03 11:49:15 -08:00