platform/upstream/VK-GL-CTS.git
8 years agoMerge "Do not normalize binary path in xs::PosixTestProcess"
Pyry Haulos [Wed, 13 Jan 2016 23:22:34 +0000 (23:22 +0000)]
Merge "Do not normalize binary path in xs::PosixTestProcess"
am: 5231f5a8b9

* commit '5231f5a8b9a6a3f177033157b83bf92353d7864d':
  Do not normalize binary path in xs::PosixTestProcess

8 years agoUse device limits in api object management tests.
Mika Isojärvi [Wed, 13 Jan 2016 23:02:46 +0000 (15:02 -0800)]
Use device limits in api object management tests.

Change-Id: Ibad7fa9df8fb5ad8eec7298ac360585f2f3e0c2f

8 years agoMerge "Do not normalize binary path in xs::PosixTestProcess"
Pyry Haulos [Wed, 13 Jan 2016 23:19:31 +0000 (23:19 +0000)]
Merge "Do not normalize binary path in xs::PosixTestProcess"

8 years agoSwitch to libpng_ndk to remove platform library dependency
Brian Carlstrom [Wed, 13 Jan 2016 22:19:49 +0000 (22:19 +0000)]
Switch to libpng_ndk to remove platform library dependency
am: f6346adae0

* commit 'f6346adae0294a30fd71bd38ac4e11a68732af6b':
  Switch to libpng_ndk to remove platform library dependency

8 years agoDo not normalize binary path in xs::PosixTestProcess
Pyry Haulos [Wed, 13 Jan 2016 21:42:13 +0000 (13:42 -0800)]
Do not normalize binary path in xs::PosixTestProcess

Normalizing path will prevent deProcess correctly stripping leading
working directory name from binary path.

Change-Id: If9e22b683f0f929219147e19cc31b42cf6e6bdeb

8 years agoFix bugs in pipeline barrier tests.
Mika Isojärvi [Wed, 13 Jan 2016 20:55:14 +0000 (12:55 -0800)]
Fix bugs in pipeline barrier tests.

- Set m_currentImageLayout correctly. Fixes 201.
- Make sure GPU has finished before host memory accesses. Fixes #192.
- Handle _BOTTOM_OF_PIPE stage. Fixes #187.

Change-Id: Idd288583486dbd4239515587147301320b065eef

8 years agoSwitch to libpng_ndk to remove platform library dependency
Brian Carlstrom [Wed, 13 Jan 2016 19:48:47 +0000 (11:48 -0800)]
Switch to libpng_ndk to remove platform library dependency

Bug: 26513978
Change-Id: I4cb929149264adccdaf3de0f0f57a1e6b64921b5

8 years agoReverse sense of checking for unsupported features when determining
David Sodman [Mon, 11 Jan 2016 06:54:48 +0000 (22:54 -0800)]
Reverse sense of checking for unsupported features when determining
limits.

Fixes #174

Change-Id: Ic36127c5d9ab9512d1995f5898a14b8ba344d43f

8 years agoMerge branch 'scygan_api_alloc_callback_and_bitwise_ops_fix' into 'master'
Pyry Haulos [Tue, 12 Jan 2016 18:55:18 +0000 (13:55 -0500)]
Merge branch 'scygan_api_alloc_callback_and_bitwise_ops_fix' into 'master'

dEQP-VK.api.object_management.single_alloc_callbacks: Fix one AllocationCallbackRecord and bitwise operations used

1.
Function `validateAllocationCallbacks` used by mentioned test does that:

```
switch (record.type)
{
....
case AllocationCallbackRecord::TYPE_FREE:
    ...
    break;
case AllocationCallbackRecord::TYPE_INTERNAL_ALLOCATION:
case AllocationCallbackRecord::TYPE_INTERNAL_FREE:
    ....
    if (record.type == AllocationCallbackRecord::TYPE_FREE)

```

This if is clearly wrong. Should be `(record.type == AllocationCallbackRecord::TYPE_INTERNAL_FREE)`

2.
VK_SYSTEM_ALLOCATION_SCOPE_XXXX are used as bitmask, however these are nums. Should be changed to `1 << VK_SYSTEM_ALLOCATION_SCOPE_XXXX` to get a proper bitmask

See merge request !278

8 years agoFix typo in internal alloc validation
Pyry Haulos [Tue, 12 Jan 2016 18:54:11 +0000 (10:54 -0800)]
Fix typo in internal alloc validation

8 years agoFix warnings
Pyry Haulos [Tue, 12 Jan 2016 18:51:13 +0000 (10:51 -0800)]
Fix warnings

 * Unused isImmutable argument

 * Implicit conversion from VK_TRUE/VK_FALSE to VkBool32

Change-Id: Ia5894b28d19f83a3caafc73d565d461d24b35595

8 years agoMerge in changes from Khronos repository
Pyry Haulos [Tue, 12 Jan 2016 18:47:51 +0000 (10:47 -0800)]
Merge in changes from Khronos repository

8 years agoMerge branch 'awoloszyn-remove-unnecessary-geom' into 'master'
Pyry Haulos [Tue, 12 Jan 2016 18:36:44 +0000 (13:36 -0500)]
Merge branch 'awoloszyn-remove-unnecessary-geom' into 'master'

Remove geometry shader from addTessCtrlTest.

It is both un-needed and missing in these tests.

Fixes #186

See merge request !277

8 years agoMerge branch 'scygan_shaderRender_empty_dpool' into 'master'
Pyry Haulos [Tue, 12 Jan 2016 18:32:46 +0000 (13:32 -0500)]
Merge branch 'scygan_shaderRender_empty_dpool' into 'master'

shaderRender tests: prevent of creating illegal empty descriptor pool when there are no uniforms

shaderRender test were trying to create empty desciprot pool. This is forbidden by spec

