platform/upstream/VK-GL-CTS.git
8 years agoFix compilation error caused by missing spvCheck
Mika Isojärvi [Mon, 14 Sep 2015 20:39:06 +0000 (13:39 -0700)]
Fix compilation error caused by missing spvCheck

Use if -statement instead of spvCheck in deqp code.

Change-Id: I4a00b7c59e06639489f7bf9d5a13a27fd28e82cf

8 years agoAdd resource access binding model tests.
Jarkko Pöyry [Wed, 29 Jul 2015 00:49:01 +0000 (17:49 -0700)]
Add resource access binding model tests.

Change-Id: Icf7d9a37bca6c9151dcb417094f76787379e6c9f

8 years agoFix vk::Allocation usage in pipeline tests
Pyry Haulos [Thu, 10 Sep 2015 17:15:40 +0000 (10:15 -0700)]
Fix vk::Allocation usage in pipeline tests

vk::Allocation API semantics had changed; memory mappings are now
managed by Allocation and must not be manipulated from outside.

Change-Id: I47406e7842b8cce0544c9c9585714454114d66bf

8 years agoMerge Google and Khronos branches
Pyry Haulos [Thu, 10 Sep 2015 17:06:01 +0000 (10:06 -0700)]
Merge Google and Khronos branches

Change-Id: I293012b71a0f994ce7301b8171d3bf031d0bdbf2

8 years agoMerge branch '6-depth-tests' into 'master'
Pyry Haulos [Thu, 10 Sep 2015 15:59:23 +0000 (11:59 -0400)]
Merge branch '6-depth-tests' into 'master'

Depth tests

