platform/upstream/VK-GL-CTS.git
7 years agoAdd new draw elements base vertex tests am: 3c865084eb am: f573b5fc43
John Richardson [Wed, 12 Jul 2017 17:27:02 +0000 (17:27 +0000)]
Add new draw elements base vertex tests am: 3c865084eb am: f573b5fc43
am: de89da5a0e

Change-Id: I745867b920c8ddee0f668b7b61ec2261f505d2a3

7 years agoFix typo in framebuffer_srgb_unsupported_enum am: b46d559e07 am: ca35ff2dec
Pyry Haulos [Wed, 12 Jul 2017 17:26:57 +0000 (17:26 +0000)]
Fix typo in framebuffer_srgb_unsupported_enum am: b46d559e07 am: ca35ff2dec
am: d1399f7f2c

Change-Id: I1464f20c06b756681f745f774d9bdfd6092490e4

7 years agoAdd sRGB write decode negative case am: 6644e7bfef am: f4548f9b1e
John Richardson [Wed, 12 Jul 2017 17:26:53 +0000 (17:26 +0000)]
Add sRGB write decode negative case am: 6644e7bfef am: f4548f9b1e
am: 80f7e7b7df

Change-Id: I5e6bc7eb682ab97186b7232059e88aa2566d7e33

7 years agoAdd sRGB write decode tests am: 50d8f31f52 am: f81147bab9
Michael Hadley [Wed, 12 Jul 2017 17:26:48 +0000 (17:26 +0000)]
Add sRGB write decode tests am: 50d8f31f52 am: f81147bab9
am: 5f7d782194

Change-Id: I733752c2990d9537eb342d2aed178b20a5a7a31a

7 years agoAdd new draw elements base vertex tests am: 3c865084eb
John Richardson [Wed, 12 Jul 2017 17:20:31 +0000 (17:20 +0000)]
Add new draw elements base vertex tests am: 3c865084eb
am: f573b5fc43

Change-Id: Id9442555d9b378f904b8c3e8a82c9b35f5927333

7 years agoFix typo in framebuffer_srgb_unsupported_enum am: b46d559e07
Pyry Haulos [Wed, 12 Jul 2017 17:20:27 +0000 (17:20 +0000)]
Fix typo in framebuffer_srgb_unsupported_enum am: b46d559e07
am: ca35ff2dec

Change-Id: I89be38229b7399e9c03e4d1edbd63acb26facd52

7 years agoAdd sRGB write decode negative case am: 6644e7bfef
John Richardson [Wed, 12 Jul 2017 17:20:22 +0000 (17:20 +0000)]
Add sRGB write decode negative case am: 6644e7bfef
am: f4548f9b1e

Change-Id: Ic1b5b838511c236b080682e23bea0e2d1c495730

7 years agoAdd sRGB write decode tests am: 50d8f31f52
Michael Hadley [Wed, 12 Jul 2017 17:20:18 +0000 (17:20 +0000)]
Add sRGB write decode tests am: 50d8f31f52
am: f81147bab9

Change-Id: I17812a5162de190187b4786efbde45594988eb84

7 years agoAdd new draw elements base vertex tests
John Richardson [Wed, 12 Jul 2017 17:13:29 +0000 (17:13 +0000)]
Add new draw elements base vertex tests
am: 3c865084eb

Change-Id: I4d86b9e26e8e7bed25fbc28322e5f26af863b2ca

7 years agoFix typo in framebuffer_srgb_unsupported_enum
Pyry Haulos [Wed, 12 Jul 2017 17:13:26 +0000 (17:13 +0000)]
Fix typo in framebuffer_srgb_unsupported_enum
am: b46d559e07

Change-Id: Idd1432ebb3645fb99ffaab3a30b97e79a84a7697

7 years agoAdd sRGB write decode negative case
John Richardson [Wed, 12 Jul 2017 17:13:22 +0000 (17:13 +0000)]
Add sRGB write decode negative case
am: 6644e7bfef

Change-Id: I891ebd32dba50da03cded87bd8590b0ef3da86e4

7 years agoAdd sRGB write decode tests
Michael Hadley [Wed, 12 Jul 2017 17:13:18 +0000 (17:13 +0000)]
Add sRGB write decode tests
am: 50d8f31f52

Change-Id: I6bdff6bf5586edf15d05fad9a0a8c39fc54b5dce

7 years agoAdd new draw elements base vertex tests
John Richardson [Tue, 14 Feb 2017 09:27:14 +0000 (09:27 +0000)]
Add new draw elements base vertex tests

New tests for EXT_draw_elements_base_vertex extension
exercising the following draw calls

- DrawElementsBaseVertex()
- DrawRangeElementsBaseVertex()
- DrawElementsInstancedBaserVertex()

New test groups:
- dEQP-GLES31.functional.draw_elements_base_vertex.*

New tests:
- indices.*
- base_vertex.*
- builtin_variable.*
- points.*
- triangles.*
- triangle_fan.*
- triangle_strip.*
- lines.*
- line_strip.*
- line_loop.*

Extend dEQP-GLES31.functional.debug.negative_coverage.callbacks.vertex_array.*
tests to include additional mapping and mismatched primitive mode
errors for base vertex draw calls.

New tests:
- *.primitive_mode_mismatch
- *.invalid_map

Change-Id: Iefc9bcddd3fe8831d2bb20f2e46d06f92daa6d6b

7 years agoFix typo in framebuffer_srgb_unsupported_enum
Pyry Haulos [Mon, 3 Apr 2017 15:32:07 +0000 (08:32 -0700)]
Fix typo in framebuffer_srgb_unsupported_enum

