summaryrefslogtreecommitdiff
path: root/src/mesa/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/drivers')
-rw-r--r--src/mesa/drivers/dri/radeon/radeon_fbo.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/mesa/drivers/dri/radeon/radeon_fbo.c b/src/mesa/drivers/dri/radeon/radeon_fbo.c
index 2125a65183..a55a563340 100644
--- a/src/mesa/drivers/dri/radeon/radeon_fbo.c
+++ b/src/mesa/drivers/dri/radeon/radeon_fbo.c
@@ -502,7 +502,6 @@ radeon_render_texture(GLcontext * ctx,
radeon_bo_ref(rrb->bo);
}
-#if 0
/* compute offset of the particular 2D image within the texture region */
imageOffset = radeon_miptree_image_offset(radeon_image->mt,
att->CubeMapFace,
@@ -515,8 +514,8 @@ radeon_render_texture(GLcontext * ctx,
}
/* store that offset in the region */
- radeon_image->mt->draw_offset = imageOffset;
-#endif
+ //TODO radeon_image->mt->draw_offset = imageOffset;
+
/* update drawing region, etc */
radeon_draw_buffer(ctx, fb);
}