ready to release

git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@249 783a27ee-832a-0410-bc00-9f386506c6dd
This commit is contained in:
ikits 2004-03-19 20:22:23 +00:00
parent 99fa0d2b4e
commit 9caff42918
3 changed files with 10 additions and 3 deletions

View File

@ -122,7 +122,7 @@ $(S.DEST)/glew.c: $(EXT)/.dummy
cat $(SRC)/glew_post.c >> $@
$(BIN)/fix_OML_sync_control.sh $@
perl -e "s/GLEW_VERSION_STRING/$(GLEW_MAJOR)\.$(GLEW_MINOR)\.$(GLEW_MICRO)/g" -pi $@
perl -e "s/_glewInit_GL_ARB_vertex_shader\(GLEW_CONTEXT_ARG_VAR_INIT\);/_glewInit_GL_ARB_vertex_shader(GLEW_CONTEXT_ARG_VAR_INIT); _glewInit_GL_ARB_vertex_program(GLEW_CONTEXT_ARG_VAR_INIT);/g" -pi $@
perl -e "s/_glewInit_GL_ARB_vertex_shader\(GLEW_CONTEXT_ARG_VAR_INIT\);/{ _glewInit_GL_ARB_vertex_shader(GLEW_CONTEXT_ARG_VAR_INIT); _glewInit_GL_ARB_vertex_program(GLEW_CONTEXT_ARG_VAR_INIT); }/g" -pi $@
rm -f $@.bak
$(S.DEST)/glewinfo.c: $(EXT)/.dummy

View File

@ -4,7 +4,7 @@
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>
<td align="right">
<i>Last update: 02-19-04</i></td>
<i>Last update: 03-18-04</i></td>
</tr>
</table>
</td>

View File

@ -552,6 +552,13 @@ generation scripts are released under the <a href="gpl.txt">GPL</a>.
<p>
<ul class="none">
<li><b>1.2.1</b> [03-18-04]
<ul>
<li> Bug fix in OpenGL version query (early release of 1.2.0 contained this bug)
<li> Bug fix in GL_ARB_shader_objects and temporary bug fix in GL_ARB_vertex_shader
<li> Added flags on GDI support and multisampling to <tt>wglinfo</tt>
</ul>
<p>
<li><b>1.2.0</b> [02-19-04]
<ul>
<li> Added full OpenGL 1.5 support
@ -663,7 +670,7 @@ GL_ARB_vertex_shader
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>
<td align="right">
<i>Last update: 02-19-04</i></td>
<i>Last update: 03-18-04</i></td>
</tr>
</table>
</td>