From: Brian Paul Date: Thu, 16 Apr 2009 16:28:15 +0000 (-0600) Subject: docs: separate compilation units in 7.5 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a902b6ba48c8ff8bebda95e32310781d9a0763ce;p=mesa.git docs: separate compilation units in 7.5 --- diff --git a/docs/relnotes-7.5.html b/docs/relnotes-7.5.html index 3c822da863b..c75720b6998 100644 --- a/docs/relnotes-7.5.html +++ b/docs/relnotes-7.5.html @@ -58,6 +58,7 @@ including GL_ATI_separate_stencil, GL_EXT_stencil_two_side and OpenGL 2.0
  • GL_NV_texture_env_combine4 extension (software drivers, i965/i915 drivers)
  • 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.