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

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