summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r600/r600_pipe.h
diff options
context:
space:
mode:
authorMarek Olšák <[email protected]>2012-10-07 03:47:43 +0200
committerMarek Olšák <[email protected]>2012-10-10 00:16:28 +0200
commiteb65fefa4bd5e9a6f08ec599b95f9d63d11c15fa (patch)
treec602d91ee2cd556d577bee74861ff6a64fda4963 /src/gallium/drivers/r600/r600_pipe.h
parentd8ea64697bbdbc1c7987db00a55954e4cf094ad5 (diff)
r600g: inline r600_atom_dirty
Reviewed-by: Jerome Glisse <[email protected]>
Diffstat (limited to 'src/gallium/drivers/r600/r600_pipe.h')
-rw-r--r--src/gallium/drivers/r600/r600_pipe.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/gallium/drivers/r600/r600_pipe.h b/src/gallium/drivers/r600/r600_pipe.h
index be7b891120e..c6e02414830 100644
--- a/src/gallium/drivers/r600/r600_pipe.h
+++ b/src/gallium/drivers/r600/r600_pipe.h
@@ -518,11 +518,6 @@ static INLINE void r600_emit_atom(struct r600_context *rctx, struct r600_atom *a
atom->dirty = false;
}
-static INLINE void r600_atom_dirty(struct r600_context *rctx, struct r600_atom *state)
-{
- state->dirty = true;
-}
-
/* evergreen_state.c */
struct pipe_sampler_view *
evergreen_create_sampler_view_custom(struct pipe_context *ctx,