|
View:
New views
11 Messages
—
Rating Filter:
Alert me
|
|
|
Mesa 7.1 release candidate #2... can be downloaded from http://www.mesa3d.org/beta/
md5 checksums: db67dd7d433f97c6267e9e2c13172afc MesaLib-7.1-rc2.tar.gz afac02be5cd803f9ad0a6ea6c8b2e41b MesaLib-7.1-rc2.zip fa3aad25c4603e04dad7f8a1710ba409 MesaDemos-7.1-rc2.tar.gz d088536d1bf7b7e111841079b30226af MesaDemos-7.1-rc2.zip 4b8afdbd21f63dddfc703ba889745566 MesaGLUT-7.1-rc2.tar.gz 0eb14b8d275391afa916028533eaf63d MesaGLUT-7.1-rc2.zip I'm hoping to wrap this up soon, so timely feedback would be appreciated. Thanks. -Brian ------------------------------------------------------------------------- Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! Studies have shown that voting for your favorite open source project, along with a healthy diet, reduces your potential for chronic lameness and boredom. Vote Now at http://www.sourceforge.net/community/cca08 _______________________________________________ Mesa3d-dev mailing list Mesa3d-dev@... https://lists.sourceforge.net/lists/listinfo/mesa3d-dev |
|
|
Re: Mesa 7.1 release candidate #2On 15:19 Tue 08 Jul , Brian Paul wrote:
> I'm hoping to wrap this up soon, so timely feedback would be > appreciated. Thanks. src/mesa/drivers/Makefile isn't in the tarball, so it doesn't build. Should there be some sort of distcheck equivalent? Other than that, my i965 works fine. All the DRI drivers built, too. -- Thanks, Donnie Donnie Berkholz Developer, Gentoo Linux Blog: http://dberkholz.wordpress.com ------------------------------------------------------------------------- Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! Studies have shown that voting for your favorite open source project, along with a healthy diet, reduces your potential for chronic lameness and boredom. Vote Now at http://www.sourceforge.net/community/cca08 _______________________________________________ Mesa3d-dev mailing list Mesa3d-dev@... https://lists.sourceforge.net/lists/listinfo/mesa3d-dev |
|
|
Re: Mesa 7.1 release candidate #2Donnie Berkholz wrote:
> On 15:19 Tue 08 Jul , Brian Paul wrote: >> I'm hoping to wrap this up soon, so timely feedback would be >> appreciated. Thanks. > > src/mesa/drivers/Makefile isn't in the tarball, so it doesn't build. > Should there be some sort of distcheck equivalent? Other than that, my > i965 works fine. All the DRI drivers built, too. Ooops. Sorry. Missing makefile is attached. I'll roll a new tarball soon... -Brian # src/mesa/drivers/Makefile TOP = ../../.. include $(TOP)/configs/current default: @for dir in $(DRIVER_DIRS) ; do \ if [ -d $$dir ] ; then \ (cd $$dir && $(MAKE)) || exit 1; \ fi \ done clean: @for dir in $(DRIVER_DIRS) ; do \ if [ -d $$dir ] ; then \ (cd $$dir && $(MAKE) clean) || exit 1; \ fi \ done install: @for dir in $(DRIVER_DIRS) ; do \ if [ -d $$dir ] ; then \ (cd $$dir && $(MAKE) install) || exit 1; \ fi \ done ------------------------------------------------------------------------- Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! Studies have shown that voting for your favorite open source project, along with a healthy diet, reduces your potential for chronic lameness and boredom. Vote Now at http://www.sourceforge.net/community/cca08 _______________________________________________ Mesa3d-dev mailing list Mesa3d-dev@... https://lists.sourceforge.net/lists/listinfo/mesa3d-dev |
|
|
Mesa 7.1 release candidate #3OK, rc2 had problems. Sorry about that.
rc3 is now at http://www.mesa3d.org/beta/ md5 checksums: 3a3cb6e3f09bf28650483b0d43ab8d88 MesaLib-7.1-rc3.tar.gz 46a32a37af0cc7e97a09621bf588d751 MesaLib-7.1-rc3.zip b4ec33e6167eec33c6857569dedb20a6 MesaDemos-7.1-rc3.tar.gz 46b55678bd681401270cddcaa34682fb MesaDemos-7.1-rc3.zip 1fb5ee0e149b2f05ede8e49504367b4c MesaGLUT-7.1-rc3.tar.gz adbcfb7ce592a0c8b88aa38f2b6fe49f MesaGLUT-7.1-rc3.zip -Brian ------------------------------------------------------------------------- Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! Studies have shown that voting for your favorite open source project, along with a healthy diet, reduces your potential for chronic lameness and boredom. Vote Now at http://www.sourceforge.net/community/cca08 _______________________________________________ Mesa3d-dev mailing list Mesa3d-dev@... https://lists.sourceforge.net/lists/listinfo/mesa3d-dev |
|
|
Re: Mesa 7.1 release candidate #2On Tue, 2008-07-08 at 15:19 -0600, Brian Paul wrote:
> > I'm hoping to wrap this up soon, so timely feedback would be > appreciated. Thanks. What would people think about using tracker/blocker bugzilla entries, as is done for X.Org releases (e.g. https://bugs.freedesktop.org/show_bug.cgi?id=10101 is the tracker bug for X.Org 7.4)? E.g. I think https://bugs.freedesktop.org/show_bug.cgi?id=14441 and https://bugs.freedesktop.org/show_bug.cgi?id=15477 should be fixed before 7.1, as they're regressions from 7.0.x. -- Earthling Michel Dänzer | http://tungstengraphics.com Libre software enthusiast | Debian, X and DRI developer ------------------------------------------------------------------------- Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! Studies have shown that voting for your favorite open source project, along with a healthy diet, reduces your potential for chronic lameness and boredom. Vote Now at http://www.sourceforge.net/community/cca08 _______________________________________________ Mesa3d-dev mailing list Mesa3d-dev@... https://lists.sourceforge.net/lists/listinfo/mesa3d-dev |
|
|
Re: Mesa 7.1 release candidate #3Brian Paul wrote on Wednesday, July 09, 2008 6:58 AM:
> OK, rc2 had problems. Sorry about that. > > rc3 is now at http://www.mesa3d.org/beta/ > > md5 checksums: > > 3a3cb6e3f09bf28650483b0d43ab8d88 MesaLib-7.1-rc3.tar.gz > 46a32a37af0cc7e97a09621bf588d751 MesaLib-7.1-rc3.zip > b4ec33e6167eec33c6857569dedb20a6 MesaDemos-7.1-rc3.tar.gz > 46b55678bd681401270cddcaa34682fb MesaDemos-7.1-rc3.zip > 1fb5ee0e149b2f05ede8e49504367b4c MesaGLUT-7.1-rc3.tar.gz > adbcfb7ce592a0c8b88aa38f2b6fe49f MesaGLUT-7.1-rc3.zip > > -Brian I don't understand why the release happens on master not a stable branch (like mesa_7_0_branch). Will there be a stable branch for the next release? Thanks Gordon ------------------------------------------------------------------------- Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! Studies have shown that voting for your favorite open source project, along with a healthy diet, reduces your potential for chronic lameness and boredom. Vote Now at http://www.sourceforge.net/community/cca08 _______________________________________________ Mesa3d-dev mailing list Mesa3d-dev@... https://lists.sourceforge.net/lists/listinfo/mesa3d-dev |
|
|
Re: Mesa 7.1 release candidate #32008/7/9 Jin, Gordon <gordon.jin@...>:
> I don't understand why the release happens on master not a stable branch > (like mesa_7_0_branch). Will there be a stable branch for the next > release? Mesa 7.1 will be a (relatively stable) development version, 7.2 will be the stable branch some time in the future. Before it there may be 7.1.1, ... -Timo ------------------------------------------------------------------------- Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! Studies have shown that voting for your favorite open source project, along with a healthy diet, reduces your potential for chronic lameness and boredom. Vote Now at http://www.sourceforge.net/community/cca08 _______________________________________________ Mesa3d-dev mailing list Mesa3d-dev@... https://lists.sourceforge.net/lists/listinfo/mesa3d-dev |
|
|
Re: Mesa 7.1 release candidate #3Timo Jyrinki wrote:
> 2008/7/9 Jin, Gordon <gordon.jin@...>: >> I don't understand why the release happens on master not a stable branch >> (like mesa_7_0_branch). Will there be a stable branch for the next >> release? > > Mesa 7.1 will be a (relatively stable) development version, 7.2 will > be the stable branch some time in the future. Before it there may be > 7.1.1, ... That's correct. Basically, Mesa's been using and even/odd numbering scheme for many years now. An odd-numbered release like 7.1 denotes a development release (usually lots of new features/changes). After 7.1 has been out for a bit, the plan is to make a stable 7.2 branch just for bug fixes. The trunk will then be open again for new development. BTW, I'll probably wrap up a 7.0.4 bug-fix release soon too. -Brian ------------------------------------------------------------------------- Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! Studies have shown that voting for your favorite open source project, along with a healthy diet, reduces your potential for chronic lameness and boredom. Vote Now at http://www.sourceforge.net/community/cca08 _______________________________________________ Mesa3d-dev mailing list Mesa3d-dev@... https://lists.sourceforge.net/lists/listinfo/mesa3d-dev |
|
|
Re: Mesa 7.1 release candidate #2Michel Dänzer wrote:
> On Tue, 2008-07-08 at 15:19 -0600, Brian Paul wrote: >> I'm hoping to wrap this up soon, so timely feedback would be >> appreciated. Thanks. > > What would people think about using tracker/blocker bugzilla entries, as > is done for X.Org releases (e.g. > https://bugs.freedesktop.org/show_bug.cgi?id=10101 is the tracker bug > for X.Org 7.4)? > > E.g. I think https://bugs.freedesktop.org/show_bug.cgi?id=14441 and > https://bugs.freedesktop.org/show_bug.cgi?id=15477 should be fixed > before 7.1, as they're regressions from 7.0.x. Yeah, there are a few bugs that really should get fixed for 7.1. (As you know, Michel) we've been busy with enough other things that it's hard to track, much less fix, all the open bugs. I'd be OK w/ the X.org-style blocker entry. Otherwise, just marking bugs with high/highest priority would probably be an improvement. Now that DRM 2.3.1 is out and Xserver 1.5 is eminent, I'd like to put a stake in the ground and get 7.1 out there. So I don't think I'll hold up things too long. -Brian ------------------------------------------------------------------------- Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! Studies have shown that voting for your favorite open source project, along with a healthy diet, reduces your potential for chronic lameness and boredom. Vote Now at http://www.sourceforge.net/community/cca08 _______________________________________________ Mesa3d-dev mailing list Mesa3d-dev@... https://lists.sourceforge.net/lists/listinfo/mesa3d-dev |
|
|
Re: Mesa 7.1 release candidate #2On Wed, 2008-07-09 at 09:12 -0600, Brian Paul wrote:
> Michel Dänzer wrote: > > On Tue, 2008-07-08 at 15:19 -0600, Brian Paul wrote: > >> I'm hoping to wrap this up soon, so timely feedback would be > >> appreciated. Thanks. > > > > What would people think about using tracker/blocker bugzilla entries, as > > is done for X.Org releases (e.g. > > https://bugs.freedesktop.org/show_bug.cgi?id=10101 is the tracker bug > > for X.Org 7.4)? > > > > E.g. I think https://bugs.freedesktop.org/show_bug.cgi?id=14441 and > > https://bugs.freedesktop.org/show_bug.cgi?id=15477 should be fixed > > before 7.1, as they're regressions from 7.0.x. > > Yeah, there are a few bugs that really should get fixed for 7.1. > > (As you know, Michel) we've been busy with enough other things that it's > hard to track, much less fix, all the open bugs. Sure, but I think a tracker bug helps to prevent things like this from falling through the cracks. > I'd be OK w/ the X.org-style blocker entry. I just created https://bugs.freedesktop.org/show_bug.cgi?id=mesa-7.1 ('mesa-7.1' is an alias for the bug number 16653 and can be specified anywhere where bugzilla expects a bug number) > Now that DRM 2.3.1 is out and Xserver 1.5 is eminent, I'd like to put a > stake in the ground and get 7.1 out there. So I don't think I'll hold > up things too long. Okay. It looks like #15477 is about to be fixed in the meantime. :) And #14441 shouldn't be hard to fix either (in the worst case just by disabling the SetTexOffset hook) for somebody familiar with the i965 driver. -- Earthling Michel Dänzer | http://tungstengraphics.com Libre software enthusiast | Debian, X and DRI developer ------------------------------------------------------------------------- Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! Studies have shown that voting for your favorite open source project, along with a healthy diet, reduces your potential for chronic lameness and boredom. Vote Now at http://www.sourceforge.net/community/cca08 _______________________________________________ Mesa3d-dev mailing list Mesa3d-dev@... https://lists.sourceforge.net/lists/listinfo/mesa3d-dev |
|
|
Re: Mesa 7.1 release candidate #3Brian Paul wrote on Wednesday, July 09, 2008 11:00 PM:
> Timo Jyrinki wrote: >> 2008/7/9 Jin, Gordon <gordon.jin@...>: >>> I don't understand why the release happens on master not a stable >>> branch (like mesa_7_0_branch). Will there be a stable branch for >>> the next release? >> >> Mesa 7.1 will be a (relatively stable) development version, 7.2 will >> be the stable branch some time in the future. Before it there may be >> 7.1.1, ... > > That's correct. > > Basically, Mesa's been using and even/odd numbering scheme for many > years now. An odd-numbered release like 7.1 denotes a development > release (usually lots of new features/changes). > > After 7.1 has been out for a bit, the plan is to make a stable 7.2 > branch just for bug fixes. The trunk will then be open again for new > development. > > BTW, I'll probably wrap up a 7.0.4 bug-fix release soon too. > > -Brian Thanks for the explanation. It makes much clearer now. -Gordon ------------------------------------------------------------------------- Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! Studies have shown that voting for your favorite open source project, along with a healthy diet, reduces your potential for chronic lameness and boredom. Vote Now at http://www.sourceforge.net/community/cca08 _______________________________________________ Mesa3d-dev mailing list Mesa3d-dev@... https://lists.sourceforge.net/lists/listinfo/mesa3d-dev |
| Free Forum Powered by Nabble | Forum Help |