From: Andreas Boll
Date: Tue, 10 Jul 2012 17:09:28 +0000 (+0200)
Subject: docs/relnotes-8.0.4: fix html markup
X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=40742fa6864000d431b81c3769a3136b7ff4a0d1;p=mesa.git
docs/relnotes-8.0.4: fix html markup
---
diff --git a/docs/relnotes-8.0.4.html b/docs/relnotes-8.0.4.html
index dd89b95e30a..529140af284 100644
--- a/docs/relnotes-8.0.4.html
+++ b/docs/relnotes-8.0.4.html
@@ -1,16 +1,13 @@
-
-
+
+
-Mesa Release Notes
-
-
+
+ Mesa Release Notes
+
+
-
-
-
-
-Mesa 8.0.4 Release Notes / July 10, 2012
+Mesa 8.0.4 Release Notes / July 10, 2012
Mesa 8.0.4 is a bug fix release which fixes bugs found since the 8.0.2 release.
@@ -70,18 +67,18 @@ d546f988adfdf986cff45b1efa2d8a46 MesaLib-8.0.4.tar.bz2
git log mesa-8.0.3..mesa-8.0.4
-
Andreas Betz (1):
+
Andreas Betz (1):
vega: fix 565 color unpacking bug
-
+
-Antoine Labour (2):
+
Antoine Labour (2):
meta: Cleanup the resources we allocate.
mesa: Free uniforms correclty.
-
+
-Brian Paul (22):
+
Brian Paul (22):
docs: add link to 8.0.3 release notes
mesa: fix Z32_FLOAT -> uint conversion functions
@@ -105,39 +102,39 @@ d546f988adfdf986cff45b1efa2d8a46 MesaLib-8.0.4.tar.bz2
st/mesa: fix mipmap image size computation w.r.t. texture arrays
draw: fix missing immediates bug in polygon stipple code
st/mesa: fix max_offset computation for base vertex
-
+
-Christoph Bumiller (1):
+
Christoph Bumiller (1):
nv50: handle NEG,ABS modifiers for short RCP encoding
-
+
-Dylan Noblesmith (1):
+
Dylan Noblesmith (1):
mesa: require GL_MAX_SAMPLES >= 4 for GL 3.0
-
+
-Eric Anholt (1):
+
Eric Anholt (1):
i965/vs: Fix texelFetchOffset()
-
+
-Ian Romanick (5):
+
Ian Romanick (5):
docs: Add 8.0.3 release md5sums
glx/tests: Fix off-by-one error in allocating extension string buffer
glsl: Remove spurious printf messages
glsl: Fix pi/2 constant in acos built-in function
mesa: Bump version number to 8.0.4
-
+
-José Fonseca (2):
+
José Fonseca (2):
mesa: Avoid void acinclude.m4 Android.common.mk Android.mk autogen.sh bin common.py configs configure.ac docs doxygen include Makefile scons SConstruct src tests arithmetic.
draw: Ensure that prepare is always run after LLVM garbagge collection.
-
+
-Kenneth Graunke (15):
+
Kenneth Graunke (15):
mesa: Check for a negative "size" parameter in glCopyBufferSubData().
i965: Fix brw_swap_cmod() for LE/GE comparisons.
@@ -154,51 +151,51 @@ d546f988adfdf986cff45b1efa2d8a46 MesaLib-8.0.4.tar.bz2
i965/fs: Fix user-defined FS outputs with less than four components.
glsl: Hook up loop_variable_state destructor to plug a memory leak.
glsl: Don't trust loop analysis in the presence of function calls.
-
+
-Kurt Roeckx (1):
+
Kurt Roeckx (1):
i830: Fix crash for GL_STENCIL_TEST in i830Enable()
-
+
-Lukas Rössler (1):
+
Lukas Rössler (1):
glu: fix two Clang warnings
-
+
-Marek Olšák (2):
+
Marek Olšák (2):
mesa: allow exposing GL3 without EXT_texture_integer
st/mesa: don't do srgb->linear conversion in decompress_with_blit
-
+
-Paul Seidler (1):
+
Paul Seidler (1):
tests: include mesa headers
-
+
-Stéphane Marchesin (3):
+
Stéphane Marchesin (3):
glx: Handle a null reply in QueryVersion.
i915g: Don't invert signalled/unsignalled fences
i915g: Don't avoid flushing when we have a pending fence.
-
+
-Thomas Gstädtner (1):
+
Thomas Gstädtner (1):
gallium/targets: pass ldflags parameter to MKLIB
-
+
-Vadim Girlin (2):
+
Vadim Girlin (2):
st/mesa: set stObj->lastLevel in guess_and_alloc_texture
r600g: check gpr count limit
-
+
-Vinson Lee (1):
+
Vinson Lee (1):
st/mesa: Fix uninitialized members in glsl_to_tgsi_visitor constructor.
-
+