See merge request !263

8 years agoMerge branch 'scygan_memory_barrier_fixes' into 'master'
Pyry Haulos [Tue, 12 Jan 2016 18:27:40 +0000 (13:27 -0500)]
Merge branch 'scygan_memory_barrier_fixes' into 'master'

memory barrier tests: multiple fixes

1)
VkBufferUsageFlags passed to VkImageCreateInfo as usage parameter. According to Vulkan spec it should be
VkImageUsageFlags.

2)
sType of VkImageMemoryBarrier struct is wrong

See merge request !262

8 years agoMerge branch 'amd-immutable-sampler-fix' into 'master'
Pyry Haulos [Tue, 12 Jan 2016 18:24:37 +0000 (13:24 -0500)]
Merge branch 'amd-immutable-sampler-fix' into 'master'

Fix to always allocate storage in descriptor pools for samplers

Fix to always allocate storage in descriptor pools for samplers, indifferent of whether they are immutable or not.

Fixes #37

See merge request !273

8 years agoMerge branch '151-fix-create-bufferview-size' into 'master'
Pyry Haulos [Tue, 12 Jan 2016 18:22:40 +0000 (13:22 -0500)]
Merge branch '151-fix-create-bufferview-size' into 'master'

Fix buffer view size

Fixes #151

See merge request !270

8 years agoFix memory allocation percent size rounding error.
Mika Isojärvi [Mon, 11 Jan 2016 19:27:22 +0000 (11:27 -0800)]
Fix memory allocation percent size rounding error.

Use int instead of float for percents to avoid rounding error in the
test case name.

Change-Id: I63e59ba9af71a1c9848ba05cd1d7882e82467739

8 years agoFix one AllocationCallbackRecord and bitwise operations
iostrows [Tue, 12 Jan 2016 16:13:43 +0000 (17:13 +0100)]
Fix one AllocationCallbackRecord and bitwise operations

8 years agoFixes to pipeline barrier tests
Mika Isojärvi [Mon, 11 Jan 2016 18:53:34 +0000 (10:53 -0800)]
Fixes to pipeline barrier tests

- Skip memory types if they don't support any operations.
- Add 8K and 64K memory size groups to increase coverage on implementations
  that always require more than 1K of memory for each buffer and texture.

Change-Id: I4e1ef2ce5862def8f3b09e6ae855ef9f704a808e

8 years agoUpdate vulkan library name on Windows
Pyry Haulos [Tue, 12 Jan 2016 15:51:07 +0000 (07:51 -0800)]
Update vulkan library name on Windows

Change-Id: I65713e2889fae2a69282530d139f1070a8a909dc

8 years agoRemove geometry shader from addTessCtrlTest.
Andrew Woloszyn [Tue, 12 Jan 2016 15:05:13 +0000 (10:05 -0500)]
Remove geometry shader from addTessCtrlTest.

It is both un-needed and missing in these tests.

Fixes #186

8 years agoprevent of creating illegal empty descriptor pool when there are no uniforms
bpkowali [Fri, 8 Jan 2016 08:49:09 +0000 (09:49 +0100)]
prevent of creating illegal empty descriptor pool when there are no uniforms

8 years agocorrected sType of VkImageMemoryBarrier struct
pflisiko [Fri, 8 Jan 2016 12:58:15 +0000 (13:58 +0100)]
corrected sType of VkImageMemoryBarrier struct

8 years agomemory barrier tests: fix VkImageCreateInfo
pflisiko [Fri, 8 Jan 2016 12:14:06 +0000 (13:14 +0100)]
memory barrier tests: fix VkImageCreateInfo

This reverts commit 9c890ae680c6be8791d5905e777088c74d85d50a.

8 years agoFix to always allocate storage in descriptor pools for samplers, indifferent of wheth...
aqnuep [Tue, 12 Jan 2016 12:33:35 +0000 (13:33 +0100)]
Fix to always allocate storage in descriptor pools for samplers, indifferent of whether they are immutable or not.

8 years agoBufferView size is fixed.
Peter Siket [Tue, 12 Jan 2016 09:09:58 +0000 (10:09 +0100)]
BufferView size is fixed.

8 years agoUpdate Vulkan CTS to API 1.0.0
Pyry Haulos [Tue, 5 Jan 2016 22:10:12 +0000 (14:10 -0800)]
Update Vulkan CTS to API 1.0.0

Change-Id: Idb60e106fadb133fcbce136270853696a6290f5b

8 years agoMerge in changes from Khronos repository
Pyry Haulos [Tue, 12 Jan 2016 03:51:04 +0000 (19:51 -0800)]
Merge in changes from Khronos repository

8 years agoIncrease GLES2 fbo comparison threshold to 0.03 am: 3f450ecc23 am: c509a7f078 am...
Mika Isojärvi [Tue, 12 Jan 2016 03:42:35 +0000 (03:42 +0000)]
Increase GLES2 fbo comparison threshold to 0.03 am: 3f450ecc23 am: c509a7f078 am: 837a58e9b7
am: ba28bddbe8

* commit 'ba28bddbe8d98a056ce54a7278b673222e32e628':
  Increase GLES2 fbo comparison threshold to 0.03

8 years agoIncrease GLES2 fbo comparison threshold to 0.03 am: 3f450ecc23 am: c509a7f078
Mika Isojärvi [Tue, 12 Jan 2016 03:40:50 +0000 (03:40 +0000)]
Increase GLES2 fbo comparison threshold to 0.03 am: 3f450ecc23 am: c509a7f078
am: 837a58e9b7

* commit '837a58e9b7161576b567b93bf203d32db5f15054':
  Increase GLES2 fbo comparison threshold to 0.03

