You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

mesa-7.1-nukeglthread-debug.patch 753B

123456789101112131415
  1. diff -up Mesa-7.1/src/mesa/drivers/dri/intel/intel_fbo.c.intel-glthread Mesa-7.1/src/mesa/drivers/dri/intel/intel_fbo.c
  2. --- Mesa-7.1/src/mesa/drivers/dri/intel/intel_fbo.c.intel-glthread 2008-08-25 10:49:40.000000000 -0400
  3. +++ Mesa-7.1/src/mesa/drivers/dri/intel/intel_fbo.c 2008-08-28 14:26:17.000000000 -0400
  4. @@ -633,11 +633,6 @@ intel_render_texture(GLcontext * ctx,
  5. return;
  6. }
  7. - DBG("Begin render texture tid %x tex=%u w=%d h=%d refcount=%d\n",
  8. - _glthread_GetID(),
  9. - att->Texture->Name, newImage->Width, newImage->Height,
  10. - irb->Base.RefCount);
  11. -
  12. /* point the renderbufer's region to the texture image region */
  13. intel_image = intel_texture_image(newImage);
  14. if (irb->region != intel_image->mt->region) {