summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/cell/ppu/cell_state_shader.c
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2009-03-04 09:34:46 -0700
committerBrian Paul <brianp@vmware.com>2009-03-04 09:34:46 -0700
commitca06c0c16d09d58f96736aa095e1a592862a9427 (patch)
tree220db1f7504d7142b044e305e2a0f78f53918c45 /src/gallium/drivers/cell/ppu/cell_state_shader.c
parentfba923ff4415ce8a14c890dea65bcb07b2f87fb5 (diff)
cell: update cell driver after gallium reference count changes
Diffstat (limited to 'src/gallium/drivers/cell/ppu/cell_state_shader.c')
-rw-r--r--src/gallium/drivers/cell/ppu/cell_state_shader.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/gallium/drivers/cell/ppu/cell_state_shader.c b/src/gallium/drivers/cell/ppu/cell_state_shader.c
index bf517ea563..6568c784fe 100644
--- a/src/gallium/drivers/cell/ppu/cell_state_shader.c
+++ b/src/gallium/drivers/cell/ppu/cell_state_shader.c
@@ -193,9 +193,7 @@ cell_set_constant_buffer(struct pipe_context *pipe,
draw_flush(cell->draw);
/* note: reference counting */
- pipe_buffer_reference(pipe->screen,
- &cell->constants[shader].buffer,
- buf->buffer);
+ pipe_buffer_reference(&cell->constants[shader].buffer, buf->buffer);
if (shader == PIPE_SHADER_VERTEX)
cell->dirty |= CELL_NEW_VS_CONSTANTS;