summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBrian Paul <brianp@users.sourceforge.net>2005-10-29 14:44:50 +0000
committerBrian Paul <brianp@users.sourceforge.net>2005-10-29 14:44:50 +0000
commitc97c38739cc57a03675d04feadafe695bb7782da (patch)
treedea8e6fb6e937802f4d45e61ba6f541fd8824ee7 /doc
parente1735647b10a542ff31aa71efe372afb7314a840 (diff)
list changes since the 1.1 release, in anticipation of a 1.2 release someday
Diffstat (limited to 'doc')
-rw-r--r--doc/html/changes.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/html/changes.html b/doc/html/changes.html
index fc44101..30985ce 100644
--- a/doc/html/changes.html
+++ b/doc/html/changes.html
@@ -13,6 +13,24 @@
<H1>What has changed recently?</H1>
+<H2>Changes from Version 1.1 to Version 1.2</H2>
+
+<B>1.2 XXX Not yet released!!!</B>
+
+<P>
+Added <i>--overwrite</i> command line option.
+</P>
+<P>
+Added the following new tests:
+</P>
+<UL>
+<LI>fragProg1 - test basic ARB fragment program operation</LI>
+<LI>vertProg1 - test basic ARB vertex program operation</LI>
+<LI>depthStencil - test the GL_EXT_packed_depth_stencil extension</LI>
+<LI>pointAtten - test point size attenuation with GL_ARB_point_parameters</LI>
+<LI>vertAttrib - test aliasing/non-aliasing properties of per-vertex calls</LI>
+</UL>
+
<H2>Changes from Version 1.0 to Version 1.1</H2>
<P>