+Mesa 8.0.4 is a bug fix release which fixes bugs found since the 8.0.2 release.
+
+
+Mesa 8.0.4 implements the OpenGL 3.0 API, but the version reported by
+glGetString(GL_VERSION) depends on the particular driver being used.
+Some drivers don't support all the features required in OpenGL 3.0.
+
draw: fix missing immediates bug in polygon stipple code
+
st/mesa: fix max_offset computation for base vertex
+
+
+
Christoph Bumiller (1):
+
+
nv50: handle NEG,ABS modifiers for short RCP encoding
+
+
+
Dylan Noblesmith (1):
+
+
mesa: require GL_MAX_SAMPLES >= 4 for GL 3.0
+
+
+
Eric Anholt (1):
+
+
i965/vs: Fix texelFetchOffset()
+
+
+
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):
+
+
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):
+
+
mesa: Check for a negative "size" parameter in glCopyBufferSubData().
+
i965: Fix brw_swap_cmod() for LE/GE comparisons.
+
glsl: Remove unused ir_loop_jump::loop pointer.
+
ralloc: Fix ralloc_parent() of memory allocated out of the NULL context.
+
mesa: Restore depth texture state on glPopAttrib(GL_TEXTURE_BIT).
+
glsl/builtins: Fix textureGrad() for Array samplers.
+
mesa: Unbind ARB_copy_buffer and transform feedback buffers on delete.
+
mesa: Support BindBuffer{Base,Offset,Range} with a buffer of 0.
+
mesa: Unbind ARB_transform_feedback2 binding points on Delete too.
+
meta: Fix GL_RENDERBUFFER binding in decompress_texture_image().
+
i965/fs: Fix texelFetchOffset() on pre-Gen7.
+
i965/vs: Fix texelFetchOffset() on pre-Gen7.
+
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):
+
+
i830: Fix crash for GL_STENCIL_TEST in i830Enable()
+
+
+
Lukas Rössler (1):
+
+
glu: fix two Clang warnings
+
+
+
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):
+
+
tests: include mesa headers
+
+
+
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):
+
+
gallium/targets: pass ldflags parameter to MKLIB
+
+
+
Vadim Girlin (2):
+
+
st/mesa: set stObj->lastLevel in guess_and_alloc_texture
+
r600g: check gpr count limit
+
+
+
Vinson Lee (1):
+
+
st/mesa: Fix uninitialized members in glsl_to_tgsi_visitor constructor.
+
+
+
+
diff --git a/docs/relnotes.html b/docs/relnotes.html
index 1bc889a5b2..ce9f77509d 100644
--- a/docs/relnotes.html
+++ b/docs/relnotes.html
@@ -13,6 +13,7 @@ The release notes summarize what's new or changed in each Mesa release.