[Mesa-dev] [PATCH 2/2] mesa: Include GIT SHA1 in GL version string

2011-04-04 Thread Ian Romanick
From: Ian Romanick --- Makefile|4 bin/extract_git_sha1| 10 ++ src/mesa/main/version.c |7 ++- 3 files changed, 20 insertions(+), 1 deletions(-) create mode 100755 bin/extract_git_sha1 diff --git a/Makefile b/Makefile index a1ab65e..be95679 10064

Re: [Mesa-dev] [PATCH 2/2] mesa: Include GIT SHA1 in GL version string

2011-04-04 Thread Brian Paul
Getting rid of DRIVER_DATE sounds good. One comment below... On 03/31/2011 02:30 PM, Ian Romanick wrote: From: Ian Romanick --- Makefile|8 src/mesa/main/version.c |7 ++- 2 files changed, 14 insertions(+), 1 deletions(-) diff --git a/Makefile b/Makefi

Re: [Mesa-dev] [PATCH 2/2] mesa: Include GIT SHA1 in GL version string

2011-04-02 Thread Ian Romanick
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 03/31/2011 01:56 PM, Corbin Simpson wrote: > On Thu, Mar 31, 2011 at 1:30 PM, Ian Romanick wrote: >> From: Ian Romanick >> >> +# The git command below generates an empty string when we're not >> +# building in a GIT tree (i.e., building from a rel

Re: [Mesa-dev] [PATCH 2/2] mesa: Include GIT SHA1 in GL version string

2011-03-31 Thread Shuang He
On 2011/4/1 9:24, Kristian Høgsberg wrote: On Thu, Mar 31, 2011 at 8:03 PM, Dan Nicholson wrote: On Thu, Mar 31, 2011 at 3:41 PM, Eric Anholt wrote: On Thu, 31 Mar 2011 13:56:56 -0700, Corbin Simpson wrote: On Thu, Mar 31, 2011 at 1:30 PM, Ian Romanick wrote: From: Ian Romanick --- Ma

Re: [Mesa-dev] [PATCH 2/2] mesa: Include GIT SHA1 in GL version string

2011-03-31 Thread Kristian Høgsberg
On Thu, Mar 31, 2011 at 8:03 PM, Dan Nicholson wrote: > On Thu, Mar 31, 2011 at 3:41 PM, Eric Anholt wrote: >> On Thu, 31 Mar 2011 13:56:56 -0700, Corbin Simpson >> wrote: >>> On Thu, Mar 31, 2011 at 1:30 PM, Ian Romanick wrote: >>> > From: Ian Romanick >>> > >>> > --- >>> >  Makefile        

Re: [Mesa-dev] [PATCH 2/2] mesa: Include GIT SHA1 in GL version string

2011-03-31 Thread Dan Nicholson
On Thu, Mar 31, 2011 at 3:41 PM, Eric Anholt wrote: > On Thu, 31 Mar 2011 13:56:56 -0700, Corbin Simpson > wrote: >> On Thu, Mar 31, 2011 at 1:30 PM, Ian Romanick wrote: >> > From: Ian Romanick >> > >> > --- >> >  Makefile                |    8 >> >  src/mesa/main/version.c |    7 +++

Re: [Mesa-dev] [PATCH 2/2] mesa: Include GIT SHA1 in GL version string

2011-03-31 Thread Corbin Simpson
Ah, yeah, I can see how that might be a problem. Sending from a mobile, pardon the brevity. ~ C. On Mar 31, 2011 3:41 PM, "Eric Anholt" wrote: > On Thu, 31 Mar 2011 13:56:56 -0700, Corbin Simpson < mostawesomed...@gmail.com> wrote: >> On Thu, Mar 31, 2011 at 1:30 PM, Ian Romanick wrote: >> > Fro

Re: [Mesa-dev] [PATCH 2/2] mesa: Include GIT SHA1 in GL version string

2011-03-31 Thread Eric Anholt
On Thu, 31 Mar 2011 13:56:56 -0700, Corbin Simpson wrote: > On Thu, Mar 31, 2011 at 1:30 PM, Ian Romanick wrote: > > From: Ian Romanick > > > > --- > >  Makefile                |    8 > >  src/mesa/main/version.c |    7 ++- > >  2 files changed, 14 insertions(+), 1 deletions(-) > >

Re: [Mesa-dev] [PATCH 2/2] mesa: Include GIT SHA1 in GL version string

2011-03-31 Thread Corbin Simpson
On Thu, Mar 31, 2011 at 1:30 PM, Ian Romanick wrote: > From: Ian Romanick > > --- >  Makefile                |    8 >  src/mesa/main/version.c |    7 ++- >  2 files changed, 14 insertions(+), 1 deletions(-) > > diff --git a/Makefile b/Makefile > index a1ab65e..c85b903 100644 > --- a/

[Mesa-dev] [PATCH 2/2] mesa: Include GIT SHA1 in GL version string

2011-03-31 Thread Ian Romanick
From: Ian Romanick --- Makefile|8 src/mesa/main/version.c |7 ++- 2 files changed, 14 insertions(+), 1 deletions(-) diff --git a/Makefile b/Makefile index a1ab65e..c85b903 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,15 @@ TOP = . SUBDIRS = src +# T