mesa: make global perm variable static const
authorDave Airlie <airlied@gmail.com>
Sat, 15 Sep 2012 02:55:49 +0000 (12:55 +1000)
committerDave Airlie <airlied@gmail.com>
Sat, 15 Sep 2012 08:01:02 +0000 (18:01 +1000)
this array doesn't look like it needs to be global or unconst.

Reviewed-by: Matt Turner <mattst88@gmail.com>
Acked-by: Kenneth Graunke <kenneth@whitecape.org>
Signed-off-by: Dave Airlie <airlied@redhat.com>
src/mesa/program/prog_noise.c

index 1713ddb5f344dfe870e963ffa579a042000cc47d..75cd8c659fbeaa1e9d924fdc8d4ef6af1c1057ef 100644 (file)
@@ -76,7 +76,7 @@
  * A vector-valued noise over 3D accesses it 96 times, and a
  * float-valued 4D noise 64 times. We want this to fit in the cache!
  */
-unsigned char perm[512] = { 151, 160, 137, 91, 90, 15,
+static const unsigned char perm[512] = { 151, 160, 137, 91, 90, 15,
    131, 13, 201, 95, 96, 53, 194, 233, 7, 225, 140, 36, 103, 30, 69, 142, 8,
       99, 37, 240, 21, 10, 23,
    190, 6, 148, 247, 120, 234, 75, 0, 26, 197, 62, 94, 252, 219, 203, 117, 35,