diff options
author | Brian Paul <[email protected]> | 2010-07-26 20:48:46 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2010-07-26 20:48:46 -0600 |
commit | d2c714627ca490b23639ba4c32603f56b9d993e3 (patch) | |
tree | 21790880c9c6ee08a572ec2b5f2409dc9f7ea31e /src/gallium/drivers/cell | |
parent | b17ee335e3398cd1bbd26f5411e7ee6fb6839286 (diff) |
cell: added const qualifier
Diffstat (limited to 'src/gallium/drivers/cell')
-rw-r--r-- | src/gallium/drivers/cell/ppu/cell_context.h | 2 |
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 07b6eebc69c..dc46e59a2d3 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; |