diff options
author | Brian Paul <brianp@vmware.com> | 2009-06-26 13:15:17 -0600 |
---|---|---|
committer | Brian Paul <brianp@vmware.com> | 2009-06-26 13:16:34 -0600 |
commit | 62ad606065312cecb1e2dcad0ad2cadf402f0b5c (patch) | |
tree | 021ebef0ef2e8d0face26a674a87bbe2e97e71ec /docs | |
parent | 928e1ce47ffa54dd73b141eb2e4c272378cdda7f (diff) |
docs: document for/continue bug fix
Diffstat (limited to 'docs')
-rw-r--r-- | docs/relnotes-7.5.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/relnotes-7.5.html b/docs/relnotes-7.5.html index 663626cb05..9aee030d09 100644 --- a/docs/relnotes-7.5.html +++ b/docs/relnotes-7.5.html @@ -75,6 +75,7 @@ including GL_ATI_separate_stencil, GL_EXT_stencil_two_side and OpenGL 2.0 <ul> <li>Lots of i965 driver bug fixes <li>Fixed some GLSL preprocessor bugs +<li>GLSL: continue inside of a for-loop didn't work </ul> |