diff options
author | Tom Stellard <[email protected]> | 2012-06-27 13:37:05 +0000 |
---|---|---|
committer | Tom Stellard <[email protected]> | 2012-07-09 13:41:18 +0000 |
commit | da9c8a73ec6fcb0e92204a739c1a7c43f145efef (patch) | |
tree | a05d6b744f0268a3044c6eaf4b6daa394e441174 /src/gallium/drivers/r600/r600_pipe.h | |
parent | 960906d16b3a9027d8871f9af9bcc50aae42b8bc (diff) |
r600g/compute: Use evergreen_cb() for binding RATs
Diffstat (limited to 'src/gallium/drivers/r600/r600_pipe.h')
-rw-r--r-- | src/gallium/drivers/r600/r600_pipe.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gallium/drivers/r600/r600_pipe.h b/src/gallium/drivers/r600/r600_pipe.h index 63eeab316fc..de43555ddbf 100644 --- a/src/gallium/drivers/r600/r600_pipe.h +++ b/src/gallium/drivers/r600/r600_pipe.h @@ -425,6 +425,9 @@ boolean evergreen_is_format_supported(struct pipe_screen *screen, enum pipe_texture_target target, unsigned sample_count, unsigned usage); +void evergreen_cb(struct r600_context *rctx, struct r600_pipe_state *rstate, + const struct pipe_framebuffer_state *state, int cb); + void evergreen_update_dual_export_state(struct r600_context * rctx); |