tgsi: add ISSG support
This adds integer version of SSG that GLSL 1.30 can produce. Signed-off-by: Dave Airlie <airlied@redhat.com> Reviewed-by: Brian Paul <brianp@vmware.com>
This commit is contained in:
@@ -379,8 +379,9 @@ struct tgsi_property_data {
|
||||
#define TGSI_OPCODE_UARL 157
|
||||
#define TGSI_OPCODE_UCMP 158
|
||||
#define TGSI_OPCODE_IABS 159
|
||||
#define TGSI_OPCODE_ISSG 160
|
||||
|
||||
#define TGSI_OPCODE_LAST 160
|
||||
#define TGSI_OPCODE_LAST 161
|
||||
|
||||
#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