diff options
author | Brian <[email protected]> | 2007-06-28 16:38:48 -0600 |
---|---|---|
committer | Brian <[email protected]> | 2007-06-28 16:38:48 -0600 |
commit | 23f8d77b3843de82627070ba9d9dc1d914008bb0 (patch) | |
tree | 979f4abfa4a0e7ceac84bbe20d4ea5763a1b1bbd /docs | |
parent | 87d22ee0fec215c26e022a48e08cf0ab270d34a7 (diff) |
Add a few missing GL 2.0 entrypoints, regenerate related files.
Specifically:
glVertexAttrib4bv
glVertexAttrib4iv
glVertexAttrib4ubv
glVertexAttrib4uiv
glVertexAttrib4usv
Diffstat (limited to 'docs')
-rw-r--r-- | docs/relnotes-7.0.1.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/relnotes-7.0.1.html b/docs/relnotes-7.0.1.html index bae83bd32a3..9422c6a8a2a 100644 --- a/docs/relnotes-7.0.1.html +++ b/docs/relnotes-7.0.1.html @@ -27,6 +27,14 @@ Mesa 7.0.1 is a stable release with bug fixes since version 7.0. <h2>Bug fixes</h2> <ul> <li>Fixed some MingW build issues +<li>Added a few missing OpenGL 2.0 API entrypoints: + <ul> + <li>glVertexAttrib4bv + <li>glVertexAttrib4iv + <li>glVertexAttrib4ubv + <li>glVertexAttrib4uiv + <li>glVertexAttrib4usv + </ul> </ul> |