From: Brian Paul Date: Thu, 18 Jan 2018 19:53:12 +0000 (-0700) Subject: mesa: update comment on gl_display_list X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5d3e10fd27d97f9da8500296a38febd91dfb06ba;p=mesa.git mesa: update comment on gl_display_list Reviewed-by: Roland Scheidegger --- diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/mtypes.h index d3d68517fe7..4ee6ee39060 100644 --- a/src/mesa/main/mtypes.h +++ b/src/mesa/main/mtypes.h @@ -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 {