8 years agoIncrease GLES2 fbo comparison threshold to 0.03 am: 3f450ecc23
Mika Isojärvi [Tue, 12 Jan 2016 03:37:50 +0000 (03:37 +0000)]
Increase GLES2 fbo comparison threshold to 0.03 am: 3f450ecc23
am: c509a7f078

* commit 'c509a7f07850a479acf88036a330ec191dd54ef8':
  Increase GLES2 fbo comparison threshold to 0.03

8 years agoIncrease GLES2 fbo comparison threshold to 0.03
Mika Isojärvi [Tue, 12 Jan 2016 03:28:27 +0000 (03:28 +0000)]
Increase GLES2 fbo comparison threshold to 0.03
am: 3f450ecc23

* commit '3f450ecc233b3f3b38e61b4a37c76600a90f5c26':
  Increase GLES2 fbo comparison threshold to 0.03

8 years agoCopy arrays passed to builder util classes.
Dae Kim [Thu, 7 Jan 2016 12:42:45 +0000 (12:42 +0000)]
Copy arrays passed to builder util classes.

8 years agoMerge branch '179-fix-bitwisexor' into 'master'
Pyry Haulos [Tue, 12 Jan 2016 00:55:11 +0000 (19:55 -0500)]
Merge branch '179-fix-bitwisexor' into 'master'

Switched opspecconstantop.bitwisexor tests to use xor instead of and.

Fixed an incorrect test that used BitwiseAnd instead of BitwiseXor.

Fixes #179

See merge request !271

8 years agoMerge branch '135-fix-copy-blit-same-data' into 'master'
Pyry Haulos [Tue, 12 Jan 2016 00:51:32 +0000 (19:51 -0500)]
Merge branch '135-fix-copy-blit-same-data' into 'master'

Copy_and_blit fixes: generate the source and destination with different data

See merge request !269

8 years agoMerge branch '176-pipeline-image-buffer-offset-fix' into 'master'
Pyry Haulos [Tue, 12 Jan 2016 00:48:11 +0000 (19:48 -0500)]
Merge branch '176-pipeline-image-buffer-offset-fix' into 'master'

Pipeline image utils: use a bufferOffset multiple of 4 and multiple of the texel/block size.

This is an attempt to fix issue #176

See merge request !267

8 years agoIncrease GLES2 fbo comparison threshold to 0.03
Mika Isojärvi [Mon, 11 Jan 2016 22:11:53 +0000 (14:11 -0800)]
Increase GLES2 fbo comparison threshold to 0.03

Bug: 26422231
Change-Id: I8c7304bbf479e4e848974fc913c564f7378f9c1d

8 years agoSwitched opspecconstantop.bitwisexor tests to use xor instead of and.
Andrew Woloszyn [Mon, 11 Jan 2016 21:38:15 +0000 (16:38 -0500)]
Switched opspecconstantop.bitwisexor tests to use xor instead of and.

Fixed an incorrect test that used BitwiseAnd instead of BitwiseXor.

8 years agoFix shift-negative-value warning am: cb38ffc012 am: f1c9c43d6f am: e650480a02
Kalle Raita [Mon, 11 Jan 2016 19:58:40 +0000 (19:58 +0000)]
Fix shift-negative-value warning am: cb38ffc012 am: f1c9c43d6f am: e650480a02
am: 5e0413483d

* commit '5e0413483d34268df36e049f3fcb04586ec42f2c':
  Fix shift-negative-value warning

8 years agoUse -Wno-error=date-time am: 865f9aae63 am: 5b7e673b0c am: 322e4b51cd
Dan Willemsen [Mon, 11 Jan 2016 19:58:36 +0000 (19:58 +0000)]
Use -Wno-error=date-time am: 865f9aae63 am: 5b7e673b0c am: 322e4b51cd
am: 62e4942c10

* commit '62e4942c101ca2e77be257becf858f7e77b9a4b5':

8 years agoMerge "Use -Wno-date-time to allow __DATE__/__TIME__" am: bd1826b4a3 am: f4e3b26175...
Dan Willemsen [Mon, 11 Jan 2016 19:58:31 +0000 (19:58 +0000)]
Merge "Use -Wno-date-time to allow __DATE__/__TIME__" am: bd1826b4a3 am: f4e3b26175 am: 51d6a6b287
am: 86042a6f4d

* commit '86042a6f4deed0a2cc359a976449b26145deca11':

8 years agoRemove few tests affected by a HW limitation am: 3f71117a2f am: 58213c37ff am: 8f5b93...
Pyry Haulos [Mon, 11 Jan 2016 19:58:27 +0000 (19:58 +0000)]
Remove few tests affected by a HW limitation am: 3f71117a2f am: 58213c37ff am: 8f5b937334 am: 122dccdb35
am: 78e30f704b

* commit '78e30f704b702d85ae3e7c4c3a38228248dc9d0e':

8 years agoDO NOT MERGE: Restore accidentally reverted mustpass .txt changes am: 6b37e7d055...
Pyry Haulos [Mon, 11 Jan 2016 19:58:21 +0000 (19:58 +0000)]
DO NOT MERGE: Restore accidentally reverted mustpass .txt changes am: 6b37e7d055  -s ours am: 9db7fe6a6b  -s ours am: 46e148f2c8 am: 4661d31646  -s ours am: e16a66ead4  -s ours
am: fa27066638  -s ours

* commit 'fa27066638fcbe1a4abefdc82ce51a0a8dceffbb':

8 years agoDO NOT MERGE Refresh GLES 3.1 must-pass XML am: d8e85a9be9 -s ours am: ba3d0b4eb3...
Kalle Raita [Mon, 11 Jan 2016 19:58:18 +0000 (19:58 +0000)]
DO NOT MERGE Refresh GLES 3.1 must-pass XML am: d8e85a9be9  -s ours am: ba3d0b4eb3  -s ours am: 34df1a22c9 am: a5829acab3  -s ours am: 41cd9b0153  -s ours
am: d50d3facae  -s ours

