diff options
author | Corbin Simpson <[email protected]> | 2009-01-23 15:08:27 -0800 |
---|---|---|
committer | Corbin Simpson <[email protected]> | 2009-02-01 23:30:26 -0800 |
commit | 45cb94217ebd55a4d38264ce83806062ba25a478 (patch) | |
tree | 7658bba664e9eee682e6fb848600351a4c6744ac /src/gallium/drivers/r300/r300_emit.c | |
parent | 471129c7a14fb585ede198970e59270c4afa5310 (diff) |
r300: Add fragment shader stubs.
Not looking forward to filling these out at all.
Diffstat (limited to 'src/gallium/drivers/r300/r300_emit.c')
-rw-r--r-- | src/gallium/drivers/r300/r300_emit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/r300/r300_emit.c b/src/gallium/drivers/r300/r300_emit.c index bf6fd3224eb..19bfcbdd5ba 100644 --- a/src/gallium/drivers/r300/r300_emit.c +++ b/src/gallium/drivers/r300/r300_emit.c @@ -74,7 +74,7 @@ static void r300_emit_dirty_state(struct r300_context* r300) } } - if (r300->dirty_state & R300_NEW_RS) { + if (r300->dirty_state & R300_NEW_RASTERIZER) { struct r300_rs_state* rs = r300->rs_state; OUT_CS_REG(R300_VAP_CNTL_STATUS, rs->vap_control_status); /* XXX next six are contiguous regs */ |