platform/upstream/VK-GL-CTS.git
6 years agoCatch BAD_MATCH from createWindowSurface am: 7df6c12492 am: 7133594cbd am: 7dc8d6721b
Courtney Goeltzenleuchter [Thu, 14 Sep 2017 01:38:33 +0000 (01:38 +0000)]
Catch BAD_MATCH from createWindowSurface am: 7df6c12492 am: 7133594cbd am: 7dc8d6721b
am: 61d60b63c9

Change-Id: I2e4c4ec558c43dbc09ccc81478e6d133ce53b88f

6 years agoRequire EGL_KHR_gl_colorspace for wide_color tests am: b446f2dd21 am: 7148462684...
Courtney Goeltzenleuchter [Thu, 14 Sep 2017 01:38:11 +0000 (01:38 +0000)]
Require EGL_KHR_gl_colorspace for wide_color tests am: b446f2dd21 am: 7148462684 am: 36e912b000
am: 07ff8abf3f

Change-Id: Ie6b2eda61dbed5759644bbd0e306f139005b4ec8

6 years agoCatch BAD_MATCH from createWindowSurface am: 7df6c12492 am: 7133594cbd
Courtney Goeltzenleuchter [Wed, 13 Sep 2017 23:33:48 +0000 (23:33 +0000)]
Catch BAD_MATCH from createWindowSurface am: 7df6c12492 am: 7133594cbd
am: 7dc8d6721b

Change-Id: I4c42c62648cbb40714df270cb598bed72300e6e4

6 years agoRequire EGL_KHR_gl_colorspace for wide_color tests am: b446f2dd21 am: 7148462684
Courtney Goeltzenleuchter [Wed, 13 Sep 2017 23:33:30 +0000 (23:33 +0000)]
Require EGL_KHR_gl_colorspace for wide_color tests am: b446f2dd21 am: 7148462684
am: 36e912b000

Change-Id: I00b1b35cc60e6ee7b451c0d66d1bfafca6cfafc3

6 years agoCatch BAD_MATCH from createWindowSurface am: 7df6c12492
Courtney Goeltzenleuchter [Wed, 13 Sep 2017 21:50:04 +0000 (21:50 +0000)]
Catch BAD_MATCH from createWindowSurface am: 7df6c12492
am: 7133594cbd

Change-Id: I254d5fb840314948133c7c74b607492ea3abc333

6 years agoRequire EGL_KHR_gl_colorspace for wide_color tests am: b446f2dd21
Courtney Goeltzenleuchter [Wed, 13 Sep 2017 21:49:39 +0000 (21:49 +0000)]
Require EGL_KHR_gl_colorspace for wide_color tests am: b446f2dd21
am: 7148462684

Change-Id: Ic67d81ea7008a6cca1dfb17f181ccf6b525144ce

6 years agoCatch BAD_MATCH from createWindowSurface
Courtney Goeltzenleuchter [Wed, 13 Sep 2017 21:41:53 +0000 (21:41 +0000)]
Catch BAD_MATCH from createWindowSurface
am: 7df6c12492

Change-Id: I03ba8d57c83f0f50bdceeb9e91f8bd312cefd667

6 years agoRequire EGL_KHR_gl_colorspace for wide_color tests
Courtney Goeltzenleuchter [Wed, 13 Sep 2017 21:32:07 +0000 (21:32 +0000)]
Require EGL_KHR_gl_colorspace for wide_color tests
am: b446f2dd21

Change-Id: I3cee6f50232dcb639f4aba9e51c3c050b18bc2cc

6 years agoCatch BAD_MATCH from createWindowSurface
Courtney Goeltzenleuchter [Tue, 12 Sep 2017 23:11:21 +0000 (17:11 -0600)]
Catch BAD_MATCH from createWindowSurface

On some platforms, it's possible to fail createWindowSurface
for some attribute combinations. Catch that case and return
NotSupported rather than a test failure.
Test: adb -d shell am start \
        -n com.drawelements.deqp/android.app.NativeActivity \
        -e cmdLine '"deqp --deqp-case=dEQP-EGL.functional.wide_color.* \
        --deqp-log-filename=/sdcard/dEQP-Log.qpa"'
Bug: 65376495

Change-Id: I6546cbdfc011c7d26cfa3cdad7cc6f0df1b67122

6 years agoRequire EGL_KHR_gl_colorspace for wide_color tests
Courtney Goeltzenleuchter [Tue, 12 Sep 2017 23:10:51 +0000 (17:10 -0600)]
Require EGL_KHR_gl_colorspace for wide_color tests

These tests utilize enum EGL_GL_COLORSPACE_KHR which is introduced by
EGL_KHR_gl_colorspace extension, check first for support and skip the
test if extension is not supported.

v2: loosen the check, only check when enum in use (Courtney)
v3: use EGL_NONE instead of DE_NULL when indicating that test
should use the default colorspace. That is do not include
the EGL_GL_COLORSPACE_KHR attribute in the appropriate
create function.
Test: adb -d shell am start \
      -n com.drawelements.deqp/android.app.NativeActivity \
      -e cmdLine '"deqp --deqp-case=dEQP-EGL.functional.wide_color.* \
      --deqp-log-filename=/sdcard/dEQP-Log.qpa"'
Bug: 65291400

Signed-off-by: Tapani Pälli <tapani.palli@intel.com>
(cherry picked from commit fbf132dcf9467388408627bee73d90f7e8a1d401)

Change-Id: I6bd6423e6eb5fe4bb4df0222ab624c41446b0b60

6 years agoFix handling of EGL_NONE as color space am: dd7aa9e15d am: 5b6a83de51 am: ee92872454
Courtney Goeltzenleuchter [Tue, 12 Sep 2017 14:19:15 +0000 (14:19 +0000)]
Fix handling of EGL_NONE as color space am: dd7aa9e15d am: 5b6a83de51 am: ee92872454
am: 242f4ee8ac

Change-Id: Idbe7c3244c4f27dc94b022236aa984c2ade81cfc

