~ubuntu-branches/ubuntu/quantal/mesa/quantal

« back to all changes in this revision

Viewing changes to src/mesa/drivers/dri/i965/brw_fallback.c

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2007-02-21 12:44:07 UTC
  • mfrom: (1.2.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 22.
  • Revision ID: james.westby@ubuntu.com-20070221124407-rgcacs32mycrtadl
ImportĀ upstreamĀ versionĀ 6.5.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
237
237
         
238
238
      /* Fire the vertex
239
239
       */
240
 
      la[0].func( ctx, VERT_ATTRIB_POS, data );
 
240
      la[0].func( ctx, BRW_ATTRIB_POS, data );
241
241
      data = tmp;
242
242
   }
243
243
 
280
280
   GLuint i, nr = 0;
281
281
 
282
282
   for (i = 0 ; i <= BRW_ATTRIB_TEX7 ; i++) {
 
283
      if (i == BRW_ATTRIB_INDEX || i == BRW_ATTRIB_EDGEFLAG)
 
284
                   continue;
 
285
 
283
286
      if (attrsz[i]) {
284
287
         la[nr].target = i;
285
288
         la[nr].sz = attrsz[i];