Mesa 8.0.1 is a bug fix release which fixes bugs found since the 8.0 release.
@@ -78,19 +75,19 @@ for DRI hardware acceleration.
git log mesa-8.0..mesa-8.0.1
-
Alex Deucher (2):
+
Alex Deucher (2):
r600g: fix tex tile_type offset for cayman
r600g: 128 bit formats require tile_type = 1 on cayman
-
+
-
Anuj Phogat (2):
+
Anuj Phogat (2):
meta: Add pixel store/pack operations in decompress_texture_image
meta: Avoid FBO resizing/reallocating in decompress_texture_image
-
+
-
Brian Paul (6):
+
Brian Paul (6):
docs: add news item for 8.0 release
docs: update info about supported systems, GPUs, APIs
@@ -98,56 +95,56 @@ for DRI hardware acceleration.
docs: remove link to the GLSL compiler page
mesa: fix proxy texture target initialization
swrast: fix span color type selection
-
+
-
Chad Versace (2):
+
Chad Versace (2):
i965: Rewrite the HiZ op
i965: Remove file i965/junk, accidentally added in 7b36c68
-
+
-
Dave Airlie (1):
+
Dave Airlie (1):
st/mesa: only resolve if number of samples is > 1
-
+
-
Eric Anholt (3):
+
Eric Anholt (3):
i965: Fix HiZ change compiler warning.
i965: Report the failure message when failing to compile the fragment shader.
i965/fs: Enable register spilling on gen7 too.
-
+
-
Ian Romanick (4):
+
Ian Romanick (4):
docs: Add 8.0 MD5 checksums
glapi: Include GLES2 headers for ES2 extension functions
swrast: Only avoid empty _TexEnvPrograms
mesa: Bump version number to 8.0.1
-
+
-
Kenneth Graunke (4):
+
Kenneth Graunke (4):
i965: Fix border color on Ironlake.
i965/fs: Add a new fs_inst::regs_written function.
i965/fs: Take # of components into account in try_rewrite_rhs_to_dst.
i965: Emit Ivybridge VS workaround flushes.
-
+
-
Mathias Fröhlich (1):
+
Mathias Fröhlich (1):
state_stracker: Fix access to uninitialized memory.