Mesa (master): radeon/llvm: Set 64BitPtr feature bit for SI

Tom Stellard tstellar at kemper.freedesktop.org
Thu Aug 23 15:13:32 UTC 2012


Module: Mesa
Branch: master
Commit: 2de24024c1ca5366e76f449b115392a97808ef2d
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=2de24024c1ca5366e76f449b115392a97808ef2d

Author: Tom Stellard <thomas.stellard at amd.com>
Date:   Fri Aug 17 20:51:31 2012 +0000

radeon/llvm: Set 64BitPtr feature bit for SI

---

 src/gallium/drivers/radeon/Processors.td |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/gallium/drivers/radeon/Processors.td b/src/gallium/drivers/radeon/Processors.td
index ac6714e..92f4636 100644
--- a/src/gallium/drivers/radeon/Processors.td
+++ b/src/gallium/drivers/radeon/Processors.td
@@ -24,5 +24,5 @@ def : Proc<"barts",      R600_EG_Itin, [FeatureByteAddress, FeatureImages]>;
 def : Proc<"turks",      R600_EG_Itin, [FeatureByteAddress, FeatureImages]>;
 def : Proc<"caicos",     R600_EG_Itin, [FeatureByteAddress, FeatureImages]>;
 def : Proc<"cayman",     R600_EG_Itin, [FeatureByteAddress, FeatureImages, FeatureFP64]>;
-def : Proc<"SI", SI_Itin, []>;
+def : Proc<"SI", SI_Itin, [Feature64BitPtr]>;
 




More information about the mesa-commit mailing list