[Mesa-dev] Mesa 10.2.4
Carl Worth
cworth at cworth.org
Fri Jul 18 16:52:49 PDT 2014
Mesa 10.2.4 has been released. Mesa 10.2.4 is a bug fix release
fixing bugs since the 10.2.3 release, (see below for a list of
changes).
The tag in the git repository for Mesa 10.2.4 is 'mesa-10.2.4'.
Mesa 10.2.4 is available for download at
ftp://freedesktop.org/pub/mesa/10.2.4/
SHA-256 checksums (can be verified with the sha256sum program):
06a2341244eb85c283f59f70161e06ded106f835ed9b6be1ef0243bd9344811a MesaLib-10.2.4.tar.bz2
33e3c8b4343503e7d7d17416c670438860a2fd99ec93ea3327f73c3abe33b5e4 MesaLib-10.2.4.tar.gz
e26791a4a62a61b82e506e6ba031812d09697d1a831e8239af67e5722a8ee538 MesaLib-10.2.4.zip
I have verified building from the .tar.bz2 file by doing:
tar xjf MesaLib-10.2.4.tar.bz2
cd Mesa-10.2.4
./configure --enable-gallium-llvm
make -j6
make install
I have also verified that I pushed the tag.
-Carl
--
carl.d.worth at intel.com
Changes from 10.2.3 to 10.2.4:
Abdiel Janulgue (3):
i965/fs: Refactor check for potential copy propagated instructions.
i965/fs: skip copy-propate for logical instructions with negated src entries
i965/vec4: skip copy-propate for logical instructions with negated src entries
Brian Paul (3):
mesa: fix geometry shader memory leaks
st/mesa: fix geometry shader memory leak
gallium/u_blitter: fix some shader memory leaks
Carl Worth (3):
docs: Add sha256 checksums for the 10.2.3 release
Update VERSION to 10.2.4
Add release notes for 10.2.4
Eric Anholt (1):
i965: Generalize the pixel_x/y workaround for all UW types.
Ilia Mirkin (4):
nv50/ir: retrieve shadow compare from first arg
nv50/ir: ignore bias for samplerCubeShadow on nv50
nvc0/ir: do quadops on the right texture coordinates for TXD
nvc0/ir: use manual TXD when offsets are involved
Jordan Justen (1):
i965: Add auxiliary surface field #defines for Broadwell.
Kenneth Graunke (9):
i965: Don't copy propagate abs into Broadwell logic instructions.
i965: Set execution size to 8 for instructions with force_sechalf set.
i965/fs: Set force_uncompressed and force_sechalf on samplepos setup.
i965/fs: Use WE_all for gl_SampleID header register munging.
i965: Add plumbing for Broadwell's auxiliary surface support.
i965: Drop SINT workaround for CMS layout on Broadwell.
i965: Hook up the MCS buffers in SURFACE_STATE on Broadwell.
i965: Add 2x MSAA support to the MCS allocation function.
i965: Enable compressed multisample support (CMS) on Broadwell.
Marek Olšák (4):
gallium: fix u_default_transfer_inline_write for textures
st/mesa: fix samplerCubeShadow with bias
radeonsi: fix samplerCubeShadow with bias
radeonsi: add support for TXB2
Matt Turner (8):
i965/vec4: Don't return void from a void function.
i965/vec4: Don't fix_math_operand() on Gen >= 8.
i965/fs: Don't fix_math_operand() on Gen >= 8.
i965/fs: Make try_constant_propagate() static.
i965/fs: Constant propagate into 2-src math instructions on Gen8.
i965/vec4: Constant propagate into 2-src math instructions on Gen8.
i965/fs: Don't use brw_imm_* unnecessarily.
i965/fs: Set correct number of regs_written for MCS fetches.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 818 bytes
Desc: not available
URL: <http://lists.freedesktop.org/archives/mesa-dev/attachments/20140718/785159d9/attachment-0001.sig>
More information about the mesa-dev
mailing list