Mesa 10.2 release candidate 4 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, May 30th.
There are *45* patches in this release candidate. 21 of them are in the freedreno driver, and 2 of them are not real changes. From my point of view, that's a LOT of changes for the last RC before the release. There are also a lot of regressions on the release tracker bug. https://bugs.freedesktop.org/show_bug.cgi?id=79039 Unless there objections, I propose that we have one more release candidate, on May 30th, before the actual release. I would especially like to have feedback from the distros. The tag in the GIT repository for Mesa 10.2-rc4 is 'mesa-10.2-rc4'. I have verified that the tag is in the correct place in the tree. Mesa 10.2 release candidate 4 is available for download at ftp://freedesktop.org/pub/mesa/10.2/ md5sums: 4d0504795115e1429717a819ba58cf49 MesaLib-10.2.0-rc4.tar.gz 21be494c630a4a4658b3ed6ad0b24669 MesaLib-10.2.0-rc4.tar.bz2 680125b154c3d59f13d54e5d7e3d88f9 MesaLib-10.2.0-rc4.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-rc4.tar.bz2 cd Mesa-10.2.0-rc4 ./configure --enable-gallium-llvm make -j6 && make check make install Changes since mesa-10.2-rc3: Anuj Phogat (2): meta: Refactor _mesa_meta_setup_blit_shader() to avoid duplicate shader code meta: Use gl_FragColor to output color values to all the draw buffers Emil Velikov (1): targets/egl-static: add missing line break in ldflags Ian Romanick (2): Merge remote-tracking branch 'robclark/freedreno-10.2' into 10.2 Bump version to 10.2-rc4 Ilia Mirkin (6): nv50/ir: make sure that texprep/texquerylod's args get coalesced nv50/ir: fix integer mul lowering for u32 x u32 -> high u32 nv50/ir: fix s32 x s32 -> high s32 multiply logic nv50/ir: fix constant folding for OP_MUL subop HIGH nv50,nvc0: fix 3d blits with mipmap levels tgsi: add GS_INVOCATIONS to property names array James Legg (1): mesa: Fix unbinding GL_DEPTH_STENCIL_ATTACHMENT Jeremy Huddleston Sequoia (2): glapi: Avoid heap corruption in _glapi_table darwin: Fix test for kCGLPFAOpenGLProfile support at runtime Jordan Justen (1): meta blit: Set Z texcoord during meta blit to sample the correct layer Kenneth Graunke (7): mesa: Disable GL_EXT_framebuffer_multisample_blit_scaled on Broadwell. Revert "i965: Don't _swrast_BlitFramebuffer when doing CopyTexSubImage." meta: Drop unnecessary early returns in _mesa_meta_BlitFramebuffer. meta: Split _swrast_BlitFramebuffer out of the meta blit path. meta: Avoid _swrast_BlitFramebuffer in the meta CopyTexSubImage code. i965: Use WE_all for FB write header setup on Broadwell. i965: Listen to BRW_NEW_FRAGMENT_PROGRAM for 3DSTATE_PS_BLEND. Pavel Popov (1): i965: Properly return *RESET* status in glGetGraphicsResetStatusARB Rob Clark (19): freedreno/a2xx: fix compiler warning freedreno: update generated headers freedreno/a3xx: add point-size freedreno/query: allow multiple query implementations freedreno: add support for hw queries freedreno/a3xx: occlusion query support freedreno/a3xx: fix MAX_INPUTS shader cap freedreno/a3xx: account for special inputs/outputs freedreno/a3xx: fix write to bogus register freedreno: update generated headers freedreno/a3xx: add sRBG texture support freedreno: fix index buffer offset freedreno: fix caps freedreno/a3xx/compiler: 1D textures freedreno/a3xx: use util_format_compose_swizzles() freedreno: update generated headers freedreno/a3xx/compiler: refactor trans_samp() freedreno/a3xx: shadow sampler support freedreno: don't advertise texture arrays for now Ryan Houdek (2): freedreno/a3xx/compiler: start adding integer support freedreno/a3xx/compiler: add KILL_IF Topi Pohjolainen (1): i965/fbo: Only try stencil meta blits on gen >= 8
signature.asc
Description: OpenPGP digital signature
_______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev