From b9fad9035093cb2ce63d7dd6f016db5e787c71a8 Mon Sep 17 00:00:00 2001
From: Andreas Boll
Date: Sat, 16 Jun 2012 10:51:14 +0200
Subject: docs/relnotes: fix validation errors
Signed-off-by: Brian Paul
---
docs/relnotes-7.10.3.html | 80 +++++++++++++++++++++++------------------------
1 file changed, 40 insertions(+), 40 deletions(-)
(limited to 'docs/relnotes-7.10.3.html')
diff --git a/docs/relnotes-7.10.3.html b/docs/relnotes-7.10.3.html
index e73c4a5c250..625637d70ac 100644
--- a/docs/relnotes-7.10.3.html
+++ b/docs/relnotes-7.10.3.html
@@ -91,23 +91,23 @@ d77b02034c11d6c2a55c07f82367d780 MesaLib-7.10.3.tar.gz
git log mesa-7.10.2..mesa-7.10.3
-Alan Hourihane (1):
+
Alan Hourihane (1):
- Check for out of memory when creating fence
-
+
-Alex Buell (1):
+
Alex Buell (1):
- configure: bump LIBDRM_REQUIRED to 2.4.24
-
+
-Alex Deucher (2):
+
Alex Deucher (2):
- r600c: add new pci ids
- r600g: add new pci ids
-
+
-Brian Paul (19):
+
Brian Paul (19):
- docs: add link to 7.10.2 release notes
- scons: remove dangling reference to state_trackers/python/SConscript
@@ -128,20 +128,20 @@ d77b02034c11d6c2a55c07f82367d780 MesaLib-7.10.3.tar.gz
- mesa: add include/c99/inttypes.h include/c99/stdbool.h include/c99/stdint.h files to tarballs
- docs: 7.10.3 release notes skeleton file, links
- mesa: bump version to 7.10.3
-
+
-Carl Worth (2):
+
Carl Worth (2):
- glcpp: Simplify calling convention of parser's active_list functions
- glcpp: Fix attempts to expand recursive macros infinitely (bug #32835).
-
+
-Dave Airlie (1):
+
Dave Airlie (1):
- st/mesa: fix compressed mipmap generation.
-
+
-Eric Anholt (19):
+
Eric Anholt (19):
- i965: Fix the VS thread limits for GT1, and clarify the WM limits on both.
- glsl: Avoid cascading errors when looking for a scalar boolean and failing.
@@ -162,21 +162,21 @@ d77b02034c11d6c2a55c07f82367d780 MesaLib-7.10.3.tar.gz
- Revert "intel: Add spans code for the ARB_texture_rg support."
- mesa: Add support for the ARB_fragment_program part of ARB_draw_buffers.
- mesa: Add support for OPTION ATI_draw_buffers to ARB_fp.
-
+
-Hans de Goede (1):
+
Hans de Goede (1):
- texstore: fix regression stricter check for memcpy path for unorm88 and unorm1616
-
+
-Henri Verbeet (3):
+
Henri Verbeet (3):
- mesa: Also update the color draw buffer if it's explicitly set to GL_NONE.
- glx: Destroy dri2Hash on DRI2 display destruction.
- glx: Only remove the glx_display from the list after it's destroyed.
-
+
-Ian Romanick (9):
+
Ian Romanick (9):
- docs: Add 7.10.2 md5sums
- glsl: Fix off-by-one error setting max_array_access for non-constant indexing
@@ -187,9 +187,9 @@ d77b02034c11d6c2a55c07f82367d780 MesaLib-7.10.3.tar.gz
- mesa: Don't try to clear a NULL renderbuffer
- mesa: Ignore blits to/from missing buffers
- docs: Add list of bugs fixed in 7.10.3 release
-
+
-Jeremy Huddleston (18):
+
Jeremy Huddleston (18):
- apple: Update GL specs
- apple: Rename glcontextmodes.[ch] to glxconfig.[ch]
@@ -209,9 +209,9 @@ d77b02034c11d6c2a55c07f82367d780 MesaLib-7.10.3.tar.gz
- darwin: Don't link against libGL when building libOSMesa
- darwin: Fix VG_LIB_GLOB to also match the unversioned symlink
- osmesa: Fix missing symbols when GLX_INDIRECT_RENDERING is defined.
-
+
-José Fonseca (13):
+
José Fonseca (13):
- llvmpipe: Update readme.
- mesa: GL_PROVOKING_VERTEX_EXT is a GLenum, not GLboolean.
@@ -226,9 +226,9 @@ d77b02034c11d6c2a55c07f82367d780 MesaLib-7.10.3.tar.gz
- st/wgl: Allow to create pbuffers bigger than the desktop.
- st/wgl: Remove buggy assertion.
- wgl: Don't hold on to user supplied HDC.
-
+
-Kenneth Graunke (10):
+
Kenneth Graunke (10):
- i965/fs: Switch W and 1/W in Sandybridge interpolation setup.
- i965: Refactor Sandybridge implied move handling.
@@ -240,14 +240,14 @@ d77b02034c11d6c2a55c07f82367d780 MesaLib-7.10.3.tar.gz
- glsl: Regenerate autogenerated file builtin_function.cpp.
- i965: Rename various gen6 #defines to match the documentation.
- i965: Never enable the GS on Gen6.
-
+
-Kostas Georgiou (1):
+
Kostas Georgiou (1):
- r600c/g: Add pci id for FirePro 2270
-
+
-Marek Olšák (18):
+
Marek Olšák (18):
- tgsi/ureg: bump the limit of immediates
- st/mesa: fix changing internal format via RenderbufferStorage
@@ -267,34 +267,34 @@ d77b02034c11d6c2a55c07f82367d780 MesaLib-7.10.3.tar.gz
- mesa: fix up assertion in _mesa_source_buffer_exists
- mesa: invalidate framebuffer if internal format of renderbuffer is changed
- mesa: return after invalidating renderbuffer
-
+
-Matt Turner (1):
+
Matt Turner (1):
- r300/compiler: align memory allocations to 8-bytes
-
+
-Tom Stellard (3):
+
Tom Stellard (3):
- r300/compiler: Fix incorrect presubtract conversion
- r300/compiler: Fix dataflow analysis bug with ELSE blocks
- r300/compiler: Limit instructions to 3 source selects
-
+
-Vinson Lee (1):
+
Vinson Lee (1):
- gallivm: Disable MMX-disabling code on llvm-2.9.
-
+
-Zou Nan hai (1):
+
Zou Nan hai (1):
- i965: Align interleaved URB write length to 2
-
+
-pepp (1):
+
pepp (1):
- st/mesa: assign renderbuffer's format field when allocating storage
-
+