projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
613974b
)
mesa: remove stale comment in dlist.c code
author
Brian Paul
<brianp@vmware.com>
Fri, 30 Jan 2015 15:54:19 +0000
(08:54 -0700)
committer
Brian Paul
<brianp@vmware.com>
Fri, 30 Jan 2015 20:27:18 +0000
(13:27 -0700)
sizeof(Node) is always 4 bytes.
Reviewed-by: Matt Turner <mattst88@gmail.com>
src/mesa/main/dlist.c
patch
|
blob
|
history
diff --git
a/src/mesa/main/dlist.c
b/src/mesa/main/dlist.c
index 0f0d95cdaf23277d945906a7ac8204e017ff5fb6..0058a87c272b26f794118333f931e6dfe9bce3b6 100644
(file)
--- a/
src/mesa/main/dlist.c
+++ b/
src/mesa/main/dlist.c
@@
-579,7
+579,7
@@
get_pointer(const Node *node)
/**
* Used to store a 64-bit uint in a pair of "Nodes" for the sake of 32-bit
- * environment.
In 64-bit env, sizeof(Node)==8 anyway.
+ * environment.
*/
union uint64_pair
{