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:
4adc9b4
)
docs: document glMaterial/glShadeModel display list optimization
author
Brian Paul
<brianp@vmware.com>
Wed, 8 Jul 2009 20:14:03 +0000
(14:14 -0600)
committer
Brian Paul
<brianp@vmware.com>
Wed, 8 Jul 2009 20:14:03 +0000
(14:14 -0600)
docs/relnotes-7.5.html
patch
|
blob
|
history
diff --git
a/docs/relnotes-7.5.html
b/docs/relnotes-7.5.html
index
0456921
..
541a0f8
100644
(file)
--- a/
docs/relnotes-7.5.html
+++ b/
docs/relnotes-7.5.html
@@
-70,6
+70,7
@@
including GL_ATI_separate_stencil, GL_EXT_stencil_two_side and OpenGL 2.0
<li>Initial support for separate compilation units in GLSL compiler.
<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
</ul>