gallium/tgsi: Introduce the compute processor.

This commit is contained in:
Francisco Jerez
2012-03-18 19:09:18 +01:00
parent 1279923d72
commit 63428372ca
5 changed files with 9 additions and 4 deletions

View File

@@ -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
{