Test case was not assigning gl.getError() return value into a variable
causing tests to always fail on implementations that don't support ES3.2
or GL_EXT_sRGB_write_control.

Affects:

dEQP-GLES31.functional.fbo.srgb_write_control.framebuffer_srgb_unsupported_enum

Change-Id: Iafc38b8152f3371ce8c016c4f70feb2bb4604c69

7 years agoAdd sRGB write decode negative case
John Richardson [Thu, 30 Mar 2017 14:11:43 +0000 (15:11 +0100)]
Add sRGB write decode negative case

Test to check drivers that don't expose EXT_sRGB_write control return
GL_INVALID_ENUM for related gl calls.

New Tests:
- dEQP-GLES31.functional.fbo.srgb_write_control.framebuffer_srgb_unsupported_enum

Change-Id: I605f70894ead6e5dd317a340d061dcec9a6180c8

7 years agoAdd sRGB write decode tests
Michael Hadley [Wed, 8 Mar 2017 13:28:09 +0000 (13:28 +0000)]
Add sRGB write decode tests

New Tests:
- dEQP-GLES31.functional.fbo.srgb_write_control.*

Change-Id: Ieaaee4c7dc49cc530d8fc42a060e40c706d86e5c

7 years agox11_egl: use quotes to include glesv1_cm directories am: f5e7ab6b79 am: 8f736c4099
Juan A. Suarez Romero [Fri, 30 Jun 2017 22:58:34 +0000 (22:58 +0000)]
x11_egl: use quotes to include glesv1_cm directories am: f5e7ab6b79 am: 8f736c4099
am: 4894b68cb9

Change-Id: I7ae6226816fbf14666f32de47232f57e8deb0258

7 years agox11_egl: use quotes to include glesv1_cm directories am: f5e7ab6b79
Juan A. Suarez Romero [Fri, 30 Jun 2017 22:54:05 +0000 (22:54 +0000)]
x11_egl: use quotes to include glesv1_cm directories am: f5e7ab6b79
am: 8f736c4099

Change-Id: I1ed036b76748718ad559de0506edc2dd9aab0847

7 years agox11_egl: use quotes to include glesv1_cm directories
Juan A. Suarez Romero [Fri, 30 Jun 2017 22:49:05 +0000 (22:49 +0000)]
x11_egl: use quotes to include glesv1_cm directories
am: f5e7ab6b79

Change-Id: Ic2526cda1127a8e6884676beb4cbb8b93940aab7

7 years agox11_egl: use quotes to include glesv1_cm directories
Juan A. Suarez Romero [Fri, 30 Jun 2017 12:22:35 +0000 (14:22 +0200)]
x11_egl: use quotes to include glesv1_cm directories

Modifying the CMAKE_EXE_LINKER_FLAGS requires to set the new options
between quotes.

Otherwise, cmake will join the elements with semicolons, generating
incorrect linker flags.

Test: cmake . -DDEQP_TARGET=x11_egl && make
Change-Id: I4d95dc37b6d91ab787b9c2e5568cbe2f08dd472b
Signed-off-by: Juan A. Suarez Romero <jasuarez@igalia.com>
7 years agoMerge "Remove EGL gles1.rgb565_window from mustpass" am: 7bff163e7f am: 8d0d1e55f9
Pyry Haulos [Wed, 14 Jun 2017 01:59:40 +0000 (01:59 +0000)]
Merge "Remove EGL gles1.rgb565_window from mustpass" am: 7bff163e7f am: 8d0d1e55f9
am: 68d63a6c74

Change-Id: I4154c0c8a1a25f6eafda6a8b6c7e89859a272021

7 years agoMerge "Remove EGL gles1.rgb565_window from mustpass" am: 7bff163e7f
Pyry Haulos [Wed, 14 Jun 2017 01:56:11 +0000 (01:56 +0000)]
Merge "Remove EGL gles1.rgb565_window from mustpass" am: 7bff163e7f
am: 8d0d1e55f9

Change-Id: Ie03d8a1b9bf46da653da489be791743625618247

7 years agoMerge "Remove EGL gles1.rgb565_window from mustpass"
Pyry Haulos [Wed, 14 Jun 2017 01:53:10 +0000 (01:53 +0000)]
Merge "Remove EGL gles1.rgb565_window from mustpass"
am: 7bff163e7f

Change-Id: I6cf0daeb9c55582df939fca37bf48a383423e17d

7 years agoMerge "Remove EGL gles1.rgb565_window from mustpass"
Treehugger Robot [Wed, 14 Jun 2017 01:43:04 +0000 (01:43 +0000)]
Merge "Remove EGL gles1.rgb565_window from mustpass"

7 years agoTouch watchdog before freeing objs in max_concurrent am: 815781b777 am: 6cbc014cfb
Pyry Haulos [Wed, 14 Jun 2017 01:37:38 +0000 (01:37 +0000)]
Touch watchdog before freeing objs in max_concurrent am: 815781b777 am: 6cbc014cfb
am: e7f15283a8

Change-Id: I4c44f6777f50bf9026b1f6b93c7e871ad0c89f1b

7 years agoTouch watchdog before freeing objs in max_concurrent am: 815781b777
Pyry Haulos [Wed, 14 Jun 2017 01:34:11 +0000 (01:34 +0000)]
Touch watchdog before freeing objs in max_concurrent am: 815781b777
am: 6cbc014cfb

Change-Id: I78120d1a74741c1fbf2a157330ac736002102398

