From 58239d2ae31b12c11055ca3cd0799803670b0b88 Mon Sep 17 00:00:00 2001 From: Brian Date: Thu, 10 May 2007 10:52:19 -0600 Subject: document tex sampler bug fix, code changes --- docs/relnotes-7.0.html | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs/relnotes-7.0.html') diff --git a/docs/relnotes-7.0.html b/docs/relnotes-7.0.html index 75e3431d40..51f0812538 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

    -- cgit v1.2.3 From 3dec7c57b0159a4d8fbb980de73264ef8b8a3720 Mon Sep 17 00:00:00 2001 From: Brian Date: Thu, 10 May 2007 16:14:10 -0600 Subject: document exp(), mod() fixes --- docs/relnotes-7.0.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/relnotes-7.0.html') diff --git a/docs/relnotes-7.0.html b/docs/relnotes-7.0.html index 51f0812538..f329134bab 100644 --- a/docs/relnotes-7.0.html +++ b/docs/relnotes-7.0.html @@ -30,6 +30,8 @@ TBD
    • Fixed a few fog-related bugs.
    • Fixed broken GLSL mix() function. +
    • Fixed broken GLSL exp() functions. +
    • Fixed GLSL mod4(vec4, vec4) bug.
    • Implemented GLSL asin(), acos(), atan() functions.
    • Fixed an R300 driver bug that caused Xorg composite manager to crash
    • Fixed R300 vertex program/matrix bug (10848) -- cgit v1.2.3