draw: Remove const qualifier.
authorMichal Krol <michal@tungstengraphics.com>
Sat, 31 May 2008 16:19:21 +0000 (18:19 +0200)
committerMichal Krol <michal@tungstengraphics.com>
Sat, 31 May 2008 16:19:21 +0000 (18:19 +0200)
src/gallium/auxiliary/draw/draw_private.h

index 4f8ccee..423f642 100644 (file)
@@ -193,7 +193,7 @@ struct draw_context
 
       const float (*aligned_constants)[4];
 
-      const float (*aligned_constant_storage)[4];
+      float (*aligned_constant_storage)[4];
       unsigned const_storage_size;