r600g: Update some comments for Evergreen.

This commit is contained in:
Henri Verbeet
2011-01-07 17:06:11 +01:00
parent 97e2aa31c6
commit f39dfa0ab0
+3 -1
View File
@@ -506,7 +506,9 @@ int r600_shader_from_tgsi(const struct tgsi_token *tokens, struct r600_shader *s
/* Values [0,127] correspond to GPR[0..127].
* Values [128,159] correspond to constant buffer bank 0
* Values [160,191] correspond to constant buffer bank 1
* Values [256,511] correspond to cfile constants c[0..255].
* Values [256,511] correspond to cfile constants c[0..255]. (Gone on EG)
* Values [256,287] correspond to constant buffer bank 2 (EG)
* Values [288,319] correspond to constant buffer bank 3 (EG)
* Other special values are shown in the list below.
* 244 ALU_SRC_1_DBL_L: special constant 1.0 double-float, LSW. (RV670+)
* 245 ALU_SRC_1_DBL_M: special constant 1.0 double-float, MSW. (RV670+)