summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r300/r300_context.h
diff options
context:
space:
mode:
authorCorbin Simpson <MostAwesomeDude@gmail.com>2009-02-16 03:33:56 -0800
committerCorbin Simpson <MostAwesomeDude@gmail.com>2009-02-16 04:12:41 -0800
commit1bb2fb498ee65ba29aa4098983116be3d81cc2da (patch)
tree6ddcfba4ee9caa1c6c80bf9622fe348eed1e867d /src/gallium/drivers/r300/r300_context.h
parentcfae542d1f34d95ce6a740311d8331a74307d31f (diff)
r300-gallium: Set up draw rasterizer.
Diffstat (limited to 'src/gallium/drivers/r300/r300_context.h')
-rw-r--r--src/gallium/drivers/r300/r300_context.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gallium/drivers/r300/r300_context.h b/src/gallium/drivers/r300/r300_context.h
index 53e41bf76d..a3727c8fb4 100644
--- a/src/gallium/drivers/r300/r300_context.h
+++ b/src/gallium/drivers/r300/r300_context.h
@@ -59,6 +59,9 @@ struct r300_dsa_state {
};
struct r300_rs_state {
+ /* XXX icky as fucking hell */
+ struct pipe_rasterizer_state rs;
+
uint32_t vap_control_status; /* R300_VAP_CNTL_STATUS: 0x2140 */
uint32_t point_size; /* R300_GA_POINT_SIZE: 0x421c */
uint32_t line_control; /* R300_GA_LINE_CNTL: 0x4234 */