History log of /external/deqp/modules/glshared/glsShaderLibraryCase.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
ed67acb6743caaff7536d3ffd48fa02baf5c595f 13-Oct-2015 Pyry Haulos <phaulos@google.com> Do not query GL_MAX_PATCH_VERTICES if tessellation is not supported

Bug: 24870380
Change-Id: Ia80a536334200ae0df8b042829554f8773b64967
/external/deqp/modules/glshared/glsShaderLibraryCase.cpp
677e4644b77c36b99a8959561730c9a519cc37c0 30-Sep-2015 Pyry Haulos <phaulos@google.com> Fix couple of issues in refactored ShaderLibrary

* Support for pipeline (separable) programs was broken

* Extensions weren't checked for "both" -type cases

Change-Id: Ida579fb1cec7d892f244036f452405b491e7b4f1
/external/deqp/modules/glshared/glsShaderLibraryCase.cpp
fb19324168dd35ccbb7fca74e5426f1a3fbc03a2 01-Sep-2015 Pyry Haulos <phaulos@google.com> Refactor ShaderLibrary (with Android.mk fix)

* Refactor ShaderLibraryCase interface into more concise and standalone
ShaderCaseSpecification

* Move .test file parser and common utilities to glutil

Change-Id: Ia06711a5cfb56e24b68a1a517062f1f0806168d2
/external/deqp/modules/glshared/glsShaderLibraryCase.cpp
0024f5512d4e3796b42bb2afe5449e3adac6a137 02-Sep-2015 Pyry Haulos <phaulos@google.com> Revert "Refactor ShaderLibrary"

This reverts commit 877323dd00656b1045e89b4cc27d2e3ab9ecac2c.

Change-Id: I65ba2756b218d76f1189d82287dafbdb6316d725
/external/deqp/modules/glshared/glsShaderLibraryCase.cpp
877323dd00656b1045e89b4cc27d2e3ab9ecac2c 01-Sep-2015 Pyry Haulos <phaulos@google.com> Refactor ShaderLibrary

* Refactor ShaderLibraryCase interface into more concise and standalone
ShaderCaseSpecification

* Move .test file parser and common utilities to glutil

Change-Id: Iadf6e1baaf65f69df15d57301b1175c112bd6469
/external/deqp/modules/glshared/glsShaderLibraryCase.cpp
c611ca59373ed08331cf92246375c0751a268072 10-Jun-2015 Jarkko Pöyry <jpoyry@google.com> Add negative tests for explicit TCS-TES varying arrays.

Bug: 21737242
Change-Id: I27cd6defd9185698f4861e69f894e7bb669088b0
/external/deqp/modules/glshared/glsShaderLibraryCase.cpp
1cc61b7d03cad727bbddd00cea8d78f4f6cc9047 30-May-2015 Jarkko Pöyry <jpoyry@google.com> Fix clang string literal conversion warnings.

- Add DE_FATAL(MSG) macro to replace DE_ASSERT(!"MSG") pattern used in
code.

Bug: 21161908
Change-Id: I96414b9ecfbb953b1c5236753c21c5c2d08d3f59
/external/deqp/modules/glshared/glsShaderLibraryCase.cpp
c8e526bfc2141e1cb7a269483fb55dc2a8e77c11 20-May-2015 Jarkko Pöyry <jpoyry@google.com> Fix -Wconversion warnings in glshared.

Bug: 21161908
Change-Id: I96f424112950bf3b4d50b6bddaa007358419d47c
/external/deqp/modules/glshared/glsShaderLibraryCase.cpp
789ca9385dc76763c8f14d35d4b7f0b25275e6c0 12-Mar-2015 Jarkko Pöyry <jpoyry@google.com> Allow dynamic loop cases to fail on GLSL ES 100.

- Add "require full_glsl_es_100_support" to annotate GLSL ES 100 test
that use features that are not within the required subset required by
the GLES 2. Cases with this annotation will report NotSupported if
compile fails, or QualityWarning if linking fails.
- Mark affected tests with "require full_glsl_es_100_support"

Bug: 19678840
Change-Id: If13a79d0221c92da80b1c1fa18f98335f91abfd4
/external/deqp/modules/glshared/glsShaderLibraryCase.cpp
9e574351a4724975bf91b1e74ccae8786d711386 16-Dec-2014 Jarkko Pöyry <jpoyry@google.com> Add ANDROID_extension_pack_es31a tests.

- Check extension dependencies.
- Add implementation limit checks.
- Basic shader tests with AEP extension directive.
- Add 'expect build_successful' mode to ShaderLibrary. This mode checks
only that the shaders compile and the programs link but does not
attempt to execute the shader program. This is useful for example if
test only wants to check that a certain sampler type is available.

Bug: 18337603
Change-Id: Ib9715074c6aaccb40c0070df211236d95c7ef66a
/external/deqp/modules/glshared/glsShaderLibraryCase.cpp
3c827367444ee418f129b2c238299f49d3264554 02-Sep-2014 Jarkko Poyry <jpoyry@google.com> Import dEQP.

Import drawElements Quality Program from an internal repository.

Bug: 17388917
Change-Id: Ic109fe4a57e31b2a816113d90fbdf51a43e7abeb
/external/deqp/modules/glshared/glsShaderLibraryCase.cpp