mesa: update comment on gl_display_list
authorBrian Paul <brianp@vmware.com>
Thu, 18 Jan 2018 19:53:12 +0000 (12:53 -0700)
committerBrian Paul <brianp@vmware.com>
Wed, 24 Jan 2018 17:12:49 +0000 (10:12 -0700)
Reviewed-by: Roland Scheidegger <sroland@vmware.com>
src/mesa/main/mtypes.h

index d3d6851..4ee6ee3 100644 (file)
@@ -4372,9 +4372,7 @@ union gl_dlist_node;
 
 
 /**
- * Provide a location where information about a display list can be
- * collected.  Could be extended with driverPrivate structures,
- * etc. in the future.
+ * Per-display list information.
  */
 struct gl_display_list
 {