projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cffa823
)
mesa: update comment on gl_display_list
author
Brian Paul
<brianp@vmware.com>
Thu, 18 Jan 2018 19:53:12 +0000
(12:53 -0700)
committer
Brian 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
patch
|
blob
|
history
diff --git
a/src/mesa/main/mtypes.h
b/src/mesa/main/mtypes.h
index d3d68517fe78081ffae6f4d47f4ca037b2755f08..4ee6ee39060191b9d2e00ec34b9822267b484b46 100644
(file)
--- 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
{