~mmach/netext73/mesa_2004

« back to all changes in this revision

Viewing changes to src/gallium/drivers/swr/rasterizer/core/pa.h

  • Committer: mmach
  • Date: 2021-03-12 20:48:59 UTC
  • Revision ID: netbit73@gmail.com-20210312204859-i194ujlcu82pq61p
21

Show diffs side-by-side

added added

removed removed

Lines of Context:
1035
1035
            }
1036
1036
            break;
1037
1037
        case 6:
1038
 
            SWR_ASSERT(this->adjExtraVert != -1, "Algorith failure!");
 
1038
            SWR_ASSERT(this->adjExtraVert != -1, "Algorithm failure!");
1039
1039
            AssembleTriStripAdj<gsEnabled>();
1040
1040
 
1041
1041
            uint32_t nextTri[6];