* commit 'd50d3facae4bda049f36a14955b03b705b80e6c5':

8 years agoDO NOT MERGE Remove MSAA wide line derivate tests am: 0fb14e82f6 -s ours am: ba10fd0...
Kalle Raita [Mon, 11 Jan 2016 19:58:14 +0000 (19:58 +0000)]
DO NOT MERGE Remove MSAA wide line derivate tests am: 0fb14e82f6  -s ours am: ba10fd03cf  -s ours am: d7770da76b am: dccbfad72c  -s ours am: e53b54fcbe  -s ours
am: c0579c7f1b  -s ours

* commit 'c0579c7f1bb75e81b532c0adda9d3f79284b986c':

8 years agoMerge "DO NOT MERGE: Add cube gather tests that avoid corners; remove D32F from...
Daniel Xie [Mon, 11 Jan 2016 19:58:10 +0000 (19:58 +0000)]
Merge "DO NOT MERGE: Add cube gather tests that avoid corners;  remove D32F from mustpass" into lollipop-mr1-cts-dev am: 06627c74b4  -s ours am: 8d3eeada70  -s ours am: 01e0351f91 am: 7f454ca9ca  -s ours am: c495fc1e7d  -s ours
am: 100ef09891  -s ours

* commit '100ef09891e7e7e8638e7c8afe7683597357d4f7':

8 years agoMerge "Remove broken record_variable_selection test from MR1 must-pass." into lollipo...
Daniel Xie [Mon, 11 Jan 2016 19:58:03 +0000 (19:58 +0000)]
Merge "Remove broken record_variable_selection test from MR1 must-pass." into lollipop-mr1-cts-dev am: 67685b11a4 am: a9172fd9d6 am: 79196e05ae am: e707a2a1e0 am: 7eece9abcc
am: b042e6d5d3

* commit 'b042e6d5d3cc113c064fe67d84e651cefc969024':

8 years agoDO NOT MERGE: Apply fix for tessellation fractional even test verification. am: a7716...
Jarkko Pöyry [Mon, 11 Jan 2016 19:58:00 +0000 (19:58 +0000)]
DO NOT MERGE: Apply fix for tessellation fractional even test verification. am: a77161bb85  -s ours am: f3ee969416  -s ours am: 1c3966adce am: eea3bba95d  -s ours am: 41adb6bea4  -s ours
am: e6bcc7432f  -s ours

* commit 'e6bcc7432f470980f65f6f43b2a09bc62ebad32b':

8 years agoDO NOT MERGE Do not require signed zero support in ldexp tests() am: 5b076d99a8 ...
Pyry Haulos [Mon, 11 Jan 2016 19:57:56 +0000 (19:57 +0000)]
DO NOT MERGE Do not require signed zero support in ldexp tests() am: 5b076d99a8  -s ours am: 769e70972b  -s ours am: 5a672a9978 am: 5a7a0f6b21  -s ours am: c83d719e97  -s ours
am: d6e8a8b79d  -s ours

* commit 'd6e8a8b79d7553904c58e1898eae29417b803779':

8 years agoDO NOT MERGE: Ignore denormals in floatUlpThresholdCompare. am: 5c7feb8db2 -s ours...
Jarkko Pöyry [Mon, 11 Jan 2016 19:57:52 +0000 (19:57 +0000)]
DO NOT MERGE: Ignore denormals in floatUlpThresholdCompare. am: 5c7feb8db2  -s ours am: be2f5437ea  -s ours am: 4a0992566f am: 973b464a16  -s ours am: 5103036727  -s ours
am: 155c0b5388  -s ours

* commit '155c0b53881f42a8ae35ee8b6e6663cd0ce146a8':

8 years agoMerge "Remove wide line bounding box cases" into marshmallow-cts-dev am: 598e5de412...
Daniel Xie [Mon, 11 Jan 2016 19:57:49 +0000 (19:57 +0000)]
Merge "Remove wide line bounding box cases" into marshmallow-cts-dev am: 598e5de412 am: f88cd77014 am: 5840177c47 am: eb40123dd7
am: 2eec1753d0

* commit '2eec1753d012d8693707210feb991278d52da393':

8 years agoRemove GLES2-texture.wrap tests from mustpass am: 85fcb8dc40 am: bee524bb90 am: 7e0a2...
David Sodman [Mon, 11 Jan 2016 19:55:14 +0000 (19:55 +0000)]
Remove GLES2-texture.wrap tests from mustpass am: 85fcb8dc40 am: bee524bb90 am: 7e0a26ec97 am: 2e2ffa79b0
am: 273a38dfd8

* commit '273a38dfd8d5f04df3e182b139499ce423f65662':

8 years agoRemove GLES2.functional.texture.units.2_units.only_cube.9 from mustpass am: b84fd4b0f...
David Sodman [Mon, 11 Jan 2016 19:55:10 +0000 (19:55 +0000)]
Remove GLES2.functional.texture.units.2_units.only_cube.9 from mustpass am: b84fd4b0ff am: d300e34cbc am: f506eceff1 am: 37dd98cac2
am: 68b056c3a9

* commit '68b056c3a9b8f8c82505b39b96d11518f3ddc8f7':

8 years agoMerge "Change MSAA sample-count error to warning" into marshmallow-cts-dev am: 0727d2...
Daniel Xie [Mon, 11 Jan 2016 19:55:06 +0000 (19:55 +0000)]
Merge "Change MSAA sample-count error to warning" into marshmallow-cts-dev am: 0727d29796 am: 0c59f7b7d6 am: aa6d7b3918 am: d0ec71e4fd
am: 5c3d4f1a58

* commit '5c3d4f1a5825b5f69bc85cb4897d1b81d30c9869':

