Subversion Repositories Kolibri OS

Rev

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

Rev 1179 Rev 1403
Line 898... Line 898...
898
#	define R300_TX_FORMAT_FL_I16A16		    0x19
898
#	define R300_TX_FORMAT_FL_I16A16		    0x19
899
#	define R300_TX_FORMAT_FL_R16G16B16A16	    0x1A
899
#	define R300_TX_FORMAT_FL_R16G16B16A16	    0x1A
900
#	define R300_TX_FORMAT_FL_I32		    0x1B
900
#	define R300_TX_FORMAT_FL_I32		    0x1B
901
#	define R300_TX_FORMAT_FL_I32A32		    0x1C
901
#	define R300_TX_FORMAT_FL_I32A32		    0x1C
902
#	define R300_TX_FORMAT_FL_R32G32B32A32	    0x1D
902
#	define R300_TX_FORMAT_FL_R32G32B32A32	    0x1D
-
 
903
#	define R300_TX_FORMAT_ATI2N		    0x1F
903
	/* alpha modes, convenience mostly */
904
	/* alpha modes, convenience mostly */
904
	/* if you have alpha, pick constant appropriate to the
905
	/* if you have alpha, pick constant appropriate to the
905
	   number of channels (1 for I8, 2 for I8A8, 4 for R8G8B8A8, etc */
906
	   number of channels (1 for I8, 2 for I8A8, 4 for R8G8B8A8, etc */
906
#	define R300_TX_FORMAT_ALPHA_1CH		    0x000
907
#	define R300_TX_FORMAT_ALPHA_1CH		    0x000
907
#	define R300_TX_FORMAT_ALPHA_2CH		    0x200
908
#	define R300_TX_FORMAT_ALPHA_2CH		    0x200