added GL_SGI_color_matrix extension

This commit is contained in:
Brian Paul
2000-04-08 18:57:45 +00:00
parent a518b47e5b
commit 250069dbb4
10 changed files with 321 additions and 47 deletions

View File

@@ -1,4 +1,4 @@
/* $Id: state.c,v 1.7 2000/04/07 16:27:26 brianp Exp $ */
/* $Id: state.c,v 1.8 2000/04/08 18:57:45 brianp Exp $ */
/*
* Mesa 3-D graphics library
@@ -1148,6 +1148,11 @@ void gl_update_state( GLcontext *ctx )
ctx->ModelProjectWinMatrixUptodate = 0;
}
if (ctx->NewState & NEW_COLOR_MATRIX) {
gl_matrix_analyze( &ctx->ColorMatrix );
printf("analyze color matrix %x %x\n", ctx->ColorMatrix.flags, ctx->ColorMatrix.type);
}
/* Figure out whether we can light in object space or not. If we
* can, find the current positions of the lights in object space
*/