gallium: add TGSI opcodes UARL and UCMP
They are needed by glsl_to_tgsi for an efficient implementation using native integers. Reviewed-by: Brian Paul <brianp@vmware.com>
This commit is contained in:
@@ -363,7 +363,10 @@ struct tgsi_property_data {
|
||||
#define TGSI_OPCODE_SAMPLE_POS 155
|
||||
#define TGSI_OPCODE_SAMPLE_INFO 156
|
||||
|
||||
#define TGSI_OPCODE_LAST 157
|
||||
#define TGSI_OPCODE_UARL 157
|
||||
#define TGSI_OPCODE_UCMP 158
|
||||
|
||||
#define TGSI_OPCODE_LAST 159
|
||||
|
||||
#define TGSI_SAT_NONE 0 /* do not saturate */
|
||||
#define TGSI_SAT_ZERO_ONE 1 /* clamp to [0,1] */
|
||||
|
Reference in New Issue
Block a user