Mesa 10.3 release candidate 3 is now available for testing. The current plan of record is to have an additional release candidate each Friday until the 10.3 release on Friday, September 12th.
The tag in the GIT repository for Mesa 10.3-rc3 is 'mesa-10.3-rc3'. I have verified that the tag is in the correct place in the tree. Mesa 10.3 release candidate 3 is available for download at ftp://freedesktop.org/pub/mesa/10.3/ sha256sums: 80a9247c113ce7dbd3dd37f84dd2a324e599dc25ee9dcdc51e3d80bcd7790d79 MesaLib-10.3.0-rc3.tar.gz b67937ae9deb7daeb91d978747ec1a5e8ad98a401df9ef8ec4efee404340a2fb MesaLib-10.3.0-rc3.tar.bz2 75f37624bae6cb2c1b5e4c6241ef3ad361c3167780b597b49f2be63fe9e4d564 MesaLib-10.3.0-rc3.zip I have verified building from the .tar.bz2 file by doing the following on my Arch system: tar -xjf MesaLib-10.3.0-rc3.tar.bz2 cd Mesa-10.3.0-rc3 ./configure --enable-gallium-llvm make -j6 make -j6 install -Emil Changes since mesa-10.3-rc2: Andreas Pokorny (1): kms-swrast: Support Prime fd handling Dave Airlie (1): i965: add missing parens in vec4 visitor Emil Velikov (2): Revert "mesa: fix make tarballs" Increment version to 10.3.0-rc3 Ilia Mirkin (7): nvc0/ir: avoid infinite recursion when finding first uses of tex nv50: zero out unbound samplers nvc0: don't make 1d staging textures linear nv50/ir: avoid creating instructions that can't be emitted nv50: set the miptree address when clearing bo's in vp2 init nv50: mt address may not be the underlying bo's start address nv50: attach the buffer bo to the miptree structures Jason Ekstrand (4): i965/copy_image: Use the correct texture level meta/copy_image: Use the correct texture level when creating views i965/copy_image: Use the correct block dimension i965/copy_image: Divide the x offsets by block width when using the blitter Jonathan Gray (1): automake: check if the linker supports --dynamic-list Kenneth Graunke (1): i965: Handle ir_triop_csel in emit_bool_to_cond_code(). Kristian Høgsberg (1): meta: Make MESA_META_DRAW_BUFFERS restore properly Marek Olšák (7): glsl_to_tgsi: allocate and enlarge arrays for temporaries on demand r600g: fix layered clear r600g: fix alpha-test with HyperZ enabled, fixing L4D2 tree corruption mesa: invalidate draw state in glPopClientAttrib r600g,radeonsi: make sure there's enough CS space before resuming queries mesa: set UniformBooleanTrue = 1.0f by default st/mesa: use 1.0f as boolean true on drivers without integer support Rob Clark (5): freedreno: don't ignore src/dst level freedreno: implement pipe_flush_resource() freedreno/a3xx: handle first/last level properly freedreno/a2xx: fix segfault freedreno/ir3: fix potential null ptr deref Thomas Hellstrom (1): winsys/svga: Fix incorrect type usage in IOCTL v2 tiffany (1): glsl: fix assertion which fails for unsigned array indices.
signature.asc
Description: OpenPGP digital signature
_______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev