[Mesa-announce] Mesa 10.2 release candidate 5

Ian Romanick idr at freedesktop.org
Fri May 30 17:33:41 PDT 2014


Mesa 10.2 release candidate 5 is now available for testing.  The current
plan of record was for this to be the last release candidate, and the
10.2 release is planned for Friday, June 6th.

The tag in the GIT repository for Mesa 10.2-rc5 is 'mesa-10.2-rc5'.  I
have verified that the tag is in the correct place in the tree.

Mesa 10.2 release candidate 5 is available for download at
ftp://freedesktop.org/pub/mesa/10.2/

md5sums:

ce8af90b50c03863aa6b25ef3e2601d3  MesaLib-10.2.0-rc5.tar.gz
5388627ed0feaa8b8950bfcba8912722  MesaLib-10.2.0-rc5.tar.bz2
947d9ed2c45a1bfa983829c280c73dfe  MesaLib-10.2.0-rc5.zip

I have verified building from the .tar.bz2 file by doing the following
on my aging Fedora 18 system:

tar -xjf Mesa-10.2.0-rc5.tar.bz2
cd Mesa-10.2.0-rc5
./configure --enable-gallium-llvm
make -j6 && make check
make install

Changes since mesa-10.2-rc4:

Brian Paul (1):
      glsl: fix use-after free bug/crash in ast_declarator_list::hir()

Christoph Bumiller (7):
      nv50,nvc0: always pull out bufctx on context destruction
      nv50: setup scissors on clear_render_target/depth_stencil
      nv50,nvc0: set constbufs dirty on pipe context switch
      nv50/ir/tgsi: TGSI_OPCODE_POW replicates its result
      nv50/ir/opt: fix constant folding with saturate modifier
      nv50/ir: fix lowering of predicated instructions (without defs)
      nv50/ir/tgsi: optimize KIL

Emil Velikov (1):
      glx: do not leak dri3Display

Ian Romanick (2):
      glapi: Duplicate GLES1 prototypes in glapi_dispatch.c
      Bump version to 10.2-rc5

Ilia Mirkin (2):
      mesa/st: fix color outputs in presence of sample mask output
      nvc0: revert mistaken logic to collapse color outputs to the beginning

Jerome Glisse (1):
      glx: load dri driver with RTLD_LOCAL so dlclose never fails to unload

Kenneth Graunke (1):
      i965: Fix repeated usage of rectangle texture coordinate scaling.

Lubomir Rintel (1):
      i915: add a missing NULL pointer check

Matt Turner (6):
      Revert "i965/vec4: Change vec4_visitor::emit_lrp to use MAC for gen<6"
      Revert "i965/fs: Change fs_visitor::emit_lrp to use MAC for gen<6"
      Revert "i965/fs: Reduce restrictions on interference in register coalescing."
      Revert "i965/fs: Give up in interference check if we see a WHILE."
      Revert "i965/fs: Simplify interference scan in register coalescing."
      Revert "i965: Don't make instructions with a null dest a barrier to scheduling."

Pavel Popov (1):
      i965: Fix Line Stipple enable bit in 3DSTATE_SF for Haswell.

Rob Clark (1):
      configure: fix build error with XA

Topi Pohjolainen (3):
      meta/blit: Add stencil texturing mode save and restore
      i965/meta: Store stencil texturing mode
      meta/blit: Use gl_FragColor also in the msaa blit shader


More information about the mesa-announce mailing list