st/mesa: update comment

This commit is contained in:
Brian Paul
2009-09-30 20:36:25 -06:00
parent bdc761b0f9
commit 884d1abb2a
+1 -1
View 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 */