gallium/util: use uint sampler for stencil-reads
[mesa.git] / src / gallium / include / pipe / p_shader_tokens.h
index 04a34f2bc9d4d8c0023e1ad7533bece67e07e2c0..b41d86ef3e34ea94c1900898a26cb1fe962e843d 100644 (file)
@@ -307,6 +307,8 @@ enum tgsi_property_name {
    TGSI_PROPERTY_MUL_ZERO_WINS,
    TGSI_PROPERTY_VS_BLIT_SGPRS_AMD,
    TGSI_PROPERTY_CS_USER_DATA_COMPONENTS_AMD,
+   TGSI_PROPERTY_LAYER_VIEWPORT_RELATIVE,
+   TGSI_PROPERTY_FS_BLEND_EQUATION_ADVANCED,
    TGSI_PROPERTY_COUNT,
 };