----------------------------------------------------------------- SDL Benchmark - Roberto Prieto Copyright (C) 2013-2021 MegaStorm Systems contact@megastormsystems.com - http://www.megastormsystems.com ------------------------------------------------------------------ SDL Benchmark SDL Benchmark tests the video performance of SDL, SDL2, HGE and SFML libraries. Supports two working modes: Real mode and FillRate mode. All the parameters can be configured using arguments. Output to HTML with system details, output table and GNUplot graph. This application is distributed under the zlib license. v1.2 - Feb 2021 --------------- . SDL 1.2 DirectX HW renderer backend removed. . Uses SDL 2.0.15 with new batching feature. . Compiled using Visual Studio 2019. . Include VC_redist.x64.exe on the package as it is required. v1.11 - Mar 2016 ---------------- . Uses SDL 2.0.4 9901 with Direct3D11 renderer using a triple-buffer. . Compiled using Visual Studio 2015. . Running in window-mode. v1.1 - 5 October 2015 --------------------- . Add HGE 1.9.0 and SFML 2.3.1 benchmarks. . Two modes: "one texture for each sprite"(Real mode) and "single texture shared for all sprites"(FillRate mode). . Improves output HTML. . Uses gnuplot if available on the system path for generating a graph. . Customization using arguments. v1.0 - August 2015 ------------------ . First version. . Replaces the old glSDL-Benchmark and includes SDL and SDL2 tests. . Fully reworked code. . Uses VS2010. . zlib license.