Mesa 7.9.2 is a bug fix release which fixes bugs found since the 7.9.1 release.
@@ -129,12 +126,12 @@ with in, out, attribute, and varying.
git log mesa-7.9.1..mesa-7.9.2
-
Alberto Milone (1):
+
Alberto Milone (1):
r600c: add evergreen ARL support.
-
+
-
Brian Paul (19):
+
Brian Paul (19):
draw: Fix an off-by-one bug in a vsplit assertion.
mesa: fix a few format table mistakes, assertions
@@ -155,14 +152,14 @@ with in, out, attribute, and varying.
glsl2: fix signed/unsigned comparison warning
mesa: implement glGetShaderPrecisionFormat()
docs: updated environment variable list
-
+
-
Bryce Harrington (1):
+
Bryce Harrington (1):
r300g: Null pointer check for buffer deref in gallium winsys
-
+
-
Chad Versace (14):
+
Chad Versace (14):
glsl: At link-time, check that globals have matching centroid qualifiers
glcpp: Fix segfault when validating macro redefinitions
@@ -175,41 +172,41 @@ with in, out, attribute, and varying.
glsl: Fix segfault due to missing printf argument
glsl: Mark 'in' variables at global scope as read-only
glcpp: Raise error when modulus is zero
-
glsl: Set operators '%' and '%=' to be reserved when GLSL < 1.30
+
glsl: Set operators '%' and '%=' to be reserved when GLSL < 1.30
glsl: Reinstate constant-folding for division by zero
tnl: Add support for datatype GL_FIXED in vertex arrays
-
+
-
Chia-I Wu (1):
+
Chia-I Wu (1):
mesa: Add glDepthRangef and glClearDepthf to APIspec.xml.
-
+
-
Chris Wilson (1):
+
Chris Wilson (1):
intel: Check for unsupported texture when finishing using as a render target
-
+
-
Cyril Brulebois (1):
+
Cyril Brulebois (1):
Point to bugs.freedesktop.org rather than bugzilla.freedesktop.org
-
+
-
Dave Airlie (2):
+
Dave Airlie (2):
radeon/r200: fix fbo-clearmipmap + gen-teximage
radeon: avoid segfault on 3D textures.
-
+
-
Dimitry Andric (4):
+
Dimitry Andric (4):
mesa: s/movzx/movzbl/
mesa: s/movzxw/movzwl/ in read_rgba_span_x86.S
glapi: adding @ char before type specifier in glapi_x86.S
glapi: add @GOTPCREL relocation type
-
+
-
Eric Anholt (11):
+
Eric Anholt (11):
i965: Avoid double-negation of immediate values in the VS.
docs: Add a relnote for the Civ IV on i965.
@@ -222,9 +219,9 @@ with in, out, attribute, and varying.
mesa: Add support for glDepthRangef and glClearDepthf.
mesa: Add getters for ARB_ES2_compatibility MAX_*_VECTORS.
mesa: Add getter for GL_SHADER_COMPILER with ARB_ES2_compatibility.
-
+
-
Ian Romanick (42):
+
Ian Romanick (42):
docs: Add 7.9.1 md5sums
glsl: Support the 'invariant(all)' pragma
@@ -268,26 +265,26 @@ with in, out, attribute, and varying.
docs: Clean up bug fixes list
intel: Remove driver date and related bits from renderer string
mesa: set version string to 7.9.2 (final)
-
+
-
Jian Zhao (1):
+
Jian Zhao (1):
mesa: fix an error in uniform arrays in row calculating.
-
+
-
Julien Cristau (3):
+
Julien Cristau (3):
glx: fix request lengths
glx: fix GLXChangeDrawableAttributesSGIX request
glx: fix length of GLXGetFBConfigsSGIX
-
+
-
Keith Packard (1):
+
Keith Packard (1):
glsl: Eliminate reduce/reduce conflicts in glsl grammar
-
+
-
Kenneth Graunke (12):
+
Kenneth Graunke (12):
glsl: Expose a public glsl_type::void_type const pointer.
glsl: Don't bother unsetting a destructor that was never set.
@@ -301,35 +298,35 @@ with in, out, attribute, and varying.
Remove the talloc sources from the Mesa repository.
glsl: Fix use of uninitialized values in _mesa_glsl_parse_state ctor.
glsl: Use reralloc instead of plain realloc.
-
+
-
Marek Olšák (3):
+
Marek Olšák (3):
docs: fix messed up names with special characters in relnotes-7.9.1
mesa: fix texture3D mipmap generation for UNSIGNED_BYTE_3_3_2
st/dri: Track drawable context bindings
-
+
-
Paulo Zanoni (1):
+
Paulo Zanoni (1):
dri_util: fail driCreateNewScreen if InitScreen is NULL