diff options
author | Brian Paul <[email protected]> | 2009-02-16 20:35:12 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2009-02-16 20:35:12 -0700 |
commit | 0e6d9c1a55510cb4096728fb5fcfac77be09129e (patch) | |
tree | 0b58762d13d3efa75a2a5a51ac67c9c1ae4d2466 /docs | |
parent | 5f74a6613215622e46d6ac45227f0f174d5e1daa (diff) |
docs: recent 7.4 bug fixes
Diffstat (limited to 'docs')
-rw-r--r-- | docs/relnotes-7.4.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/relnotes-7.4.html b/docs/relnotes-7.4.html index 0099b8bb8cc..73bdfecac72 100644 --- a/docs/relnotes-7.4.html +++ b/docs/relnotes-7.4.html @@ -38,6 +38,8 @@ tbd <h2>Bug fixes</h2> <ul> +<li>glGetActiveUniform() returned wrong size for some array types +<li>Fixed some error checking in glUniform() <li>Fixed a potential glTexImage('proxy target') segfault <li>Fixed bad reference counting for 1D/2D texture arrays <li>Fixed VBO + glPush/PopClientAttrib() bug #19835 |