[Mesa-dev] [PATCH V3 3/5] i965 Gen4/5: clip: correctly handle flat varyings

Chris Forbes chrisf at ijw.co.nz
Mon Jul 15 01:18:42 PDT 2013


+   for (i=0; i < c->vue_map.num_slots; i++) {
+      if (c->key.interpolation_mode[i] == INTERP_QUALIFIER_FLAT) {
+         printf("flatshaded: %d @ %d\n", i,
+               brw_vue_slot_to_offset(i));

Oops, that wasn't supposed to still be in there!


More information about the mesa-dev mailing list