7 years agoTouch watchdog before freeing objs in max_concurrent
Pyry Haulos [Wed, 14 Jun 2017 01:30:08 +0000 (01:30 +0000)]
Touch watchdog before freeing objs in max_concurrent
am: 815781b777

Change-Id: I1a868dfb1fe436e91e785e5e41bae4c61fb19d05

7 years agoMerge "Remove EGL gles1.rgb565_window from mustpass" into oc-dev am: 840e33e440
Pyry Haulos [Tue, 13 Jun 2017 23:50:59 +0000 (23:50 +0000)]
Merge "Remove EGL gles1.rgb565_window from mustpass" into oc-dev am: 840e33e440
am: 30c20c9688

Change-Id: I974820b7c867f097d5e65ca82587aff4b673d018

7 years agoMerge "Remove EGL gles1.rgb565_window from mustpass" into oc-dev am: 840e33e440
Pyry Haulos [Tue, 13 Jun 2017 23:48:22 +0000 (23:48 +0000)]
Merge "Remove EGL gles1.rgb565_window from mustpass" into oc-dev am: 840e33e440
am: 6523455d5c

Change-Id: I4549e252f6f22abcee2cfb5c63b1b2b4300b9f76

7 years agoMerge "Remove EGL gles1.rgb565_window from mustpass" into oc-dev
Pyry Haulos [Tue, 13 Jun 2017 23:41:58 +0000 (23:41 +0000)]
Merge "Remove EGL gles1.rgb565_window from mustpass" into oc-dev
am: 840e33e440

Change-Id: I63672ec37d8680eb05ddc5d5ba74b5d1365be4d7

7 years agoMerge "Remove EGL gles1.rgb565_window from mustpass" into oc-dev
Pyry Haulos [Tue, 13 Jun 2017 23:37:58 +0000 (23:37 +0000)]
Merge "Remove EGL gles1.rgb565_window from mustpass" into oc-dev
am: 840e33e440

Change-Id: Icafa3054e8f06d3c5f7fdab947a2c9402ac3e5dc

7 years agoRemove EGL gles1.rgb565_window from mustpass
Pyry Haulos [Tue, 13 Jun 2017 21:08:33 +0000 (14:08 -0700)]
Remove EGL gles1.rgb565_window from mustpass

Bug: 30041221
Change-Id: Idc8e3d1d78c568fa8d4209c61eaec52ca5696356
(cherry picked from commit 22eb25c58f0a1aa1de401a38778471c8b6700ffd)

7 years agoTouch watchdog before freeing objs in max_concurrent
Pyry Haulos [Wed, 7 Jun 2017 22:58:05 +0000 (15:58 -0700)]
Touch watchdog before freeing objs in max_concurrent

Affects:
dEQP-VK.api.object_management.max_concurrent.*

Components: Vulkan
Google bug: 37515046

Change-Id: I57eb68764a55b5dceeb3e2676b8b1b298c0ff67e
(cherry picked from commit 252fb76fec02af6e2281da3bc9eea4e0d7972f12)

7 years agoMerge "Remove EGL gles1.rgb565_window from mustpass" into oc-dev
TreeHugger Robot [Tue, 13 Jun 2017 23:25:24 +0000 (23:25 +0000)]
Merge "Remove EGL gles1.rgb565_window from mustpass" into oc-dev

7 years agoMerge "Touch watchdog before freeing objs in max_concurrent" into oc-dev am: 47e683efe5
Pyry Haulos [Tue, 13 Jun 2017 23:24:29 +0000 (23:24 +0000)]
Merge "Touch watchdog before freeing objs in max_concurrent" into oc-dev am: 47e683efe5
am: 3b58165c1a

Change-Id: Ib9b71a0c267a1b2a663dd26413453763112bea51

7 years agoMerge "Touch watchdog before freeing objs in max_concurrent" into oc-dev am: 47e683efe5
Pyry Haulos [Tue, 13 Jun 2017 23:21:47 +0000 (23:21 +0000)]
Merge "Touch watchdog before freeing objs in max_concurrent" into oc-dev am: 47e683efe5
am: 8d5e165a14

Change-Id: I5949e6a570a12c224b80d5d4e144fc9fbd73594f

7 years agoMerge "Touch watchdog before freeing objs in max_concurrent" into oc-dev
Pyry Haulos [Tue, 13 Jun 2017 23:16:52 +0000 (23:16 +0000)]
Merge "Touch watchdog before freeing objs in max_concurrent" into oc-dev
am: 47e683efe5

Change-Id: I2aa73621947b61f99a4419ae9194547df56bfbef

7 years agoMerge "Touch watchdog before freeing objs in max_concurrent" into oc-dev
Pyry Haulos [Tue, 13 Jun 2017 23:16:27 +0000 (23:16 +0000)]
Merge "Touch watchdog before freeing objs in max_concurrent" into oc-dev
am: 47e683efe5

Change-Id: Ia7dedbaf3e830eb38f62917456227d3495743964

7 years agoMerge "Touch watchdog before freeing objs in max_concurrent" into oc-dev
TreeHugger Robot [Tue, 13 Jun 2017 22:56:24 +0000 (22:56 +0000)]
Merge "Touch watchdog before freeing objs in max_concurrent" into oc-dev

7 years agoRemove EGL gles1.rgb565_window from mustpass
Pyry Haulos [Tue, 13 Jun 2017 21:08:33 +0000 (14:08 -0700)]
Remove EGL gles1.rgb565_window from mustpass

Bug: 30041221
Change-Id: Idc8e3d1d78c568fa8d4209c61eaec52ca5696356