8 years agoRemove GLES2.functional.dither.disable.gradient.* tests from mustpass am: 9a42bb8be3...
David Sodman [Mon, 11 Jan 2016 19:55:02 +0000 (19:55 +0000)]
Remove GLES2.functional.dither.disable.gradient.* tests from mustpass am: 9a42bb8be3 am: 0711fc152c am: ba2499b2c4 am: 51eafe5e85
am: 5ee3b46202

* commit '5ee3b46202bab418fdf2e455c63440f7c6f96c36':

8 years agoDO NOT MERGE add running time hints for dEQP packages am: 75da7d236c -s ours am...
Jed Estep [Mon, 11 Jan 2016 19:54:57 +0000 (19:54 +0000)]
DO NOT MERGE add running time hints for dEQP packages am: 75da7d236c  -s ours am: 01680109b8 am: e22743284f  -s ours am: 96e8882006  -s ours
am: be8947a3c8  -s ours

* commit 'be8947a3c8e4f701027c7ddf526854f4928c75f9':

8 years agoMerge "DO NOT MERGE Restore accidentally commented line" into marshmallow-cts-dev...
Daniel Xie [Mon, 11 Jan 2016 19:54:53 +0000 (19:54 +0000)]
Merge "DO NOT MERGE Restore accidentally commented line" into marshmallow-cts-dev am: a3571bc9c9  -s ours am: 4e2092b555 am: 2239f84a37  -s ours am: 56d1020af6  -s ours
am: 207693dbde  -s ours

* commit '207693dbde69b46c97a410251af33ee4054626c8':

8 years agoExclude RGB565 blending cases from the must-pass am: 494bb5a472 am: c6d365645f am...
Kalle Raita [Mon, 11 Jan 2016 19:54:49 +0000 (19:54 +0000)]
Exclude RGB565 blending cases from the must-pass am: 494bb5a472 am: c6d365645f am: 770c827918 am: 2deb383800
am: b96598111e

* commit 'b96598111efa1639d70ff083f1e759e8919bfe88':

8 years agoDO NOT MERGE Split GLES31 copy image tests in 3. am: e3f31fbe9e -s ours am: 74e77f92...
Kalle Raita [Mon, 11 Jan 2016 19:54:45 +0000 (19:54 +0000)]
DO NOT MERGE Split GLES31 copy image tests in 3. am: e3f31fbe9e  -s ours am: 74e77f920d am: 9bc2f18d3e  -s ours am: 2377fa324f  -s ours
am: e8bc0e9db4  -s ours

* commit 'e8bc0e9db40b57da9554cfec0df727896ce72b78':

8 years agoFix shift-negative-value warning am: cb38ffc012 am: f1c9c43d6f
Kalle Raita [Mon, 11 Jan 2016 19:54:44 +0000 (19:54 +0000)]
Fix shift-negative-value warning am: cb38ffc012 am: f1c9c43d6f
am: e650480a02

* commit 'e650480a02ec96a0ab92daf292c39ef2f0827567':
  Fix shift-negative-value warning

8 years agoUse -Wno-error=date-time am: 865f9aae63 am: 5b7e673b0c
Dan Willemsen [Mon, 11 Jan 2016 19:54:39 +0000 (19:54 +0000)]
Use -Wno-error=date-time am: 865f9aae63 am: 5b7e673b0c
am: 322e4b51cd

* commit '322e4b51cd48f4d1eba71bb25576b9a06cd0bb6d':

8 years agoMerge "DO NOT MERGE: Add cube gather tests that avoid corners; remove D32F from...
Daniel Xie [Mon, 11 Jan 2016 19:54:39 +0000 (19:54 +0000)]
Merge "DO NOT MERGE: Add cube gather tests that avoid corners;  remove D32F from mustpass" into lollipop-mr1-cts-dev am: 06627c74b4  -s ours am: a635ea841e am: 1bb32404ed  -s ours am: 7f2264e8b5 am: d3b78bf3e5  -s ours am: d04254f29f  -s ours
am: be7fa1f6b7  -s ours

* commit 'be7fa1f6b7d2d539c1b03e6318a72a7f10b27521':

8 years agoMerge "Remove broken record_variable_selection test from MR1 must-pass." into lollipo...
Daniel Xie [Mon, 11 Jan 2016 19:54:32 +0000 (19:54 +0000)]
Merge "Remove broken record_variable_selection test from MR1 must-pass." into lollipop-mr1-cts-dev am: 67685b11a4 am: a9216ffd5a am: 195c6d1c5f am: ad9738c0c6 am: 830808e133 am: 6139c29ba2
am: c2cbb52e31

* commit 'c2cbb52e3129fd9e386e7ec2492a11b3ac40aac2':

8 years agoMerge "Use -Wno-date-time to allow __DATE__/__TIME__" am: bd1826b4a3 am: f4e3b26175
Dan Willemsen [Mon, 11 Jan 2016 19:54:31 +0000 (19:54 +0000)]
Merge "Use -Wno-date-time to allow __DATE__/__TIME__" am: bd1826b4a3 am: f4e3b26175
am: 51d6a6b287

* commit '51d6a6b2877032c10c8a98e2e50554df209a5b99':

8 years agoRemove few tests affected by a HW limitation am: 3f71117a2f am: 58213c37ff am: 8f5b937334
Pyry Haulos [Mon, 11 Jan 2016 19:54:28 +0000 (19:54 +0000)]
Remove few tests affected by a HW limitation am: 3f71117a2f am: 58213c37ff am: 8f5b937334
am: 122dccdb35

* commit '122dccdb35d190442ccd10e755a3a7b9e1d4dea0':

