i965/fs: Add unit tests for copy propagation pass.
[mesa.git] / src / mesa / math / m_matrix.c
index b3cfcd26a148bd886e38695b07600cb5a9f03a1b..493d0e5cb275adc97c751c4089b33007d242857f 100644 (file)
@@ -131,7 +131,7 @@ static const char *types[] = {
 /**
  * Identity matrix.
  */
-static GLfloat Identity[16] = {
+static const GLfloat Identity[16] = {
    1.0, 0.0, 0.0, 0.0,
    0.0, 1.0, 0.0, 0.0,
    0.0, 0.0, 1.0, 0.0,