6 years agoFix handling of EGL_NONE as color space am: dd7aa9e15d am: 5b6a83de51
Courtney Goeltzenleuchter [Tue, 12 Sep 2017 14:15:45 +0000 (14:15 +0000)]
Fix handling of EGL_NONE as color space am: dd7aa9e15d am: 5b6a83de51
am: ee92872454

Change-Id: If3a8a2b72bdae4e68c92dfa5e975ae9d1cc706f5

6 years agoFix handling of EGL_NONE as color space am: dd7aa9e15d
Courtney Goeltzenleuchter [Tue, 12 Sep 2017 14:13:15 +0000 (14:13 +0000)]
Fix handling of EGL_NONE as color space am: dd7aa9e15d
am: 5b6a83de51

Change-Id: I0274f44ebed4df844d90252cfcda800ae7fc2f79

6 years agoFix handling of EGL_NONE as color space
Courtney Goeltzenleuchter [Tue, 12 Sep 2017 14:10:14 +0000 (14:10 +0000)]
Fix handling of EGL_NONE as color space
am: dd7aa9e15d

Change-Id: Iae79d7d37f1147fca2c956a2497da0047e5c1176

6 years agoFix handling of EGL_NONE as color space am: 0d4e616c35
Courtney Goeltzenleuchter [Mon, 11 Sep 2017 23:52:48 +0000 (23:52 +0000)]
Fix handling of EGL_NONE as color space am: 0d4e616c35
am: fe4f0c4a46

Change-Id: I0ab22647edddc6a79b4db7b27e141263b8483155

6 years agoFix handling of EGL_NONE as color space
Courtney Goeltzenleuchter [Mon, 11 Sep 2017 19:06:48 +0000 (13:06 -0600)]
Fix handling of EGL_NONE as color space

Color space of EGL_NONE was getting passed down and
driver threw EGL_BAD_ATTRIBUTE in response.
Issue was caused when changing the colorspace from nullptr
to EGL_NONE, missed a couple of places that needed to
test against EGL_NONE instead of nullptr.

Bug: 65376495
Test: adb -d shell am start \
          -n com.drawelements.deqp/android.app.NativeActivity \
          -e cmdLine '"deqp --deqp-case=dEQP-EGL.functional.wide_color.* \
          --deqp-log-filename=/sdcard/dEQP-Log.qpa"'

Change-Id: If8812725be9d3858bf610c647ba53ff38944dd50
(cherry picked from commit 0d4e616c35fd3cbad82eb3c1f0a604dbbc6c8662)

6 years agoFix handling of EGL_NONE as color space
Courtney Goeltzenleuchter [Mon, 11 Sep 2017 23:50:19 +0000 (23:50 +0000)]
Fix handling of EGL_NONE as color space
am: 0d4e616c35

Change-Id: I66cc2f4b168ad67ef3e636a6be34416204cd4274

6 years agoFix handling of EGL_NONE as color space
Courtney Goeltzenleuchter [Mon, 11 Sep 2017 19:06:48 +0000 (13:06 -0600)]
Fix handling of EGL_NONE as color space

Color space of EGL_NONE was getting passed down and
driver threw EGL_BAD_ATTRIBUTE in response.
Issue was caused when changing the colorspace from nullptr
to EGL_NONE, missed a couple of places that needed to
test against EGL_NONE instead of nullptr.

Bug: 65376495
Test: adb -d shell am start \
          -n com.drawelements.deqp/android.app.NativeActivity \
          -e cmdLine '"deqp --deqp-case=dEQP-EGL.functional.wide_color.* \
          --deqp-log-filename=/sdcard/dEQP-Log.qpa"'

Change-Id: If8812725be9d3858bf610c647ba53ff38944dd50

6 years agoMerge changes Id437e220,I9d6b3fba am: 94b6d11640 am: 8a7aa6197d am: ffb306c748
Kenneth Graunke [Mon, 11 Sep 2017 20:01:51 +0000 (20:01 +0000)]
Merge changes Id437e220,I9d6b3fba am: 94b6d11640 am: 8a7aa6197d am: ffb306c748
am: 7315580588

Change-Id: I58adea4923d51c74b3875e33d88e7a8b9d37b55c

6 years agoMerge "Use 64-bit math in work group size assertion." am: bc6743fe27 am: 6c4a5cde18...
Kenneth Graunke [Mon, 11 Sep 2017 20:01:34 +0000 (20:01 +0000)]
Merge "Use 64-bit math in work group size assertion." am: bc6743fe27 am: 6c4a5cde18 am: b7d0eae501
am: df5897ce63

Change-Id: Ic3be76440daf8b466d6a514427e42ef8ff61e1d5

6 years agoMerge "Delete incorrect invalid map tests." am: 6352f3c7c0 am: 5b357ce430 am: 223859f5a9
Kenneth Graunke [Mon, 11 Sep 2017 20:01:16 +0000 (20:01 +0000)]
Merge "Delete incorrect invalid map tests." am: 6352f3c7c0 am: 5b357ce430 am: 223859f5a9
am: 9b52ea6be3

Change-Id: Ifa8dc0041f6f7d42d182752c36b702c15b85370b

6 years agoMerge changes Id437e220,I9d6b3fba am: 94b6d11640 am: 8a7aa6197d
Kenneth Graunke [Mon, 11 Sep 2017 19:45:03 +0000 (19:45 +0000)]
Merge changes Id437e220,I9d6b3fba am: 94b6d11640 am: 8a7aa6197d
am: ffb306c748

Change-Id: Ifb89181d89ede9381a23e3a3a4a4ce8763ad1a0c

6 years agoMerge changes Id437e220,I9d6b3fba am: 94b6d11640
Kenneth Graunke [Mon, 11 Sep 2017 19:40:36 +0000 (19:40 +0000)]
Merge changes Id437e220,I9d6b3fba am: 94b6d11640
am: 8a7aa6197d

Change-Id: I265da403e05540802aa8f9502c5c0466cf2e0c1b