8 years agoDO NOT MERGE: Apply fix for tessellation fractional even test verification. am: a7716...
Jarkko Pöyry [Mon, 11 Jan 2016 19:54:28 +0000 (19:54 +0000)]
DO NOT MERGE: Apply fix for tessellation fractional even test verification. am: a77161bb85  -s ours am: 76114a7968 am: 90b1a9f687  -s ours am: 7ec9411ee5 am: f5e70d59de  -s ours am: 025f4ae101  -s ours
am: 2492073f5d  -s ours

* commit '2492073f5da53f4833072682c013019de195796e':

8 years agoDO NOT MERGE: Restore accidentally reverted mustpass .txt changes am: 6b37e7d055...
Pyry Haulos [Mon, 11 Jan 2016 19:54:24 +0000 (19:54 +0000)]
DO NOT MERGE: Restore accidentally reverted mustpass .txt changes am: 6b37e7d055  -s ours am: 9db7fe6a6b  -s ours am: 46e148f2c8 am: 4661d31646  -s ours
am: e16a66ead4  -s ours

* commit 'e16a66ead4f405ab3b32a79af7bb5ef1727d31cb':

8 years agoDO NOT MERGE Do not require signed zero support in ldexp tests() am: 5b076d99a8 ...
Pyry Haulos [Mon, 11 Jan 2016 19:54:24 +0000 (19:54 +0000)]
DO NOT MERGE Do not require signed zero support in ldexp tests() am: 5b076d99a8  -s ours am: 366da5103d am: 6a4a901e5a  -s ours am: 3a8d6b0b02 am: 570b43e224  -s ours am: 922e41ea79  -s ours
am: a615062e5c  -s ours

* commit 'a615062e5cd2018dd7b18b31a76461d034494a4f':

8 years agoDO NOT MERGE: Ignore denormals in floatUlpThresholdCompare. am: 5c7feb8db2 -s ours...
Jarkko Pöyry [Mon, 11 Jan 2016 19:54:20 +0000 (19:54 +0000)]
DO NOT MERGE: Ignore denormals in floatUlpThresholdCompare. am: 5c7feb8db2  -s ours am: 80ff623675 am: f088b2b570  -s ours am: 867d4a0416 am: 5d43de505e  -s ours am: a9862c508b  -s ours
am: 9ab13b948e  -s ours

* commit '9ab13b948e4489167b3fd5eaab6e9c0f73f3b4e9':

8 years agoDO NOT MERGE Refresh GLES 3.1 must-pass XML am: d8e85a9be9 -s ours am: ba3d0b4eb3...
Kalle Raita [Mon, 11 Jan 2016 19:54:16 +0000 (19:54 +0000)]
DO NOT MERGE Refresh GLES 3.1 must-pass XML am: d8e85a9be9  -s ours am: ba3d0b4eb3  -s ours am: 34df1a22c9 am: a5829acab3  -s ours
am: 41cd9b0153  -s ours

* commit '41cd9b015353247f3a6bf397716c81666fa676a4':

8 years agoam eee8271e: DO NOT MERGE Split GLES31 copy image tests in 3. am: 7aad11b331 -s...
Kalle Raita [Mon, 11 Jan 2016 19:54:15 +0000 (19:54 +0000)]
am eee8271e: DO NOT MERGE Split GLES31 copy image tests in 3. am: 7aad11b331  -s ours am: f493e34b5d  -s ours
am: 665f9f5bf2  -s ours

* commit '665f9f5bf236a754b1d1967995b18b8aebb37afc':

8 years agoDO NOT MERGE Remove MSAA wide line derivate tests am: 0fb14e82f6 -s ours am: ba10fd0...
Kalle Raita [Mon, 11 Jan 2016 19:54:12 +0000 (19:54 +0000)]
DO NOT MERGE Remove MSAA wide line derivate tests am: 0fb14e82f6  -s ours am: ba10fd03cf  -s ours am: d7770da76b am: dccbfad72c  -s ours
am: e53b54fcbe  -s ours

* commit 'e53b54fcbe4ac1fd404e6aa60d1bc5d388fb4ed3':

8 years agoam ca60962c: Remove large draw_indirect.compute_interop tests am: d3e1b23dcd am:...
Kalle Raita [Mon, 11 Jan 2016 19:54:11 +0000 (19:54 +0000)]
am ca60962c: Remove large draw_indirect.compute_interop tests am: d3e1b23dcd am: 61a4f1eabe
am: a23d986e05

* commit 'a23d986e05762b29708676ac481c3f5de6de9941':

8 years agoMerge "DO NOT MERGE: Add cube gather tests that avoid corners; remove D32F from...
Daniel Xie [Mon, 11 Jan 2016 19:54:08 +0000 (19:54 +0000)]
Merge "DO NOT MERGE: Add cube gather tests that avoid corners;  remove D32F from mustpass" into lollipop-mr1-cts-dev am: 06627c74b4  -s ours am: 8d3eeada70  -s ours am: 01e0351f91 am: 7f454ca9ca  -s ours
am: c495fc1e7d  -s ours

* commit 'c495fc1e7d409329999d2d7d95399bbae86512c0':

8 years agoam a2d25ce9: Fix out-of-bounds buffer access in tese ShaderExecutor am: 7d64dcad47...
Pyry Haulos [Mon, 11 Jan 2016 19:54:07 +0000 (19:54 +0000)]
am a2d25ce9: Fix out-of-bounds buffer access in tese ShaderExecutor am: 7d64dcad47 am: e6d95c6562
am: b000c52f96

* commit 'b000c52f964b224451ac7720c3c6128e3eb4f081':

8 years agoMerge "Remove broken record_variable_selection test from MR1 must-pass." into lollipo...
Daniel Xie [Mon, 11 Jan 2016 19:54:03 +0000 (19:54 +0000)]
Merge "Remove broken record_variable_selection test from MR1 must-pass." into lollipop-mr1-cts-dev am: 67685b11a4 am: a9172fd9d6 am: 79196e05ae am: e707a2a1e0
am: 7eece9abcc

