Subversion Repositories Kolibri OS

Rev

Rev 1403 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1403 Rev 1430
Line 950... Line 950...
950
#       define R300_TXO_ENDIAN_BYTE_SWAP         (1 << 0)
950
#       define R300_TXO_ENDIAN_BYTE_SWAP         (1 << 0)
951
#       define R300_TXO_ENDIAN_WORD_SWAP         (2 << 0)
951
#       define R300_TXO_ENDIAN_WORD_SWAP         (2 << 0)
952
#       define R300_TXO_ENDIAN_HALFDW_SWAP       (3 << 0)
952
#       define R300_TXO_ENDIAN_HALFDW_SWAP       (3 << 0)
953
#       define R300_TXO_MACRO_TILE               (1 << 2)
953
#       define R300_TXO_MACRO_TILE               (1 << 2)
954
#       define R300_TXO_MICRO_TILE               (1 << 3)
954
#       define R300_TXO_MICRO_TILE               (1 << 3)
-
 
955
#       define R300_TXO_MICRO_TILE_SQUARE        (2 << 3)
955
#       define R300_TXO_OFFSET_MASK              0xffffffe0
956
#       define R300_TXO_OFFSET_MASK              0xffffffe0
956
#       define R300_TXO_OFFSET_SHIFT             5
957
#       define R300_TXO_OFFSET_SHIFT             5
957
	/* END: Guess from R200 */
958
	/* END: Guess from R200 */
Line 958... Line 959...
958
 
959
 
Line 1358... Line 1359...
1358
 */
1359
 */
1359
#define R300_RB3D_COLORPITCH0               0x4E38
1360
#define R300_RB3D_COLORPITCH0               0x4E38
1360
#       define R300_COLORPITCH_MASK              0x00001FF8 /* GUESS */
1361
#       define R300_COLORPITCH_MASK              0x00001FF8 /* GUESS */
1361
#       define R300_COLOR_TILE_ENABLE            (1 << 16) /* GUESS */
1362
#       define R300_COLOR_TILE_ENABLE            (1 << 16) /* GUESS */
1362
#       define R300_COLOR_MICROTILE_ENABLE       (1 << 17) /* GUESS */
1363
#       define R300_COLOR_MICROTILE_ENABLE       (1 << 17) /* GUESS */
-
 
1364
#       define R300_COLOR_MICROTILE_SQUARE_ENABLE (2 << 17)
1363
#       define R300_COLOR_ENDIAN_NO_SWAP         (0 << 18) /* GUESS */
1365
#       define R300_COLOR_ENDIAN_NO_SWAP         (0 << 18) /* GUESS */
1364
#       define R300_COLOR_ENDIAN_WORD_SWAP       (1 << 18) /* GUESS */
1366
#       define R300_COLOR_ENDIAN_WORD_SWAP       (1 << 18) /* GUESS */
1365
#       define R300_COLOR_ENDIAN_DWORD_SWAP      (2 << 18) /* GUESS */
1367
#       define R300_COLOR_ENDIAN_DWORD_SWAP      (2 << 18) /* GUESS */
1366
#       define R300_COLOR_FORMAT_RGB565          (2 << 22)
1368
#       define R300_COLOR_FORMAT_RGB565          (2 << 22)
1367
#       define R300_COLOR_FORMAT_ARGB8888        (3 << 22)
1369
#       define R300_COLOR_FORMAT_ARGB8888        (3 << 22)