From ce6c17c0833032e91a2d1b34f9eb80c738a854a2 Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Sat, 5 Apr 2014 18:04:18 +0100 Subject: targets/pipe-loader: cleanup version-script 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. v2: Rebase on top of the LD_NO_UNDEFINED changes. Signed-off-by: Emil Velikov Reviewed-by: Francisco Jerez --- src/gallium/targets/pipe-loader/pipe.sym | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/gallium/targets/pipe-loader/pipe.sym (limited to 'src/gallium/targets/pipe-loader/pipe.sym') diff --git a/src/gallium/targets/pipe-loader/pipe.sym b/src/gallium/targets/pipe-loader/pipe.sym new file mode 100644 index 00000000000..19b1d77b040 --- /dev/null +++ b/src/gallium/targets/pipe-loader/pipe.sym @@ -0,0 +1,7 @@ +{ + global: + driver_descriptor; + swrast_create_screen; + local: + *; +}; -- cgit v1.2.3