[Mesa-dev] [PATCH 8/9] mesa: add Uniform Buffer Object API implementation

2011-12-01 Thread Vincent Lejeune
v2:Move implementation to ubo.cpp and ubo.h as suggested by Brian Paul --- src/mesa/main/api_exec.c |2 + src/mesa/main/bufferobj.c| 11 + src/mesa/main/ubo.c | 268 ++ src/mesa/main/ubo.cpp

Re: [Mesa-dev] [PATCH 8/9] mesa: add Uniform Buffer Object API implementation

2011-10-17 Thread Brian Paul
On 10/16/2011 04:37 PM, vlj wrote: --- src/mesa/main/bufferobj.c |2 + src/mesa/main/uniforms.c | 187 + src/mesa/main/uniforms.h | 15 3 files changed, 204 insertions(+), 0 deletions(-) diff --git a/src/mesa/main/bufferobj.c b/src/m

[Mesa-dev] [PATCH 8/9] mesa: add Uniform Buffer Object API implementation

2011-10-16 Thread vlj
--- src/mesa/main/bufferobj.c |2 + src/mesa/main/uniforms.c | 187 + src/mesa/main/uniforms.h | 15 3 files changed, 204 insertions(+), 0 deletions(-) diff --git a/src/mesa/main/bufferobj.c b/src/mesa/main/bufferobj.c index c453f9c..cddb0

Re: [Mesa-dev] [PATCH 8/9] mesa: add Uniform Buffer Object API implementation

2011-09-23 Thread Brian Paul
On 09/23/2011 07:53 AM, vlj wrote: --- src/mesa/main/bufferobj.c |2 + src/mesa/main/uniforms.c | 99 + 2 files changed, 101 insertions(+), 0 deletions(-) diff --git a/src/mesa/main/bufferobj.c b/src/mesa/main/bufferobj.c index c453f9c..794c

[Mesa-dev] [PATCH 8/9] mesa: add Uniform Buffer Object API implementation

2011-09-23 Thread vlj
--- src/mesa/main/bufferobj.c |2 + src/mesa/main/uniforms.c | 99 + 2 files changed, 101 insertions(+), 0 deletions(-) diff --git a/src/mesa/main/bufferobj.c b/src/mesa/main/bufferobj.c index c453f9c..794cde5 100644 --- a/src/mesa/main/bufferobj