~mmach/netext73/mesa_2004

« back to all changes in this revision

Viewing changes to src/gallium/drivers/softpipe/sp_setup.c

  • Committer: mmach
  • Date: 2021-07-26 20:24:44 UTC
  • Revision ID: netbit73@gmail.com-20210726202444-rxfuyveg93z05elx
2021-07-26 20:34:25

Show diffs side-by-side

added added

removed removed

Lines of Context:
1289
1289
 
1290
1290
      switch (sinfo->attrib[fragSlot].interp) {
1291
1291
      case SP_INTERP_CONSTANT:
1292
 
         /* fall-through */
 
1292
         FALLTHROUGH;
1293
1293
      case SP_INTERP_LINEAR:
1294
1294
         for (j = 0; j < TGSI_NUM_CHANNELS; j++)
1295
1295
            const_coeff(setup, &setup->coef[fragSlot], vertSlot, j);