Lei Zhang
|
1b141728a6
|
Test compiling shaders with given resource limits using GTest.
|
2016-05-19 14:18:21 -04:00 |
|
John Kessenich
|
297bb3f2d0
|
Tests for PR: Fix results for 4f68b83ea1b34923a71e699125a9e867003864f6.
|
2015-12-19 11:05:44 -07:00 |
|
John Kessenich
|
cc16fa0720
|
Tests: Move to just linefeed to simply cross-platform test changes.
|
2015-12-10 18:01:54 -07:00 |
|
John Kessenich
|
27b72e42c3
|
Implement ES 2.0 (version 100) limitations for non-inductive loop detection and array indexes needing "constant-index-expressions" (inductive variables and constant expressions).
git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@23478 e7fa87d3-cd2b-0410-9028-fcbf551c1848
|
2013-10-14 22:42:16 +00:00 |
|
John Kessenich
|
a5830dfc0e
|
Add the following ESSL 2.0 (#version 100) limitations to the configuration file, internal infrastructure, and test cases. Still need to implement the actual detection of non-inductive loops and array accesses. While and do-while loop detection is done.
nonInductiveForLoops
whileLoops
doWhileLoops
generalUniformIndexing
generalAttributeMatrixVectorIndexing
generalVaryingIndexing
generalSamplerIndexing
generalVariableIndexing
generalConstantMatrixVectorIndexing
git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@23323 e7fa87d3-cd2b-0410-9028-fcbf551c1848
|
2013-10-02 05:10:48 +00:00 |
|