projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b17ee33
)
cell: added const qualifier
author
Brian Paul
<brianp@vmware.com>
Tue, 27 Jul 2010 02:48:46 +0000
(20:48 -0600)
committer
Brian Paul
<brianp@vmware.com>
Tue, 27 Jul 2010 02:48:46 +0000
(20:48 -0600)
src/gallium/drivers/cell/ppu/cell_context.h
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/cell/ppu/cell_context.h
b/src/gallium/drivers/cell/ppu/cell_context.h
index 07b6eebc69c37e15fbe24b336838c9eb85c71ed8..dc46e59a2d39b7e349446f3617cc9a22f59138b0 100644
(file)
--- 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;