6 years agoMerge "Use 64-bit math in work group size assertion." am: bc6743fe27 am: 6c4a5cde18
Kenneth Graunke [Mon, 11 Sep 2017 19:36:05 +0000 (19:36 +0000)]
Merge "Use 64-bit math in work group size assertion." am: bc6743fe27 am: 6c4a5cde18
am: b7d0eae501

Change-Id: Id2ce8783b91da42161b40acc26bd751f8333432b

6 years agoMerge changes Id437e220,I9d6b3fba
Kenneth Graunke [Mon, 11 Sep 2017 19:36:02 +0000 (19:36 +0000)]
Merge changes Id437e220,I9d6b3fba
am: 94b6d11640

Change-Id: Ide9468359dc4bdfd9e47a3f5f3aaa345d8096cd8

6 years agoMerge "Delete incorrect invalid map tests." am: 6352f3c7c0 am: 5b357ce430
Kenneth Graunke [Mon, 11 Sep 2017 19:35:51 +0000 (19:35 +0000)]
Merge "Delete incorrect invalid map tests." am: 6352f3c7c0 am: 5b357ce430
am: 223859f5a9

Change-Id: I4e6c265c3b17769b9ba3dcda83323d63fab8217b

6 years agoMerge "Use 64-bit math in work group size assertion." am: bc6743fe27
Kenneth Graunke [Mon, 11 Sep 2017 19:31:58 +0000 (19:31 +0000)]
Merge "Use 64-bit math in work group size assertion." am: bc6743fe27
am: 6c4a5cde18

Change-Id: I2894fbf53a863b6a76281cbe9b7a9614c671dc7f

6 years agoMerge "Delete incorrect invalid map tests." am: 6352f3c7c0
Kenneth Graunke [Mon, 11 Sep 2017 19:31:44 +0000 (19:31 +0000)]
Merge "Delete incorrect invalid map tests." am: 6352f3c7c0
am: 5b357ce430

Change-Id: I7b1f588efdb92ad1c00b6b66d3377df6de184356

6 years agoMerge changes Id437e220,I9d6b3fba
Treehugger Robot [Mon, 11 Sep 2017 19:30:30 +0000 (19:30 +0000)]
Merge changes Id437e220,I9d6b3fba

* changes:
  Allow ES 3.2 contexts to run sRGB write control unsupported test.
  Require GL_EXT_sRGB_write_control for GL_FRAMEBUFFER_SRGB enable/disable

6 years agoMerge "Use 64-bit math in work group size assertion."
Kenneth Graunke [Mon, 11 Sep 2017 19:27:27 +0000 (19:27 +0000)]
Merge "Use 64-bit math in work group size assertion."
am: bc6743fe27

Change-Id: I8852b7cb4f89e1a7500cf5e216731a9b9f10ae31

6 years agoMerge "Delete incorrect invalid map tests."
Kenneth Graunke [Mon, 11 Sep 2017 19:27:13 +0000 (19:27 +0000)]
Merge "Delete incorrect invalid map tests."
am: 6352f3c7c0

Change-Id: I66916c3bcd4a064719062e3bb87c24c5f6ac2414

6 years agoMerge "Use 64-bit math in work group size assertion."
Treehugger Robot [Mon, 11 Sep 2017 18:58:52 +0000 (18:58 +0000)]
Merge "Use 64-bit math in work group size assertion."

6 years agoMerge "Delete incorrect invalid map tests."
Treehugger Robot [Mon, 11 Sep 2017 18:57:22 +0000 (18:57 +0000)]
Merge "Delete incorrect invalid map tests."

6 years agoAllow ES 3.2 contexts to run sRGB write control unsupported test.
Kenneth Graunke [Sat, 9 Sep 2017 06:30:15 +0000 (23:30 -0700)]
Allow ES 3.2 contexts to run sRGB write control unsupported test.

GL_EXT_sRGB_write_control functionality is not part of ES 3.2.
So there's no need to restrict this to older contexts.

Affects:
dEQP-GLES31.functional.fbo.srgb_write_control.framebuffer_srgb_unsupported_enum

Components: AOSP

Change-Id: Id437e220958c66acf65fd5c40004e1fde13fdf64

6 years agoRequire GL_EXT_sRGB_write_control for GL_FRAMEBUFFER_SRGB enable/disable
Kenneth Graunke [Sat, 9 Sep 2017 06:26:15 +0000 (23:26 -0700)]
Require GL_EXT_sRGB_write_control for GL_FRAMEBUFFER_SRGB enable/disable

This test required GL_EXT_sRGB_write_control or ES 3.2.  But glEnable
and glDisable of GL_FRAMEBUFFER_SRGB requires the extension - ES 3.2
doesn't provide that functionality.  ES 3.2 implementations without the
extension would fail.  Now they report NotSupported.

Affects:
dEQP-GLES31.functional.fbo.srgb_write_control.framebuffer_srgb_enabled

Components: AOSP

Change-Id: I9d6b3fba892288354620ecbbc51ef7a351507e43

6 years agoFix regressions in synchronization tests for dedicated allocations am: 0e4f9f242d
Slawomir Cygan [Sat, 9 Sep 2017 00:49:02 +0000 (00:49 +0000)]
Fix regressions in synchronization tests for dedicated allocations am: 0e4f9f242d
am: c7b0e53138

Change-Id: Ib335cd83720c45f0f2876f09ee6c77f73443ba09

6 years agoFix regressions in synchronization tests for dedicated allocations
Slawomir Cygan [Sat, 9 Sep 2017 00:09:53 +0000 (00:09 +0000)]
Fix regressions in synchronization tests for dedicated allocations
am: 0e4f9f242d

Change-Id: Iec7cca8af632a5d29a19a5a48b34423f5a764359

6 years agoDelete incorrect invalid map tests.
Kenneth Graunke [Fri, 8 Sep 2017 22:37:38 +0000 (15:37 -0700)]
Delete incorrect invalid map tests.

