st/mesa/glsl: build string of dri options and use as input to building sha for shaders

Reviewed-by: Nicolai Hähnle <nicolai.haehnle@amd.com>
This commit is contained in:
Timothy Arceri
2017-02-17 10:16:16 +11:00
parent ed61530121
commit 6602d0401c
6 changed files with 66 additions and 0 deletions

View File

@@ -247,6 +247,7 @@ struct st_config_options
boolean allow_glsl_extension_directive_midshader;
boolean allow_higher_compat_version;
boolean glsl_zero_init;
unsigned char config_options_sha1[20];
};
/**