Re: [Mesa-dev] [PATCH 02/38] main: Add glCreateFramebuffers.

2015-04-09 Thread Fredrik Höglund
There should probably be two empty lines between the functions, but aside from that nitpick, this patch is: Reviewed-by: Fredrik Höglund On Wednesday 04 March 2015, Laura Ekstrand wrote: > --- > src/mapi/glapi/gen/ARB_direct_state_access.xml | 7 + > src/mesa/main/fbobject.c

[Mesa-dev] [PATCH 02/38] main: Add glCreateFramebuffers.

2015-03-03 Thread Laura Ekstrand
--- src/mapi/glapi/gen/ARB_direct_state_access.xml | 7 + src/mesa/main/fbobject.c | 40 ++ src/mesa/main/fbobject.h | 3 ++ src/mesa/main/tests/dispatch_sanity.cpp| 1 + 4 files changed, 46 insertions(+), 5 deletio