summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r600/r600_pipe.h
diff options
context:
space:
mode:
authorTom Stellard <[email protected]>2014-09-25 18:10:44 -0700
committerTom Stellard <[email protected]>2014-10-31 15:24:00 -0400
commitfa07f4b68a20e54e1766876203b11a8b90ff120f (patch)
tree3143eb857d056ebbbf0586abb5dbec2db1581681 /src/gallium/drivers/r600/r600_pipe.h
parente91735a641b71bc2bccabd0c779a626fa412b314 (diff)
r600g/compute: Enable PIPE_SHADER_IR_NATIVE for compute shaders v2
v2: - Drop dependency on LLVM >= 3.5.1
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 fa9d34b0d71..40b0328ea20 100644
--- a/src/gallium/drivers/r600/r600_pipe.h
+++ b/src/gallium/drivers/r600/r600_pipe.h
@@ -146,6 +146,7 @@ struct r600_clip_state {
struct r600_cs_shader_state {
struct r600_atom atom;
unsigned kernel_index;
+ unsigned pc;
struct r600_pipe_compute *shader;
};