i965 Gen4/5: Introduce 'interpolation map' alongside the VUE map
[mesa.git] / src / mesa / drivers / dri / i965 / brw_sf.h
index caeb0d06b1cb9405bd0385ae186a829435bca800..d65f495e5cfae59f44090a577a1914c148ed3367 100644 (file)
@@ -46,6 +46,7 @@
 
 struct brw_sf_prog_key {
    GLbitfield64 attrs;
+   struct interpolation_mode_map interpolation_mode;
    uint8_t point_sprite_coord_replace;
    GLuint primitive:2;
    GLuint do_twoside_color:1;