7 years agoMerge "Skip OOB SSBO fragment tests for ES3.1 GPUs am: 66241e9dbb am: 58015e2810...
Android Build Merger (Role) [Sun, 11 Jun 2017 08:24:18 +0000 (08:24 +0000)]
Merge "Skip OOB SSBO fragment tests for ES3.1 GPUs am: 66241e9dbb am: 58015e2810" into oc-dr1-dev-plus-aosp

7 years agoSkip OOB SSBO fragment tests for ES3.1 GPUs am: 66241e9dbb
Alexander Galazin [Sun, 11 Jun 2017 08:24:09 +0000 (08:24 +0000)]
Skip OOB SSBO fragment tests for ES3.1 GPUs am: 66241e9dbb
am: 460fa5c966

Change-Id: I59507086db4ebefacb0f699f8ab861bd3d3e45a1

7 years agoSkip OOB SSBO fragment tests for ES3.1 GPUs am: 66241e9dbb
Alexander Galazin [Sun, 11 Jun 2017 08:24:09 +0000 (08:24 +0000)]
Skip OOB SSBO fragment tests for ES3.1 GPUs am: 66241e9dbb
am: 58015e2810

Change-Id: I00a4e21b17794f51977eb98ccf055a5999a89e86

7 years agoSkip OOB SSBO fragment tests for ES3.1 GPUs
Alexander Galazin [Sun, 11 Jun 2017 08:21:38 +0000 (08:21 +0000)]
Skip OOB SSBO fragment tests for ES3.1 GPUs
am: 66241e9dbb

Change-Id: I247693ae9d2858d3e7a296edc5f3019d430144df

7 years agoSkip OOB SSBO fragment tests for ES3.1 GPUs
Alexander Galazin [Sun, 11 Jun 2017 08:21:38 +0000 (08:21 +0000)]
Skip OOB SSBO fragment tests for ES3.1 GPUs
am: 66241e9dbb

Change-Id: Iad9fa8ce557f254006a3c15d0a0466bebd9c2b2f

7 years agoSkip OOB SSBO fragment tests for ES3.1 GPUs am: f5fc3c8409 am: ea27c20fd2
Alexander Galazin [Fri, 9 Jun 2017 23:44:36 +0000 (23:44 +0000)]
Skip OOB SSBO fragment tests for ES3.1 GPUs am: f5fc3c8409 am: ea27c20fd2
am: d097af6b28

Change-Id: I18cdcf9462de3962e6c98d2aaed42a7cdbc4f254

7 years agoSkip OOB SSBO fragment tests for ES3.1 GPUs am: f5fc3c8409
Alexander Galazin [Fri, 9 Jun 2017 23:42:37 +0000 (23:42 +0000)]
Skip OOB SSBO fragment tests for ES3.1 GPUs am: f5fc3c8409
am: ea27c20fd2

Change-Id: I5c4437ad2bb75826a8344c4b96c77e4dd23a349c

7 years agoSkip OOB SSBO fragment tests for ES3.1 GPUs
Alexander Galazin [Fri, 9 Jun 2017 23:41:05 +0000 (23:41 +0000)]
Skip OOB SSBO fragment tests for ES3.1 GPUs
am: f5fc3c8409

Change-Id: Iae998853c1031e4419b9db10cdc0d10bf1160b37

7 years agoSkip OOB SSBO fragment tests for ES3.1 GPUs
Alexander Galazin [Fri, 9 Jun 2017 14:26:32 +0000 (16:26 +0200)]
Skip OOB SSBO fragment tests for ES3.1 GPUs

GPUs supporting GLES 3.1 may expose 0 SSBOs in fragment shaders.
This change extends fix made in cf65c56f.

Google bug: 36891454

Components: AOSP

Affects:
dEQP-EGL.functional.robustness.reset_context.shaders.out_of_bounds*.shader_storage_block.fragment

Change-Id: I1d821198d3dba3d3ad1e6b25758d0d434bf08a30
(cherry picked from commit f5fc3c8409969bb0afc5487f82ed883cf6566896)

7 years agoSkip OOB SSBO fragment tests for ES3.1 GPUs
Alexander Galazin [Fri, 9 Jun 2017 14:26:32 +0000 (16:26 +0200)]
Skip OOB SSBO fragment tests for ES3.1 GPUs

GPUs supporting GLES 3.1 may expose 0 SSBOs in fragment shaders.
This change extends fix made in cf65c56f.

Google bug: 36891454

Components: AOSP

Affects:
dEQP-EGL.functional.robustness.reset_context.shaders.out_of_bounds*.shader_storage_block.fragment

Change-Id: I1d821198d3dba3d3ad1e6b25758d0d434bf08a30

7 years agoTouch watchdog before freeing objs in max_concurrent
Pyry Haulos [Wed, 7 Jun 2017 22:58:05 +0000 (15:58 -0700)]
Touch watchdog before freeing objs in max_concurrent

Affects:
dEQP-VK.api.object_management.max_concurrent.*

Components: Vulkan
Google bug: 37515046

Change-Id: I57eb68764a55b5dceeb3e2676b8b1b298c0ff67e

7 years agoMerge "Ignore A channel in EGL RGB5_A1 clear color tests" into oc-dev am: 49883d1448
Pyry Haulos [Wed, 7 Jun 2017 00:19:54 +0000 (00:19 +0000)]
Merge "Ignore A channel in EGL RGB5_A1 clear color tests" into oc-dev am: 49883d1448
am: ea13b9e878

