diff options
author | Fredrik Höglund <[email protected]> | 2011-03-29 19:52:03 +0200 |
---|---|---|
committer | Jerome Glisse <[email protected]> | 2011-03-29 16:54:19 -0400 |
commit | d04ab396a54d29948363c3353efa5aaa888076a3 (patch) | |
tree | dabdd5917072d130596ce147c410719cf93dea3a /src/gallium/drivers/r600/r600.h | |
parent | 948e1eb8e9c166ad5b74abc630d0760768ce78c9 (diff) |
r600g: implement texture barrier
Diffstat (limited to 'src/gallium/drivers/r600/r600.h')
-rw-r--r-- | src/gallium/drivers/r600/r600.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/r600/r600.h b/src/gallium/drivers/r600/r600.h index 75b8b50f68c..4256a7ea1e9 100644 --- a/src/gallium/drivers/r600/r600.h +++ b/src/gallium/drivers/r600/r600.h @@ -290,6 +290,7 @@ void r600_query_predication(struct r600_context *ctx, struct r600_query *query, int flag_wait); void r600_context_emit_fence(struct r600_context *ctx, struct r600_bo *fence, unsigned offset, unsigned value); +void r600_context_flush_all(struct r600_context *ctx, unsigned flush_flags); int evergreen_context_init(struct r600_context *ctx, struct radeon *radeon); void evergreen_context_draw(struct r600_context *ctx, const struct r600_draw *draw); |