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

Author: Tom Stellard <[email protected]>
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]>;
 

_______________________________________________
mesa-commit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to