From: Brian Paul Date: Fri, 26 Jun 2009 22:41:54 +0000 (-0600) Subject: docs: increase max varying vars to 16 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=dd585db687f700de465fe78f9937eb785805e756;p=mesa.git docs: increase max varying vars to 16 --- diff --git a/docs/relnotes-7.5.html b/docs/relnotes-7.5.html index 9aee030d099..d0dba305289 100644 --- a/docs/relnotes-7.5.html +++ b/docs/relnotes-7.5.html @@ -68,6 +68,7 @@ including GL_ATI_separate_stencil, GL_EXT_stencil_two_side and OpenGL 2.0
  • GL_EXT_texture_swizzle extension (software drivers, i965 driver)
  • Updated SPARC assembly optimizations (David S. Miller)
  • Initial support for separate compilation units in GLSL compiler. +
  • Increased max number of generic GLSL varying variables to 16 (formerly 8).