Re: [Mesa-dev] [PATCH 4/9] mesa: Uniform Buffer Objects data structures
On Thu, 1 Dec 2011 16:35:33 +0100, Vincent Lejeune wrote: >v2:Big cleanup of data structures used >v3:Data structures moved to mtypes.h A 100-line commit really needs more than a 1-line commit message. > --- > src/mesa/main/config.h|4 ++ > src/mesa/main/mtypes.h
[Mesa-dev] [PATCH 4/9] mesa: Uniform Buffer Objects data structures
v2:Big cleanup of data structures used v3:Data structures moved to mtypes.h --- src/mesa/main/config.h|4 ++ src/mesa/main/mtypes.h| 109 + src/mesa/main/shaderobj.c | 25 - src/mesa/program/prog_parameter.h |