1SDL2_gfx ChangeLog
2
3Sun, Feb 11, 2018  16:55:00 PM
4- version rev to 1.0.4
5- fix int overflow in ellipseRGBA for large radii (thanks for reporting David)
6- fix aaline wrong direction hline bug (thanks Andre)
7- fix off-by-1 error in rotateSurface90Degrees (thanks Austin)
8
9Mon, Feb 20, 2017  9:04:29 PM
10- version rev to 1.0.3
11- updates to VS solution
12- update README for VS2015
13- fix to rotozoomSurfaceSizeTrig (thanks hydren)
14- fix for special case of roundedBoxRGBA (thanks LukeMS)
15
16Thu, Dec 10, 2015  8:11:26 AM
17- added XCode.zip (thanks Matthias for contributing)
18
19Sun, Jul 13, 2014  9:21:00 AM
20- added TestFramerate
21
22Fri, Jul 11, 2014  7:33:12 PM
23- rewrote thick line algorithm using polygon drawing (much less
24  code and faster than original Murphy-Bresenham algorithm)
25- update TestThickLine accuracy test in TestGfx
26- update file headers
27
28Fri, Jul 04, 2014  4:00:21 PM
29- rewrote ellipse algorithm used by non-AA line/filled circle/ellipse functions:
30  integer midpoint algorithm with 4x overscan for visual accuracy
31- fix bugs in TestGfx
32- add screenshot image
33
34Sun, Jun 15, 2014  3:12:31 PM
35- fixed roundedBox by rewriting algorithm and base it on filledCircle
36- fixed textured polygon algorithm
37- updated testgfx extensively (visual accuracy tests, updated tests for textured polygon)
38- updated README
39
40Mon, Jun 09, 2014  8:48:50 AM
41- removed VS2010 solution files; updated VS2012 solution files for SDL2 updates
42
43Mon, Jun 02, 2014  7:36:24 AM
44- add patch for pkg-config support (thanks Sylvain)
45- update tests to use SDLTest library
46- fix commandline parsing in testgfx
47
48Mon, May 12, 2014  7:29:24 AM
49- fixed BoxRGBA size-off-by-1 error (thanks Stefan for reporting)
50
51Sun, Feb 02, 2014 12:00:00 PM
52- fixed and optimized rotateSurface90Degrees
53- updated testrotozoom to allow specification of test range
54
55Sun, Nov 03, 2013 10:11:16 AM
56- updated testgfx program for benchmarking primitive rendering performance
57- updated test programs based on VS warnings
58- fixed VS2012 solution for Release build
59
60Mon, Oct 28, 2013  8:00:05 AM
61- bugfix to _aaline special cases
62- added image filter functions
63- added to documentation
64- updated readme and changelog
65- updated solutions for VS2010 and VS2012
66
67Tue, Sep 04, 2012  8:27:44 AM
68- initial release of development version (partially finished)
69