summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r600/r600_context.h
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2010-08-02 14:42:29 +1000
committerDave Airlie <airlied@redhat.com>2010-08-02 16:27:01 +1000
commit7bcd39ce50b7b710bb8561c430f345ebe91ab9a3 (patch)
tree6bb7fa53a86a0f1b3118b802e81e0e87840ff6c0 /src/gallium/drivers/r600/r600_context.h
parent01984cf34fa4e6d564d06a126795468b5718ecb0 (diff)
r600g: add initial blend state.
migrates cb_cntl to be regenerated
Diffstat (limited to 'src/gallium/drivers/r600/r600_context.h')
-rw-r--r--src/gallium/drivers/r600/r600_context.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/r600/r600_context.h b/src/gallium/drivers/r600/r600_context.h
index 97c8a46bb0..a1ee9577ba 100644
--- a/src/gallium/drivers/r600/r600_context.h
+++ b/src/gallium/drivers/r600/r600_context.h
@@ -158,6 +158,7 @@ struct r600_context {
struct r600_vertex_element *vertex_elements;
struct pipe_vertex_buffer vertex_buffer[PIPE_MAX_ATTRIBS];
struct pipe_index_buffer index_buffer;
+ struct pipe_blend_color blend_color;
};
#if 0