projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d2d3052
)
Committing in .
author
Jouk Jansen
<joukj@hrem.stm.tudelft.nl>
Wed, 27 Aug 2003 11:12:35 +0000
(11:12 +0000)
committer
Jouk Jansen
<joukj@hrem.stm.tudelft.nl>
Wed, 27 Aug 2003 11:12:35 +0000
(11:12 +0000)
Added a type cast to silence the OpenVMS DECC compiler
Modified Files:
Mesa-newtree/src/mesa/swrast/s_nvfragprog.c
----------------------------------------------------------------------
src/mesa/swrast/s_nvfragprog.c
patch
|
blob
|
history
diff --git
a/src/mesa/swrast/s_nvfragprog.c
b/src/mesa/swrast/s_nvfragprog.c
index 8bb6ccf73501bb361725a3fcd4d60aaccb9283fc..cb3ca86a5312a0df292c3e2e1a3b6102fadcb46f 100644
(file)
--- a/
src/mesa/swrast/s_nvfragprog.c
+++ b/
src/mesa/swrast/s_nvfragprog.c
@@
-477,7
+477,7
@@
init_machine_deriv( GLcontext *ctx,
_mesa_memcpy(dMachine, machine, sizeof(struct fp_machine));
/* Clear temporary registers */
- _mesa_bzero(machine->Temporaries,
+ _mesa_bzero(
(void*)
machine->Temporaries,
MAX_NV_FRAGMENT_PROGRAM_TEMPS * 4 * sizeof(GLfloat));
/* Add derivatives */