diff options
author | Tom Stellard <[email protected]> | 2013-04-04 16:21:06 -0400 |
---|---|---|
committer | Tom Stellard <[email protected]> | 2013-04-15 10:54:30 -0700 |
commit | d50343dff1e74c203a9c32279b85ed762907b7ca (patch) | |
tree | d37cc8e303292ea99d0e2d31c75eeae546894a5d /src/gallium/drivers/radeon/LLVM_REVISION.txt | |
parent | 9277b04c02de1e7a89b65839d8f4f717163ab4b1 (diff) |
radeonsi: Read config values from the .AMDGPU.config ELF section
Instead of emitting configuration values (e.g. number of gprs used) in a
predefined order, the LLVM backend now emits these values in
register/value pairs. The first dword contains the register address and
the second dword contians the value to write.
Reviewed-by: Michel Dänzer <[email protected]>
Diffstat (limited to 'src/gallium/drivers/radeon/LLVM_REVISION.txt')
-rw-r--r-- | src/gallium/drivers/radeon/LLVM_REVISION.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/radeon/LLVM_REVISION.txt b/src/gallium/drivers/radeon/LLVM_REVISION.txt index f086d34bbca..3ff06020b4f 100644 --- a/src/gallium/drivers/radeon/LLVM_REVISION.txt +++ b/src/gallium/drivers/radeon/LLVM_REVISION.txt @@ -1 +1 @@ -@179544 +@179546 |