~ubuntu-branches/ubuntu/jaunty/mesa/jaunty-proposed

« back to all changes in this revision

Viewing changes to src/mesa/drivers/dri/intel/intel_tex_copy.c

  • Committer: Bazaar Package Importer
  • Author(s): Timo Aaltonen
  • Date: 2009-04-03 12:42:06 UTC
  • mfrom: (1.3.2 upstream)
  • mto: This revision was merged to the branch mainline in revision 70.
  • Revision ID: james.westby@ubuntu.com-20090403124206-vulvbgrn29zpeb2m
Tags: upstream-7.4
ImportĀ upstreamĀ versionĀ 7.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
104
104
      return GL_FALSE;
105
105
   }
106
106
 
107
 
   intelFlush(ctx);
 
107
   intel_glFlush(ctx);
108
108
   LOCK_HARDWARE(intel);
109
109
   {
110
110
      GLuint image_offset = intel_miptree_image_offset(intelImage->mt,
155
155
   }
156
156
 
157
157
   UNLOCK_HARDWARE(intel);
 
158
   intel_glFlush(ctx);
158
159
 
159
160
   /* GL_SGIS_generate_mipmap */
160
161
   if (intelImage->level == texObj->BaseLevel && texObj->GenerateMipmap) {