Change-Id: Ib23f54892f0e93193fa3269ad339a887beea8f97

7 years agoMerge "Ignore A channel in EGL RGB5_A1 clear color tests" into oc-dev
Pyry Haulos [Wed, 7 Jun 2017 00:17:52 +0000 (00:17 +0000)]
Merge "Ignore A channel in EGL RGB5_A1 clear color tests" into oc-dev
am: 49883d1448

Change-Id: I84a9b86b1dfe7f963b3992ccfecea78909872770

7 years agoMerge "Ignore A channel in EGL RGB5_A1 clear color tests" into oc-dev
Pyry Haulos [Wed, 7 Jun 2017 00:12:19 +0000 (00:12 +0000)]
Merge "Ignore A channel in EGL RGB5_A1 clear color tests" into oc-dev

7 years agofix DEQP AndroidTest.xml generation script am: a60033dd24
Guang Zhu [Tue, 6 Jun 2017 23:29:06 +0000 (23:29 +0000)]
fix DEQP AndroidTest.xml generation script am: a60033dd24
am: 8c7a54bc6c

Change-Id: I87fd2f7f412da94b1c21fe1f31f100a07ac00a1c

7 years agofix DEQP AndroidTest.xml generation script
Guang Zhu [Tue, 6 Jun 2017 23:27:34 +0000 (23:27 +0000)]
fix DEQP AndroidTest.xml generation script
am: a60033dd24

Change-Id: I6bf21989870a6340ed6948a232766ed18d35ad12

7 years agoIgnore A channel in EGL RGB5_A1 clear color tests am: 9da1b45a8e am: 4e33c51c88 am...
Alexander Galazin [Tue, 6 Jun 2017 21:27:24 +0000 (21:27 +0000)]
Ignore A channel in EGL RGB5_A1 clear color tests am: 9da1b45a8e am: 4e33c51c88 am: bf0988368a
am: b2c2e2721c

Change-Id: I021ffe1489f2ce492d794264d8d9b51e4197b236

7 years agoIgnore A channel in EGL RGB5_A1 clear color tests am: 9da1b45a8e am: 4e33c51c88
Alexander Galazin [Tue, 6 Jun 2017 21:15:53 +0000 (21:15 +0000)]
Ignore A channel in EGL RGB5_A1 clear color tests am: 9da1b45a8e am: 4e33c51c88
am: bf0988368a

Change-Id: I5e9d96ed89160a81be0a8c7acda446c4a3d9d54a

7 years agoIgnore A channel in EGL RGB5_A1 clear color tests am: 9da1b45a8e
Alexander Galazin [Tue, 6 Jun 2017 21:13:52 +0000 (21:13 +0000)]
Ignore A channel in EGL RGB5_A1 clear color tests am: 9da1b45a8e
am: 4e33c51c88

Change-Id: I40646b435207311486b6489456ca5e7a1e0f4107

7 years agoIgnore A channel in EGL RGB5_A1 clear color tests
Alexander Galazin [Tue, 6 Jun 2017 21:11:52 +0000 (21:11 +0000)]
Ignore A channel in EGL RGB5_A1 clear color tests
am: 9da1b45a8e

Change-Id: Ib4273b3d979176dd6f4a22695a5d251c3fab7695

7 years agoIgnore A channel in EGL RGB5_A1 clear color tests
Alexander Galazin [Tue, 6 Jun 2017 11:22:58 +0000 (13:22 +0200)]
Ignore A channel in EGL RGB5_A1 clear color tests

Dithering can siginifcantly impact alpha channel and the framework
can't fully account it.

Components: AOSP
Affects:
dEQP-EGL.functional.color_clears.*.rgba5551*

Bug: 62383988

Change-Id: Ic8fa4da1a840da56f74af3e076d0728d9abbdadc
(cherry picked from commit 9da1b45a8ed2489a46dd698953d963fa8bfbf1e7)

7 years agoIgnore A channel in EGL RGB5_A1 clear color tests
Alexander Galazin [Tue, 6 Jun 2017 11:22:58 +0000 (13:22 +0200)]
Ignore A channel in EGL RGB5_A1 clear color tests

Dithering can siginifcantly impact alpha channel and the framework
can't fully account it.

Components: AOSP
Affects:
dEQP-EGL.functional.color_clears.*.rgba5551*

Bug: 62383988

Change-Id: Ic8fa4da1a840da56f74af3e076d0728d9abbdadc

7 years agofix DEQP AndroidTest.xml generation script
Guang Zhu [Tue, 6 Jun 2017 19:48:54 +0000 (12:48 -0700)]
fix DEQP AndroidTest.xml generation script

Bug: 36140955
Bug: 35360169
Test: ran scripts/build_android_mustpass.py to regnerate
Change-Id: I8ecfdad5d8a17d46dc0ed9f860a75086158ffd64

7 years agoadd component metadata tag to CTS DEQP module am: e7e9f03ac1
Guang Zhu [Tue, 6 Jun 2017 19:40:23 +0000 (19:40 +0000)]
add component metadata tag to CTS DEQP module am: e7e9f03ac1
am: 01bbd19739  -s ours

Change-Id: I01e0819a65eca621a75bef50dc128ba071f9900b

7 years agoadd component metadata tag to CTS DEQP module
Guang Zhu [Tue, 6 Jun 2017 19:29:14 +0000 (19:29 +0000)]
add component metadata tag to CTS DEQP module
am: e7e9f03ac1

Change-Id: Id9731ac670509aac292e9ff28d67cc25903051c0

