diff options
author | Corbin Simpson <[email protected]> | 2009-02-16 03:33:56 -0800 |
---|---|---|
committer | Corbin Simpson <[email protected]> | 2009-02-16 04:12:41 -0800 |
commit | 1bb2fb498ee65ba29aa4098983116be3d81cc2da (patch) | |
tree | 6ddcfba4ee9caa1c6c80bf9622fe348eed1e867d /src/gallium/drivers/r300/r300_context.h | |
parent | cfae542d1f34d95ce6a740311d8331a74307d31f (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.h | 3 |
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 53e41bf76db..a3727c8fb47 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 */ |