Re: [Mesa-dev] Removing GLw from the main Mesa repository

2011-08-15 Thread Kenneth Graunke
On 08/15/2011 01:41 PM, Kenneth Graunke wrote: > The new repo is up now (thanks Eric!): > git://git.freedesktop.org/git/mesa/glw Apparently what I meant to say was: git://anongit.freedesktop.org/mesa/glw ___ mesa-dev mailing list mesa-dev@lists.freedesk

Re: [Mesa-dev] Removing GLw from the main Mesa repository

2011-08-15 Thread Kenneth Graunke
On 08/08/2011 08:04 AM, Brian Paul wrote: > On 08/05/2011 06:21 PM, Kenneth Graunke wrote: >> On 08/05/2011 06:45 AM, Brian Paul wrote: >>> On Thu, Aug 4, 2011 at 4:26 PM, Kenneth >>> Graunke wrote: Hey, I'd like to remove libGLw from the main Mesa repository. It never changes

Re: [Mesa-dev] Removing GLw from the main Mesa repository

2011-08-08 Thread Brian Paul
On 08/05/2011 06:21 PM, Kenneth Graunke wrote: On 08/05/2011 06:45 AM, Brian Paul wrote: On Thu, Aug 4, 2011 at 4:26 PM, Kenneth Graunke wrote: Hey, I'd like to remove libGLw from the main Mesa repository. It never changes, and almost noone uses it...because GL and Motif is awesome, right?

Re: [Mesa-dev] Removing GLw from the main Mesa repository

2011-08-07 Thread Jon TURNEY
On 04/08/2011 23:26, Kenneth Graunke wrote: Hey, I'd like to remove libGLw from the main Mesa repository. It never changes, and almost noone uses it...because GL and Motif is awesome, right? Since Debian still packages it, I pulled it into its own git repository, preserving history, and then a

Re: [Mesa-dev] Removing GLw from the main Mesa repository

2011-08-05 Thread Kenneth Graunke
On 08/05/2011 06:45 AM, Brian Paul wrote: > On Thu, Aug 4, 2011 at 4:26 PM, Kenneth Graunke wrote: >> Hey, >> >> I'd like to remove libGLw from the main Mesa repository. It never >> changes, and almost noone uses it...because GL and Motif is awesome, right? >> >> Since Debian still packages it, I

Re: [Mesa-dev] Removing GLw from the main Mesa repository

2011-08-05 Thread Kenneth Graunke
On 08/05/2011 11:05 AM, Dan Nicholson wrote: > On Fri, Aug 5, 2011 at 7:25 AM, Benjamin Franzke > wrote: >> There is nothing compiled since GLW_SOURCES is not substituted by configure: >> Makefile.am:29 >> libGLw_la_SOURCES = $(GLW_SOURCES) >> >> This would need AC_SUBST([GLW_SOURCES]) in configu

Re: [Mesa-dev] Removing GLw from the main Mesa repository

2011-08-05 Thread Kenneth Graunke
On 08/05/2011 10:58 AM, Dan Nicholson wrote: > On Fri, Aug 5, 2011 at 6:45 AM, Brian Paul wrote: >> On Thu, Aug 4, 2011 at 4:26 PM, Kenneth Graunke >> wrote: >>> Hey, >>> >>> I'd like to remove libGLw from the main Mesa repository. It never >>> changes, and almost noone uses it...because GL and

Re: [Mesa-dev] Removing GLw from the main Mesa repository

2011-08-05 Thread Kenneth Graunke
On 08/05/2011 06:55 AM, Maxim Levitsky wrote: > On Fri, 2011-08-05 at 07:45 -0600, Brian Paul wrote: >> On Thu, Aug 4, 2011 at 4:26 PM, Kenneth Graunke >> wrote: >>> Hey, >>> >>> I'd like to remove libGLw from the main Mesa repository. It never >>> changes, and almost noone uses it...because GL

Re: [Mesa-dev] Removing GLw from the main Mesa repository

2011-08-05 Thread Dan Nicholson
On Fri, Aug 5, 2011 at 7:25 AM, Benjamin Franzke wrote: > There is nothing compiled since GLW_SOURCES is not substituted by configure: > Makefile.am:29 >  libGLw_la_SOURCES = $(GLW_SOURCES) > > This would need AC_SUBST([GLW_SOURCES]) in configure.ac, > but thats not allowed for _SOURCES variables,

Re: [Mesa-dev] Removing GLw from the main Mesa repository

2011-08-05 Thread Dan Nicholson
On Fri, Aug 5, 2011 at 6:45 AM, Brian Paul wrote: > On Thu, Aug 4, 2011 at 4:26 PM, Kenneth Graunke wrote: >> Hey, >> >> I'd like to remove libGLw from the main Mesa repository.  It never >> changes, and almost noone uses it...because GL and Motif is awesome, right? >> >> Since Debian still packa

Re: [Mesa-dev] Removing GLw from the main Mesa repository

2011-08-05 Thread Benjamin Franzke
There is nothing compiled since GLW_SOURCES is not substituted by configure: Makefile.am:29 libGLw_la_SOURCES = $(GLW_SOURCES) This would need AC_SUBST([GLW_SOURCES]) in configure.ac, but thats not allowed for _SOURCES variables, see automake output: configure.ac:96: `GLW_SOURCES' includes conf

Re: [Mesa-dev] Removing GLw from the main Mesa repository

2011-08-05 Thread Maxim Levitsky
On Fri, 2011-08-05 at 07:45 -0600, Brian Paul wrote: > On Thu, Aug 4, 2011 at 4:26 PM, Kenneth Graunke wrote: > > Hey, > > > > I'd like to remove libGLw from the main Mesa repository. It never > > changes, and almost noone uses it...because GL and Motif is awesome, right? > > > > Since Debian sti

Re: [Mesa-dev] Removing GLw from the main Mesa repository

2011-08-05 Thread Brian Paul
On Thu, Aug 4, 2011 at 4:26 PM, Kenneth Graunke wrote: > Hey, > > I'd like to remove libGLw from the main Mesa repository.  It never > changes, and almost noone uses it...because GL and Motif is awesome, right? > > Since Debian still packages it, I pulled it into its own git repository, > preservi

[Mesa-dev] Removing GLw from the main Mesa repository

2011-08-04 Thread Kenneth Graunke
Hey, I'd like to remove libGLw from the main Mesa repository. It never changes, and almost noone uses it...because GL and Motif is awesome, right? Since Debian still packages it, I pulled it into its own git repository, preserving history, and then autotooled it. You can get it here: git://peop