summaryrefslogtreecommitdiff
path: root/src/r600_state.h
diff options
context:
space:
mode:
authorAlex Deucher <alexdeucher@gmail.com>2011-02-10 14:06:38 -0500
committerAlex Deucher <alexdeucher@gmail.com>2011-02-10 14:06:38 -0500
commitbe67ded05621aff9c85525372fd119071d3278ec (patch)
treed181fed3e3740a83e88ca47fad6f988c5b7bcb7b /src/r600_state.h
parent2c5ae1724307e0dba5d0306fe27c1e15a7390a2f (diff)
6xx/7xx: consolidate spi setup
Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
Diffstat (limited to 'src/r600_state.h')
-rw-r--r--src/r600_state.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/r600_state.h b/src/r600_state.h
index 59670dbe..d5785cdd 100644
--- a/src/r600_state.h
+++ b/src/r600_state.h
@@ -290,6 +290,8 @@ r600_set_render_target(ScrnInfoPtr pScrn, drmBufPtr ib, cb_config_t *cb_conf, ui
void
r600_cp_wait_vline_sync(ScrnInfoPtr pScrn, drmBufPtr ib, PixmapPtr pPix, xf86CrtcPtr crtc, int start, int stop);
void
+r600_set_spi(ScrnInfoPtr pScrn, drmBufPtr ib, int vs_export_count, int num_interp);
+void
r600_fs_setup(ScrnInfoPtr pScrn, drmBufPtr ib, shader_config_t *fs_conf, uint32_t domain);
void
r600_vs_setup(ScrnInfoPtr pScrn, drmBufPtr ib, shader_config_t *vs_conf, uint32_t domain);