7 years agoMerge "add component metadata tag to CTS DEQP module"
Guang Zhu [Tue, 6 Jun 2017 19:02:39 +0000 (19:02 +0000)]
Merge "add component metadata tag to CTS DEQP module"

7 years agoAdd OWNERS in external/deqp am: ea5d0ac339 am: d8d22c9c34 am: 90707d5538
Chih-Hung Hsieh [Tue, 6 Jun 2017 02:51:20 +0000 (02:51 +0000)]
Add OWNERS in external/deqp am: ea5d0ac339 am: d8d22c9c34 am: 90707d5538
am: 2698dbc280

Change-Id: I826aab9c6f19537bfcc40ec997d874806b8f2d4b

7 years agoAdd OWNERS in external/deqp am: ea5d0ac339 am: d8d22c9c34
Chih-Hung Hsieh [Tue, 6 Jun 2017 02:45:32 +0000 (02:45 +0000)]
Add OWNERS in external/deqp am: ea5d0ac339 am: d8d22c9c34
am: 90707d5538

Change-Id: I3297d657fd67a3d1e32c150f295e23329a59b52c

7 years agoAdd OWNERS in external/deqp am: ea5d0ac339
Chih-Hung Hsieh [Tue, 6 Jun 2017 02:39:31 +0000 (02:39 +0000)]
Add OWNERS in external/deqp am: ea5d0ac339
am: d8d22c9c34

Change-Id: I1f8b8c408980f7d6abaea41b82642a80e72de905

7 years agoAdd OWNERS in external/deqp
Chih-Hung Hsieh [Tue, 6 Jun 2017 02:34:00 +0000 (02:34 +0000)]
Add OWNERS in external/deqp
am: ea5d0ac339

Change-Id: I2a467b66ddf9de5d3bb6c7f7130277c33d15c85b

7 years agoadd component metadata tag to CTS DEQP module
Guang Zhu [Mon, 5 Jun 2017 21:38:08 +0000 (14:38 -0700)]
add component metadata tag to CTS DEQP module

Bug: 36140955
Bug: 35360169
Test: new unit test to ensure that all modules have this field
Change-Id: I982faeb47f0d3258e2182666adb5ca4be2d3f721
Merged-In: I3fe6bc2f35b253a4a15f3a133c42e522fb0ae277

7 years agoadd component metadata tag to CTS DEQP module
Guang Zhu [Mon, 5 Jun 2017 21:38:08 +0000 (14:38 -0700)]
add component metadata tag to CTS DEQP module

Bug: 36140955
Bug: 35360169
Test: new unit test to ensure that all modules have this field
Change-Id: I3fe6bc2f35b253a4a15f3a133c42e522fb0ae277

7 years agoAdd OWNERS in external/deqp
Chih-Hung Hsieh [Mon, 5 Jun 2017 17:48:12 +0000 (10:48 -0700)]
Add OWNERS in external/deqp

* Owners are selected from top CL approvals or owners.
  They will be suggested to review/approve future CLs.
* OWNERS files are recognized by the new find-owners plugin, see .md files in
  https://gerrit.googlesource.com/plugins/find-owners/+/master/src/main/resources/Documentation/

Test: build/make/tools/checkowners.py -c -v OWNERS
Change-Id: I0d256181d2ca0c0ec55cf5479ff34aa68f3190a9

7 years agoAdd getAbi new interface am: 16fd5275d6
jdesprez [Fri, 2 Jun 2017 22:03:01 +0000 (22:03 +0000)]
Add getAbi new interface am: 16fd5275d6
am: 37ca881df0

Change-Id: Ie79f740db2e35e7358331f0fe0d4a7af2a774e49

7 years agoAdd getAbi new interface
jdesprez [Fri, 2 Jun 2017 21:59:21 +0000 (21:59 +0000)]
Add getAbi new interface
am: 16fd5275d6

Change-Id: I06754ca2d59542f81bb5eaee836cd6553c599a97

7 years agoAdd getAbi new interface
jdesprez [Mon, 15 May 2017 17:12:55 +0000 (10:12 -0700)]
Add getAbi new interface

To handle new sharding more cleanly.

Test: deqp unit tests
cts full run
Bug: 37211399

Change-Id: I3683cf36b1fc9defae27db52378d270681e99264
(cherry picked from commit 1d16f247bb951dcdea15f5e2738d9c66f7f336e7)

7 years agoAdd getAbi new interface
jdesprez [Mon, 15 May 2017 17:12:55 +0000 (10:12 -0700)]
Add getAbi new interface

To handle new sharding more cleanly.

Test: deqp unit tests
cts full run
Bug: 37211399

Change-Id: I3683cf36b1fc9defae27db52378d270681e99264

7 years agoRemove unused function from es31fSRGBDecodeTests.cpp am: 1ee59ff986 am: 2e80d40a0b...
Pyry Haulos [Tue, 16 May 2017 16:13:34 +0000 (16:13 +0000)]
Remove unused function from es31fSRGBDecodeTests.cpp am: 1ee59ff986 am: 2e80d40a0b am: 4e9833b13f
am: 7935d416ee

Change-Id: I2939c52a6b08e71518697c638a50d8a7299a5118

7 years agoRemove unused function from es31fSRGBDecodeTests.cpp am: 1ee59ff986 am: 2e80d40a0b
Pyry Haulos [Tue, 16 May 2017 16:10:34 +0000 (16:10 +0000)]
Remove unused function from es31fSRGBDecodeTests.cpp am: 1ee59ff986 am: 2e80d40a0b
am: 4e9833b13f

