From: Brian Date: Thu, 10 May 2007 16:52:19 +0000 (-0600) Subject: document tex sampler bug fix, code changes X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=58239d2ae31b12c11055ca3cd0799803670b0b88;p=mesa.git document tex sampler bug fix, code changes --- diff --git a/docs/relnotes-7.0.html b/docs/relnotes-7.0.html index 75e3431d40d..51f0812538b 100644 --- a/docs/relnotes-7.0.html +++ b/docs/relnotes-7.0.html @@ -34,11 +34,14 @@ TBD
  • Fixed an R300 driver bug that caused Xorg composite manager to crash
  • Fixed R300 vertex program/matrix bug (10848)
  • GLSL dFdx() and dFdy() work for fragment program inputs now (texcoords) +
  • Specifying an invalid texture unit as a sampler could lead to a crash

    Internal code changes