* commit '7eece9abcc80ae90b4b7b849b110656b1e7dd026':

8 years agoMerge branch \'master\' of /usr/local/google/game/mirror/googleplex-android_googlesou...
Pyry Haulos [Mon, 11 Jan 2016 19:54:03 +0000 (19:54 +0000)]
Merge branch \'master\' of /usr/local/google/game/mirror/googleplex-android_googlesource_com/platform/external/deqp
am: cb5039ba7d

* commit 'cb5039ba7d165c28a92a890becf669e4b72ca488':

8 years agoDO NOT MERGE: Apply fix for tessellation fractional even test verification. am: a7716...
Jarkko Pöyry [Mon, 11 Jan 2016 19:53:59 +0000 (19:53 +0000)]
DO NOT MERGE: Apply fix for tessellation fractional even test verification. am: a77161bb85  -s ours am: f3ee969416  -s ours am: 1c3966adce am: eea3bba95d  -s ours
am: 41adb6bea4  -s ours

* commit '41adb6bea4bf377b9e1dfa4dd08bfb34abe87d19':

8 years agoam ea702448: am d38c14ba: am 75e63782: am 523bdab6: am 4667bcc1: am f55476d8: Remove...
Pyry Haulos [Mon, 11 Jan 2016 19:53:59 +0000 (19:53 +0000)]
am ea702448: am d38c14ba: am 75e63782: am 523bdab6: am 4667bcc1: am f55476d8: Remove fragment_out tests with too strict thresholds from mustpass am: 77e7263687 am: 91cb97fdb2
am: 811a5d40bd

* commit '811a5d40bd922580e9e936ff7ce53666f30de2d3':

