diff options
author | Christoph Bumiller <[email protected]> | 2011-03-05 14:41:08 +0100 |
---|---|---|
committer | Christoph Bumiller <[email protected]> | 2011-03-05 14:53:23 +0100 |
commit | 533bf171d4c926e4ab6fcd0d51396b195b9e024f (patch) | |
tree | ad27eee423151586b3573668d1af172be0eff3b4 /src/gallium/drivers/nv50/nv50_program.h | |
parent | 17b9b757b704e0dcf370f7ae6e72c6e22601363d (diff) |
nv50: support the InstanceID system value
Diffstat (limited to 'src/gallium/drivers/nv50/nv50_program.h')
-rw-r--r-- | src/gallium/drivers/nv50/nv50_program.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/nv50/nv50_program.h b/src/gallium/drivers/nv50/nv50_program.h index 8f5b51757d8..993e1691ab7 100644 --- a/src/gallium/drivers/nv50/nv50_program.h +++ b/src/gallium/drivers/nv50/nv50_program.h @@ -111,6 +111,7 @@ struct nv50_translation_info { ubyte output_file; ubyte input_map[PIPE_MAX_SHADER_INPUTS][4]; ubyte output_map[PIPE_MAX_SHADER_OUTPUTS][4]; + ubyte sysval_map[TGSI_SEMANTIC_COUNT]; ubyte interp_mode[PIPE_MAX_SHADER_INPUTS]; int input_access[PIPE_MAX_SHADER_INPUTS][4]; int output_access[PIPE_MAX_SHADER_OUTPUTS][4]; |