Mesa 7.10.1 is a bug fix release which fixes bugs found since the 7.10 release.
@@ -131,12 +128,12 @@ with in, out, attribute, and varying.
git log mesa-7.10..mesa-7.10.1
-
Alberto Milone (1):
+
Alberto Milone (1):
r600c: add evergreen ARL support.
-
+
-
Brian Paul (21):
+
Brian Paul (21):
draw: Fix an off-by-one bug in a vsplit assertion.
docs: add links to 7.9.1 and 7.10 release notes
@@ -159,14 +156,14 @@ with in, out, attribute, and varying.
docs: add link to 7.10.1 release notes
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 (20):
+
Chad Versace (20):
glsl: At link-time, check that globals have matching centroid qualifiers
glcpp: Fix segfault when validating macro redefinitions
@@ -188,39 +185,39 @@ with in, out, attribute, and varying.
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.
-
+
-
Christoph Bumiller (1):
+
Christoph Bumiller (1):
nv50,nvc0: do not forget to apply sign mode to saved TGSI inputs
-
+
-
Cyril Brulebois (1):
+
Cyril Brulebois (1):
Point to bugs.freedesktop.org rather than bugzilla.freedesktop.org
-
+
-
Dave Airlie (3):
+
Dave Airlie (3):
radeon/r200: fix fbo-clearmipmap + gen-teximage
radeon: calculate complete texture state inside TFP function
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 (16):
+
Eric Anholt (16):
glsl: Fix the lowering of variable array indexing to not lose write_masks.
i965/fs: When producing ir_unop_abs of an operand, strip negate.
@@ -238,14 +235,14 @@ with in, out, attribute, and varying.
mesa: Add getter for GL_SHADER_COMPILER with ARB_ES2_compatibility.
i965: Fix a bug in i965 compute-to-MRF.
i965/fs: Add a helper function for detecting math opcodes.
-
+
-
Fredrik Höglund (1):
+
Fredrik Höglund (1):
st/mesa: fix a regression from cae2bb76
-
+
-
Ian Romanick (42):
+
Ian Romanick (42):
docs: Add 7.10 md5sums
glsl: Support the 'invariant(all)' pragma
@@ -289,26 +286,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.10.1 (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 (20):
+
Kenneth Graunke (20):
glsl: Expose a public glsl_type::void_type const pointer.
glsl: Don't bother unsetting a destructor that was never set.
@@ -330,49 +327,49 @@ with in, out, attribute, and varying.
i965: Increase Sandybridge point size clamp in the clip state.
glsl: Use reralloc instead of plain realloc.
Revert "i965/fs: Correctly set up gl_FragCoord.w on Sandybridge."
-
+
-
Marek Olšák (4):
+
Marek Olšák (4):
docs: fix messed up names with special characters in relnotes-7.10
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
-
+
-
Sam Hocevar (2):
+
Sam Hocevar (2):
docs: add glsl info
docs: fix glsl_compiler name
-
+
-
Tom Fogal (1):
+
Tom Fogal (1):
Regenerate gl_mangle.h.
-
+
-
Tom Stellard (2):
+
Tom Stellard (2):
r300/compiler: Disable register rename pass on r500
r300/compiler: Don't erase sources when converting RGB->Alpha
-
+
-
Vinson Lee (3):
+
Vinson Lee (3):
ralloc: Add missing va_end following va_copy.
mesa: Move declaration before code in extensions.c.
mesa: Move loop variable declarations outside for loop in extensions.c.