[Mesa-dev] Mesa 9.2.4
Carl Worth
cworth at cworth.org
Thu Nov 28 00:01:00 PST 2013
Mesa 9.2.4 has been released. Mesa 9.2.4 is a bug fix release which
fixes bugs fixed since the 9.2.3 release, (see below for a list of
changes).
The tag in the git repository for Mesa 9.2.4 is 'mesa-9.2.4'.
Mesa 9.2.4 is available for download at
ftp://freedesktop.org/pub/mesa/9.2.4/
md5sums:
28190b831b0271d69dbc44b2686eab1c MesaLib-9.2.4.tar.gz
e630c0a307cec4f0f70ddd029d2fe084 MesaLib-9.2.4.tar.bz2
8ef5e1e92e1d30fbedec31f716a7619e MesaLib-9.2.4.zip
I have verified building from the .tar.bz2 file by doing:
tar xjf MesaLib-9.2.4.tar.bz2
cd Mesa-9.2.4
./configure --enable-gallium-llvm --with-llvm-shared-libs
make -j6
make install
I have also verified that I pushed the tag.
-Carl
Changes from 9.2.3 to 9.2.4:
Note: There are more changes in this release than typical for a stable
releases of Mesa. This is due to a large set of changes included to
improve the freedreno driver. Changes of this size would not normally be
candidates for a stable release, but are included because of the
following criteria:
1. These changes only touch code within the freedreno directory
2. The state of freedreno in 9.2.3 was known to be broken, (would
not even compile)
With these two criteria met, we're fairly confident that these changes
are note likely to introduce any regressions.
Brian Paul (1):
st/mesa: fix GL_FEEDBACK mode inverted Y coordinate bug
Carl Worth (4):
docs: Add MD5 sums for the 9.2.3 release
Merge branch '9.2-freedreno' of git://github.com/freedreno/mesa into 9.2
Bump version to 9.2.4
docs: Add release notes for the 9.2.4 release.
Paul Berry (2):
i965: Fix vertical alignment for multisampled buffers.
glsl: Fix lowering of direct assignment in lower_clip_distance.
Rob Clark (17):
freedreno/a3xx: fix color inversion on mem->gmem restore
freedreno/a3xx: fix viewport on gmem->mem resolve
freedreno: add debug option to disable scissor optimization
freedreno: update register headers
freedreno/a3xx: some texture fixes
freedreno/a3xx/compiler: fix CMP
freedreno/a3xx/compiler: handle saturate on dst
freedreno/a3xx/compiler: use max_reg rather than file_count
freedreno/a3xx/compiler: cat4 cannot use const reg as src
freedreno: fix segfault when no color buffer bound
freedreno/a3xx/compiler: make compiler errors more useful
freedreno/a3xx/compiler: bit of re-arrange/cleanup
freedreno/a3xx/compiler: fix SGT/SLT/etc
freedreno/a3xx: don't leak so much
freedreno/a3xx/compiler: better const handling
freedreno/a3xx/compiler: handle sync flags better
freedreno: updates for msm drm/kms driver
Tapani Pälli (1):
mesa: enable GL_TEXTURE_LOD_BIAS set/get
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 835 bytes
Desc: not available
URL: <http://lists.freedesktop.org/archives/mesa-dev/attachments/20131128/7008a1ad/attachment.pgp>
More information about the mesa-dev
mailing list