diff options
| author | Brian Paul <brianp@vmware.com> | 2009-06-26 17:07:07 -0600 |
|---|---|---|
| committer | Brian Paul <brianp@vmware.com> | 2009-06-26 17:07:07 -0600 |
| commit | a18e209edb5348eb167e9d7184597031bbbbe622 (patch) | |
| tree | 60fcd288119f335cccdc2f15981c9b315d332e64 /docs/relnotes-7.5.html | |
| parent | 4fdc6ad41b843109febbe9596dde87f676a8b0e9 (diff) | |
| parent | 418987ff05f892d3c33ed4ddbe856c496b05ea14 (diff) | |
Merge branch 'mesa_7_5_branch'
Conflicts:
Makefile
src/gallium/drivers/softpipe/sp_screen.c
src/mesa/main/version.h
Diffstat (limited to 'docs/relnotes-7.5.html')
| -rw-r--r-- | docs/relnotes-7.5.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/relnotes-7.5.html b/docs/relnotes-7.5.html index 663626cb05..045692113d 100644 --- a/docs/relnotes-7.5.html +++ b/docs/relnotes-7.5.html @@ -68,6 +68,8 @@ including GL_ATI_separate_stencil, GL_EXT_stencil_two_side and OpenGL 2.0 <li>GL_EXT_texture_swizzle extension (software drivers, i965 driver) <li>Updated SPARC assembly optimizations (David S. Miller) <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. </ul> @@ -75,6 +77,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> |