Merge depth tests to master (Issue #6).

See merge request !18

8 years agoFix build when spirv-tools are not available
Pyry Haulos [Wed, 9 Sep 2015 20:03:59 +0000 (13:03 -0700)]
Fix build when spirv-tools are not available

Change-Id: Iaa21f82cb51a18e927e5bd36a857b10a590240fc

8 years agoAdded spirv-tools to the vulkan test suite.
Andrew Woloszyn [Fri, 4 Sep 2015 19:50:45 +0000 (15:50 -0400)]
Added spirv-tools to the vulkan test suite.

This allows hand-written assembly tests.

It follows the same philosophy as glslang, and allows spirv to be
assembled prior to running the tests or at test time.

Change-Id: I1110fcd4f5713b50274502e73703bd1ba2fd372f

8 years agoam 8deafd7e: Fix bugs in image.create tests and clean up code a bit
Pyry Haulos [Tue, 8 Sep 2015 22:04:46 +0000 (22:04 +0000)]
am 8deafd7e: Fix bugs in image.create tests and clean up code a bit

* commit '8deafd7e4dcdd401ebb39ea28eb4cfaa8e326135':
  Fix bugs in image.create tests and clean up code a bit

8 years agoFix bugs in image.create tests and clean up code a bit
Pyry Haulos [Tue, 8 Sep 2015 19:53:12 +0000 (12:53 -0700)]
Fix bugs in image.create tests and clean up code a bit

 * Cube map tests were incorrectly using EGL image target as format.

 * GL_R & GL_RG cases weren't properly checking for extensions due
to typo in m_format initialization.

 * General cleanup for format/internalFormat handling and separation.

Change-Id: I6c1b28385269d4af60d1a5e097ef1dbb11413f6b

8 years agoDepth tests:
Dae Kim [Mon, 7 Sep 2015 16:41:06 +0000 (17:41 +0100)]
Depth tests:
- Added tests for format capabilities.
- Check format properties before creating the depth/stencil attachment.

8 years agoam 4d6d18f1: am 7d64dcad: am a2d25ce9: Fix out-of-bounds buffer access in tese Shader...
Pyry Haulos [Thu, 3 Sep 2015 17:49:20 +0000 (17:49 +0000)]
am 4d6d18f1: am 7d64dcad: am a2d25ce9: Fix out-of-bounds buffer access in tese ShaderExecutor

* commit '4d6d18f16e92b0abe926ed193cd35e724993dd9c':
  Fix out-of-bounds buffer access in tese ShaderExecutor

8 years agoam 7d64dcad: am a2d25ce9: Fix out-of-bounds buffer access in tese ShaderExecutor
Pyry Haulos [Thu, 3 Sep 2015 17:37:33 +0000 (17:37 +0000)]
am 7d64dcad: am a2d25ce9: Fix out-of-bounds buffer access in tese ShaderExecutor

* commit '7d64dcad472de04da2cd2d8512116f360b50f8df':
  Fix out-of-bounds buffer access in tese ShaderExecutor

8 years agoam a2d25ce9: Fix out-of-bounds buffer access in tese ShaderExecutor
Pyry Haulos [Thu, 3 Sep 2015 17:21:09 +0000 (17:21 +0000)]
am a2d25ce9: Fix out-of-bounds buffer access in tese ShaderExecutor

* commit 'a2d25ce999fbbe13789e80ce803cc7b96d2a4c9d':
  Fix out-of-bounds buffer access in tese ShaderExecutor

8 years agoFix out-of-bounds buffer access in tese ShaderExecutor
Pyry Haulos [Thu, 3 Sep 2015 15:41:09 +0000 (08:41 -0700)]
Fix out-of-bounds buffer access in tese ShaderExecutor

Tessellation evaluation shader executor was accessing input and output
buffers one element out of bounds at the end. In addition elements
1..N-1 were evaluated twice unnecessarily.

Bug: 23684915
Change-Id: I1c187b506d36befe05b21222a7006e84b812ceca

8 years agoam dcd1b918: Archive MNC mustpass
Pyry Haulos [Wed, 2 Sep 2015 22:14:06 +0000 (22:14 +0000)]
am dcd1b918: Archive MNC mustpass

* commit 'dcd1b918244a94a1e52b8717118648601bdeb2ad':
  Archive MNC mustpass

8 years agoArchive MNC mustpass
Pyry Haulos [Wed, 2 Sep 2015 21:59:24 +0000 (14:59 -0700)]
Archive MNC mustpass

 * MNC mustpass is now sourced from explicit case list, making it
immutable for test additions

 * Add new master mustpass, consisting of tests in MNC plus any new
tests

Change-Id: Icee0166bb08113334f7322c1c910efe47bfb7c4e

8 years agoMerge "Add {flush,invalidate}MappedMemoryRange to vkMemUtil" into vulkan
Pyry Haulos [Wed, 2 Sep 2015 21:13:21 +0000 (21:13 +0000)]
Merge "Add {flush,invalidate}MappedMemoryRange to vkMemUtil" into vulkan

8 years agoam fb193241: Refactor ShaderLibrary (with Android.mk fix)
Pyry Haulos [Wed, 2 Sep 2015 19:34:58 +0000 (19:34 +0000)]
am fb193241: Refactor ShaderLibrary (with Android.mk fix)

* commit 'fb19324168dd35ccbb7fca74e5426f1a3fbc03a2':
  Refactor ShaderLibrary (with Android.mk fix)

8 years agoam 0024f551: Revert "Refactor ShaderLibrary"
Pyry Haulos [Wed, 2 Sep 2015 17:58:58 +0000 (17:58 +0000)]
am 0024f551: Revert "Refactor ShaderLibrary"

* commit '0024f5512d4e3796b42bb2afe5449e3adac6a137':
  Revert "Refactor ShaderLibrary"

8 years agoRefactor ShaderLibrary (with Android.mk fix)
Pyry Haulos [Tue, 1 Sep 2015 20:56:41 +0000 (13:56 -0700)]
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

8 years agoRevert "Refactor ShaderLibrary"
Pyry Haulos [Wed, 2 Sep 2015 17:47:12 +0000 (17:47 +0000)]
Revert "Refactor ShaderLibrary"

This reverts commit 877323dd00656b1045e89b4cc27d2e3ab9ecac2c.

Change-Id: I65ba2756b218d76f1189d82287dafbdb6316d725

8 years agoAdd {flush,invalidate}MappedMemoryRange to vkMemUtil
Pyry Haulos [Wed, 2 Sep 2015 17:35:42 +0000 (10:35 -0700)]
Add {flush,invalidate}MappedMemoryRange to vkMemUtil

Change-Id: Iba592b3133a439302476182c5019191ee415ceec

8 years agoAdd getHostPtr() to vk::Allocation
Pyry Haulos [Tue, 1 Sep 2015 21:52:56 +0000 (14:52 -0700)]
Add getHostPtr() to vk::Allocation

Since there can exist only one memory mapping for any VkDeviceMemory
and vkUmapMemory() unmaps all pages, current Allocator interface doesn't
extend to sub-allocators properly. To make sub-allocation work,
Allocator must be responsible of managing memory mappings.

The new behavior is to always map any host-visible allocations and
provide host pointer as part of Allocation.

Change-Id: I83a28b1387b282a373604cb112757ffdd75b20b3

8 years agoam 877323dd: Refactor ShaderLibrary
Pyry Haulos [Wed, 2 Sep 2015 16:54:37 +0000 (16:54 +0000)]
am 877323dd: Refactor ShaderLibrary

* commit '877323dd00656b1045e89b4cc27d2e3ab9ecac2c':
  Refactor ShaderLibrary

8 years agoRefactor ShaderLibrary
Pyry Haulos [Tue, 1 Sep 2015 20:56:41 +0000 (13:56 -0700)]
Refactor ShaderLibrary

 * Refactor ShaderLibraryCase interface into more concise and standalone
ShaderCaseSpecification

 * Move .test file parser and common utilities to glutil

Change-Id: Iadf6e1baaf65f69df15d57301b1175c112bd6469

8 years agoam 65584c55: Merge "Add tests for creation of EGLImages from one component textures."
Toby Sargeant [Wed, 2 Sep 2015 16:36:25 +0000 (16:36 +0000)]
am 65584c55: Merge "Add tests for creation of EGLImages from one component textures."

* commit '65584c55022c0303b89110b24aff526c8d8b43f8':
  Add tests for creation of EGLImages from one component textures.

8 years agoMerge "Add tests for creation of EGLImages from one component textures."
Toby Sargeant [Wed, 2 Sep 2015 16:23:12 +0000 (16:23 +0000)]
Merge "Add tests for creation of EGLImages from one component textures."

8 years agoAdded pipeline depth tests for Vulkan.
Dae Kim [Wed, 2 Sep 2015 12:11:26 +0000 (13:11 +0100)]
Added pipeline depth tests for Vulkan.

8 years agoAdded Vulkan image utils.
Dae Kim [Wed, 2 Sep 2015 12:09:44 +0000 (13:09 +0100)]
Added Vulkan image utils.

8 years agoSupport for FLOAT_UNSIGNED_INT_8 and UNSIGNED_INT_16_8 channel types.
Dae Kim [Wed, 2 Sep 2015 12:06:53 +0000 (13:06 +0100)]
Support for FLOAT_UNSIGNED_INT_8 and UNSIGNED_INT_16_8 channel types.

8 years agoAdd tests for creation of EGLImages from one component textures.
Tobias Sargeant [Wed, 26 Aug 2015 11:14:57 +0000 (12:14 +0100)]
Add tests for creation of EGLImages from one component textures.

One component textures are used by WebView for for passing YUV12
frames between threads.

Change-Id: I206bed24a2428e2289b468ec06b88ec1bb53af9d

8 years agoAdd --verbose option to vk-build-programs
Pyry Haulos [Tue, 1 Sep 2015 21:08:57 +0000 (14:08 -0700)]
Add --verbose option to vk-build-programs

In verbose mode shader sources and compile logs are printed out if
compilation fails.

Change-Id: I580888126e4b156534cad1aaf6d97f64464f2fde

8 years agoam cc09bb0e: (-s ours) am 3fc4aae4: (-s ours) am 175a9614: am cd026d99: (-s ours...
Jarkko Pöyry [Fri, 28 Aug 2015 18:33:24 +0000 (18:33 +0000)]
am cc09bb0e: (-s ours) am 3fc4aae4: (-s ours) am 175a9614: am cd026d99: (-s ours) am c5ed2a26: am db2aae51: am eef37a2a: am 4a3d88ee: (-s ours) DO NOT MERGE: Ignore denormals in floatUlpThresholdCompare.

* commit 'cc09bb0e2657205929ae3ba45494a0c671c689c7':

8 years agoam b1584184: am 77e72636: am ea702448: am d38c14ba: am 75e63782: am 523bdab6: am...
Pyry Haulos [Fri, 28 Aug 2015 18:33:23 +0000 (18:33 +0000)]
am b1584184: am 77e72636: am ea702448: am d38c14ba: am 75e63782: am 523bdab6: am 4667bcc1: am f55476d8: Remove fragment_out tests with too strict thresholds from mustpass

* commit 'b1584184a222bbc0c9326e49650a61b51ab23259':

8 years agoam 44e478f9: (-s ours) am 01832257: (-s ours) am 9eefd6e7: am 5efd3ca9: (-s ours...
Pyry Haulos [Fri, 28 Aug 2015 18:33:23 +0000 (18:33 +0000)]
am 44e478f9: (-s ours) am 01832257: (-s ours) am 9eefd6e7: am 5efd3ca9: (-s ours) am fa285d6b: am 36059e0d: am 7ce9438a: am 0870de9a: (-s ours) DO NOT MERGE Do not require signed zero support in ldexp tests()

* commit '44e478f9facd2a661b0085ee10e8fcd6c546a654':

8 years agoam c3d3c743: am 076cb71c: am 57fda38b: am b00d353a: am 1b179ac7: am 220337ad: am...
Jarkko Pöyry [Fri, 28 Aug 2015 18:33:22 +0000 (18:33 +0000)]
am c3d3c743: am 076cb71c: am 57fda38b: am b00d353a: am 1b179ac7: am 220337ad: am 01516433: am 9252e819: Remove tessellation.user_defined_io.per_patch cases from must pass.

* commit 'c3d3c7430b0e5b191091a99b4bb8c03d84290f67':

8 years agoam 9caf9fad: am 56cd4770: am a7b6dc7a: am 342b03b5: (-s ours) am ca04416b: am 33c9e11...
Mika Isojärvi [Fri, 28 Aug 2015 18:33:21 +0000 (18:33 +0000)]
am 9caf9fad: am 56cd4770: am a7b6dc7a: am 342b03b5: (-s ours) am ca04416b: am 33c9e110: am cee84aa0: am 652dd63a: Merge "Remove invalid atomic image compare swap tests from mustpass." into lmp-sprout-dev

* commit '9caf9fadce960611c813ee9c23bc7154d864bdb1':

8 years agoam 3fc4aae4: (-s ours) am 175a9614: am cd026d99: (-s ours) am c5ed2a26: am db2aae51...
Jarkko Pöyry [Fri, 28 Aug 2015 18:25:01 +0000 (18:25 +0000)]
am 3fc4aae4: (-s ours) am 175a9614: am cd026d99: (-s ours) am c5ed2a26: am db2aae51: am eef37a2a: am 4a3d88ee: (-s ours) DO NOT MERGE: Ignore denormals in floatUlpThresholdCompare.

* commit '3fc4aae4ae9e6aa757ee63a3953298b22cbd06d1':

8 years agoam 77e72636: am ea702448: am d38c14ba: am 75e63782: am 523bdab6: am 4667bcc1: am...
Pyry Haulos [Fri, 28 Aug 2015 18:25:00 +0000 (18:25 +0000)]
am 77e72636: am ea702448: am d38c14ba: am 75e63782: am 523bdab6: am 4667bcc1: am f55476d8: Remove fragment_out tests with too strict thresholds from mustpass

* commit '77e726368781d97460135e8bba2f999692ef25bf':

8 years agoam 01832257: (-s ours) am 9eefd6e7: am 5efd3ca9: (-s ours) am fa285d6b: am 36059e0d...
Pyry Haulos [Fri, 28 Aug 2015 18:24:59 +0000 (18:24 +0000)]
am 01832257: (-s ours) am 9eefd6e7: am 5efd3ca9: (-s ours) am fa285d6b: am 36059e0d: am 7ce9438a: am 0870de9a: (-s ours) DO NOT MERGE Do not require signed zero support in ldexp tests()

* commit '018322578a32071c429fba46db3d16ddf770ba04':

8 years agoam 076cb71c: am 57fda38b: am b00d353a: am 1b179ac7: am 220337ad: am 01516433: am...
Jarkko Pöyry [Fri, 28 Aug 2015 18:24:59 +0000 (18:24 +0000)]
am 076cb71c: am 57fda38b: am b00d353a: am 1b179ac7: am 220337ad: am 01516433: am 9252e819: Remove tessellation.user_defined_io.per_patch cases from must pass.

* commit '076cb71c058dc2ff01c673d716b694f61859dc53':

8 years agoam 56cd4770: am a7b6dc7a: am 342b03b5: (-s ours) am ca04416b: am 33c9e110: am cee84aa...
Mika Isojärvi [Fri, 28 Aug 2015 18:24:58 +0000 (18:24 +0000)]
am 56cd4770: am a7b6dc7a: am 342b03b5: (-s ours) am ca04416b: am 33c9e110: am cee84aa0: am 652dd63a: Merge "Remove invalid atomic image compare swap tests from mustpass." into lmp-sprout-dev

* commit '56cd477015d45d87bd4622b90d44c2ba7cd6a991':

8 years agoam 175a9614: am cd026d99: (-s ours) am c5ed2a26: am db2aae51: am eef37a2a: am 4a3d88e...
Jarkko Pöyry [Fri, 28 Aug 2015 18:14:41 +0000 (18:14 +0000)]
am 175a9614: am cd026d99: (-s ours) am c5ed2a26: am db2aae51: am eef37a2a: am 4a3d88ee: (-s ours) DO NOT MERGE: Ignore denormals in floatUlpThresholdCompare.

* commit '175a96140550f3ee11eaf5bc1717a491f54ab8a6':

8 years agoam ea702448: am d38c14ba: am 75e63782: am 523bdab6: am 4667bcc1: am f55476d8: Remove...
Pyry Haulos [Fri, 28 Aug 2015 18:14:40 +0000 (18:14 +0000)]
am ea702448: am d38c14ba: am 75e63782: am 523bdab6: am 4667bcc1: am f55476d8: Remove fragment_out tests with too strict thresholds from mustpass

* commit 'ea702448ad23c46ca01d77ce392d775b2746970f':

8 years agoam 9eefd6e7: am 5efd3ca9: (-s ours) am fa285d6b: am 36059e0d: am 7ce9438a: am 0870de9...
Pyry Haulos [Fri, 28 Aug 2015 18:14:39 +0000 (18:14 +0000)]
am 9eefd6e7: am 5efd3ca9: (-s ours) am fa285d6b: am 36059e0d: am 7ce9438a: am 0870de9a: (-s ours) DO NOT MERGE Do not require signed zero support in ldexp tests()

* commit '9eefd6e776b385fc52b7293eda74db5c78f7163e':

8 years agoam 57fda38b: am b00d353a: am 1b179ac7: am 220337ad: am 01516433: am 9252e819: Remove...
Jarkko Pöyry [Fri, 28 Aug 2015 18:14:39 +0000 (18:14 +0000)]
am 57fda38b: am b00d353a: am 1b179ac7: am 220337ad: am 01516433: am 9252e819: Remove tessellation.user_defined_io.per_patch cases from must pass.

* commit '57fda38bfeecd70eb4ab5adf124d417259c15ab2':

8 years agoam a7b6dc7a: am 342b03b5: (-s ours) am ca04416b: am 33c9e110: am cee84aa0: am 652dd63...
Mika Isojärvi [Fri, 28 Aug 2015 18:14:38 +0000 (18:14 +0000)]
am a7b6dc7a: am 342b03b5: (-s ours) am ca04416b: am 33c9e110: am cee84aa0: am 652dd63a: Merge "Remove invalid atomic image compare swap tests from mustpass." into lmp-sprout-dev

* commit 'a7b6dc7ad9531cc64a54135a2c87f9ba8c257737':

8 years agoam cd026d99: (-s ours) am c5ed2a26: am db2aae51: am eef37a2a: am 4a3d88ee: (-s ours...
Jarkko Pöyry [Fri, 28 Aug 2015 17:44:13 +0000 (17:44 +0000)]
am cd026d99: (-s ours) am c5ed2a26: am db2aae51: am eef37a2a: am 4a3d88ee: (-s ours) DO NOT MERGE: Ignore denormals in floatUlpThresholdCompare.

* commit 'cd026d9956c3c30424534cb2b8b14bea903845ec':

8 years agoam d38c14ba: am 75e63782: am 523bdab6: am 4667bcc1: am f55476d8: Remove fragment_out...
Pyry Haulos [Fri, 28 Aug 2015 17:44:12 +0000 (17:44 +0000)]
am d38c14ba: am 75e63782: am 523bdab6: am 4667bcc1: am f55476d8: Remove fragment_out tests with too strict thresholds from mustpass

* commit 'd38c14ba5667ecef48fcd1978e97fd335d95ed99':

8 years agoam 5efd3ca9: (-s ours) am fa285d6b: am 36059e0d: am 7ce9438a: am 0870de9a: (-s ours...
Pyry Haulos [Fri, 28 Aug 2015 17:44:11 +0000 (17:44 +0000)]
am 5efd3ca9: (-s ours) am fa285d6b: am 36059e0d: am 7ce9438a: am 0870de9a: (-s ours) DO NOT MERGE Do not require signed zero support in ldexp tests()

* commit '5efd3ca9eafc1faf62ce74bf11e1d7fbd90ead1a':

8 years agoam b00d353a: am 1b179ac7: am 220337ad: am 01516433: am 9252e819: Remove tessellation...
Jarkko Pöyry [Fri, 28 Aug 2015 17:44:11 +0000 (17:44 +0000)]
am b00d353a: am 1b179ac7: am 220337ad: am 01516433: am 9252e819: Remove tessellation.user_defined_io.per_patch cases from must pass.

* commit 'b00d353a2cd289b4ff5657ce2c3bfcb5f9f46bb1':

8 years agoam 342b03b5: (-s ours) am ca04416b: am 33c9e110: am cee84aa0: am 652dd63a: Merge...
Mika Isojärvi [Fri, 28 Aug 2015 17:44:10 +0000 (17:44 +0000)]
am 342b03b5: (-s ours) am ca04416b: am 33c9e110: am cee84aa0: am 652dd63a: Merge "Remove invalid atomic image compare swap tests from mustpass." into lmp-sprout-dev

* commit '342b03b5dd261ed520678ce72fc4155b6fca7361':

8 years agoam c5ed2a26: am db2aae51: am eef37a2a: am 4a3d88ee: (-s ours) DO NOT MERGE: Ignore...
Jarkko Pöyry [Fri, 28 Aug 2015 04:38:46 +0000 (04:38 +0000)]
am c5ed2a26: am db2aae51: am eef37a2a: am 4a3d88ee: (-s ours) DO NOT MERGE: Ignore denormals in floatUlpThresholdCompare.

* commit 'c5ed2a268feab6c6f371b205213b70ced6a217f7':

8 years agoam 75e63782: am 523bdab6: am 4667bcc1: am f55476d8: Remove fragment_out tests with...
Pyry Haulos [Fri, 28 Aug 2015 04:38:46 +0000 (04:38 +0000)]
am 75e63782: am 523bdab6: am 4667bcc1: am f55476d8: Remove fragment_out tests with too strict thresholds from mustpass

* commit '75e63782084aafaa87de2e9f604f9f0e28250f29':

8 years agoam fa285d6b: am 36059e0d: am 7ce9438a: am 0870de9a: (-s ours) DO NOT MERGE Do not...
Pyry Haulos [Fri, 28 Aug 2015 04:38:45 +0000 (04:38 +0000)]
am fa285d6b: am 36059e0d: am 7ce9438a: am 0870de9a: (-s ours) DO NOT MERGE Do not require signed zero support in ldexp tests()

* commit 'fa285d6b6ea28db710ce49a8258fd6c9e5b499d2':

8 years agoam 1b179ac7: am 220337ad: am 01516433: am 9252e819: Remove tessellation.user_defined_...
Jarkko Pöyry [Fri, 28 Aug 2015 04:38:44 +0000 (04:38 +0000)]
am 1b179ac7: am 220337ad: am 01516433: am 9252e819: Remove tessellation.user_defined_io.per_patch cases from must pass.

* commit '1b179ac72419f5d5686756c7ec6a40f4e88cb0e3':

8 years agoam ca04416b: am 33c9e110: am cee84aa0: am 652dd63a: Merge "Remove invalid atomic...
Mika Isojärvi [Fri, 28 Aug 2015 04:38:43 +0000 (04:38 +0000)]
am ca04416b: am 33c9e110: am cee84aa0: am 652dd63a: Merge "Remove invalid atomic image compare swap tests from mustpass." into lmp-sprout-dev

* commit 'ca04416b3f60f91ea68c621acb78ae87f218c46a':

8 years agoam db2aae51: am eef37a2a: am 4a3d88ee: (-s ours) DO NOT MERGE: Ignore denormals in...
Jarkko Pöyry [Fri, 28 Aug 2015 04:25:11 +0000 (04:25 +0000)]
am db2aae51: am eef37a2a: am 4a3d88ee: (-s ours) DO NOT MERGE: Ignore denormals in floatUlpThresholdCompare.

* commit 'db2aae514a404402dc8d30b5094480f4492c304c':

8 years agoam 523bdab6: am 4667bcc1: am f55476d8: Remove fragment_out tests with too strict...
Pyry Haulos [Fri, 28 Aug 2015 04:25:11 +0000 (04:25 +0000)]
am 523bdab6: am 4667bcc1: am f55476d8: Remove fragment_out tests with too strict thresholds from mustpass

* commit '523bdab67f3fb7b1a894f6885028a957aa25bdd6':

8 years agoam 36059e0d: am 7ce9438a: am 0870de9a: (-s ours) DO NOT MERGE Do not require signed...
Pyry Haulos [Fri, 28 Aug 2015 04:25:10 +0000 (04:25 +0000)]
am 36059e0d: am 7ce9438a: am 0870de9a: (-s ours) DO NOT MERGE Do not require signed zero support in ldexp tests()

* commit '36059e0d30f37b8235063442d15d01084bc537e1':

8 years agoam 220337ad: am 01516433: am 9252e819: Remove tessellation.user_defined_io.per_patch...
Jarkko Pöyry [Fri, 28 Aug 2015 04:25:10 +0000 (04:25 +0000)]
am 220337ad: am 01516433: am 9252e819: Remove tessellation.user_defined_io.per_patch cases from must pass.

* commit '220337ad0d709650005537f41258e912119d356b':

8 years agoam 33c9e110: am cee84aa0: am 652dd63a: Merge "Remove invalid atomic image compare...
Mika Isojärvi [Fri, 28 Aug 2015 04:25:09 +0000 (04:25 +0000)]
am 33c9e110: am cee84aa0: am 652dd63a: Merge "Remove invalid atomic image compare swap tests from mustpass." into lmp-sprout-dev

* commit '33c9e11055714b02fa38edcd44a45379f29a3d50':

8 years agoam eef37a2a: am 4a3d88ee: (-s ours) DO NOT MERGE: Ignore denormals in floatUlpThresho...
Jarkko Pöyry [Fri, 28 Aug 2015 04:10:55 +0000 (04:10 +0000)]
am eef37a2a: am 4a3d88ee: (-s ours) DO NOT MERGE: Ignore denormals in floatUlpThresholdCompare.

* commit 'eef37a2a459345a1c62bf77e4c19247244f5d899':
  DO NOT MERGE: Ignore denormals in floatUlpThresholdCompare.

8 years agoam 4667bcc1: am f55476d8: Remove fragment_out tests with too strict thresholds from...
Pyry Haulos [Fri, 28 Aug 2015 04:10:54 +0000 (04:10 +0000)]
am 4667bcc1: am f55476d8: Remove fragment_out tests with too strict thresholds from mustpass

* commit '4667bcc1a077df5b1fae322b04106cd4a02f66c2':
  Remove fragment_out tests with too strict thresholds from mustpass

8 years agoam 7ce9438a: am 0870de9a: (-s ours) DO NOT MERGE Do not require signed zero support...
Pyry Haulos [Fri, 28 Aug 2015 04:10:53 +0000 (04:10 +0000)]
am 7ce9438a: am 0870de9a: (-s ours) DO NOT MERGE Do not require signed zero support in ldexp tests()

* commit '7ce9438a8d20895ed437bdbf838fea9c19c34d61':

8 years agoam 01516433: am 9252e819: Remove tessellation.user_defined_io.per_patch cases from...
Jarkko Pöyry [Fri, 28 Aug 2015 04:10:53 +0000 (04:10 +0000)]
am 01516433: am 9252e819: Remove tessellation.user_defined_io.per_patch cases from must pass.

* commit '01516433b7f4187ad1097fe0c0a2b710073cb38e':

8 years agoam cee84aa0: am 652dd63a: Merge "Remove invalid atomic image compare swap tests from...
Mika Isojärvi [Fri, 28 Aug 2015 04:10:51 +0000 (04:10 +0000)]
am cee84aa0: am 652dd63a: Merge "Remove invalid atomic image compare swap tests from mustpass." into lmp-sprout-dev

* commit 'cee84aa02825048f6d7019a6a8e24e05c70e6cbd':

8 years agoam b6ea7073: am 84e26791: (-s ours) Merge "DO NOT MERGE: Remove io_blocks.match_diffe...
Jarkko Pöyry [Fri, 28 Aug 2015 04:10:50 +0000 (04:10 +0000)]
am b6ea7073: am 84e26791: (-s ours) Merge "DO NOT MERGE: Remove io_blocks.match_different_member_interpolation test from mustpass." into lmp-sprout-dev

* commit 'b6ea70732180c06048bcc2ad700ddc00023d4bf4':

8 years agoam d9a4fdb9: am a83f8e59: (-s ours) DO NOT MERGE: Apply fix for tessellation fraction...
Jarkko Pöyry [Fri, 28 Aug 2015 04:10:50 +0000 (04:10 +0000)]
am d9a4fdb9: am a83f8e59: (-s ours) DO NOT MERGE: Apply fix for tessellation fractional even test verification.

* commit 'd9a4fdb9f53c54813fc82f06297fb8f662e2dce5':

8 years agoam 46fd09d0: am e5fc2a80: Relax fma() verification in builtin_functions.common.fma
Pyry Haulos [Fri, 28 Aug 2015 04:10:49 +0000 (04:10 +0000)]
am 46fd09d0: am e5fc2a80: Relax fma() verification in builtin_functions.common.fma

* commit '46fd09d0c032722c8a1ac294a9757463c42ccd56':

8 years agoam ef16f835: am 563de115: Merge "Relax mediump interpolation accuracy requirements...
Pyry Haulos [Fri, 28 Aug 2015 04:10:48 +0000 (04:10 +0000)]
am ef16f835: am 563de115: Merge "Relax mediump interpolation accuracy requirements and clarify thresholds" into lmp-sprout-dev

* commit 'ef16f835e1b41d39d25d3476dd5680eb7379b738':

8 years agoam f3446323: am 79c79d54: Merge "Remove broken line interpolation tests from must...
Jarkko Pöyry [Fri, 28 Aug 2015 04:10:48 +0000 (04:10 +0000)]
am f3446323: am 79c79d54: Merge "Remove broken line interpolation tests from must pass." into lmp-sprout-dev

* commit 'f3446323c1aaa054b0f1f535ffd6f0a85926f727':

8 years agoam 9c6d930c: am 744fda92: Add missing extension-require statement to geometry query...
Jarkko Pöyry [Fri, 28 Aug 2015 04:10:47 +0000 (04:10 +0000)]
am 9c6d930c: am 744fda92: Add missing extension-require statement to geometry query tests.

* commit '9c6d930c35e2ca1072d1a6051f9bd3714edfbaf8':

8 years agoam 59faa72b: am e8ef2961: Allow for larger LOD difference and fix another offset bug
Pyry Haulos [Fri, 28 Aug 2015 04:10:46 +0000 (04:10 +0000)]
am 59faa72b: am e8ef2961: Allow for larger LOD difference and fix another offset bug

* commit '59faa72ba9612b12ccb3c82d5b3786ae6feb69c3':

8 years agoam 1a052911: am 2e736e5c: Fix derivate offset in cube map verification code
Pyry Haulos [Fri, 28 Aug 2015 04:10:45 +0000 (04:10 +0000)]
am 1a052911: am 2e736e5c: Fix derivate offset in cube map verification code

* commit '1a05291117df946e27a22e30051283fdb727a826':

8 years agoam 4a3d88ee: (-s ours) DO NOT MERGE: Ignore denormals in floatUlpThresholdCompare.
Jarkko Pöyry [Fri, 28 Aug 2015 03:57:18 +0000 (03:57 +0000)]
am 4a3d88ee: (-s ours) DO NOT MERGE: Ignore denormals in floatUlpThresholdCompare.

* commit '4a3d88eea1219ada5fbec37209b394cd65ad8f18':
  DO NOT MERGE: Ignore denormals in floatUlpThresholdCompare.

8 years agoam f55476d8: Remove fragment_out tests with too strict thresholds from mustpass
Pyry Haulos [Fri, 28 Aug 2015 03:57:17 +0000 (03:57 +0000)]
am f55476d8: Remove fragment_out tests with too strict thresholds from mustpass

* commit 'f55476d831c84f6a2dd6ded052f4d69313176719':
  Remove fragment_out tests with too strict thresholds from mustpass

8 years agoam 0870de9a: (-s ours) DO NOT MERGE Do not require signed zero support in ldexp tests()
Pyry Haulos [Fri, 28 Aug 2015 03:57:16 +0000 (03:57 +0000)]
am 0870de9a: (-s ours) DO NOT MERGE Do not require signed zero support in ldexp tests()

* commit '0870de9a762ed6ccc62ffbacd2ab440c2ab457dd':
  DO NOT MERGE Do not require signed zero support in ldexp tests()

8 years agoam 9252e819: Remove tessellation.user_defined_io.per_patch cases from must pass.
Jarkko Pöyry [Fri, 28 Aug 2015 03:57:15 +0000 (03:57 +0000)]
am 9252e819: Remove tessellation.user_defined_io.per_patch cases from must pass.

* commit '9252e8197ed615959ad594ecc85fa3c1ed8e2f2d':
  Remove tessellation.user_defined_io.per_patch cases from must pass.

8 years agoam 652dd63a: Merge "Remove invalid atomic image compare swap tests from mustpass...
Mika Isojärvi [Fri, 28 Aug 2015 03:57:14 +0000 (03:57 +0000)]
am 652dd63a: Merge "Remove invalid atomic image compare swap tests from mustpass." into lmp-sprout-dev

* commit '652dd63a2f6823e19ce7368ef9bf31fd169b4348':
  Remove invalid atomic image compare swap tests from mustpass.

8 years agoam 84e26791: (-s ours) Merge "DO NOT MERGE: Remove io_blocks.match_different_member_i...
Jarkko Pöyry [Fri, 28 Aug 2015 03:57:13 +0000 (03:57 +0000)]
am 84e26791: (-s ours) Merge "DO NOT MERGE: Remove io_blocks.match_different_member_interpolation test from mustpass." into lmp-sprout-dev

* commit '84e26791531053e64c4ab04aa48adb77ce2ecc73':
  DO NOT MERGE: Remove io_blocks.match_different_member_interpolation test from mustpass.

8 years agoam a83f8e59: (-s ours) DO NOT MERGE: Apply fix for tessellation fractional even test...
Jarkko Pöyry [Fri, 28 Aug 2015 03:57:12 +0000 (03:57 +0000)]
am a83f8e59: (-s ours) DO NOT MERGE: Apply fix for tessellation fractional even test verification.

* commit 'a83f8e592d39592bcf217a595a027f3dce4d7b2a':
  DO NOT MERGE: Apply fix for tessellation fractional even test verification.

8 years agoam e5fc2a80: Relax fma() verification in builtin_functions.common.fma
Pyry Haulos [Fri, 28 Aug 2015 03:57:09 +0000 (03:57 +0000)]
am e5fc2a80: Relax fma() verification in builtin_functions.common.fma

* commit 'e5fc2a804322422a6d50270e9e00fb1c193b6f90':
  Relax fma() verification in builtin_functions.common.fma

8 years agoam 563de115: Merge "Relax mediump interpolation accuracy requirements and clarify...
Pyry Haulos [Fri, 28 Aug 2015 03:57:05 +0000 (03:57 +0000)]
am 563de115: Merge "Relax mediump interpolation accuracy requirements and clarify thresholds" into lmp-sprout-dev

* commit '563de115e69e1a98524be95b0f2c26af0bbe621f':
  Relax mediump interpolation accuracy requirements and clarify thresholds

8 years agoam 79c79d54: Merge "Remove broken line interpolation tests from must pass." into...
Jarkko Pöyry [Fri, 28 Aug 2015 03:57:01 +0000 (03:57 +0000)]
am 79c79d54: Merge "Remove broken line interpolation tests from must pass." into lmp-sprout-dev

* commit '79c79d54bd0d278ea2a398e7dfff13e975296ca9':
  Remove broken line interpolation tests from must pass.

8 years agoam 744fda92: Add missing extension-require statement to geometry query tests.
Jarkko Pöyry [Fri, 28 Aug 2015 03:56:59 +0000 (03:56 +0000)]
am 744fda92: Add missing extension-require statement to geometry query tests.

* commit '744fda923ab2ca512aeefca793f1a6c8aa3b19ad':
  Add missing extension-require statement to geometry query tests.

8 years agoam e8ef2961: Allow for larger LOD difference and fix another offset bug
Pyry Haulos [Fri, 28 Aug 2015 03:56:58 +0000 (03:56 +0000)]
am e8ef2961: Allow for larger LOD difference and fix another offset bug

* commit 'e8ef296162c99669d786b805a148b9a3e8ae5831':
  Allow for larger LOD difference and fix another offset bug

8 years agoam 2e736e5c: Fix derivate offset in cube map verification code
Pyry Haulos [Fri, 28 Aug 2015 03:56:57 +0000 (03:56 +0000)]
am 2e736e5c: Fix derivate offset in cube map verification code

* commit '2e736e5cc21486837e98cae3c9303751f9a15c79':
  Fix derivate offset in cube map verification code

8 years agoam 1fdbddf3: (-s ours) DO NOT MERGE: Add cube gather tests that avoid corners; remove...
Pyry Haulos [Fri, 28 Aug 2015 03:56:55 +0000 (03:56 +0000)]
am 1fdbddf3: (-s ours) DO NOT MERGE: Add cube gather tests that avoid corners; remove D32F from mustpass

* commit '1fdbddf3d06656eea41db16182e4ba6f056b476a':
  DO NOT MERGE: Add cube gather tests that avoid corners; remove D32F from mustpass

8 years agoam b9df7b5d: Allow geometry variation in 3D texture filtering tests
Pyry Haulos [Fri, 28 Aug 2015 03:56:54 +0000 (03:56 +0000)]
am b9df7b5d: Allow geometry variation in 3D texture filtering tests

* commit 'b9df7b5d58961270c55c87000a38a8ccbbdc19e9':
  Allow geometry variation in 3D texture filtering tests

8 years agoam 3cc483b1: (-s ours) DO NOT MERGE: Remove broken record_variable_selection test...
Jarkko Pöyry [Fri, 28 Aug 2015 03:56:53 +0000 (03:56 +0000)]
am 3cc483b1: (-s ours) DO NOT MERGE: Remove broken record_variable_selection test from L must-pass.

* commit '3cc483b18a439f3c4484601d351ea541a428b9c5':
  DO NOT MERGE: Remove broken record_variable_selection test from L must-pass.

8 years agoam 806a9cd3: am be43443e: am 7d804783: (-s ours) am 7d8984f7: Remove fragment_out...
Kalle Raita [Thu, 27 Aug 2015 21:00:22 +0000 (21:00 +0000)]
am 806a9cd3: am be43443e: am 7d804783: (-s ours) am 7d8984f7: Remove fragment_out.basic.uint.rgba8ui_* from must-pass

* commit '806a9cd39d622a29666fdb96c92b779625018c7c':

8 years agoam 9e79f899: am e068a86d: am 2d453381: (-s ours) am 2d6fd94f: Remove rest of the...
Mika Isojärvi [Thu, 27 Aug 2015 21:00:21 +0000 (21:00 +0000)]
am 9e79f899: am e068a86d: am 2d453381: (-s ours) am 2d6fd94f: Remove rest of the gradient dithering tests from mustpass.

* commit '9e79f8990d2f160848ae9120301132bca8cab50d':

8 years agoam 459a3cbe: am 2e104047: am b93b9361: (-s ours) am d055b32f: Remove white gradient...
Mika Isojärvi [Thu, 27 Aug 2015 21:00:20 +0000 (21:00 +0000)]
am 459a3cbe: am 2e104047: am b93b9361: (-s ours) am d055b32f: Remove white gradient test without dithering from mustpass

* commit '459a3cbe3c7a9140c6cfac6a180a69c7dfceae6a':

8 years agoam 47b824e1: am 536b7d72: am 613ce462: (-s ours) am 15f67207: Use RGBA8888 base confi...
Kalle Raita [Thu, 27 Aug 2015 21:00:20 +0000 (21:00 +0000)]
am 47b824e1: am 536b7d72: am 613ce462: (-s ours) am 15f67207: Use RGBA8888 base config for EGL image functional tests.

* commit '47b824e1f4ff2af900c6b585b46f35a5d314c38f':

8 years agoam 96d2e74d: am 09594a4f: am 52759610: (-s ours) am 22595308: Remove differing precis...
Mika Isojärvi [Thu, 27 Aug 2015 21:00:19 +0000 (21:00 +0000)]
am 96d2e74d: am 09594a4f: am 52759610: (-s ours) am 22595308: Remove differing precision ubo tests from mustpass

* commit '96d2e74d74b330a8364bf4393a94028c163a7208':

8 years agoam ec4d2c97: am 3d302858: am 8e0148aa: (-s ours) am fcb31b81: Remove few blend tests...
Mika Isojärvi [Thu, 27 Aug 2015 21:00:18 +0000 (21:00 +0000)]
am ec4d2c97: am 3d302858: am 8e0148aa: (-s ours) am fcb31b81: Remove few blend tests from rgb565 mustpass

* commit 'ec4d2c9741fe9af3bd60071572cab01aa9408cb5':

8 years agoam 64bc7a95: am e2c5926d: am ffc5abcd: (-s ours) am 8104ce21: Remove highp scalar...
Pyry Haulos [Thu, 27 Aug 2015 21:00:18 +0000 (21:00 +0000)]
am 64bc7a95: am e2c5926d: am ffc5abcd: (-s ours) am 8104ce21: Remove highp scalar reflect tests from mustpass

* commit '64bc7a954f76db4d6df54e65fe7b67a2002477dd':

8 years agoam d7095d5d: am 11514f5f: am 9c37338a: (-s ours) am 55d9f833: Remove two EGL tests...
Kalle Raita [Thu, 27 Aug 2015 21:00:17 +0000 (21:00 +0000)]
am d7095d5d: am 11514f5f: am 9c37338a: (-s ours) am 55d9f833: Remove two EGL tests with flaky results

* commit 'd7095d5df1c7214e289bd03d83f78a6a450589d8':

8 years agoam af60ef40: am f838b6e4: am 1f5df2bc: (-s ours) am 5260313b: Remove linkage.uniform...
Kalle Raita [Thu, 27 Aug 2015 21:00:17 +0000 (21:00 +0000)]
am af60ef40: am f838b6e4: am 1f5df2bc: (-s ours) am 5260313b: Remove linkage.uniform.basic.precision_conflict_? as infeasible

* commit 'af60ef405686e026c8b77d43a3c8c74a01e88cdd':