The citation given in these tests comes from the OpenGL man pages, which
are not authoritative.  The ES 3.2 specification says:

   "6.3.2 Effects of Mapping Buffers on Other GL Commands

    Any GL command which attempts to read from, write to, or change the
    state of a buffer object may generate an INVALID_OPERATION error if
    all or part of the buffer object is mapped. However, only commands
    which explicitly describe this error are required to do so. If an
    error is not generated, using such commands to perform invalid
    reads, writes, or state changes will have undefined results and may
    result in GL interruption or termination."

Importantly, it says "_may_ generate an INVALID_OPERATION error".  Some
drivers choose not to implement this to avoid the CPU overhead required
to enforce this optional restriction.

Affects:
- dEQP-GLES31.functional.debug.negative_coverage.*.vertex_array.*_invalid_map

Components: AOSP

Change-Id: I26eb6ac0dfffbfc50612bed44d1beb6eb3d366c9

6 years agoMerge "Relax EGL functional test thresholds" am: a1ec716449 am: db760778a9 am: 6fe520433d
james.glanville [Fri, 8 Sep 2017 22:08:10 +0000 (22:08 +0000)]
Merge "Relax EGL functional test thresholds" am: a1ec716449 am: db760778a9 am: 6fe520433d
am: dd07610b5c

Change-Id: I21fe491b13b08c4178de2247839a82bfe52cef53

6 years agoMerge "Relax EGL functional test thresholds" am: a1ec716449 am: db760778a9
james.glanville [Fri, 8 Sep 2017 21:43:03 +0000 (21:43 +0000)]
Merge "Relax EGL functional test thresholds" am: a1ec716449 am: db760778a9
am: 6fe520433d

Change-Id: I2cfe51fd9842c7c0d4dbae1482a0506c3d5eaf7b

6 years agoMerge "Relax EGL functional test thresholds" am: a1ec716449
james.glanville [Fri, 8 Sep 2017 21:41:01 +0000 (21:41 +0000)]
Merge "Relax EGL functional test thresholds" am: a1ec716449
am: db760778a9

Change-Id: I997bdf950f65300a677703b54ed6262702e52a73

6 years agoMerge "Relax EGL functional test thresholds"
james.glanville [Fri, 8 Sep 2017 21:39:27 +0000 (21:39 +0000)]
Merge "Relax EGL functional test thresholds"
am: a1ec716449

Change-Id: I719ba3fa67da541722ac65f2b5d2c847b98824e0

6 years agoMerge "Relax EGL functional test thresholds"
Treehugger Robot [Fri, 8 Sep 2017 21:25:48 +0000 (21:25 +0000)]
Merge "Relax EGL functional test thresholds"

6 years agoUse 64-bit math in work group size assertion.
Kenneth Graunke [Thu, 13 Jul 2017 01:44:11 +0000 (18:44 -0700)]
Use 64-bit math in work group size assertion.

If the maximum workgroup size in each dimension is large enough, this
can overflow, causing the comparison to fail.  For example, on Intel
Haswell, we get:

   assert(2048 * 2048 * 2048 > 2048) -> assert(0 > 2048) -> fail

Casting one value to deInt64 causes the multiplications to occur as
64-bit values, so we don't overflow.

Affects:

dEQP-GLES31.functional.debug.negative_coverage.*.compute.invalid_maximum_work_group_sizes

Components: AOSP

Change-Id: Ie03627a378f4fdc46ce241bbdd3693ae829c217d

6 years agoFix regressions in synchronization tests for dedicated allocations
Slawomir Cygan [Mon, 31 Jul 2017 12:22:50 +0000 (14:22 +0200)]
Fix regressions in synchronization tests for dedicated allocations

Pass image memory requirements to allocation routine in allocateAndBindMemory.

VK_KHR_get_memory_requirements2 is a device extension (not instance).

Throw NotSupported when external handle requires dedicated allocation,
but 'suballocated' variant of test is being run.

Affects:
dEQP-VK.synchronization.cross_instance.*

Components: Vulkan

VK-GL-CTS issue: 604
Bug: 65490152
Bug: 65202260
Test: Ran tests on couple of Google devices
Change-Id: I3636779459300f5dee2e22b0a2e04762eb7b0601

6 years agoRelax EGL functional test thresholds
james.glanville [Tue, 29 Aug 2017 10:40:53 +0000 (11:40 +0100)]
Relax EGL functional test thresholds

The current threshold of 0.02 was selected as suitable for 8-bit color depths.
However, for smaller bit depths such as RGB565 this threshold is too strict
and it has been relaxed to allow a larger error for low bit depth formats.

Affects:
dEQP-EGL.functional.render.*

Change-Id: I6d6e061be02bc8e63cb5d9662feb804bc839d567

6 years agoFix flakiness in mailbox.display_timing am: 311129dc01
Ian Elliott [Thu, 7 Sep 2017 23:30:52 +0000 (23:30 +0000)]
Fix flakiness in mailbox.display_timing am: 311129dc01
am: a189b1922f

Change-Id: I4aa93d46e2f435d5a18613c0f4a1219b5b0bc8b2

6 years agoFix flakiness in mailbox.display_timing
Ian Elliott [Thu, 7 Sep 2017 21:15:30 +0000 (21:15 +0000)]
Fix flakiness in mailbox.display_timing
am: 311129dc01

Change-Id: I3729de1b2b236c54e6008901c485e5c65c9d8f5d

6 years agoFix flakiness in mailbox.display_timing
Ian Elliott [Wed, 16 Aug 2017 21:11:57 +0000 (15:11 -0600)]
Fix flakiness in mailbox.display_timing

The "vktWsiDisplayTimingTests.cpp" file was originally written just for
a present mode of VK_PRESENT_MODE_FIFO_KHR.  It has a case at image 80,
where it changes the desiredPresentTime to be 1 second earlier, and then
checks that later.  Such a check doesn't work with
VK_PRESENT_MODE_MAILBOX_KHR, which can throw off the timing of images
(because some images may not be presented).  This has resulted in the
test having random failures.  The "image 80 test" wasn't intended to
occur with MAILBOX, and so it's now being removed.

VK-GL-CTS issue: 622
Components: Vulkan
Affects: dEQP-VK.wsi.*.display_timing.mailbox.display_timing
Bug: 64486630
Test: Build cts and ran scripts/check_build_sanity.py