Change-Id: Id25728595843101b58f9907065207f46b2c6d609

7 years agoRemove unused function from es31fSRGBDecodeTests.cpp am: 1ee59ff986
Pyry Haulos [Tue, 16 May 2017 16:07:31 +0000 (16:07 +0000)]
Remove unused function from es31fSRGBDecodeTests.cpp am: 1ee59ff986
am: 2e80d40a0b

Change-Id: I7352ec017454aec896878d32aae6ef7043b2ab61

7 years agoRemove unused function from es31fSRGBDecodeTests.cpp
Pyry Haulos [Tue, 16 May 2017 16:04:16 +0000 (16:04 +0000)]
Remove unused function from es31fSRGBDecodeTests.cpp
am: 1ee59ff986

Change-Id: I383e48b3b7ee18cb00913eb7f106e5f539d33977

7 years agoRemove unused function from es31fSRGBDecodeTests.cpp
Pyry Haulos [Tue, 16 May 2017 14:25:35 +0000 (07:25 -0700)]
Remove unused function from es31fSRGBDecodeTests.cpp

Unused function causes compiler warnings to appear with recent GCC
versions.

Change-Id: I941c579994acbc9146df86acf5b9da9ee85341f5

7 years agoFix texture/sampler mapping in sRGB tests am: 102cfe8b11
Alexander Galazin [Mon, 15 May 2017 22:24:48 +0000 (22:24 +0000)]
Fix texture/sampler mapping in sRGB tests am: 102cfe8b11
am: ce808c1fa0

Change-Id: Iad6a632d4105b96fa54774c7aca0a990a17efd2d

7 years agoFix texture/sampler mapping in sRGB tests
Alexander Galazin [Mon, 15 May 2017 22:21:47 +0000 (22:21 +0000)]
Fix texture/sampler mapping in sRGB tests
am: 102cfe8b11

Change-Id: If217f88d5c02f27ea98a7704756ca1cc81b62a90

7 years agoFix texture/sampler mapping in sRGB tests am: c8efb45ead am: 984445983d am: bd25f07ba0
Alexander Galazin [Mon, 15 May 2017 20:38:20 +0000 (20:38 +0000)]
Fix texture/sampler mapping in sRGB tests am: c8efb45ead am: 984445983d am: bd25f07ba0
am: 2ec9385767

Change-Id: I2e0b44ed1baefe435f5d246038088d58468753ca

7 years agoFix texture/sampler mapping in sRGB tests am: c8efb45ead am: 984445983d
Alexander Galazin [Mon, 15 May 2017 20:26:41 +0000 (20:26 +0000)]
Fix texture/sampler mapping in sRGB tests am: c8efb45ead am: 984445983d
am: bd25f07ba0

Change-Id: I29029039970d3e7e2ed0535606c2472aa13add34

7 years agoFix texture/sampler mapping in sRGB tests am: c8efb45ead
Alexander Galazin [Mon, 15 May 2017 20:23:41 +0000 (20:23 +0000)]
Fix texture/sampler mapping in sRGB tests am: c8efb45ead
am: 984445983d

Change-Id: I3e7ffe2585e8b5ea8cf8b5212df4422a99ac3f50

7 years agoFix texture/sampler mapping in sRGB tests
Alexander Galazin [Mon, 15 May 2017 20:20:41 +0000 (20:20 +0000)]
Fix texture/sampler mapping in sRGB tests
am: c8efb45ead

Change-Id: Icd43c9b411dbc052ee99c2acee6ee18635950511

7 years agoFix texture/sampler mapping in sRGB tests
Alexander Galazin [Thu, 11 May 2017 12:27:20 +0000 (14:27 +0200)]
Fix texture/sampler mapping in sRGB tests

sRGB decode tests assume that an API side texture with index i
is connected with a shader sampler variable uTexture with index i.

This relation was however incorrectly established, e.g.
the tests were mapping texture0 to a sampler with location 0, while
such sampler was not necessarily uTexture0.

This change fixes the mapping and makes the relation more obvious.

Components: AOSP
Affects:
dEQP-GLES31.functional.srgb_texture_decode.skip_decode.*.toggled
dEQP-GLES31.functional.srgb_texture_decode.skip_decode.*.conversion_gpu

Google bug: 38257749

Change-Id: I16508f6033b31583b1c5973b70a610dd59e78e8f
(cherry picked from commit c8efb45eadba4a910ab5770b2207582cf1bb7ca0)

7 years agoFix texture/sampler mapping in sRGB tests
Alexander Galazin [Thu, 11 May 2017 12:27:20 +0000 (14:27 +0200)]
Fix texture/sampler mapping in sRGB tests

sRGB decode tests assume that an API side texture with index i
is connected with a shader sampler variable uTexture with index i.

This relation was however incorrectly established, e.g.
the tests were mapping texture0 to a sampler with location 0, while
such sampler was not necessarily uTexture0.

This change fixes the mapping and makes the relation more obvious.

Components: AOSP
Affects:
dEQP-GLES31.functional.srgb_texture_decode.skip_decode.*.toggled
dEQP-GLES31.functional.srgb_texture_decode.skip_decode.*.conversion_gpu

Google bug: 38257749

Change-Id: I16508f6033b31583b1c5973b70a610dd59e78e8f

7 years agoUpdate Vulkan CTS to version 1.0.2.3 am: 148890e79f
Pyry Haulos [Sat, 13 May 2017 14:53:47 +0000 (14:53 +0000)]
Update Vulkan CTS to version 1.0.2.3 am: 148890e79f
am: 826d389a17

