Re: [Mesa-dev] [PATCH 01/12] mesa: Use realloc() instead of _mesa_realloc() and remove the latter.

2014-09-23 Thread Emil Velikov
Patches 01-08 and 10 are (v2 for patch 03 and 03 :P) Reviewed-by: Emil Velikov Would prefer it we can hold off 11 and 12 until we get any yay/nay on the topic. Thanks Emil P.S. It seems that egl and gbm did not get the utils treatment, including some parts of mapi. We can do that as a follow up

Re: [Mesa-dev] [PATCH 01/12] mesa: Use realloc() instead of _mesa_realloc() and remove the latter.

2014-09-22 Thread Ian Romanick
Patches 1 through 8 and 10 are Reviewed-by: Ian Romanick I don't grok the others well enough to say anything about them. On 09/22/2014 11:50 AM, Matt Turner wrote: > --- > src/gallium/state_trackers/glx/xlib/glx_api.c | 3 +-- > src/mesa/drivers/x11/fakeglx.c| 3 +-- > src/me

[Mesa-dev] [PATCH 01/12] mesa: Use realloc() instead of _mesa_realloc() and remove the latter.

2014-09-22 Thread Matt Turner
--- src/gallium/state_trackers/glx/xlib/glx_api.c | 3 +-- src/mesa/drivers/x11/fakeglx.c| 3 +-- src/mesa/main/imports.c | 14 -- src/mesa/main/imports.h | 3 --- src/mesa/main/shaderapi.c | 5 ++--- s