r600g/llvm: Pass struct r600_bytecode to r600_llvm_compile 79/6179/1
authorTom Stellard <thomas.stellard@amd.com>
Wed, 24 Apr 2013 03:08:57 +0000 (20:08 -0700)
committerTom Stellard <thomas.stellard@amd.com>
Wed, 24 Apr 2013 16:42:41 +0000 (12:42 -0400)
commitf64058803ad43e360ffaa5f14763485f4cac0158
tree46a8c123c76e4dbbaf2fdbf6f8a6707ccc090b84
parente29525f79fdb62993e14a4bc87a9e0955b838de0
r600g/llvm: Pass struct r600_bytecode to r600_llvm_compile

This way we don't need to update the function signature everytime we
emit a new config value.  This also fixes the build with
--enable-opencl.
src/gallium/drivers/r600/r600_llvm.c
src/gallium/drivers/r600/r600_llvm.h
src/gallium/drivers/r600/r600_shader.c