From: Stephane C. <Ste...@em...> - 2001-07-11 08:58:58
|
Hi. mesa 3.5, in matrix.c:78, when manipulating the color matrix, shouldn't flags be set to: flags |= _NEW_COLOR_MATRIX | _NEW_PIXEL; instead of: flags |= _NEW_COLOR_MATRIX; doing so fixes a bug when copying into a texture (ie mesa_update_state is called)... stef -- Stephane Conversy Ecole des Mines de Nantes |