From c8e504eec574e2179ad6242d79cfdcafe5923084 Mon Sep 17 00:00:00 2001 From: Ian Romanick Date: Tue, 25 Jan 2011 15:51:49 -0800 Subject: [PATCH] doc: Update 7.10.1 release notes --- docs/relnotes-7.10.1.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/relnotes-7.10.1.html b/docs/relnotes-7.10.1.html index 57f98faa446..85f163fc47e 100644 --- a/docs/relnotes-7.10.1.html +++ b/docs/relnotes-7.10.1.html @@ -41,6 +41,9 @@ TBD
  • Fix an off-by-one bug in a vsplit assertion.
  • Fix incorrect handling of layout qualifier with in, out, attribute, and varying.
  • + +
  • Fix an error in uniform arrays in row calculating.
  • +
  • Bug 29164 - [GLSL 1.20] invariant variable shouldn't be used before declaration
  • Bug 31923 - [GLSL 1.20] allowing inconsistent centroid declaration between two vertex shaders