gl4cComputeShaderTests: fix pipeline-compute-chain for changes in tcuMatrix
authorNicolai Hähnle <nicolai.haehnle@amd.com>
Fri, 23 Dec 2016 11:01:15 +0000 (12:01 +0100)
committerAlexander Galazin <Alexander.Galazin@arm.com>
Fri, 13 Jan 2017 16:23:08 +0000 (11:23 -0500)
commitfe6a4d09be7c3502c95107cddd05cb41e193c38d
treef0c371fe4339672826416cef80fcc4705dd27f3e
parentda995d4021c8222069635870e8ea98c12d7b1792
gl4cComputeShaderTests: fix pipeline-compute-chain for changes in tcuMatrix

tcuMatrix now stores data in column-major order (i.e. matches the default
setting of GLSL). Previously, it stored data in row-major order, so the
test needs to be updated to reflect this change.

Change-Id: I89f13acbb1dd2858fa4768eca5efa40ee516805e
external/openglcts/modules/gl/gl4cComputeShaderTests.cpp