[r300] Document registers completed 10.1 to 10.3

This commit is contained in:
Christoph Brill
2008-02-25 23:08:02 +01:00
parent 4cba59f8e7
commit 7d83618f99
+9
View File
@@ -714,7 +714,16 @@ USE OR OTHER DEALINGS IN THE SOFTWARE.
# define GA_LINE_STIPPLE_CONFIG_STIPPLE_SCALE_SHIFT 2
# define GA_LINE_STIPPLE_CONFIG_STIPPLE_SCALE_MASK 0xfffffffc
/* Used to load US instructions and constants */
#define R500_GA_US_VECTOR_INDEX 0x4250
# define GA_US_VECTOR_INDEX_SHIFT 0
# define GA_US_VECTOR_INDEX_MASK 0x000000ff
# define GA_US_VECTOR_INDEX_TYPE_INSTR (0 << 16)
# define GA_US_VECTOR_INDEX_TYPE_CONST (1 << 16)
# define GA_US_VECTOR_INDEX_CLAMP_NO (0 << 17)
# define GA_US_VECTOR_INDEX_CLAMP_CONST (1 << 17)
/* Data register for loading US instructions and constants */
#define R500_GA_US_VECTOR_DATA 0x4254
/* Specifies color properties and mappings of textures. */