Module: Mesa Branch: master Commit: 5ed7a7b7205b5680d617b77a8cf228b80cf15f5e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5ed7a7b7205b5680d617b77a8cf228b80cf15f5e
Author: Alex Deucher <[email protected]> Date: Wed May 25 11:04:25 2011 -0400 r600g: remove duplicate opcode in r600_opcodes.h V_SQ_CF_WORD1_SQ_CF_INST_HALT is 0x1f on both evergreen and cayman. Reported-by: Gustaw Smolarczyk <[email protected]> Signed-off-by: Alex Deucher <[email protected]> --- src/gallium/drivers/r600/r600_opcodes.h | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/src/gallium/drivers/r600/r600_opcodes.h b/src/gallium/drivers/r600/r600_opcodes.h index b19cc2b..184f32c 100644 --- a/src/gallium/drivers/r600/r600_opcodes.h +++ b/src/gallium/drivers/r600/r600_opcodes.h @@ -207,7 +207,6 @@ #define EG_V_SQ_CF_WORD1_SQ_CF_INST_JUMPTABLE 0x0000001d #define EG_V_SQ_CF_WORD1_SQ_CF_INST_GLOBAL_WAVE_SYNC 0x0000001e #define EG_V_SQ_CF_WORD1_SQ_CF_INST_HALT 0x0000001f -#define EG_V_SQ_CF_WORD1_SQ_CF_INST_HALT 0x0000001f /* cayman extras */ #define CM_V_SQ_CF_WORD1_SQ_CF_INST_END 0x00000020 _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
