From 5d3e10fd27d97f9da8500296a38febd91dfb06ba Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Thu, 18 Jan 2018 12:53:12 -0700 Subject: [PATCH] mesa: update comment on gl_display_list Reviewed-by: Roland Scheidegger --- src/mesa/main/mtypes.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/mtypes.h index d3d6851..4ee6ee3 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 { -- 2.7.4