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

Author: Rob Clark <[email protected]>
Date:   Wed Feb 26 12:04:11 2014 -0500

freedreno: resync generated headers

Signed-off-by: Rob Clark <[email protected]>

---

 src/gallium/drivers/freedreno/a2xx/a2xx.xml.h     |    2 +-
 src/gallium/drivers/freedreno/a3xx/a3xx.xml.h     |    6 ++++--
 src/gallium/drivers/freedreno/adreno_common.xml.h |    2 +-
 src/gallium/drivers/freedreno/adreno_pm4.xml.h    |    2 +-
 4 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/src/gallium/drivers/freedreno/a2xx/a2xx.xml.h 
b/src/gallium/drivers/freedreno/a2xx/a2xx.xml.h
index a10630b..0de872d 100644
--- a/src/gallium/drivers/freedreno/a2xx/a2xx.xml.h
+++ b/src/gallium/drivers/freedreno/a2xx/a2xx.xml.h
@@ -13,7 +13,7 @@ The rules-ng-ng source files this header was generated from 
are:
 - /home/robclark/src/freedreno/envytools/rnndb/adreno/a2xx.xml          (  
32840 bytes, from 2014-01-05 14:44:21)
 - /home/robclark/src/freedreno/envytools/rnndb/adreno/adreno_common.xml (   
9009 bytes, from 2014-01-11 16:56:35)
 - /home/robclark/src/freedreno/envytools/rnndb/adreno/adreno_pm4.xml    (  
12362 bytes, from 2014-01-07 14:47:36)
-- /home/robclark/src/freedreno/envytools/rnndb/adreno/a3xx.xml          (  
56345 bytes, from 2014-02-23 00:00:17)
+- /home/robclark/src/freedreno/envytools/rnndb/adreno/a3xx.xml          (  
56545 bytes, from 2014-02-26 16:32:11)
 - /home/robclark/src/freedreno/envytools/rnndb/adreno/a4xx.xml          (   
8344 bytes, from 2013-11-30 14:49:47)
 
 Copyright (C) 2013-2014 by the following authors:
diff --git a/src/gallium/drivers/freedreno/a3xx/a3xx.xml.h 
b/src/gallium/drivers/freedreno/a3xx/a3xx.xml.h
index 17a912f..c61f7aa 100644
--- a/src/gallium/drivers/freedreno/a3xx/a3xx.xml.h
+++ b/src/gallium/drivers/freedreno/a3xx/a3xx.xml.h
@@ -13,7 +13,7 @@ The rules-ng-ng source files this header was generated from 
are:
 - /home/robclark/src/freedreno/envytools/rnndb/adreno/a2xx.xml          (  
32840 bytes, from 2014-01-05 14:44:21)
 - /home/robclark/src/freedreno/envytools/rnndb/adreno/adreno_common.xml (   
9009 bytes, from 2014-01-11 16:56:35)
 - /home/robclark/src/freedreno/envytools/rnndb/adreno/adreno_pm4.xml    (  
12362 bytes, from 2014-01-07 14:47:36)
-- /home/robclark/src/freedreno/envytools/rnndb/adreno/a3xx.xml          (  
56345 bytes, from 2014-02-23 00:00:17)
+- /home/robclark/src/freedreno/envytools/rnndb/adreno/a3xx.xml          (  
56545 bytes, from 2014-02-26 16:32:11)
 - /home/robclark/src/freedreno/envytools/rnndb/adreno/a4xx.xml          (   
8344 bytes, from 2013-11-30 14:49:47)
 
 Copyright (C) 2013-2014 by the following authors:
@@ -1249,6 +1249,7 @@ static inline uint32_t 
A3XX_PC_PRIM_VTX_CNTL_POLYMODE_BACK_PTYPE(enum adreno_pa_
        return ((val) << A3XX_PC_PRIM_VTX_CNTL_POLYMODE_BACK_PTYPE__SHIFT) & 
A3XX_PC_PRIM_VTX_CNTL_POLYMODE_BACK_PTYPE__MASK;
 }
 #define A3XX_PC_PRIM_VTX_CNTL_PROVOKING_VTX_LAST               0x02000000
