swr: don't export swr_create_screen_internal
authorEmil Velikov <emil.velikov@collabora.com>
Mon, 22 Jan 2018 17:52:49 +0000 (17:52 +0000)
committerEmil Velikov <emil.l.velikov@gmail.com>
Tue, 7 Aug 2018 16:23:17 +0000 (17:23 +0100)
commit54d844897fe0afea4b5ddf08565af49a8191d808
treeb127ab1b98fdd6363e6d057b69af9046a04bc46c
parente02f061b690def50060bcca76706e6407b83260f
swr: don't export swr_create_screen_internal

With earlier rework the user and provider of the symbol are within the
same binary. Thus there's no point in exporting the function.

Spotted while reviewing patch from Chuck, that nearly added another
unneeded PUBLIC function.

Cc: Chuck Atkins <chuck.atkins@kitware.com>
Cc: Tim Rowley <timothy.o.rowley@intel.com>
Fixes: f50aa21456d "(swr: build driver proper separate from rasterizer")
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
Tested-by: Chuck Atkins <chuck.atkins@kitware.com>
Reviewed-By: George Kyriazis <george.kyriazis@intel.com<mailto:george.kyriazis@intel.com>>
Tested-by: Chuck Atkins <chuck.atkins@kitware.com<mailto:chuck.atkins@kitware.com>>
src/gallium/drivers/swr/swr_public.h
src/gallium/drivers/swr/swr_screen.cpp