Re: [Mesa-dev] [PATCH 3/4] targets/osmesa: limit the amount of exported symbols

2014-05-21 Thread Brian Paul
The original patch below works for me. Tested-by: Brian Paul On 05/20/2014 06:07 PM, Emil Velikov wrote: Just realised that I had forgotten about mangled gl. So this patch will need an extra line in the global symbols list. mgl*; I would still appreciate if someone familiar with OSMesa'

Re: [Mesa-dev] [PATCH 3/4] targets/osmesa: limit the amount of exported symbols

2014-05-20 Thread Emil Velikov
Just realised that I had forgotten about mangled gl. So this patch will need an extra line in the global symbols list. mgl*; I would still appreciate if someone familiar with OSMesa's api can take a look Cheers, Emil On 09/05/14 18:13, Emil Velikov wrote: > ping, > > Brian, you seem to be t

Re: [Mesa-dev] [PATCH 3/4] targets/osmesa: limit the amount of exported symbols

2014-05-09 Thread Emil Velikov
ping, Brian, you seem to be the only person that came near osmesa over the last few years. Can you take a look at the patch below? Cheers Emil On 02/05/14 22:02, Emil Velikov wrote: > Explicitly list all the OSMesa* symbols and wildcast the gl* > ones. > > Cc: Brian Paul > Signed-off-by: Emil

[Mesa-dev] [PATCH 3/4] targets/osmesa: limit the amount of exported symbols

2014-05-02 Thread Emil Velikov
Explicitly list all the OSMesa* symbols and wildcast the gl* ones. Cc: Brian Paul Signed-off-by: Emil Velikov --- src/gallium/targets/osmesa/Makefile.am | 1 + src/gallium/targets/osmesa/osmesa.sym | 18 ++ 2 files changed, 19 insertions(+) create mode 100644 src/gallium/targ