diff options
author | Brian Paul <[email protected]> | 2018-01-18 12:53:12 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2018-01-24 10:12:49 -0700 |
commit | 5d3e10fd27d97f9da8500296a38febd91dfb06ba (patch) | |
tree | 5bf5c6c00a84302e58609a3964ff1d7463a408bc /src/mesa | |
parent | cffa82327df5055565517485271ad4283c04b8e9 (diff) |
mesa: update comment on gl_display_list
Reviewed-by: Roland Scheidegger <[email protected]>
Diffstat (limited to 'src/mesa')
-rw-r--r-- | src/mesa/main/mtypes.h | 4 |
1 files changed, 1 insertions, 3 deletions
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 { |