History log of /external/deqp/external/openglcts/modules/gl/gl4cShadingLanguage420PackTests.hpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
ed1f4c1a03624dca83bc9c016745e5ab3eb51667 17-Nov-2016 Andres Gomez <agomez@igalia.com> GL_ARB_shading_language_420pack: component names sets mix is forbidden

When refering to component names we can use xywz, rgba or stpq but not
mix them when refering to the components of a specific resulting vector
or scalar.

For example, this is illegal; float(1.5).xr, but this is legal;
float(1.5).xxxx.rgba.stpq.xywz

GL_ARB_shading_language_420pack doesn't explicitly forbid it but we can
find the following in the specs:

From The OpenGLĀ® Shading Language 4.40, page 104:

" v4.xgba; // is illegal - the component names do not come from
the same set."

Added another case for the following test:
GL44-CTS.shading_language_420pack.scalar_swizzlers_invalid

Change-Id: I31889598ccf88850c44eeb0e267f43f2d89bbcf2
/external/deqp/external/openglcts/modules/gl/gl4cShadingLanguage420PackTests.hpp
84322c9402f810da3cd80b52e9f9ef72150a9004 29-Nov-2016 Alexander Galazin <alexander.galazin@arm.com> Reformat GL CTS according to the clang-format rules.

Mostly license statement is affected.

Change-Id: I41bcd7fbdf88b6e6acda8e723d88c57f5c5374a7
/external/deqp/external/openglcts/modules/gl/gl4cShadingLanguage420PackTests.hpp
48087f5f0eb08759ee763f98daf3b34becb74559 14-Nov-2016 Pyry Haulos <phaulos@google.com> Import Khronos OpenGL CTS

Change-Id: Ic6e4341dedb44dfd4ebaaeba7699a5e46202a8b3
/external/deqp/external/openglcts/modules/gl/gl4cShadingLanguage420PackTests.hpp