2009-02-27 08:24:32 +00:00
|
|
|
diff --git a/src/mesa/drivers/dri/intel/intel_fbo.c b/src/mesa/drivers/dri/intel/intel_fbo.c
|
|
|
|
index 787c290..be81b65 100644
|
|
|
|
--- a/src/mesa/drivers/dri/intel/intel_fbo.c
|
|
|
|
+++ b/src/mesa/drivers/dri/intel/intel_fbo.c
|
|
|
|
@@ -573,11 +573,6 @@ intel_render_texture(GLcontext * ctx,
|
2008-09-05 05:48:02 +00:00
|
|
|
return;
|
2008-03-03 02:52:48 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
- DBG("Begin render texture tid %x tex=%u w=%d h=%d refcount=%d\n",
|
|
|
|
- _glthread_GetID(),
|
|
|
|
- att->Texture->Name, newImage->Width, newImage->Height,
|
|
|
|
- irb->Base.RefCount);
|
|
|
|
-
|
|
|
|
/* point the renderbufer's region to the texture image region */
|
|
|
|
intel_image = intel_texture_image(newImage);
|
|
|
|
if (irb->region != intel_image->mt->region) {
|