st/mesa: update comment
authorBrian Paul <brianp@vmware.com>
Thu, 1 Oct 2009 02:36:25 +0000 (20:36 -0600)
committerBrian Paul <brianp@vmware.com>
Thu, 1 Oct 2009 02:36:25 +0000 (20:36 -0600)
src/mesa/state_tracker/st_cb_drawpixels.c

index 081c09c..3751c87 100644 (file)
@@ -410,7 +410,7 @@ make_texture(struct st_context *st,
        */
       success = _mesa_texstore(ctx, 2,           /* dims */
                                baseFormat,       /* baseInternalFormat */
-                               mformat,          /* gl_texture_format */
+                               mformat,          /* gl_format */
                                dest,             /* dest */
                                0, 0, 0,          /* dstX/Y/Zoffset */
                                transfer->stride, /* dstRowStride, bytes */