glsl: add param to force shader recompile
authorTimothy Arceri <timothy.arceri@collabora.com>
Tue, 22 Nov 2016 05:56:21 +0000 (16:56 +1100)
committerTimothy Arceri <tarceri@itsqueeze.com>
Thu, 9 Feb 2017 01:22:56 +0000 (12:22 +1100)
commit0bf21519b7daa356724d2f3fcb7f954a7700ccde
tree900161cc56d26d561490600f9e79799353c60183
parent4026b45bbc4c2c067feeee181c54e2beaa1cc5e0
glsl: add param to force shader recompile

This will be used to skip checking the cache and force a recompile.

Reviewed-by: Anuj Phogat <anuj.phogat@gmail.com>
src/compiler/glsl/glsl_parser_extras.cpp
src/compiler/glsl/program.h
src/compiler/glsl/standalone.cpp
src/mesa/main/shaderapi.c