projects
/
platform
/
upstream
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c86b076
)
docs: document gl_TextureMatrix[i][j] array indexing bug fix
author
Brian Paul
<brianp@vmware.com>
Thu, 9 Jul 2009 14:04:07 +0000
(08:04 -0600)
committer
Brian Paul
<brianp@vmware.com>
Thu, 9 Jul 2009 14:04:07 +0000
(08:04 -0600)
docs/relnotes-7.5.html
patch
|
blob
|
history
diff --git
a/docs/relnotes-7.5.html
b/docs/relnotes-7.5.html
index
541a0f8
..
5a67d3f
100644
(file)
--- a/
docs/relnotes-7.5.html
+++ b/
docs/relnotes-7.5.html
@@
-71,6
+71,7
@@
including GL_ATI_separate_stencil, GL_EXT_stencil_two_side and OpenGL 2.0
<li>Increased max number of generic GLSL varying variables to 16 (formerly 8).
<li>GLSL linker now detects when too many varying variables are used.
<li>Optimize-out redundant glMaterial and glShadeModel calls in display lists
+<li>Fixed gl_TextureMatrix[i][j] array indexing bug in GLSL compiler.
</ul>