]> git.mxchange.org Git - flightgear.git/blob - src/Canvas/ShivaVG/ChangeLog
Fix a Clang warning in Shiva.
[flightgear.git] / src / Canvas / ShivaVG / ChangeLog
1 04 Feb 2008 Ivan Leben <ivan.leben@gmail.com>
2
3   * shImage.c: shCopyPixels uses memcpy when formats are
4     equal.
5
6 04 Feb 2008 Ivan Leben <ivan.leben@gmail.com>
7
8   * openvg.h: changed typedef of VGHandle to void*. Code
9     compiles with no warnings on 64-bit systems now and
10     it's much safer anyway.
11
12 03 Feb 2008 Ivan Leben <ivan.leben@gmail.com>
13
14   * shContest.c: fixed a bug in SHContext destructor where
15     resource deletion loop was iterating image array while
16     freeing paint objects
17
18 03 Feb 2008 Ivan Leben <ivan.leben@gmail.com>
19
20   * a patch by Vincenzo Pupillo fixes array constructor behavior
21     when it runs out of memory plus makes its destructor a bit
22     more robust
23
24 03 Feb 2008 Ivan Leben <ivan.leben@gmail.com>
25
26   * autogen.sh: added --force to autoreconf call
27
28 03 Feb 2008 Ivan Leben <ivan.leben@gmail.com>
29
30   * Removed automake/autoconf generated files. Added autogen.sh
31     to generate them.
32
33 03 Feb 2008 Ivan Leben <ivan.leben@gmail.com>
34
35   * configure.in: changed order of checks for glut library and
36     glXGetProcAddress in -lGL so that latter doesn't fail when
37     glut is not installed.
38
39 30 Jan 2008 Ivan Leben <ivan.leben@gmail.com>
40
41   * shGeometry.c: shStrokePath() fixed to handle zero-length line
42     segments gracefully
43
44   * fixed the image color component ordering to be valid against the
45     spec
46
47   * shImage.c, shImage.h: completely overhauled to support multiple
48     image formats. Everything but _PRE and _BW_1 now supported.
49
50 24 Jan 2008 Ivan Leben <ivan.leben@gmail.com>
51
52   * Moved release-related info from ChangeLog to NEWS. ChangeLog will
53     now include info regarding each commit to repository
54
55   * Rearranged the path tesselletaion and user-to-surface transformation
56     steps in the pipeline to produce higher curve resolution when path is
57     scaled up
58
59   * Using new pipeline design, transformed bound-box query can now return
60     really tight bounds
61
62   * Inserted empty/nop definitions for all non-implemented function so
63     that linking against the library doesn't fail.
64
65 22 Jan 2008 Ivan Leben <ivan.leben@gmail.com>
66
67   * Fixed a bug where vgGetError would always return VG_NO_ERROR