Change-Id: I9fbd2254b4e6fc1c7bff077c8c0a5229a6d74800

6 years agoMerge "Check for EGL_KHR_gl_colorspace before using it" into oc-mr1-dev am: e0000e9fa5
Courtney Goeltzenleuchter [Wed, 6 Sep 2017 22:11:14 +0000 (22:11 +0000)]
Merge "Check for EGL_KHR_gl_colorspace before using it" into oc-mr1-dev am: e0000e9fa5
am: ca76eb9ee8

Change-Id: If2bbf191f323dc932511f1cc05b28db12034aa84

6 years agoMerge "Check for EGL_KHR_gl_colorspace before using it" into oc-mr1-dev
Courtney Goeltzenleuchter [Wed, 6 Sep 2017 21:36:16 +0000 (21:36 +0000)]
Merge "Check for EGL_KHR_gl_colorspace before using it" into oc-mr1-dev
am: e0000e9fa5

Change-Id: I4dda3ae340a7019ab7e4dde0fa49bfc34c06ca41

6 years agoMerge "Check for EGL_KHR_gl_colorspace before using it" into oc-mr1-dev
TreeHugger Robot [Wed, 6 Sep 2017 20:36:37 +0000 (20:36 +0000)]
Merge "Check for EGL_KHR_gl_colorspace before using it" into oc-mr1-dev

6 years agoCheck for EGL_KHR_gl_colorspace before using it am: 2cf32ffa6e am: e3992de385 am...
Courtney Goeltzenleuchter [Wed, 6 Sep 2017 16:56:17 +0000 (16:56 +0000)]
Check for EGL_KHR_gl_colorspace before using it am: 2cf32ffa6e am: e3992de385 am: 0353c8a186
am: 7348cba61a

Change-Id: Iab45a9eb018a2fe0df3727ac50a58919cdc2e93b

6 years agoCheck for EGL_KHR_gl_colorspace before using it am: 2cf32ffa6e am: e3992de385
Courtney Goeltzenleuchter [Wed, 6 Sep 2017 16:53:27 +0000 (16:53 +0000)]
Check for EGL_KHR_gl_colorspace before using it am: 2cf32ffa6e am: e3992de385
am: 0353c8a186

Change-Id: Ie07301231b7c37b8b977d671f048d4fb00b20132

6 years agoMerge changes Iee2918c1,I3a98fe12 into oc-mr1-dev am: 77827f4212
Mika Isojarvi [Wed, 6 Sep 2017 16:48:12 +0000 (16:48 +0000)]
Merge changes Iee2918c1,I3a98fe12 into oc-mr1-dev am: 77827f4212
am: 38416f1cf0

Change-Id: I6f94b4279a96332533700c452308dd692cddf6b5

6 years agoCheck for EGL_KHR_gl_colorspace before using it am: 2cf32ffa6e
Courtney Goeltzenleuchter [Wed, 6 Sep 2017 16:47:58 +0000 (16:47 +0000)]
Check for EGL_KHR_gl_colorspace before using it am: 2cf32ffa6e
am: e3992de385

Change-Id: Ia9a47fb3071a9c7d679bebc7343d551c4c7e0317

6 years agoCheck for EGL_KHR_gl_colorspace before using it
Courtney Goeltzenleuchter [Wed, 6 Sep 2017 16:45:57 +0000 (16:45 +0000)]
Check for EGL_KHR_gl_colorspace before using it
am: 2cf32ffa6e

Change-Id: I862ea02e9803fc946a2e71e3145d806f76278676

6 years agoMerge changes Iee2918c1,I3a98fe12 into oc-mr1-dev
Mika Isojarvi [Wed, 6 Sep 2017 16:40:54 +0000 (16:40 +0000)]
Merge changes Iee2918c1,I3a98fe12 into oc-mr1-dev
am: 77827f4212

Change-Id: I26434955a5eb8f2648ceb3f082374db627d358f4

6 years agoMerge changes Iee2918c1,I3a98fe12 into oc-mr1-dev
Mika Isojarvi [Wed, 6 Sep 2017 16:32:19 +0000 (16:32 +0000)]
Merge changes Iee2918c1,I3a98fe12 into oc-mr1-dev

* changes:
  Fix unused uniform bug in EGL robustness tests
  Fix missing SSBO binding in EGL robustness tests

6 years agoCheck for EGL_KHR_gl_colorspace before using it
Courtney Goeltzenleuchter [Tue, 5 Sep 2017 23:48:27 +0000 (17:48 -0600)]
Check for EGL_KHR_gl_colorspace before using it

Bug: 65376495
Test: adb -d shell am start \
        -n com.drawelements.deqp/android.app.NativeActivity \
        -e cmdLine '"deqp --deqp-case=dEQP-EGL.functional.wide_color.* \
        --deqp-log-filename=/sdcard/dEQP-Log.qpa"'

Change-Id: Ief654c998e93d72899225120b0ca1ab2fa3ca624
(cherry picked from commit 2cf32ffa6ee9daf7f58e34c1b874f4005e4b888f)

6 years agoCheck for EGL_KHR_gl_colorspace before using it
Courtney Goeltzenleuchter [Tue, 5 Sep 2017 23:48:27 +0000 (17:48 -0600)]
Check for EGL_KHR_gl_colorspace before using it

Bug: 65376495
Test: adb -d shell am start \
        -n com.drawelements.deqp/android.app.NativeActivity \
        -e cmdLine '"deqp --deqp-case=dEQP-EGL.functional.wide_color.* \
        --deqp-log-filename=/sdcard/dEQP-Log.qpa"'

Change-Id: Ief654c998e93d72899225120b0ca1ab2fa3ca624

6 years agoMerge "Add more allowed 'dot' alternatives" am: 7e8c3b2d00 am: c6aef79622 am: 2cb24164fd
Alexander Galazin [Tue, 5 Sep 2017 21:58:02 +0000 (21:58 +0000)]
Merge "Add more allowed 'dot' alternatives" am: 7e8c3b2d00 am: c6aef79622 am: 2cb24164fd
am: 1cb1df235d

