glsl/standalone: set MaxTransformFeedbackBuffers
authorAlejandro Piñeiro <apinheiro@igalia.com>
Thu, 4 Jan 2018 16:13:07 +0000 (17:13 +0100)
committerAlejandro Piñeiro <apinheiro@igalia.com>
Fri, 5 Jan 2018 07:52:22 +0000 (08:52 +0100)
commit2719467eb66a559a8529ac29bb658d345c155031
tree6c089fd39457f0153dc326a7319337ec903c3b29
parent0ba3de2ad767686948c70feb85b3305c3c20e757
glsl/standalone: set MaxTransformFeedbackBuffers

Using 4, as it is the default value on mesa. See mesa/main/config.h
and the following commit that introduced the value:
15ac66e331abdab12e882d80a6b4f647bc905298

Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
src/compiler/glsl/standalone.cpp