2011-06-20 04:15:34 +00:00
|
|
|
diff -up mesa-20110620/src/mesa/drivers/dri/intel/intel_fbo.c.da mesa-20110620/src/mesa/drivers/dri/intel/intel_fbo.c
|
|
|
|
--- mesa-20110620/src/mesa/drivers/dri/intel/intel_fbo.c.da 2011-06-20 13:51:25.000000000 +1000
|
|
|
|
+++ mesa-20110620/src/mesa/drivers/dri/intel/intel_fbo.c 2011-06-20 13:51:32.000000000 +1000
|
|
|
|
@@ -612,11 +612,6 @@ intel_render_texture(struct gl_context *
|
2008-09-05 05:48:02 +00:00
|
|
|
return;
|
2008-03-03 02:52:48 +00:00
|
|
|
}
|
|
|
|
|
2010-06-12 10:36:47 +00:00
|
|
|
- DBG("Begin render texture tid %lx tex=%u w=%d h=%d refcount=%d\n",
|
2008-03-03 02:52:48 +00:00
|
|
|
- _glthread_GetID(),
|
2011-06-20 04:15:34 +00:00
|
|
|
- att->Texture->Name, image->Width, image->Height,
|
2008-03-03 02:52:48 +00:00
|
|
|
- irb->Base.RefCount);
|
|
|
|
-
|
2011-06-20 04:15:34 +00:00
|
|
|
intel_renderbuffer_set_draw_offset(irb, intel_image, att->Zoffset);
|
|
|
|
intel_image->used_as_render_target = GL_TRUE;
|
|
|
|
|