Change-Id: I3554f3182137ae874c26c483e7eaeafa1cf011f5

6 years agoMerge "Add more allowed 'dot' alternatives" am: 7e8c3b2d00 am: c6aef79622
Alexander Galazin [Tue, 5 Sep 2017 21:49:01 +0000 (21:49 +0000)]
Merge "Add more allowed 'dot' alternatives" am: 7e8c3b2d00 am: c6aef79622
am: 2cb24164fd

Change-Id: I96e76b5181661995bd85b235fb61501962be239e

6 years agoMerge "Add more allowed 'dot' alternatives" am: 7e8c3b2d00
Alexander Galazin [Tue, 5 Sep 2017 21:47:03 +0000 (21:47 +0000)]
Merge "Add more allowed 'dot' alternatives" am: 7e8c3b2d00
am: c6aef79622

Change-Id: I498ba85cd282a17b9fdb8a3c5381981a45521739

6 years agoMerge "Add more allowed 'dot' alternatives"
Alexander Galazin [Tue, 5 Sep 2017 21:44:31 +0000 (21:44 +0000)]
Merge "Add more allowed 'dot' alternatives"
am: 7e8c3b2d00

Change-Id: I8ea74cc7658e034905be82c02fafc7f01b4e3705

6 years agoMerge "Add more allowed 'dot' alternatives"
Treehugger Robot [Tue, 5 Sep 2017 21:35:29 +0000 (21:35 +0000)]
Merge "Add more allowed 'dot' alternatives"

6 years agoMerge "resolve merge conflicts of 5b2571349 to oc-mr1-dev-plus-aosp" into oc-mr1...
Mika Isojärvi [Tue, 5 Sep 2017 20:24:54 +0000 (20:24 +0000)]
Merge "resolve merge conflicts of 5b2571349 to oc-mr1-dev-plus-aosp" into oc-mr1-dev-plus-aosp
am: 02b614843e

Change-Id: I2a8d839c0e2c5fcdb40241f661d451538edc9d4b

6 years agoMerge "resolve merge conflicts of 5b2571349 to oc-mr1-dev-plus-aosp" into oc-mr1...
TreeHugger Robot [Tue, 5 Sep 2017 20:15:32 +0000 (20:15 +0000)]
Merge "resolve merge conflicts of 5b2571349 to oc-mr1-dev-plus-aosp" into oc-mr1-dev-plus-aosp

6 years agoFix unused uniform bug in EGL robustness tests am: 7806d74666 am: 32fe3869a7 am:...
Mika Isojrvi [Tue, 5 Sep 2017 19:56:37 +0000 (19:56 +0000)]
Fix unused uniform bug in EGL robustness tests am: 7806d74666 am: 32fe3869a7 am: df1b7de4fd
am: 910d7d87ef

Change-Id: I700bd0678db6471adcf8f81c4eb9284a73756814

6 years agoFix unused uniform bug in EGL robustness tests am: 7806d74666 am: 32fe3869a7
Mika Isojrvi [Tue, 5 Sep 2017 19:51:23 +0000 (19:51 +0000)]
Fix unused uniform bug in EGL robustness tests am: 7806d74666 am: 32fe3869a7
am: df1b7de4fd

Change-Id: Ie4698293df88165583c7cf4e81e28b6b93506d70

6 years agoFix unused uniform bug in EGL robustness tests am: 7806d74666
Mika Isojrvi [Tue, 5 Sep 2017 19:49:21 +0000 (19:49 +0000)]
Fix unused uniform bug in EGL robustness tests am: 7806d74666
am: 32fe3869a7

Change-Id: Ic02f5be9192c5295cc56be26f06cd76bf2e6bdde

6 years agoFix unused uniform bug in EGL robustness tests
Mika Isojrvi [Tue, 5 Sep 2017 19:47:23 +0000 (19:47 +0000)]
Fix unused uniform bug in EGL robustness tests
am: 7806d74666

Change-Id: I7bdb3742437ed0abe590f5c011bf1b78cade9419

6 years agoresolve merge conflicts of 5b2571349 to oc-mr1-dev-plus-aosp
Mika Isojärvi [Tue, 5 Sep 2017 18:15:08 +0000 (11:15 -0700)]
resolve merge conflicts of 5b2571349 to oc-mr1-dev-plus-aosp

Test: Ran check_build_sanity.py.
Change-Id: I57546248a0851acf9bfdae0ce560e4a2006f2141

6 years agoMerge "Fix missing SSBO binding in EGL robustness tests" am: e19c3ff127 am: fb660dc26...
Mika Isojärvi [Tue, 5 Sep 2017 17:52:24 +0000 (17:52 +0000)]
Merge "Fix missing SSBO binding in EGL robustness tests" am: e19c3ff127 am: fb660dc26b am: 5ac30afb48
am: 32337c2708

Change-Id: Ia819e04c177876393af64afd8ed0a40d4c0ef00a

6 years agoMerge "Fix missing SSBO binding in EGL robustness tests" am: e19c3ff127 am: fb660dc26b
Mika Isojärvi [Tue, 5 Sep 2017 17:51:14 +0000 (17:51 +0000)]
Merge "Fix missing SSBO binding in EGL robustness tests" am: e19c3ff127 am: fb660dc26b
am: 5ac30afb48

Change-Id: I42cf1fabd5887d784eb68f67b68af624788625a8

6 years agoMerge changes Iaf75d17e,I3977c3c2,Iff74939d into oc-mr1-dev am: 5af097b242
Mika Isojarvi [Tue, 5 Sep 2017 17:51:13 +0000 (17:51 +0000)]
Merge changes Iaf75d17e,I3977c3c2,Iff74939d into oc-mr1-dev am: 5af097b242
am: 16d8f177f2

Change-Id: I2ac13d433a45d7658576c80e443418ee5fd9fc6b

