forked from wchristian/OpenGL.pm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGES
110 lines (60 loc) · 2 KB
/
CHANGES
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
Change List for 0.58+ - Chris Marshall
____________________________________________________________
Changes for PDL + POGL refactoring are now in GIT_CHANGES
which is generated from the git log --stat output of the
version control. Eventually, GIT_CHANGES will move to
CHANGES and replace the hand generated functionality...
Read only access to the POGL repository is available via
git clone git://pdl.git.sourceforge.net/gitroot/pdl/pogl
For testing purposes and early availability, developers
snapshots will be release periodically to CPAN. Use the
git repository if you want the bleeding edge code or wish
to participate with development or patches.
Change List for 0.57 - Bob "grafman" Free <[email protected]>
____________________________________________________________
Updated CHANGES
Updated MANIFEST
Updated INSTALL
Updated gl_util.c
Updated gl_util.h
Updated Makefile.PL
Added oga.pl - OGA sample/test app
Updated OpenGL.pm
Updated OpenGL.pod
Updated OpenGL.xs
Updated README, README.Win32, README.FreeBSD, RADME.cygwin
Updated test.pl to fix fullscreen handling
Added test.jpg - test image
Replaced include/GL/glut.h
Added include/GL/freeglut.h
Added include/GL/freeglut_ext.h
Added include/GL/freeglut_std.h
Added FreeGLUT/freeglut.dll
Added FreeGLUT/freeglut.lib
Added FreeGLUT/README.txt
Updated glut_const.h
Upated utils/cleanup.pl
Updated glext_procs.h
Updated examples/texhack
Updated vertex.glsl
Added utils/mingw.bat
Added README.macosx
Updated README.Win32
Updated TODO
Added KNOWN_PROBLEMS
Chris Marshall
____________________________________________________________
Added README.cygwin
Updated Makefile.PL
Added utils/makefile.cywin
Updated utils/glversion.c
Updated gl_util.h, gl_const.h, glut_util.h, glu_const.h, glext_procs.h
Sisyphus
____________________________________________________________
Added utils/makefile.mingw
Updated Makefile.PL
Alex Dodge
____________________________________________________________
Updated OpenGL.pod
Updated OpenGL.pm
Update OpenGL.xs