[Mesa-dev] [PATCH 04/17] mesa: update comment on gl_display_list

Brian Paul brianp at vmware.com
Fri Jan 19 17:46:54 UTC 2018


---
 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 fe5f9d7..bcec9d7 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



More information about the mesa-dev mailing list