summaryrefslogtreecommitdiff
path: root/docs/versions.html
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2006-09-05 23:20:58 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2006-09-05 23:20:58 +0000
commit4a901667e5f397278bf14603d17588a0df882744 (patch)
treef3b1fa9f489422b6b10c3fd671e108afa5b40a4f /docs/versions.html
parent3a55750d4884dfaecde71d1584e69f46f14fce86 (diff)
document vertex.weight hack
Diffstat (limited to 'docs/versions.html')
-rw-r--r--docs/versions.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/versions.html b/docs/versions.html
index 69527081e87..cb6cd114c12 100644
--- a/docs/versions.html
+++ b/docs/versions.html
@@ -1774,6 +1774,10 @@ Changes:
<li>glxinfo program prints more info with -l option
<li>GL_FRAGMENT_PROGRAM_NV and GL_FRAGMENT_PROGRAM_ARB are now
compatible, in terms of glBindProgramARB()
+<li>The GL_ARB_vertex_program attribute <code>vertex.weight</code> is now
+ accepted by the parser, even though the GL_ARB_vertex_blend and
+ GL_EXT_vertex_weighting extensions aren't supported.
+ Allows Warcraft to run.
</ul>
Bug fixes:
<ul>