r600g: Update some comments for Evergreen.
authorHenri Verbeet <hverbeet@gmail.com>
Fri, 7 Jan 2011 16:06:11 +0000 (17:06 +0100)
committerHenri Verbeet <hverbeet@gmail.com>
Fri, 7 Jan 2011 17:21:12 +0000 (18:21 +0100)
src/gallium/drivers/r600/r600_shader.c

index 5c089f48896fdb76686d792392366d22945e91d3..51ff7db3612719110c48cf046de76d06d568854a 100644 (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+)