summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r300/r300_context.c
diff options
context:
space:
mode:
authorMarek Olšák <[email protected]>2010-07-08 06:20:01 +0200
committerMarek Olšák <[email protected]>2010-07-08 18:02:30 +0200
commit62c631b20576ddee9a3c3d53709ca2932b0fbf9f (patch)
treed370e2917394777f6ae69f9e71a13037cc30fa21 /src/gallium/drivers/r300/r300_context.c
parentf9e8cdc145fc0ba1f6c47e20860add6528387c7c (diff)
r300g: add a function for marking framebuffer atoms as dirty
Diffstat (limited to 'src/gallium/drivers/r300/r300_context.c')
-rw-r--r--src/gallium/drivers/r300/r300_context.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/r300/r300_context.c b/src/gallium/drivers/r300/r300_context.c
index 3ca3436cdd6..7f43281af4a 100644
--- a/src/gallium/drivers/r300/r300_context.c
+++ b/src/gallium/drivers/r300/r300_context.c
@@ -233,7 +233,7 @@ static void r300_setup_atoms(struct r300_context* r300)
r300->query_start.allow_null_state = TRUE;
r300->texture_cache_inval.allow_null_state = TRUE;
- /* Some states must be marked dirty here to properly set up
+ /* Some states must be marked as dirty here to properly set up
* hardware in the first command stream. */
r300->invariant_state.dirty = TRUE;
r300->pvs_flush.dirty = TRUE;