diff options
author | Marek Olšák <[email protected]> | 2010-04-12 03:46:03 +0200 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2010-04-12 04:16:08 +0200 |
commit | 5633392966f56a75cb2a675ef9594e987c4591b9 (patch) | |
tree | 61c4486e35c1b976ab9120ec66b14bcd1d2c3aa3 /src/gallium/drivers/r300/r300_context.h | |
parent | 34092c55d63e24a4f326bd9bb90765ea4ec7e17e (diff) |
r300g: atomize compiler's state variables for fragment shader
Diffstat (limited to 'src/gallium/drivers/r300/r300_context.h')
-rw-r--r-- | src/gallium/drivers/r300/r300_context.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/drivers/r300/r300_context.h b/src/gallium/drivers/r300/r300_context.h index 51beaa50f57..2e248a4d6cd 100644 --- a/src/gallium/drivers/r300/r300_context.h +++ b/src/gallium/drivers/r300/r300_context.h @@ -358,6 +358,8 @@ struct r300_context { struct r300_atom dsa_state; /* Fragment shader. */ struct r300_atom fs; + /* Fragment shader RC_CONSTANT_STATE variables. */ + struct r300_atom fs_rc_constant_state; /* Framebuffer state. */ struct r300_atom fb_state; /* Rasterizer state. */ |