diff options
author | Ilia Mirkin <[email protected]> | 2017-01-01 23:02:06 -0500 |
---|---|---|
committer | Ilia Mirkin <[email protected]> | 2017-01-16 21:13:08 -0500 |
commit | 1393999541f3956156bf227209ecbf6d814ffc8f (patch) | |
tree | 2064061cc57874727f5e6fa2e73b34c9de94f08d /src/gallium/include | |
parent | 376316e963b6636bb3c3900b3918a197c5e632aa (diff) |
gallium: add FBFETCH opcode to retrieve the current sample value
Signed-off-by: Ilia Mirkin <[email protected]>
Reviewed-by: Nicolai Hähnle <[email protected]>
Diffstat (limited to 'src/gallium/include')
-rw-r--r-- | src/gallium/include/pipe/p_shader_tokens.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/include/pipe/p_shader_tokens.h b/src/gallium/include/pipe/p_shader_tokens.h index a867d139144..b2d440a0b91 100644 --- a/src/gallium/include/pipe/p_shader_tokens.h +++ b/src/gallium/include/pipe/p_shader_tokens.h @@ -397,7 +397,7 @@ struct tgsi_property_data { #define TGSI_OPCODE_CMP 66 #define TGSI_OPCODE_SCS 67 #define TGSI_OPCODE_TXB 68 - /* gap */ +#define TGSI_OPCODE_FBFETCH 69 #define TGSI_OPCODE_DIV 70 #define TGSI_OPCODE_DP2 71 #define TGSI_OPCODE_TXL 72 |