summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Anholt <[email protected]>2011-09-21 16:43:08 -0700
committerEric Anholt <[email protected]>2011-09-26 15:33:42 -0700
commitb4721bf711df5a18489939b373b5e3fa10d28daa (patch)
tree85394f1bcfe6e344682fd3918e881dc5888eae0f
parent2ef77d1c74be936f7597d4f289c732c0db9e8687 (diff)
intel: Drop stale comment about CopyTexSubImage.
We get called for TexImage higher up, and in a relatively normal way (pixels == NULL is common for FBO setup). Acked-by: Kenneth Graunke <[email protected]>
-rw-r--r--src/mesa/drivers/dri/intel/intel_tex_image.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mesa/drivers/dri/intel/intel_tex_image.c b/src/mesa/drivers/dri/intel/intel_tex_image.c
index be328d1aa30..060f22c3dc3 100644
--- a/src/mesa/drivers/dri/intel/intel_tex_image.c
+++ b/src/mesa/drivers/dri/intel/intel_tex_image.c
@@ -403,10 +403,6 @@ intelTexImage(struct gl_context * ctx,
return;
}
- /* intelCopyTexImage calls this function with pixels == NULL, with
- * the expectation that the mipmap tree will be set up but nothing
- * more will be done. This is where those calls return:
- */
pixels = _mesa_validate_pbo_teximage(ctx, dims, width, height, 1,
format, type,
pixels, unpack, "glTexImage");