Re: [Mesa-dev] [PATCH 00/16] Yet another round of exported symbols cleanup

2014-04-06 Thread Negreanu, Adrian M
On Sat, Apr 5, 2014 at 5:07 AM, Emil Velikov wrote: > Hi all, > > This is the final round cleaning up the exported symbols mayhem for > gallium. > IIRC the only place in mesa that needs some love is src/mapi. > > Highlights: > - Drops __dri2ConfigOptions for both classic and gallium drivers. > Pr

Re: [Mesa-dev] [PATCH] android: build fix for libmesa_glsl_utils

2012-12-13 Thread Negreanu, Adrian M
On Thu, Dec 13, 2012 at 10:56 AM, Tapani Pälli wrote: > hash_table.c compilation requires ralloc.h include path > > Signed-off-by: Tapani Pälli > works for me > --- > src/mesa/Android.libmesa_glsl_utils.mk | 4 > 1 file changed, 4 insertions(+) > > diff --git a/src/mesa/Android.libmesa_

Re: [Mesa-dev] [PATCH] android: generate matching remap_helper to dispatch table

2012-10-04 Thread Negreanu, Adrian M
On Thu, Oct 4, 2012 at 1:58 PM, Oliver McFadden < oliver.mcfad...@linux.intel.com> wrote: > On Tue, Oct 02, 2012 at 04:20:51PM +0300, Negreanu, Adrian M wrote: > > On Tue, Oct 2, 2012 at 3:01 PM, Tapani Pälli > wrote: > > > > > commit a010215463c63680c69e90202fe3

Re: [Mesa-dev] [PATCH] android: generate matching remap_helper to dispatch table

2012-10-02 Thread Negreanu, Adrian M
On Tue, Oct 2, 2012 at 3:01 PM, Tapani Pälli wrote: > commit a010215463c63680c69e90202fe3fcd2e5b25fa6 removed ES2 specific > dispatch > table and remap_helper, since now we are using dispatch.h which is > generated > from gl_and_es_API.xml we need to generate a matching remap_helper using > the >