summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r600/r600_context.h
diff options
context:
space:
mode:
authorMarek Olšák <maraeo@gmail.com>2010-05-29 15:27:42 +0200
committerMarek Olšák <maraeo@gmail.com>2010-05-29 15:41:22 +0200
commit1d57b6ebd186217a5c480245a36d169d357b8e67 (patch)
tree949dc2ca618642d6892bc4fdfd4f8c2475c375ac /src/gallium/drivers/r600/r600_context.h
parente7f0f6bb72c63fd6e6ddcb7a815be68682f1764c (diff)
r600g: make a local copy of viewport state
Diffstat (limited to 'src/gallium/drivers/r600/r600_context.h')
-rw-r--r--src/gallium/drivers/r600/r600_context.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/r600/r600_context.h b/src/gallium/drivers/r600/r600_context.h
index b8ce8b88ca..a5149038e2 100644
--- a/src/gallium/drivers/r600/r600_context.h
+++ b/src/gallium/drivers/r600/r600_context.h
@@ -76,7 +76,7 @@ struct r600_context {
struct pipe_stencil_ref stencil_ref;
struct pipe_framebuffer_state fb_state;
struct radeon_draw *draw;
- struct pipe_viewport_state *viewport;
+ struct pipe_viewport_state viewport;
};
void r600_draw_arrays(struct pipe_context *ctx, unsigned mode,