Re: [Mesa-dev] [PATCH 1/2] mesa: add Uniform Buffer Object API implementation
On 12/02/2011 06:22 AM, Vincent Lejeune wrote: 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.cpp| 263 +
[Mesa-dev] [PATCH 1/2] mesa: add Uniform Buffer Object API implementation
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.cpp| 263 ++ src/mesa/main/ubo.h