glsl: serialize data from glTransformFeedbackVaryings
authorTapani Pälli <tapani.palli@intel.com>
Thu, 14 Jun 2018 08:10:20 +0000 (11:10 +0300)
committerTapani Pälli <tapani.palli@intel.com>
Tue, 26 Jun 2018 09:44:22 +0000 (12:44 +0300)
commitab2643e4b06f63c93a57624003679903442634a8
treeb20f563921d6d0f47ca2b6b8afd59e0282c6c6f4
parentbcbd8dd6c93e453e33e7ba71767f33dda50312c8
glsl: serialize data from glTransformFeedbackVaryings

While XFB has been enabled for cache, we did not serialize enough
data for the whole API to work (such as glGetProgramiv).

Fixes: 6d830940f7 "Allow shader cache usage with transform feedback"
Signed-off-by: Tapani Pälli <tapani.palli@intel.com>
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=106907
Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
src/compiler/glsl/serialize.cpp