diff options
author | Francisco Jerez <[email protected]> | 2012-03-18 19:09:18 +0100 |
---|---|---|
committer | Francisco Jerez <[email protected]> | 2012-05-11 12:39:40 +0200 |
commit | 63428372cadc73a7124f4e7d383eb86a0c7affd7 (patch) | |
tree | 9cc8a956b7494e2bca767ff03cee730e3d0c4115 /src/gallium/include | |
parent | 1279923d72942ee201fcc6ad40d552143f651f03 (diff) |
gallium/tgsi: Introduce the compute processor.
Diffstat (limited to 'src/gallium/include')
-rw-r--r-- | src/gallium/include/pipe/p_shader_tokens.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/include/pipe/p_shader_tokens.h b/src/gallium/include/pipe/p_shader_tokens.h index 3542e54f2c6..3c970723d35 100644 --- a/src/gallium/include/pipe/p_shader_tokens.h +++ b/src/gallium/include/pipe/p_shader_tokens.h @@ -43,6 +43,7 @@ struct tgsi_header #define TGSI_PROCESSOR_FRAGMENT 0 #define TGSI_PROCESSOR_VERTEX 1 #define TGSI_PROCESSOR_GEOMETRY 2 +#define TGSI_PROCESSOR_COMPUTE 3 struct tgsi_processor { |