Skip to content

Commit d9c0565

Browse files
XiaokaiZhanXiaokaiZhan
XiaokaiZhan
authored and
XiaokaiZhan
committed
Create Repo
1 parent 3bf65d0 commit d9c0565

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

75 files changed

+57559
-44
lines changed

OpenGLRenderer.xcodeproj/project.pbxproj

100644100755
+251-14
Large diffs are not rendered by default.

OpenGLRenderer.xcodeproj/project.xcworkspace/contents.xcworkspacedata

100644100755
File mode changed.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<Bucket
3+
type = "1"
4+
version = "2.0">
5+
</Bucket>

OpenGLRenderer.xcodeproj/xcuserdata/apple.xcuserdatad/xcschemes/OpenGLRenderer.xcscheme

100644100755
File mode changed.

OpenGLRenderer.xcodeproj/xcuserdata/apple.xcuserdatad/xcschemes/xcschememanagement.plist

100644100755
File mode changed.

OpenGLRenderer/1.png

6.25 KB
Loading
+59
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
Libpng 1.6.13 - August 21, 2014
2+
3+
This is a public release of libpng, intended for use in production codes.
4+
5+
Files available for download:
6+
7+
Source files with LF line endings (for Unix/Linux) and with a
8+
"configure" script
9+
10+
libpng-1.6.13.tar.xz (LZMA-compressed, recommended)
11+
libpng-1.6.13.tar.gz
12+
13+
Source files with CRLF line endings (for Windows), without the
14+
"configure" script
15+
16+
lpng1613.7z (LZMA-compressed, recommended)
17+
lpng1613.zip
18+
19+
Other information:
20+
21+
libpng-1.6.13-README.txt
22+
libpng-1.6.13-LICENSE.txt
23+
libpng-1.6.13-*.asc (armored detached GPG signatures)
24+
25+
Changes since the last public release (1.6.12):
26+
27+
Quieted -Wsign-compare and -Wclobber compiler warnings in
28+
contrib/pngminus/*.c
29+
Added "(void) png_ptr;" where needed in contrib/gregbook to quiet
30+
compiler complaints about unused pointers.
31+
Split a long output string in contrib/gregbook/rpng2-x.c.
32+
Added "PNG_SET_OPTION" requirement for sRGB chunk support to pnglibconf.dfa,
33+
Needed for write-only support (John Bowler).
34+
Changed "if defined(__ARM_NEON__)" to
35+
"if (defined(__ARM_NEON__) || defined(__ARM_NEON))" (James Wu).
36+
Fixed clang no-warning builds: png_digit was defined but never used.
37+
Fixed an incorrect separator ("/" should be "\") in scripts/makefile.vcwin32
38+
(bug report from Wolfgang S. Kechel). Bug was introduced in libpng-1.6.11.
39+
Also fixed makefile.bc32, makefile.bor, makefile.msc, makefile.intel, and
40+
makefile.tc3 similarly.
41+
Removed scripts/makefile.elf. It has not worked since libpng-1.5.0beta14
42+
due to elimination of the PNG_FUNCTION_EXPORT and PNG_DATA_EXPORT
43+
definitions from pngconf.h.
44+
Ensure that CMakeLists.txt makes the target "lib" directory before making
45+
symbolic link into it (SourceForge bug report #226 by Rolf Timmermans).
46+
Added opinion that the ECCN (Export Control Classification Number) for
47+
libpng is EAR99 to the README file.
48+
Eliminated use of "$<" in makefile explicit rules, when copying
49+
$PNGLIBCONF_H_PREBUILT. This does not work on some versions of make;
50+
bug introduced in libpng version 1.6.11.
51+
Made "ccopts" agree with "CFLAGS" in scripts/makefile.hp* and makefile.*sunu
52+
53+
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
54+
(subscription required; visit
55+
https://lists.sourceforge.net/lists/listinfo/png-mng-implement
56+
to subscribe)
57+
or to glennrp at users.sourceforge.net
58+
59+
Glenn R-P

OpenGLRenderer/3rdparty/libpng/CHANGES

+4,987
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)