From 12e7278c08739d158c9a097aa8f4534c9f43ad85 Mon Sep 17 00:00:00 2001 From: Brian Date: Tue, 3 Jul 2007 12:21:11 -0600 Subject: [PATCH] document GLSL fixes --- docs/relnotes-7.0.1.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/relnotes-7.0.1.html b/docs/relnotes-7.0.1.html index 1357b051b1c..6557b565309 100644 --- a/docs/relnotes-7.0.1.html +++ b/docs/relnotes-7.0.1.html @@ -36,6 +36,8 @@ Mesa 7.0.1 is a stable release with bug fixes since version 7.0.
  • glVertexAttrib4usv
  • Fixed glDrawPixels(GL_STENCIL_INDEX) pixel transfer bug 11457 +
  • GLSL bug fix: added vec2(vec4) constructor +
  • GLSL bug fix: .strq and .rgba writemasks didn't always work