Re: [Mesa-dev] [PATCH 5/8] i965: Use visibility cflags on the driver code.

2012-09-21 Thread Matt Turner
On Fri, Sep 21, 2012 at 3:11 AM, Eric Anholt wrote: > The only symbols that need to be public (those in intel_screen.c that the > loader looks for) are already marked public. Saves 100k of compiled driver > size. > --- > src/mesa/drivers/dri/i965/Makefile.am |1 + > 1 file changed, 1 inserti

[Mesa-dev] [PATCH 5/8] i965: Use visibility cflags on the driver code.

2012-09-21 Thread Eric Anholt
The only symbols that need to be public (those in intel_screen.c that the loader looks for) are already marked public. Saves 100k of compiled driver size. --- src/mesa/drivers/dri/i965/Makefile.am |1 + 1 file changed, 1 insertion(+) diff --git a/src/mesa/drivers/dri/i965/Makefile.am b/src/