Re: [Mesa-dev] [PATCH 19/23] main: Refactor GetBufferParameteri[64]v.

2015-03-16 Thread Fredrik Höglund
This patch is: Reviewed-by: Fredrik Höglund On Thursday 12 February 2015, Laura Ekstrand wrote: > v2: Split into a refactor commit and an entry point commit. > --- > src/mesa/main/bufferobj.c | 119 > ++ > 1 file changed, 45 insertions(+), 74 deletio

[Mesa-dev] [PATCH 19/23] main: Refactor GetBufferParameteri[64]v.

2015-02-11 Thread Laura Ekstrand
v2: Split into a refactor commit and an entry point commit. --- src/mesa/main/bufferobj.c | 119 ++ 1 file changed, 45 insertions(+), 74 deletions(-) diff --git a/src/mesa/main/bufferobj.c b/src/mesa/main/bufferobj.c index 9b3d2ea..dfeda21 100644 --- a/