6 years agoMerge "Require EGL_KHR_gl_colorspace for wide_color tests." into oc-mr1-dev
Mika Isojarvi [Tue, 5 Sep 2017 17:50:15 +0000 (17:50 +0000)]
Merge "Require EGL_KHR_gl_colorspace for wide_color tests." into oc-mr1-dev

6 years agoMerge "Fix missing SSBO binding in EGL robustness tests" am: e19c3ff127
Mika Isojärvi [Tue, 5 Sep 2017 17:43:35 +0000 (17:43 +0000)]
Merge "Fix missing SSBO binding in EGL robustness tests" am: e19c3ff127
am: fb660dc26b

Change-Id: I3266c0593f72429a2c3fe3e619cd94d129c2dd63

6 years agoFix unused uniform bug in EGL robustness tests
Mika Isojärvi [Thu, 31 Aug 2017 19:13:05 +0000 (12:13 -0700)]
Fix unused uniform bug in EGL robustness tests

Bug: 64845766
Bug: 65175554
Test: Ran tests on couple of Google devices
Change-Id: Iee2918c1e45ad305dd9ca30f1b81998bdac06127

6 years agoFix missing SSBO binding in EGL robustness tests
Mika Isojärvi [Thu, 31 Aug 2017 18:54:48 +0000 (11:54 -0700)]
Fix missing SSBO binding in EGL robustness tests

Bug: 64845581
Bug: 65175642
Test: Ran the tests on couple of Google devices
Change-Id: I3a98fe12802e6951483499e800cd3fe7412e37f0

6 years agoMerge "Fix missing SSBO binding in EGL robustness tests"
Mika Isojärvi [Tue, 5 Sep 2017 17:33:37 +0000 (17:33 +0000)]
Merge "Fix missing SSBO binding in EGL robustness tests"
am: e19c3ff127

Change-Id: I4eadac66e4d313347a6b3fea1c4585bb98507641

6 years agoMerge changes Iaf75d17e,I3977c3c2,Iff74939d into oc-mr1-dev
Mika Isojarvi [Tue, 5 Sep 2017 17:33:33 +0000 (17:33 +0000)]
Merge changes Iaf75d17e,I3977c3c2,Iff74939d into oc-mr1-dev
am: 5af097b242

Change-Id: I15233b20a5599add0404ec7e92e0a8f44ae6b1e1

6 years agoFix unused uniform bug in EGL robustness tests
Mika Isojärvi [Thu, 31 Aug 2017 19:13:05 +0000 (12:13 -0700)]
Fix unused uniform bug in EGL robustness tests

Bug: 64845766
Bug: 65175554
Test: Ran tests on couple of Google devices
Change-Id: Iee2918c1e45ad305dd9ca30f1b81998bdac06127

6 years agoMerge "Fix missing SSBO binding in EGL robustness tests"
Treehugger Robot [Tue, 5 Sep 2017 17:18:37 +0000 (17:18 +0000)]
Merge "Fix missing SSBO binding in EGL robustness tests"

6 years agoMerge changes Iaf75d17e,I3977c3c2,Iff74939d into oc-mr1-dev
Mika Isojarvi [Tue, 5 Sep 2017 17:18:22 +0000 (17:18 +0000)]
Merge changes Iaf75d17e,I3977c3c2,Iff74939d into oc-mr1-dev

* changes:
  Use safe glFramebufferTexture* function
  Do not use degenerate frames in EGL tests
  Check for tessellation/geometry extensions being exposed

6 years agoFix issues in pipeline.timestamp.transfer_tests am: 0f672f2a20 am: 338a411fd3 am...
Pyry Haulos [Tue, 5 Sep 2017 16:34:27 +0000 (16:34 +0000)]
Fix issues in pipeline.timestamp.transfer_tests am: 0f672f2a20 am: 338a411fd3 am: 0d9b810283 am: 79f028e0ac am: c3c3b95253 am: 745856554f am: 2b79153434 am: c0fc41f6bc am: 7221ef9a14
am: a8f03bea0a

Change-Id: I07fc53f287e5b678ec090f0f620fa879d3b4b0b8

6 years agoFix issues in pipeline.timestamp.transfer_tests am: 0f672f2a20 am: 9e85a126d2 am...
Pyry Haulos [Tue, 5 Sep 2017 16:34:08 +0000 (16:34 +0000)]
Fix issues in pipeline.timestamp.transfer_tests am: 0f672f2a20 am: 9e85a126d2 am: ac400ff59f am: 36b26f80fe am: f909a2d16c am: 3976e3eade am: 4564f27dba am: 7dbcb49eef
am: 55fb165ca6

Change-Id: I5417a92bc591dc2e95b43f83043f89f9b2780975

6 years agoFix issues in pipeline.timestamp.transfer_tests am: 0f672f2a20 am: 9e85a126d2 am...
Pyry Haulos [Tue, 5 Sep 2017 16:33:53 +0000 (16:33 +0000)]
Fix issues in pipeline.timestamp.transfer_tests am: 0f672f2a20 am: 9e85a126d2 am: 6d0cee6923 am: 4fa7f75d5f am: eecfee50a9 am: 40468c5270
am: 69893c8be1

Change-Id: I41192d3907384566eaa5b6e07151d882f0c921f8

6 years agoFix issues in pipeline.timestamp.transfer_tests am: 0f672f2a20 am: 338a411fd3 am...
Pyry Haulos [Tue, 5 Sep 2017 16:33:34 +0000 (16:33 +0000)]
Fix issues in pipeline.timestamp.transfer_tests am: 0f672f2a20 am: 338a411fd3 am: 0d9b810283 am: 79f028e0ac am: c3c3b95253 am: 745856554f am: 2b79153434 am: c0fc41f6bc am: f7d4fe10ba
am: f1d7227f57

Change-Id: I86acef200831d68aaf50c1a3a6afd8bcf3352cba

6 years agoFix issues in pipeline.timestamp.transfer_tests am: 0f672f2a20 am: 9e85a126d2 am...
Pyry Haulos [Tue, 5 Sep 2017 16:33:16 +0000 (16:33 +0000)]
Fix issues in pipeline.timestamp.transfer_tests am: 0f672f2a20 am: 9e85a126d2 am: ac400ff59f am: 36b26f80fe am: f909a2d16c am: 3976e3eade am: 4564f27dba am: 8dca54a6f8
am: d62bbf8810

