Re: [Mesa-dev] [PATCH 1/4] mesa: implement glGet(GL_TIMESTAMP) v2

2012-07-09 Thread Eric Anholt
Marek Olšák writes: > This is adds a new driver function to retrieve the timestamp. Reviewed-by: Eric Anholt pgpiAIdFyMQAr.pgp Description: PGP signature ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/

[Mesa-dev] [PATCH 1/4] mesa: implement glGet(GL_TIMESTAMP) v2

2012-07-05 Thread Marek Olšák
This is adds a new driver function to retrieve the timestamp. --- src/mesa/main/dd.h |6 ++ src/mesa/main/get.c | 15 ++- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/src/mesa/main/dd.h b/src/mesa/main/dd.h index 687a38f..c8a765f 100644 --- a/src/mesa/main/

Re: [Mesa-dev] [PATCH 1/4] mesa: implement glGet(GL_TIMESTAMP) v2

2012-07-05 Thread Marek Olšák
On Fri, Jul 6, 2012 at 12:59 AM, Eric Anholt wrote: > Marek Olšák writes: > >> This is adds a new driver function to retrieve the timestamp. > >> diff --git a/src/mesa/main/get.c b/src/mesa/main/get.c >> index a83d367..7a507ce 100644 >> --- a/src/mesa/main/get.c >> +++ b/src/mesa/main/get.c >> @@

Re: [Mesa-dev] [PATCH 1/4] mesa: implement glGet(GL_TIMESTAMP) v2

2012-07-05 Thread Eric Anholt
Marek Olšák writes: > This is adds a new driver function to retrieve the timestamp. > diff --git a/src/mesa/main/get.c b/src/mesa/main/get.c > index a83d367..7a507ce 100644 > --- a/src/mesa/main/get.c > +++ b/src/mesa/main/get.c > @@ -1807,7 +1811,18 @@ find_custom_value(struct gl_context *ctx,

[Mesa-dev] [PATCH 1/4] mesa: implement glGet(GL_TIMESTAMP) v2

2012-07-05 Thread Marek Olšák
This is adds a new driver function to retrieve the timestamp. --- src/mesa/main/dd.h |6 ++ src/mesa/main/get.c | 17 - 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/src/mesa/main/dd.h b/src/mesa/main/dd.h index 687a38f..c8a765f 100644 --- a/src/mesa/mai