added comment
authorBrian <brian.paul@tungstengraphics.com>
Wed, 6 Feb 2008 01:01:18 +0000 (18:01 -0700)
committerBen Skeggs <skeggsb@gmail.com>
Fri, 15 Feb 2008 02:50:32 +0000 (13:50 +1100)
src/mesa/state_tracker/st_atom_texture.c

index b3859f18cb620be73215a1816cc1657f656e3008..2a836d630b25358d60c27cbda0ca4947a4eb33a0 100644 (file)
@@ -59,6 +59,7 @@ update_textures(struct st_context *st)
          GLboolean flush, retval;
 
          retval = st_finalize_texture(st->ctx, st->pipe, texObj, &flush);
+         /* XXX retval indicates whether there's a texture border */
 
          pt = st_get_texobj_texture(texObj);
       }