summaryrefslogtreecommitdiffstats
path: root/src/gallium/include/pipe
diff options
context:
space:
mode:
authorKarol Herbst <[email protected]>2017-06-23 20:30:20 +0200
committerIlia Mirkin <[email protected]>2017-07-21 23:45:18 -0400
commitaf22adee4fcd0a5d0d63a0048b3d156eb2abb135 (patch)
tree6ba32ee226748b7c89dc301818b9b9ac1d144e5a /src/gallium/include/pipe
parent30d6bc470a1a75ead8afa08a90ad96a50331f1cd (diff)
tgsi: add precise flag to tgsi_instruction
Signed-off-by: Karol Herbst <[email protected]> Reviewed-by: Nicolai Hähnle <[email protected]> Reviewed-by: Roland Scheidegger <[email protected]>
Diffstat (limited to 'src/gallium/include/pipe')
-rw-r--r--src/gallium/include/pipe/p_shader_tokens.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gallium/include/pipe/p_shader_tokens.h b/src/gallium/include/pipe/p_shader_tokens.h
index 1e08d973297..aa0fb3e3b3e 100644
--- a/src/gallium/include/pipe/p_shader_tokens.h
+++ b/src/gallium/include/pipe/p_shader_tokens.h
@@ -638,7 +638,8 @@ struct tgsi_instruction
unsigned Label : 1;
unsigned Texture : 1;
unsigned Memory : 1;
- unsigned Padding : 2;
+ unsigned Precise : 1;
+ unsigned Padding : 1;
};
/*