From: Brian Paul Date: Tue, 5 Sep 2006 23:20:58 +0000 (+0000) Subject: document vertex.weight hack X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4a901667e5f397278bf14603d17588a0df882744;p=mesa.git document vertex.weight hack --- 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:
  • glxinfo program prints more info with -l option
  • GL_FRAGMENT_PROGRAM_NV and GL_FRAGMENT_PROGRAM_ARB are now compatible, in terms of glBindProgramARB() +
  • The GL_ARB_vertex_program attribute vertex.weight 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. Bug fixes: