gallium/auxiliary: implement sw_probe_wrapped (v2)
authorChristoph Bumiller <christoph.bumiller@speed.at>
Mon, 17 Nov 2014 15:58:24 +0000 (16:58 +0100)
committerEmil Velikov <emil.l.velikov@gmail.com>
Tue, 18 Nov 2014 02:02:53 +0000 (02:02 +0000)
commite23d63cffd6103b8073c61f2740eb654c5c9b2c3
treeada4f3c26e9ae74b874fc7b87df14d660198fce5
parent8314315dff9d06257a17881052def017032eec7f
gallium/auxiliary: implement sw_probe_wrapped (v2)

Implement pipe_loader_sw_probe_wrapped which allows to use the wrapped
software renderer backend when using the pipe loader.

v2: - remove unneeded ifdef
    - use GALLIUM_PIPE_LOADER_WINSYS_LIBS
    - check for CALLOC_STRUCT
    thanks to Emil Velikov

Acked-by: Jose Fonseca <jfonseca@vmware.com>
Signed-off-by: David Heidelberg <david@ixit.cz>
src/gallium/Automake.inc
src/gallium/auxiliary/pipe-loader/pipe_loader.h
src/gallium/auxiliary/pipe-loader/pipe_loader_sw.c