Change-Id: I198bc99b3290e04e95a9386d8e32e00642ea5755

7 years agoUpdate Vulkan CTS to version 1.0.2.3
Pyry Haulos [Sat, 13 May 2017 14:51:19 +0000 (14:51 +0000)]
Update Vulkan CTS to version 1.0.2.3
am: 148890e79f

Change-Id: I224efd6c7eddc315499dc595f169b6927e4f9715

7 years agoUpdate Vulkan CTS to version 1.0.2.3 am: 633ab6f3c8 am: 399ba4a5ec am: a339444f14
Pyry Haulos [Fri, 12 May 2017 20:57:34 +0000 (20:57 +0000)]
Update Vulkan CTS to version 1.0.2.3 am: 633ab6f3c8 am: 399ba4a5ec am: a339444f14
am: 17e9ff6806

Change-Id: I9ca5c8e35311d10810c42ae515662edc5a8f02e7

7 years agoUpdate Vulkan CTS to version 1.0.2.3 am: 633ab6f3c8 am: 399ba4a5ec
Pyry Haulos [Fri, 12 May 2017 20:51:50 +0000 (20:51 +0000)]
Update Vulkan CTS to version 1.0.2.3 am: 633ab6f3c8 am: 399ba4a5ec
am: a339444f14

Change-Id: Ic36f577140bc34410ab2a3bdecb2b7c00c7c5649

7 years agoUpdate Vulkan CTS to version 1.0.2.3 am: 633ab6f3c8
Pyry Haulos [Fri, 12 May 2017 20:50:20 +0000 (20:50 +0000)]
Update Vulkan CTS to version 1.0.2.3 am: 633ab6f3c8
am: 399ba4a5ec

Change-Id: I50d0e7f5ec133d90ab5f3f43ef05f0e06a6c45c2

7 years agoUpdate Vulkan CTS to version 1.0.2.3
Pyry Haulos [Fri, 12 May 2017 20:48:20 +0000 (20:48 +0000)]
Update Vulkan CTS to version 1.0.2.3
am: 633ab6f3c8

Change-Id: I34c5df3f1b36d1d30ac9331ab4e58b3a47499ec2

7 years agoUpdate Vulkan CTS to version 1.0.2.3
Pyry Haulos [Fri, 12 May 2017 19:58:30 +0000 (12:58 -0700)]
Update Vulkan CTS to version 1.0.2.3

New tests:

 * Add tests for VK_KHR_shared_presentable_image
 * Add tests for VK_KHR_get_surface_capabilities2

Fixes:

 * makeFramebufferWithoutAttachments creates invalid framebuffer
 * Fix typo in dE-IT.build_info.de_endianness_consistent name
 * Fix - uniform buffer incorrectly dereferenced
 * Use vkGetInstanceProcAddr(NULL) to load platform funcs
 * Imgtec Waiver for texture_gather*cube*depth32f*
 * Add VK_KHR_incremental_present to the list of allowed device
extensions
 * Use -std=c++03 with GCC and clang
 * Fix GCC 6.3 warnings in vulkan-cts-1.0.2
 * Improve check_build_sanity.py
 * Relax image verification in anisotropic filtering tests
 * Respect maxColorAttachments in image tests
 * Fix SPIR-V generation in dEQP-VK.spirv_assembly
 * Fix - depth/stencil images mandatory only for VK_IMAGE_TYPE_2D
 * Add missing barrier in ssbo layout tests

Bug: 38260702
Change-Id: I1c00d4b63c339ba69990b64a5bb225c661957e4c

7 years agoUpdate Vulkan CTS to version 1.0.2.3
Pyry Haulos [Fri, 12 May 2017 16:38:51 +0000 (09:38 -0700)]
Update Vulkan CTS to version 1.0.2.3

New tests:

 * Add tests for VK_KHR_shared_presentable_image
 * Add tests for VK_KHR_get_surface_capabilities2

Fixes:

 * makeFramebufferWithoutAttachments creates invalid framebuffer
 * Fix typo in dE-IT.build_info.de_endianness_consistent name
 * Fix - uniform buffer incorrectly dereferenced
 * Use vkGetInstanceProcAddr(NULL) to load platform funcs
 * Imgtec Waiver for texture_gather*cube*depth32f*
 * Add VK_KHR_incremental_present to the list of allowed device
extensions
 * Use -std=c++03 with GCC and clang
 * Fix GCC 6.3 warnings in vulkan-cts-1.0.2
 * Improve check_build_sanity.py
 * Relax image verification in anisotropic filtering tests
 * Respect maxColorAttachments in image tests
 * Fix SPIR-V generation in dEQP-VK.spirv_assembly
 * Fix - depth/stencil images mandatory only for VK_IMAGE_TYPE_2D
 * Add missing barrier in ssbo layout tests

Bug: 38260702
Change-Id: I1c00d4b63c339ba69990b64a5bb225c661957e4c

7 years agoFix negative CompressedTexImage2D tests am: 4b6115726c
Alexander Galazin [Tue, 9 May 2017 23:04:53 +0000 (23:04 +0000)]
Fix negative CompressedTexImage2D tests am: 4b6115726c
am: 3c3614565e

Change-Id: I1bb71fb1dd6e331f1b522ce8ab6679ee92671244

7 years agoFix negative CompressedTexImage2D tests
Alexander Galazin [Tue, 9 May 2017 20:52:40 +0000 (20:52 +0000)]
Fix negative CompressedTexImage2D tests
am: 4b6115726c

Change-Id: I72f09486156a660697d4f00e41207a2c2a2a5521