summaryrefslogtreecommitdiffstats
path: root/src/gallium/targets/pipe-loader/pipe.sym
Commit message (Collapse)AuthorAgeFilesLines
* pipe-loader: rework the sw backendEmil Velikov2015-11-211-1/+1
| | | | | | | | | | | | Move the winsys into the pipe-target, similar to the hardware pipe-driver. v2: - move int declaration outside of loop (Brian) - fold the teardown into a goto + separate function. Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> Acked-by: Rob Clark <robclark@freedesktop.org>
* targets/pipe-loader: cleanup version-scriptEmil Velikov2014-05-021-0/+7
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 <emil.l.velikov@gmail.com> Reviewed-by: Francisco Jerez <currojerez@riseup.net>