diff options
author | Brian Paul <[email protected]> | 2009-02-17 16:39:45 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2009-02-17 16:39:45 -0700 |
commit | dd10a8b09de431148cf241bf179df15d2a328855 (patch) | |
tree | e6e3df4e6aff4112f144231c3cc9ef9291b707b5 /docs | |
parent | dd312366daf4fd5398e8eea56518c7ed61e8dfbd (diff) |
docs: 7.4 relnotes: report GLSL 1.20, fixed GLSL array index bug
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 73bdfecac72..36aa4e8dec4 100644 --- a/docs/relnotes-7.4.html +++ b/docs/relnotes-7.4.html @@ -33,6 +33,7 @@ tbd <h2>New features</h2> <ul> <li>Added MESA_GLX_FORCE_DIRECT env var for Xlib/software driver +<li>GLSL version 1.20 is returnd by the GL_SHADING_LANGUAGE_VERSION query </ul> @@ -45,6 +46,7 @@ tbd <li>Fixed VBO + glPush/PopClientAttrib() bug #19835 <li>Assorted i965 driver bug fixes <li>Fixed a Windows compilation failure in s_triangle.c +<li>Fixed a GLSL array indexing bug </ul> <h2>Changes</h2> |