summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r600/evergreen_compute.h
diff options
context:
space:
mode:
authorMarek Olšák <[email protected]>2014-02-09 19:34:59 +0100
committerMarek Olšák <[email protected]>2014-02-25 16:08:15 +0100
commit6b4e03216a75ed20fb3fa0eb963a6cd5617469d7 (patch)
tree3a399947f134e3b6c81a8a2d68b6238c5391c827 /src/gallium/drivers/r600/evergreen_compute.h
parentec266d06d03c51c92aed2ca481cc6c06bc070b69 (diff)
r600g: remove r600_resource.h
Reviewed-by: Michel Dänzer <[email protected]>
Diffstat (limited to 'src/gallium/drivers/r600/evergreen_compute.h')
-rw-r--r--src/gallium/drivers/r600/evergreen_compute.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/gallium/drivers/r600/evergreen_compute.h b/src/gallium/drivers/r600/evergreen_compute.h
index e6c6d8f100d..e760790e632 100644
--- a/src/gallium/drivers/r600/evergreen_compute.h
+++ b/src/gallium/drivers/r600/evergreen_compute.h
@@ -26,10 +26,17 @@
#ifndef EVERGREEN_COMPUTE_H
#define EVERGREEN_COMPUTE_H
+
#include "r600_pipe.h"
struct r600_atom;
struct evergreen_compute_resource;
+struct compute_memory_item;
+
+struct r600_resource_global {
+ struct r600_resource base;
+ struct compute_memory_item *chunk;
+};
void *evergreen_create_compute_state(struct pipe_context *ctx, const struct pipe_compute_state *cso);
void evergreen_delete_compute_state(struct pipe_context *ctx, void *state);