summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeonsi/si_state.h
diff options
context:
space:
mode:
authorMarek Olšák <[email protected]>2014-05-06 13:48:11 +0200
committerMarek Olšák <[email protected]>2014-06-02 12:58:22 +0200
commit501fee2511a0a84303319a5e3deacf4959da5b08 (patch)
treead3f625336cfaea6275f8301fe41468e9464a1b1 /src/gallium/drivers/radeonsi/si_state.h
parentfe98bfb2615ff6e57cd66f4fc34dc0d45f6dd7e2 (diff)
radeonsi: implement set_min_samples
This is how per-sample shading is enabled.
Diffstat (limited to 'src/gallium/drivers/radeonsi/si_state.h')
-rw-r--r--src/gallium/drivers/radeonsi/si_state.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/radeonsi/si_state.h b/src/gallium/drivers/radeonsi/si_state.h
index 4c5b09eb4b6..c051d73aa42 100644
--- a/src/gallium/drivers/radeonsi/si_state.h
+++ b/src/gallium/drivers/radeonsi/si_state.h
@@ -239,6 +239,7 @@ unsigned si_tile_mode_index(struct r600_texture *rtex, unsigned level, bool sten
/* si_state_draw.c */
extern const struct r600_atom si_atom_cache_flush;
+extern const struct r600_atom si_atom_msaa_config;
void si_emit_cache_flush(struct r600_common_context *sctx, struct r600_atom *atom);
void si_draw_vbo(struct pipe_context *ctx, const struct pipe_draw_info *dinfo);