r600g: Add hooks for the LLVM shader compiler
authorTom Stellard <thomas.stellard@amd.com>
Tue, 17 Apr 2012 13:26:28 +0000 (09:26 -0400)
committerTom Stellard <thomas.stellard@amd.com>
Mon, 23 Apr 2012 13:34:04 +0000 (09:34 -0400)
commitced73ea5df306156e5383b438d6858e58b1479e5
treee27039d0117b8c3d108cdf78f63a2f2cc5ea790c
parent2da961056600d3f2d94a581c19bfcc1e636e8f41
r600g: Add hooks for the LLVM shader compiler

The LLVM backend can now be enabled for r600g by using the
--enable-r600-llvm-compiler configure flag.  If you configure with this
flag, you can still use the default compiler by setting the envrionment
variable R600_USE_LLVM=0

Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
configure.ac
src/gallium/drivers/r600/Makefile.am
src/gallium/drivers/r600/Makefile.sources
src/gallium/drivers/r600/r600_shader.c