Re: [Mesa-dev] [PATCH 14/16] targets/pipe-loader: cleanup version-script

2014-04-05 Thread Francisco Jerez
Emil Velikov writes: > Drop the version/name tag from the script as it was never > meant to be there. Add swrast_create_screen as it is used > when loading swrast. Rename the file to pipe.sym. > > Cc: Francisco Jerez > Signed-off-by: Emil Velikov Reviewed-by: Francisco Jerez > --- > src/gal

[Mesa-dev] [PATCH 14/16] targets/pipe-loader: cleanup version-script

2014-04-04 Thread Emil Velikov
Drop the version/name tag from the script as it was never meant to be there. Add swrast_create_screen as it is used when loading swrast. Rename the file to pipe.sym. Cc: Francisco Jerez Signed-off-by: Emil Velikov --- src/gallium/targets/pipe-loader/Makefile.am | 4 ++-- src/gallium/targets/pip