Change-Id: I1c814eb26484201058f3123b1e07a6da5491273b

6 years agoFix issues in pipeline.timestamp.transfer_tests am: 0f672f2a20 am: 338a411fd3 am...
Pyry Haulos [Tue, 5 Sep 2017 16:17:04 +0000 (16:17 +0000)]
Fix issues in pipeline.timestamp.transfer_tests am: 0f672f2a20 am: 338a411fd3 am: 0d9b810283 am: 79f028e0ac am: c3c3b95253 am: 745856554f am: 2b79153434 am: c0fc41f6bc
am: 7221ef9a14

Change-Id: I09771c4622664a3e9fd124d8f13e619f8840e2de

6 years agoFix issues in pipeline.timestamp.transfer_tests am: 0f672f2a20 am: 9e85a126d2 am...
Pyry Haulos [Tue, 5 Sep 2017 16:16:48 +0000 (16:16 +0000)]
Fix issues in pipeline.timestamp.transfer_tests am: 0f672f2a20 am: 9e85a126d2 am: ac400ff59f am: 36b26f80fe am: f909a2d16c am: 3976e3eade am: 4564f27dba
am: 7dbcb49eef

Change-Id: I3baa5c04d94aeb538e88ebe254e51846e3f7a9a3

6 years agoFix issues in pipeline.timestamp.transfer_tests am: 0f672f2a20 am: 9e85a126d2 am...
Pyry Haulos [Tue, 5 Sep 2017 16:16:31 +0000 (16:16 +0000)]
Fix issues in pipeline.timestamp.transfer_tests am: 0f672f2a20 am: 9e85a126d2 am: 6d0cee6923 am: 4fa7f75d5f am: eecfee50a9
am: 40468c5270

Change-Id: I223834ca2c69a6c5ded8138888a2d0b02a62f1fa

6 years agoFix issues in pipeline.timestamp.transfer_tests am: 0f672f2a20 am: 338a411fd3 am...
Pyry Haulos [Tue, 5 Sep 2017 16:16:16 +0000 (16:16 +0000)]
Fix issues in pipeline.timestamp.transfer_tests am: 0f672f2a20 am: 338a411fd3 am: 0d9b810283 am: 79f028e0ac am: c3c3b95253 am: 745856554f am: 2b79153434 am: c0fc41f6bc
am: f7d4fe10ba

Change-Id: I5583ab1de1782090478527f50bd72b9dbaf17592

6 years agoFix issues in pipeline.timestamp.transfer_tests am: 0f672f2a20 am: 9e85a126d2 am...
Pyry Haulos [Tue, 5 Sep 2017 16:16:00 +0000 (16:16 +0000)]
Fix issues in pipeline.timestamp.transfer_tests am: 0f672f2a20 am: 9e85a126d2 am: ac400ff59f am: 36b26f80fe am: f909a2d16c am: 3976e3eade am: 4564f27dba
am: 8dca54a6f8

Change-Id: Ib015feccaea3d1a91315ecc31ba957f85921eafb

6 years agoFix issues in pipeline.timestamp.transfer_tests am: 0f672f2a20 am: 9e85a126d2 am...
Pyry Haulos [Tue, 5 Sep 2017 16:09:04 +0000 (16:09 +0000)]
Fix issues in pipeline.timestamp.transfer_tests am: 0f672f2a20 am: 9e85a126d2 am: 6d0cee6923 am: 4fa7f75d5f am: eecfee50a9 am: c2f5b4adb2
am: b32b34764c

Change-Id: Ic9f89a678b2ebcdcc5ff06a506ed792801fe9e3a

6 years agoFix issues in pipeline.timestamp.transfer_tests am: 0f672f2a20 am: 338a411fd3 am...
Pyry Haulos [Tue, 5 Sep 2017 16:07:56 +0000 (16:07 +0000)]
Fix issues in pipeline.timestamp.transfer_tests am: 0f672f2a20 am: 338a411fd3 am: 0d9b810283 am: 79f028e0ac am: c3c3b95253 am: 745856554f am: 2b79153434
am: c0fc41f6bc

Change-Id: I648c5f0e8d281c51625350d93daf2879ad5a430e

6 years agoFix issues in pipeline.timestamp.transfer_tests am: 0f672f2a20 am: 338a411fd3 am...
Pyry Haulos [Tue, 5 Sep 2017 16:07:54 +0000 (16:07 +0000)]
Fix issues in pipeline.timestamp.transfer_tests am: 0f672f2a20 am: 338a411fd3 am: 0d9b810283 am: 79f028e0ac am: c3c3b95253 am: 745856554f am: 2b79153434
am: c0fc41f6bc

Change-Id: Id806b46d9b9c1001a694ae637539fa6f36aa4aea

6 years agoFix issues in pipeline.timestamp.transfer_tests am: 0f672f2a20 am: 9e85a126d2 am...
Pyry Haulos [Tue, 5 Sep 2017 16:07:32 +0000 (16:07 +0000)]
Fix issues in pipeline.timestamp.transfer_tests am: 0f672f2a20 am: 9e85a126d2 am: ac400ff59f am: 36b26f80fe am: f909a2d16c am: 3976e3eade
am: 4564f27dba

Change-Id: I4bac001f8af3ff954aab3258a1187e5f97beb77b

6 years agoFix issues in pipeline.timestamp.transfer_tests am: 0f672f2a20 am: 9e85a126d2 am...
Pyry Haulos [Tue, 5 Sep 2017 16:07:31 +0000 (16:07 +0000)]
Fix issues in pipeline.timestamp.transfer_tests am: 0f672f2a20 am: 9e85a126d2 am: ac400ff59f am: 36b26f80fe am: f909a2d16c am: 3976e3eade
am: 4564f27dba

Change-Id: I18a102999357266e6c37f1da9f7248c6daf11e06