I've seen a couple patches come up recently that were appropriate for 7.8. I've applied them in my repo:
http://cgit.freedesktop.org/~tfogal/mesa/atom/?h=7.8 git://anongit.freedesktop.org/~tfogal/mesa Commit messages are appended for convenience [1]. Anyway the point of this mail is that I'd like to push whomever does these things (Ian?) to create a 7.8.3 release. There's been a large number of fixes since 7.8.2... including a couple that are relevant for my project :) so it would be nice to get something out there. If there's anything more I can do to help out w/ it, I'd be happy to do so. Thanks, -tom [1] commit 75181e974c20677e411b4260b4b790ca7459157e Author: Tom Fogal <tfo...@alumni.unh.edu> Date: Mon Aug 23 10:01:39 2010 -0600 Add release notes for recent bug fixes. docs/relnotes-7.8.3.html | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) commit 6628188a871b3ee354c2b0e2c6276af582035656 Author: Brian Paul <bri...@vmware.com> Date: Sun Aug 22 19:04:47 2010 -0600 st/mesa: fix ReadPixels crashes when reading depth/stencil from a FBO This is based on a patch from Marek Olšák. NOTE: This is a candidate for the Mesa 7.8 branch. src/mesa/state_tracker/st_cb_readpixels.c | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) commit 435474e116199a7f68b96e869108a68936e824ba Author: m.froehl...@science-computing.de <m.froehl...@science-computing.de> Date: Tue Aug 10 21:19:46 2010 -0600 swrast: fix span color array pointer assignment for 32-bit/channel rendering See fd.o bug 29487. NOTE: This is a candidate for the 7.8 branch. Signed-off-by: Brian Paul <bri...@vmware.com> src/mesa/swrast/s_span.c | 17 +++++++++++++++++ 1 files changed, 17 insertions(+), 0 deletions(-)
_______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev