Updates for OpenVMS : New makefiles

added some type-casts

 Modified Files:
 	Mesa/src/mesa/shader/descrip.mms
 	Mesa/src/mesa/shader/program.c
 	Mesa/src/mesa/shader/slang/slang_compile.c
 	Mesa/src/mesa/shader/slang/slang_preprocess.c
 Added Files:
 	Mesa/src/mesa/shader/slang/descrip.mms
 ----------------------------------------------------------------------
This commit is contained in:
Jouk Jansen
2005-04-18 13:05:24 +00:00
parent e9a3d8a772
commit 49b1d95c1c
5 changed files with 54 additions and 6 deletions

View File

@@ -810,7 +810,7 @@ _mesa_fetch_state(GLcontext *ctx, const enum state_index state[],
modifier == STATE_MATRIX_INVTRANS) {
/* Be sure inverse is up to date:
*/
_math_matrix_analyse( matrix );
_math_matrix_analyse( (GLmatrix*) matrix );
m = matrix->inv;
}
else {