gallium/radeon: Add query for symbol specific config information
authorTom Stellard <thomas.stellard@amd.com>
Mon, 29 Sep 2014 16:36:42 +0000 (09:36 -0700)
committerTom Stellard <thomas.stellard@amd.com>
Fri, 31 Oct 2014 19:24:00 +0000 (15:24 -0400)
commite91735a641b71bc2bccabd0c779a626fa412b314
treeba3fb7401fd8922cbc5f5ee1739b437f7b6dc154
parentf058c6bbd1674bbbe1e1ef5f6f14b95307ec6312
gallium/radeon: Add query for symbol specific config information

This adds a query which allows drivers to access the config
information of a specific function within the LLVM generated ELF
binary.  This makes it possible for the driver to handle ELF
binaries with multiple kernels / global functions.
src/gallium/drivers/radeon/r600_pipe_common.h
src/gallium/drivers/radeon/radeon_elf_util.c
src/gallium/drivers/radeon/radeon_elf_util.h