diff options
author | Marek Olšák <[email protected]> | 2018-05-23 00:34:38 -0400 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2018-05-25 16:46:00 -0400 |
commit | 2f65c67043529f8f7fca8514f88251f935e61c2c (patch) | |
tree | 12636611aa7916641e6feec9fd7bfeb18bbfeac4 /src/gallium/drivers/radeonsi/si_shader.h | |
parent | a7d61c075366ebdc0b77267f5bf0dbd6102d6920 (diff) |
radeonsi: fix passing gl_ClipVertex for GS and tess
Also add the fprintf call.
Reviewed-by: Nicolai Hähnle <[email protected]>
Diffstat (limited to 'src/gallium/drivers/radeonsi/si_shader.h')
-rw-r--r-- | src/gallium/drivers/radeonsi/si_shader.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/radeonsi/si_shader.h b/src/gallium/drivers/radeonsi/si_shader.h index 555ca598d2c..9e8d5736259 100644 --- a/src/gallium/drivers/radeonsi/si_shader.h +++ b/src/gallium/drivers/radeonsi/si_shader.h @@ -152,7 +152,7 @@ struct si_context; /* Shader IO unique indices are supported for TGSI_SEMANTIC_GENERIC with an * index smaller than this. */ -#define SI_MAX_IO_GENERIC 44 +#define SI_MAX_IO_GENERIC 43 /* SGPR user data indices */ enum { |