summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r600/r600_pipe.h
diff options
context:
space:
mode:
authorTom Stellard <[email protected]>2012-09-13 14:59:50 +0000
committerTom Stellard <[email protected]>2012-09-25 14:36:46 +0000
commitb57eba365496307c35373f5c303996731b994f25 (patch)
tree949e648c7e6b5eeeb8815689de1ca9910a513189 /src/gallium/drivers/r600/r600_pipe.h
parente59505e34bdea772bb439cb42f2ef20ec495de03 (diff)
r600g: Handle multiple kernels in the same program v2
v2: - Use pc parameter of launch_grid
Diffstat (limited to 'src/gallium/drivers/r600/r600_pipe.h')
-rw-r--r--src/gallium/drivers/r600/r600_pipe.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/r600/r600_pipe.h b/src/gallium/drivers/r600/r600_pipe.h
index 979cb438938..68800609979 100644
--- a/src/gallium/drivers/r600/r600_pipe.h
+++ b/src/gallium/drivers/r600/r600_pipe.h
@@ -123,6 +123,7 @@ struct r600_clip_state {
struct r600_cs_shader_state {
struct r600_atom atom;
+ unsigned kernel_index;
struct r600_pipe_compute *shader;
};