diff options
author | Alex Deucher <alexdeucher@gmail.com> | 2009-03-26 11:36:26 -0400 |
---|---|---|
committer | Alex Deucher <alexdeucher@gmail.com> | 2009-03-26 11:36:26 -0400 |
commit | 076e4e3ac1c81086aecb4e70dd30fd5d26ec7bc8 (patch) | |
tree | f8569194384bdf8cebee86b5e4d8ae3a318d80ae /src/r600_reg.h | |
parent | d2c3964fe04be42fe538f36439ed5ffca96e436a (diff) |
R6xx/R7xx: clean up bool const code
3 regs: 1 bit per bool, 32 bools per ps/vs/gs
Diffstat (limited to 'src/r600_reg.h')
-rw-r--r-- | src/r600_reg.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/r600_reg.h b/src/r600_reg.h index 9036e2a5..937926ba 100644 --- a/src/r600_reg.h +++ b/src/r600_reg.h @@ -51,8 +51,8 @@ enum { SET_LOOP_CONST_offset = 0x0003e200, SET_LOOP_CONST_end = 0x0003e380, SET_BOOL_CONST_offset = 0x0003e380, - SET_BOOL_CONST_end = 0x00040000, -} ; + SET_BOOL_CONST_end = 0x0003e38c, +}; /* packet3 IT_SURFACE_BASE_UPDATE bits */ enum { |