8 years agoam 9eefd6e7: am 5efd3ca9: (-s ours) am fa285d6b: am 36059e0d: am 7ce9438a: am 0870de9...
Pyry Haulos [Mon, 11 Jan 2016 19:53:55 +0000 (19:53 +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() am: 018322578a  -s ours am: f167ed9bc9  -s ours
am: c0bb088f18  -s ours

* commit 'c0bb088f18e42f4d45acb4ce0789811560ac42c9':

8 years agoDO NOT MERGE Do not require signed zero support in ldexp tests() am: 5b076d99a8 ...
Pyry Haulos [Mon, 11 Jan 2016 19:53:54 +0000 (19:53 +0000)]
DO NOT MERGE Do not require signed zero support in ldexp tests() am: 5b076d99a8  -s ours am: 769e70972b  -s ours am: 5a672a9978 am: 5a7a0f6b21  -s ours
am: c83d719e97  -s ours

* commit 'c83d719e97dcfd5786f43f953a71376c3c3f0d22':

8 years agoDO NOT MERGE: Ignore denormals in floatUlpThresholdCompare. am: 5c7feb8db2 -s ours...
Jarkko Pöyry [Mon, 11 Jan 2016 19:53:50 +0000 (19:53 +0000)]
DO NOT MERGE: Ignore denormals in floatUlpThresholdCompare. am: 5c7feb8db2  -s ours am: be2f5437ea  -s ours am: 4a0992566f am: 973b464a16  -s ours
am: 5103036727  -s ours

* commit '5103036727a3fe8c1b95c34f44e3e3501342de16':

8 years agoam 57fda38b: am b00d353a: am 1b179ac7: am 220337ad: am 01516433: am 9252e819: Remove...
Jarkko Pöyry [Mon, 11 Jan 2016 19:53:48 +0000 (19:53 +0000)]
am 57fda38b: am b00d353a: am 1b179ac7: am 220337ad: am 01516433: am 9252e819: Remove tessellation.user_defined_io.per_patch cases from must pass. am: 076cb71c05 am: 5cae9000d7
am: b3c725ab41

* commit 'b3c725ab414ba25362fbeb4485bc926d9f7a1392':

8 years agoMerge "Remove wide line bounding box cases" into marshmallow-cts-dev am: 598e5de412...
Daniel Xie [Mon, 11 Jan 2016 19:53:40 +0000 (19:53 +0000)]
Merge "Remove wide line bounding box cases" into marshmallow-cts-dev am: 598e5de412 am: f88cd77014 am: 5840177c47
am: eb40123dd7

* commit 'eb40123dd7a7efb436c3627e56ffb670063a0994':

8 years agoRemove GLES2-texture.wrap tests from mustpass am: 85fcb8dc40 am: bee524bb90 am: 7e0a2...
David Sodman [Mon, 11 Jan 2016 19:53:37 +0000 (19:53 +0000)]
Remove GLES2-texture.wrap tests from mustpass am: 85fcb8dc40 am: bee524bb90 am: 7e0a26ec97
am: 2e2ffa79b0

* commit '2e2ffa79b0fadcc0c46d5673880700593e3d0c92':

8 years agoRemove GLES2.functional.texture.units.2_units.only_cube.9 from mustpass am: b84fd4b0f...
David Sodman [Mon, 11 Jan 2016 19:53:33 +0000 (19:53 +0000)]
Remove GLES2.functional.texture.units.2_units.only_cube.9 from mustpass am: b84fd4b0ff am: d300e34cbc am: f506eceff1
am: 37dd98cac2

* commit '37dd98cac23abd74db7ff1bcfc3fceb89bd2796a':

8 years agoMerge "Change MSAA sample-count error to warning" into marshmallow-cts-dev am: 0727d2...
Daniel Xie [Mon, 11 Jan 2016 19:53:30 +0000 (19:53 +0000)]
Merge "Change MSAA sample-count error to warning" into marshmallow-cts-dev am: 0727d29796 am: 0c59f7b7d6 am: aa6d7b3918
am: d0ec71e4fd

* commit 'd0ec71e4fddcb92566e070c24fc61b18b65acbe7':

8 years agoRemove GLES2.functional.dither.disable.gradient.* tests from mustpass am: 9a42bb8be3...
David Sodman [Mon, 11 Jan 2016 19:53:25 +0000 (19:53 +0000)]
Remove GLES2.functional.dither.disable.gradient.* tests from mustpass am: 9a42bb8be3 am: 0711fc152c am: ba2499b2c4
am: 51eafe5e85

* commit '51eafe5e855a807c20d1cf78af401b98bebd5194':

8 years agoDO NOT MERGE add running time hints for dEQP packages am: 75da7d236c -s ours am...
Jed Estep [Mon, 11 Jan 2016 19:53:20 +0000 (19:53 +0000)]
DO NOT MERGE add running time hints for dEQP packages am: 75da7d236c  -s ours am: 01680109b8 am: e22743284f  -s ours
am: 96e8882006  -s ours

* commit '96e888200632f58409c9af53aa13fb40b39d9739':

8 years agoam a7b6dc7a: am 342b03b5: (-s ours) am ca04416b: am 33c9e110: am cee84aa0: am 652dd63...
Mika Isojärvi [Mon, 11 Jan 2016 19:53:20 +0000 (19:53 +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 am: 56cd477015 am: 36d1cf6f72
am: 37d71c3cf2

* commit '37d71c3cf2da32e0952701262408a53e3bd52d59':

8 years agoam 7d804783: (-s ours) am 7d8984f7: Remove fragment_out.basic.uint.rgba8ui_* from...
Kalle Raita [Mon, 11 Jan 2016 19:53:17 +0000 (19:53 +0000)]
am 7d804783: (-s ours) am 7d8984f7: Remove fragment_out.basic.uint.rgba8ui_* from must-pass am: be43443e5c am: 3b495c6cf2
am: aef72e1321

* commit 'aef72e1321bace0ca1699aa46ae26e4d8f7ba2d5':

8 years agoMerge "DO NOT MERGE Restore accidentally commented line" into marshmallow-cts-dev...
Daniel Xie [Mon, 11 Jan 2016 19:53:16 +0000 (19:53 +0000)]
Merge "DO NOT MERGE Restore accidentally commented line" into marshmallow-cts-dev am: a3571bc9c9  -s ours am: 4e2092b555 am: 2239f84a37  -s ours
am: 56d1020af6  -s ours

* commit '56d1020af6826a4500f82799251e0a6f26ad305b':

8 years agoam 2d453381: (-s ours) am 2d6fd94f: Remove rest of the gradient dithering tests from...
Mika Isojärvi [Mon, 11 Jan 2016 19:53:13 +0000 (19:53 +0000)]
am 2d453381: (-s ours) am 2d6fd94f: Remove rest of the gradient dithering tests from mustpass. am: e068a86d46 am: c9ab16d906
am: 8c47367fbb

* commit '8c47367fbb9c859a693b5b54bd044f9766071110':

8 years agoExclude RGB565 blending cases from the must-pass am: 494bb5a472 am: c6d365645f am...
Kalle Raita [Mon, 11 Jan 2016 19:53:11 +0000 (19:53 +0000)]
Exclude RGB565 blending cases from the must-pass am: 494bb5a472 am: c6d365645f am: 770c827918
am: 2deb383800

* commit '2deb383800bef7f3def7322fa77fd1b95ee7e65a':

8 years agoam b93b9361: (-s ours) am d055b32f: Remove white gradient test without dithering...
Mika Isojärvi [Mon, 11 Jan 2016 19:53:09 +0000 (19:53 +0000)]
am b93b9361: (-s ours) am d055b32f: Remove white gradient test without dithering from mustpass am: 2e10404723 am: b5990d87c1
am: 428f86c382

* commit '428f86c3821904f9554a5130c109bf99ffc5ca08':

8 years agoDO NOT MERGE Split GLES31 copy image tests in 3. am: e3f31fbe9e -s ours am: 74e77f92...
Kalle Raita [Mon, 11 Jan 2016 19:53:05 +0000 (19:53 +0000)]
DO NOT MERGE Split GLES31 copy image tests in 3. am: e3f31fbe9e  -s ours am: 74e77f920d am: 9bc2f18d3e  -s ours
am: 2377fa324f  -s ours

* commit '2377fa324ff6e9725cef3d5f8292484390470c7e':

8 years agoam 613ce462: (-s ours) am 15f67207: Use RGBA8888 base config for EGL image functional...
Kalle Raita [Mon, 11 Jan 2016 19:53:02 +0000 (19:53 +0000)]
am 613ce462: (-s ours) am 15f67207: Use RGBA8888 base config for EGL image functional tests. am: 536b7d72a1 am: 7f975eca92
am: 69a5fb9cf7

* commit '69a5fb9cf72488c85eff5451984db2859bb7dd1f':

8 years agoFix shift-negative-value warning am: cb38ffc012
Kalle Raita [Mon, 11 Jan 2016 19:53:01 +0000 (19:53 +0000)]
Fix shift-negative-value warning am: cb38ffc012
am: f1c9c43d6f

* commit 'f1c9c43d6f93ed2f9861dd4710f2b50db2ea398f':
  Fix shift-negative-value warning

8 years agoMerge "DO NOT MERGE: Add cube gather tests that avoid corners; remove D32F from...
Daniel Xie [Mon, 11 Jan 2016 19:52:58 +0000 (19:52 +0000)]
Merge "DO NOT MERGE: Add cube gather tests that avoid corners;  remove D32F from mustpass" into lollipop-mr1-cts-dev am: 06627c74b4  -s ours am: a635ea841e am: 1bb32404ed  -s ours am: 7f2264e8b5 am: d3b78bf3e5  -s ours
am: d04254f29f  -s ours

* commit 'd04254f29f449e642323302a9bb793a3b15cb8c8':