summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/cell
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2010-07-26 20:48:46 -0600
committerBrian Paul <brianp@vmware.com>2010-07-26 20:48:46 -0600
commitd2c714627ca490b23639ba4c32603f56b9d993e3 (patch)
tree21790880c9c6ee08a572ec2b5f2409dc9f7ea31e /src/gallium/drivers/cell
parentb17ee335e3398cd1bbd26f5411e7ee6fb6839286 (diff)
cell: added const qualifier
Diffstat (limited to 'src/gallium/drivers/cell')
-rw-r--r--src/gallium/drivers/cell/ppu/cell_context.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/cell/ppu/cell_context.h b/src/gallium/drivers/cell/ppu/cell_context.h
index 07b6eebc69..dc46e59a2d 100644
--- a/src/gallium/drivers/cell/ppu/cell_context.h
+++ b/src/gallium/drivers/cell/ppu/cell_context.h
@@ -154,7 +154,7 @@ struct cell_context
struct vertex_info vertex_info;
/** Mapped constant buffers */
- void *mapped_constants[PIPE_SHADER_TYPES];
+ const void *mapped_constants[PIPE_SHADER_TYPES];
PIPE_ALIGN_VAR(16) struct cell_spu_function_info spu_functions;