+#define A3XX_PC_PRIM_VTX_CNTL_PSIZE                            0x04000000
 
 #define REG_A3XX_PC_RESTART_INDEX                              0x000021ed
 
@@ -1515,12 +1516,13 @@ static inline uint32_t 
A3XX_VFD_VS_THREADING_THRESHOLD_REGID_VTXCNT(uint32_t val
 }
 
 #define REG_A3XX_VPC_ATTR                                      0x00002280
-#define A3XX_VPC_ATTR_TOTALATTR__MASK                          0x00000fff
+#define A3XX_VPC_ATTR_TOTALATTR__MASK                          0x000001ff
 #define A3XX_VPC_ATTR_TOTALATTR__SHIFT                         0
 static inline uint32_t A3XX_VPC_ATTR_TOTALATTR(uint32_t val)
 {
        return ((val) << A3XX_VPC_ATTR_TOTALATTR__SHIFT) & 
A3XX_VPC_ATTR_TOTALATTR__MASK;
 }
+#define A3XX_VPC_ATTR_PSIZE                                    0x00000200
 #define A3XX_VPC_ATTR_THRDASSIGN__MASK                         0x0ffff000
 #define A3XX_VPC_ATTR_THRDASSIGN__SHIFT                                12
 static inline uint32_t A3XX_VPC_ATTR_THRDASSIGN(uint32_t val)
diff --git a/src/gallium/drivers/freedreno/adreno_common.xml.h 
b/src/gallium/drivers/freedreno/adreno_common.xml.h
index 8c20de7..4d99be1 100644
--- a/src/gallium/drivers/freedreno/adreno_common.xml.h
+++ b/src/gallium/drivers/freedreno/adreno_common.xml.h
@@ -13,7 +13,7 @@ The rules-ng-ng source files this header was generated from 
are:
 - /home/robclark/src/freedreno/envytools/rnndb/adreno/a2xx.xml          (  
32840 bytes, from 2014-01-05 14:44:21)
 - /home/robclark/src/freedreno/envytools/rnndb/adreno/adreno_common.xml (   
9009 bytes, from 2014-01-11 16:56:35)
 - /home/robclark/src/freedreno/envytools/rnndb/adreno/adreno_pm4.xml    (  
12362 bytes, from 2014-01-07 14:47:36)
-- /home/robclark/src/freedreno/envytools/rnndb/adreno/a3xx.xml          (  
56345 bytes, from 2014-02-23 00:00:17)
+- /home/robclark/src/freedreno/envytools/rnndb/adreno/a3xx.xml          (  
56545 bytes, from 2014-02-26 16:32:11)
 - /home/robclark/src/freedreno/envytools/rnndb/adreno/a4xx.xml          (   
8344 bytes, from 2013-11-30 14:49:47)
 
 Copyright (C) 2013-2014 by the following authors:
diff --git a/src/gallium/drivers/freedreno/adreno_pm4.xml.h 
b/src/gallium/drivers/freedreno/adreno_pm4.xml.h
index ad734b1..68a2893 100644
--- a/src/gallium/drivers/freedreno/adreno_pm4.xml.h
+++ b/src/gallium/drivers/freedreno/adreno_pm4.xml.h
@@ -13,7 +13,7 @@ The rules-ng-ng source files this header was generated from 
are:
 - /home/robclark/src/freedreno/envytools/rnndb/adreno/a2xx.xml          (  
32840 bytes, from 2014-01-05 14:44:21)
 - /home/robclark/src/freedreno/envytools/rnndb/adreno/adreno_common.xml (   
9009 bytes, from 2014-01-11 16:56:35)
 - /home/robclark/src/freedreno/envytools/rnndb/adreno/adreno_pm4.xml    (  
12362 bytes, from 2014-01-07 14:47:36)
-- /home/robclark/src/freedreno/envytools/rnndb/adreno/a3xx.xml          (  
56345 bytes, from 2014-02-23 00:00:17)
+- /home/robclark/src/freedreno/envytools/rnndb/adreno/a3xx.xml          (  
56545 bytes, from 2014-02-26 16:32:11)
 - /home/robclark/src/freedreno/envytools/rnndb/adreno/a4xx.xml          (   
8344 bytes, from 2013-11-30 14:49:47)
 
 Copyright (C) 2013-2014 by the following authors:

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

Reply via email to