projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1c3f7ab
)
mesa: added cast to silence warning
author
Brian Paul
<brianp@vmware.com>
Thu, 5 Nov 2009 00:58:43 +0000
(17:58 -0700)
committer
Brian Paul
<brianp@vmware.com>
Thu, 5 Nov 2009 00:58:43 +0000
(17:58 -0700)
src/mesa/main/histogram.c
patch
|
blob
|
history
diff --git
a/src/mesa/main/histogram.c
b/src/mesa/main/histogram.c
index 4c46f9278712c9bd8cf367d6ae5d8c800172f8bb..2b3e62c7d5e243c88e92a17f06ca495c29cb435d 100644
(file)
--- a/
src/mesa/main/histogram.c
+++ b/
src/mesa/main/histogram.c
@@
-187,7
+187,7
@@
pack_histogram( GLcontext *ctx,
/* temporarily store as GLuints */
GLuint temp[4*HISTOGRAM_TABLE_SIZE];
GLuint *dst = temp;
- GLhalfARB *half = destination;
+ GLhalfARB *half =
(GLhalfARB *)
destination;
GLuint i;
/* get GLuint values */
PACK_MACRO(GLuint);