diff options
author | Kenneth Graunke <[email protected]> | 2016-03-01 17:41:02 -0800 |
---|---|---|
committer | Timothy Arceri <[email protected]> | 2016-11-11 09:17:07 +1100 |
commit | 53d1f4251f58bd858a4fdf3a7564dd16f90165d4 (patch) | |
tree | 8f1335c235f6d1e596dc9cd88044c127bc7e3645 /src/mesa/main/config.h | |
parent | cd52b4fb161bf038b5279144c7f6d8d84729a940 (diff) |
mesa/compiler: move MAX_VARYING to shader_enums.h
Reviewed-by: Timothy Arceri <[email protected]>
Diffstat (limited to 'src/mesa/main/config.h')
-rw-r--r-- | src/mesa/main/config.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/main/config.h b/src/mesa/main/config.h index 0d0ee90e678..81573bfbf2c 100644 --- a/src/mesa/main/config.h +++ b/src/mesa/main/config.h @@ -198,7 +198,6 @@ #define MAX_PROGRAM_CALL_DEPTH 8 #define MAX_PROGRAM_TEMPS 256 #define MAX_PROGRAM_ADDRESS_REGS 1 -#define MAX_VARYING 32 /**< number of float[4] vectors */ #define MAX_SAMPLERS MAX_TEXTURE_IMAGE_UNITS #define MAX_PROGRAM_INPUTS 32 #define MAX_PROGRAM_OUTPUTS 64 |