diff options
author | Dave Airlie <[email protected]> | 2010-09-02 13:32:25 +1000 |
---|---|---|
committer | Dave Airlie <[email protected]> | 2010-09-02 13:32:25 +1000 |
commit | 7299023c2aa5378b2d54663a53cb2fa4e743fa73 (patch) | |
tree | 6fa9375a4d6d56a945ed98eafa5570e3ca1f11fc /src/gallium/drivers/r600/r600d.h | |
parent | 31b84acbd2ae2dc7555844c5a2eead932b8759a7 (diff) |
r600g: add missing vertex fetch formats to the translation table.
fixes at least 2 more piglits.
Diffstat (limited to 'src/gallium/drivers/r600/r600d.h')
-rw-r--r-- | src/gallium/drivers/r600/r600d.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/r600/r600d.h b/src/gallium/drivers/r600/r600d.h index 9bdfe4f966c..7b9a983d53b 100644 --- a/src/gallium/drivers/r600/r600d.h +++ b/src/gallium/drivers/r600/r600d.h @@ -199,6 +199,7 @@ #define V_0280A0_COLOR_16_16_16_16_FLOAT 0x00000020 #define V_0280A0_COLOR_32_32_32_32 0x00000022 #define V_0280A0_COLOR_32_32_32_32_FLOAT 0x00000023 +#define V_0280A0_COLOR_32_32_32_FLOAT 0x00000030 #define S_0280A0_ARRAY_MODE(x) (((x) & 0xF) << 8) #define G_0280A0_ARRAY_MODE(x) (((x) >> 8) & 0xF) #define C_0280A0_ARRAY_MODE 0xFFFFF0FF |