diff options
author | Dave Airlie <airliedfreedesktop.org> | 2005-11-21 11:39:49 +0000 |
---|---|---|
committer | Dave Airlie <airliedfreedesktop.org> | 2005-11-21 11:39:49 +0000 |
commit | bf44f6cfac73ee9c96f4753fb32f6e49aab13d77 (patch) | |
tree | 29e1b4469dc0e3bf404473ecc3a6f8efb55ac3e0 /src | |
parent | 1ea61b5cad77e0fc13f651327def1cfcdbfa788d (diff) |
bit 31 of this inserts a nop after the current instruction
Diffstat (limited to 'src')
-rw-r--r-- | src/mesa/drivers/dri/r300/r300_reg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/r300/r300_reg.h b/src/mesa/drivers/dri/r300/r300_reg.h index 4ef2ba00d4..fba7912636 100644 --- a/src/mesa/drivers/dri/r300/r300_reg.h +++ b/src/mesa/drivers/dri/r300/r300_reg.h @@ -1030,7 +1030,7 @@ I am fairly certain that they are correct unless stated otherwise in comments. # define R300_FPI0_OUTC_FRC (9 << 23) # define R300_FPI0_OUTC_REPL_ALPHA (10 << 23) # define R300_FPI0_OUTC_SAT (1 << 30) -# define R300_FPI0_UNKNOWN_31 (1 << 31) +# define R300_FPI0_INSERT_NOP (1 << 31) #define R300_PFS_INSTR2_0 0x49C0 # define R300_FPI2_ARGA_SRC0C_X 0 |