summaryrefslogtreecommitdiffstats
path: root/src/gallium/targets/pipe-loader/pipe_swrast.c
Commit message (Collapse)AuthorAgeFilesLines
* targets/pipe-loader: drop driver_descriptor symbol from swrastEmil Velikov2014-05-021-3/+0
| | | | | | | | | The symbol is used for hardware only drivers. For swrast the loader uses swrast_create_screen. Add VISIBILITY_CFLAGS while we're here. Signed-off-by: Emil Velikov <[email protected]> Reviewed-by: Francisco Jerez <[email protected]>
* gallium: Add "pipe-loader" target.Francisco Jerez2012-05-111-0/+22
This target generates pipe driver modules intended to be consumed by auxiliary/pipe-loader. Most of it was taken from the "gbm" target -- the duplicated code will be replaced with references to this target in a future commit. Reviewed-by: Jakob Bornecrantz <[email protected]>