Chris Forbes [Thu, 19 Oct 2017 23:23:29 +0000 (23:23 +0000)]
Merge "Fix include guards for tcuSurfacelessPlatform.hpp" am:
e32e143310
am:
440b43baed
Change-Id: I5a38916e3907361536b7b7a08d98a9f21e2a0245
Chris Forbes [Thu, 19 Oct 2017 23:17:05 +0000 (23:17 +0000)]
Merge "Fix include guards for tcuSurfacelessPlatform.hpp"
am:
e32e143310
Change-Id: I275354879e5f2467846ada1bf32cc54bf71dfbe0
Treehugger Robot [Thu, 19 Oct 2017 22:19:02 +0000 (22:19 +0000)]
Merge "Fix include guards for tcuSurfacelessPlatform.hpp"
Chris Forbes [Thu, 19 Oct 2017 18:03:30 +0000 (11:03 -0700)]
Fix include guards for tcuSurfacelessPlatform.hpp
Change-Id: I3f6b9824c0fb51270e22942121e4feea1d6660fb
Components: Framework
Brian Anderson [Wed, 18 Oct 2017 23:02:40 +0000 (23:02 +0000)]
Merge "eglGetFrameTimestamps: Allow reads done to equal rendering complete." am:
f3788ae990
am:
7a0770ee76
Change-Id: I15c50ee2036e1033420ea68e74230a6160ef6653
Brian Anderson [Wed, 18 Oct 2017 23:00:38 +0000 (23:00 +0000)]
Merge "eglGetFrameTimestamps: Allow reads done to equal rendering complete."
am:
f3788ae990
Change-Id: Ic6d75a4135e1bdbc779a47655574dc2ccbdb8f63
Treehugger Robot [Wed, 18 Oct 2017 22:51:38 +0000 (22:51 +0000)]
Merge "eglGetFrameTimestamps: Allow reads done to equal rendering complete."
Brian Anderson [Tue, 17 Oct 2017 19:17:40 +0000 (12:17 -0700)]
eglGetFrameTimestamps: Allow reads done to equal rendering complete.
If there are no reads performed by the compositor, it is possible
for reads done timestamp to be the same as the rendering complete
timestamp.
Also add and use check_lt and check_le, to print out more detailed
debug info in the results.
Test: --deqp-case=dEQP-EGL*get_frame_timestamps*
Change-Id: I258562806aab2f44e91f2aafa1e7a00f4d522959
Stéphane Marchesin [Tue, 17 Oct 2017 05:41:25 +0000 (05:41 +0000)]
Merge "targets/surfaceless: Add support for Chrome OS surfaceless" am:
f8236f5139
am:
0b8256eeff
Change-Id: I5d3b3ea704c6273fe4372e473fb92d3f1ac27aa8
Stéphane Marchesin [Tue, 17 Oct 2017 05:38:31 +0000 (05:38 +0000)]
Merge "targets/surfaceless: Add support for Chrome OS surfaceless"
am:
f8236f5139
Change-Id: I45754132c076ea55519c4ef75371b0adaf161b10
Treehugger Robot [Tue, 17 Oct 2017 05:33:44 +0000 (05:33 +0000)]
Merge "targets/surfaceless: Add support for Chrome OS surfaceless"
Chih-Hung Hsieh [Mon, 16 Oct 2017 19:23:09 +0000 (19:23 +0000)]
Merge "Use -Werror in external/deqp" am:
9f802d115c
am:
0698c01b99
Change-Id: Ibda7e6bee8aea91e086af6c24c88263cbe3b8a85
Chih-Hung Hsieh [Mon, 16 Oct 2017 19:18:36 +0000 (19:18 +0000)]
Merge "Use -Werror in external/deqp"
am:
9f802d115c
Change-Id: I8406ee0af79b2bdba4dfc541e4b7afa64860107c
Treehugger Robot [Mon, 16 Oct 2017 19:07:52 +0000 (19:07 +0000)]
Merge "Use -Werror in external/deqp"
Gurchetan Singh [Thu, 12 Oct 2017 17:46:06 +0000 (17:46 +0000)]
Lower correlation threshold in flush-finish tests again am:
59f4fcde5a
am:
ebee600fb0
Change-Id: Ie178b2070034fb7c014e4ae9ff005a2e31770e9e
Gurchetan Singh [Thu, 12 Oct 2017 17:44:21 +0000 (17:44 +0000)]
Lower correlation threshold in flush-finish tests again
am:
59f4fcde5a
Change-Id: I9b510ab7163cd135942a26f22ab5abdccaae2c76
Chih-Hung Hsieh [Tue, 10 Oct 2017 19:20:23 +0000 (12:20 -0700)]
Use -Werror in external/deqp
Bug:
66996870
Test: build with WITH_TIDY=1
Change-Id: I8b711d0fdfcf5241dc1b7754a8be5fbd712d555f
Stéphane Marchesin [Tue, 1 Mar 2016 06:19:09 +0000 (22:19 -0800)]
targets/surfaceless: Add support for Chrome OS surfaceless
Implement a new dEQP target, "surfaceless", that supports offscreen
rendering using Chrome OS's EGL null platform. This is based on
intel's work to add support for "drm" target, but extends it to work
on ARM as well.
dEQP could be ran with --deqp-surface-type=fbo because the native EGL
platform does not support EGLSurfaces. However, because of b:
27656575,
it must be run with --deqp-surface-type=pbuffer at the moment.
Unlike all of dEQP's other EGL-derived platforms (x11::egl::Platform,
Android::Platform, rpi::Platform, etc), class surfaceless::Platform does
not inherit from eglu::Platform and it reuses very little of dEQP's
existing EGL code. I had to re-invent the wheel when implementing the DRM
platform because dEQP's existing EGL code relies heavily on EGLSurfaces,
which Chrome's EGL surfaceless does not support.
BUG=chromium:543372
TEST=run deqp on veyron_jaq
Gurchetan Singh [Fri, 6 Oct 2017 16:06:21 +0000 (09:06 -0700)]
Lower correlation threshold in flush-finish tests again
This test expects predictability from glFlush/glFinish timing.
In particular, the code from FlushFinishCase::analyzeResults()
checks that the result falls within specific timing thresholds.
Notice that in the GLES3 specification, there is no requirement for
timing, just a guarantee that "commands [...] complete in finite time".
This is a problem because it makes the test very flaky, for example
if the CPU/GPU clocks are not ramping up fast enough.
BUG=b:
67331095
TEST=Ran dEQP-GLES3.functional.flush_finish.finish on Elm for over 3+ hours
Observed 1.5% to 2% flakiness without this patch. Observed no flakiness
with this patch.
Chris Forbes [Tue, 3 Oct 2017 22:45:51 +0000 (22:45 +0000)]
Disable some UBO tests which got broken by recent glslang change am:
d81d8e2af7 am:
3a1de9094d
am:
e1b43f5bf1
Change-Id: I44fb4bcb31c5a5a62601ef08ca683cbbb950678e
Chris Forbes [Tue, 3 Oct 2017 22:44:26 +0000 (22:44 +0000)]
Disable some UBO tests which got broken by recent glslang change am:
d81d8e2af7 am:
188944cfd1
am:
0f95f68482
Change-Id: Ic486d20f8fa907b2280ae04ba105555e5a4e0c21
Chris Forbes [Tue, 3 Oct 2017 22:41:03 +0000 (22:41 +0000)]
Disable some UBO tests which got broken by recent glslang change am:
d81d8e2af7
am:
3a1de9094d
Change-Id: I2bf5e7232412cfd54bb5321a9357262ba6f73116
Chris Forbes [Tue, 3 Oct 2017 22:41:02 +0000 (22:41 +0000)]
Disable some UBO tests which got broken by recent glslang change am:
d81d8e2af7
am:
188944cfd1
Change-Id: Iab4679d945588de21bf329f114074d3bd0f92765
Chris Forbes [Tue, 3 Oct 2017 22:37:51 +0000 (22:37 +0000)]
Disable some UBO tests which got broken by recent glslang change
am:
d81d8e2af7
Change-Id: Ic275c1ec2efeaf191a4537ca78a8b0109b8ac9fc
Chris Forbes [Tue, 3 Oct 2017 22:23:11 +0000 (22:23 +0000)]
Disable some UBO tests which got broken by recent glslang change
am:
d81d8e2af7
Change-Id: I1dadbabb85dfe7ecb5da296acb84a91538521e3e
Chris Forbes [Tue, 3 Oct 2017 17:17:59 +0000 (10:17 -0700)]
Disable some UBO tests which got broken by recent glslang change
Bug: b/
67013571
Change-Id: I54c3f9aba636381a57e398de603b09dad4d14188
Mika Isojrvi [Mon, 2 Oct 2017 20:54:52 +0000 (20:54 +0000)]
Update owners file am:
412471299c
am:
52698183c4
Change-Id: I39a262a3d14200646ede5e33bd89a64a27bd3580
Mika Isojrvi [Mon, 2 Oct 2017 20:47:33 +0000 (20:47 +0000)]
Update owners file
am:
412471299c
Change-Id: Ifcd38fa1f0eeaeeb37348793d897886182888d24
Mika Isojärvi [Thu, 28 Sep 2017 17:25:24 +0000 (10:25 -0700)]
Update owners file
Test: build/make/tools/checkowners.py -c -v OWNERS
Change-Id: I117459d91f39055aaa5f0bc6abfbda32f31cdab2
Emil Velikov [Mon, 25 Sep 2017 22:33:23 +0000 (22:33 +0000)]
Use hidden visibility with GCC and Clang am:
0fa7ebccc4
am:
13641fa112
Change-Id: I730cf0e31e73bd1c8925e5bb850992a3d9170053
Mika Isojrvi [Mon, 25 Sep 2017 22:33:18 +0000 (22:33 +0000)]
Add missing JNIEXPORT and JNICALL to createTestActivity() JNI call am:
1e7c5746fb
am:
1b02bdf0c0
Change-Id: If6ebf1a47369afaebe3ce9d6c262872ba0358281
Emil Velikov [Mon, 25 Sep 2017 22:31:22 +0000 (22:31 +0000)]
Use hidden visibility with GCC and Clang
am:
0fa7ebccc4
Change-Id: I556e6233f7af2818786fbc2798eec1658cf3a590
Mika Isojrvi [Mon, 25 Sep 2017 22:31:20 +0000 (22:31 +0000)]
Add missing JNIEXPORT and JNICALL to createTestActivity() JNI call
am:
1e7c5746fb
Change-Id: Ie89e7d9aa13b0a29d5953a26d79a218c288eda53
Emil Velikov [Wed, 30 Aug 2017 14:12:14 +0000 (15:12 +0100)]
Use hidden visibility with GCC and Clang
The final result of the build are standalone executables, with all the
code statically linked.
Change the visibility to hidden, to avoid the symbol leakage and allow
the compiler to discard some code.
As a result the binary size is drastically decreased.
Total executable size on my setup drops by ~20%
158M before
128M after
Note: The binaries still export multiple unneeded symbols. Resolving
those is left as an exercise for later.
Test: full rebuild, running resulting binaries.
Change-Id: Ife10bbd123d59f4480349794785f13978516df30
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
Mika Isojärvi [Fri, 8 Sep 2017 19:36:34 +0000 (12:36 -0700)]
Add missing JNIEXPORT and JNICALL to createTestActivity() JNI call
Test: Ran internal deqp tests on couple of Google devices
Change-Id: I08c8ff0a040261aaf60fa761158a12cccff987c2
Mika Isojrvi [Mon, 25 Sep 2017 15:53:01 +0000 (15:53 +0000)]
Fix missing SSBO binding in EGL robustness tests am:
645b470b61 am:
bbed3afad3
am:
f1a0604dbe
Change-Id: Ib5df2ae8e11e58b177597960b56a6decd2fadd67
Mika Isojrvi [Mon, 25 Sep 2017 15:52:41 +0000 (15:52 +0000)]
Fix unused uniform bug in EGL robustness tests am:
cd1ec788ec am:
ec1e89a3f8
am:
49f47fb792
Change-Id: I6c1aece689946275d2f5d34b57da19194a97392b
Michael Chock [Mon, 25 Sep 2017 15:52:14 +0000 (15:52 +0000)]
Do not use degenerate frames in EGL tests am:
8adce77ee5 am:
5ec562c6e2
am:
364dfab9e2
Change-Id: Ib8a4a61e7d0cc0fada4f661f27d7cb9f9187062d
Mika Isojrvi [Mon, 25 Sep 2017 15:49:48 +0000 (15:49 +0000)]
Exclude mutable image tests from Android CTS am:
ae838ac1c9 am:
6b3b1310a6
am:
2d9bb5fce7
Change-Id: Ic68cb115ef9ee31d89f453c92d19ee1284db841e
Mika Isojärvi [Sat, 23 Sep 2017 00:20:30 +0000 (17:20 -0700)]
resolve merge conflicts of
037808f59 to oc-dr1-dev-plus-aosp
Test: Ran scripts/check_build_sanity.py
Change-Id: I443f3027810c18df9e0929ddb5fa2fbee03bea54
Mika Isojrvi [Fri, 22 Sep 2017 20:25:55 +0000 (20:25 +0000)]
Fix missing SSBO binding in EGL robustness tests am:
645b470b61 am:
87d4d9b276
am:
8625bdf96f
Change-Id: I3feb3a8ea3ac79d83dfa7bc5f0b6e0e6b5e37513
Mika Isojrvi [Fri, 22 Sep 2017 20:25:50 +0000 (20:25 +0000)]
Fix unused uniform bug in EGL robustness tests am:
cd1ec788ec am:
bb29eba5c0
am:
5fecc415a6
Change-Id: I09fe6db4af827e0bbeecbe7fa8b72637abd4cdde
Michael Chock [Fri, 22 Sep 2017 20:25:27 +0000 (20:25 +0000)]
Do not use degenerate frames in EGL tests am:
8adce77ee5 am:
4893ad697d
am:
12db230f8e
Change-Id: I48645854d1786bc31d6b70333d804c158dba76c0
Mika Isojrvi [Fri, 22 Sep 2017 20:25:25 +0000 (20:25 +0000)]
Exclude mutable image tests from Android CTS am:
ae838ac1c9 am:
2c65a2676c
am:
df9ce9d21f
Change-Id: I464928d0235391d550865f1256117443ff69074f
Mika Isojärvi [Fri, 22 Sep 2017 20:25:08 +0000 (20:25 +0000)]
resolve merge conflicts of
9b726ab8 to master am:
02473c7876
am:
b1cc8aeac9
Change-Id: I9511ee86a53661327a19ca4793e45ac933cb2d1c
Mika Isojrvi [Fri, 22 Sep 2017 20:22:10 +0000 (20:22 +0000)]
Fix missing SSBO binding in EGL robustness tests am:
645b470b61
am:
87d4d9b276
Change-Id: I4d28d7578a19dbae243bd9386acd16b45809b358
Mika Isojrvi [Fri, 22 Sep 2017 20:22:04 +0000 (20:22 +0000)]
Fix unused uniform bug in EGL robustness tests am:
cd1ec788ec
am:
bb29eba5c0
Change-Id: I1741605596d31ea4097e698032b16f8c03217b60
Michael Chock [Fri, 22 Sep 2017 20:21:33 +0000 (20:21 +0000)]
Do not use degenerate frames in EGL tests am:
8adce77ee5
am:
4893ad697d
Change-Id: Id07cb2772285cf81ae26685dd4782a25ffb899e9
Mika Isojrvi [Fri, 22 Sep 2017 20:21:30 +0000 (20:21 +0000)]
Exclude mutable image tests from Android CTS am:
ae838ac1c9
am:
2c65a2676c
Change-Id: I1da36a9b7d337af85983258ed17b651b4c8806cb
Mika Isojärvi [Fri, 22 Sep 2017 20:21:08 +0000 (20:21 +0000)]
resolve merge conflicts of
9b726ab8 to master
am:
02473c7876
Change-Id: Ibd5f5c37ad2e3590fe5fa4d3512985178c0fb2a9
Mika Isojrvi [Fri, 22 Sep 2017 20:18:06 +0000 (20:18 +0000)]
Fix missing SSBO binding in EGL robustness tests
am:
645b470b61
Change-Id: Iead5688ac950b539338d12f5d67d7fdf721e2425
Mika Isojrvi [Fri, 22 Sep 2017 20:18:04 +0000 (20:18 +0000)]
Fix unused uniform bug in EGL robustness tests
am:
cd1ec788ec
Change-Id: If01714db26cabd3b12d6d1bac7d7cf32ce3ad381
Michael Chock [Fri, 22 Sep 2017 20:17:44 +0000 (20:17 +0000)]
Do not use degenerate frames in EGL tests
am:
8adce77ee5
Change-Id: If6e08077865264ff25bdf05a494f1d6e1799ba22
Mika Isojrvi [Fri, 22 Sep 2017 20:17:38 +0000 (20:17 +0000)]
Exclude mutable image tests from Android CTS
am:
ae838ac1c9
Change-Id: Iaee028a392f31f0af0b069ce1bf0dcd980bcbf3a
Mika Isojärvi [Fri, 22 Sep 2017 17:39:21 +0000 (10:39 -0700)]
resolve merge conflicts of
9b726ab8 to master
Test: Ran scripts/check_build_sanity.py build Android CTS.
Change-Id: Ibc797d43c71edee9a82592369f30d6a72bfcde2f
Mika Isojrvi [Fri, 22 Sep 2017 17:12:29 +0000 (17:12 +0000)]
Fix missing SSBO binding in EGL robustness tests am:
645b470b61
am:
bbed3afad3
Change-Id: I78533856c5be779460686f81da510c13cf21fe8f
Mika Isojrvi [Fri, 22 Sep 2017 17:12:02 +0000 (17:12 +0000)]
Fix unused uniform bug in EGL robustness tests am:
cd1ec788ec
am:
ec1e89a3f8
Change-Id: I6a666ba715c0548223d1884d205fab39952713e4
Michael Chock [Fri, 22 Sep 2017 17:10:37 +0000 (17:10 +0000)]
Do not use degenerate frames in EGL tests am:
8adce77ee5
am:
5ec562c6e2
Change-Id: If409f5cd9f766f7cd9fc125fb0167c3f0ca4f67a
Mika Isojrvi [Fri, 22 Sep 2017 17:10:20 +0000 (17:10 +0000)]
Exclude mutable image tests from Android CTS am:
ae838ac1c9
am:
6b3b1310a6
Change-Id: I1d0bbbaf2eefd5a28976e20ecd11ebe16016fa38
Mika Isojärvi [Fri, 22 Sep 2017 17:09:58 +0000 (17:09 +0000)]
Merge Vulkan CTS 1.0.2.6 into aosp/oreo-cts-dev am:
9b726ab801
am:
32d048a372
Change-Id: I6d38d737b6e7919d2af54f99eb7137771a8a826f
Mika Isojrvi [Fri, 22 Sep 2017 17:09:53 +0000 (17:09 +0000)]
Fix missing SSBO binding in EGL robustness tests
am:
645b470b61
Change-Id: I3ec70aaea8a1ac682f979325fc15640021128dcc
Mika Isojrvi [Fri, 22 Sep 2017 17:09:35 +0000 (17:09 +0000)]
Fix unused uniform bug in EGL robustness tests
am:
cd1ec788ec
Change-Id: I87cad598704f810cbc2e13936f059581f4d26f7e
Michael Chock [Fri, 22 Sep 2017 17:09:17 +0000 (17:09 +0000)]
Do not use degenerate frames in EGL tests
am:
8adce77ee5
Change-Id: I37c6dbd436c20bf57d258ef3bb434e54df487530
Mika Isojrvi [Fri, 22 Sep 2017 17:08:57 +0000 (17:08 +0000)]
Exclude mutable image tests from Android CTS
am:
ae838ac1c9
Change-Id: Iddd882fec13052e94b9a4e30e6391188378ddb35
Mika Isojärvi [Fri, 22 Sep 2017 17:08:32 +0000 (17:08 +0000)]
Merge Vulkan CTS 1.0.2.6 into aosp/oreo-cts-dev
am:
9b726ab801
Change-Id: Iadafad339c5e51081e184d976d0f4bf04feb875e
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
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
Michael Chock [Mon, 14 Aug 2017 18:55:14 +0000 (11:55 -0700)]
Do not use degenerate frames in EGL tests
The dEQP-EGL.functional.buffer_age.* and
dEQP-EGL.functional.partial_update.* tests use randomly-generated frames
for rendering. The test allows the generation of frames with a width or
height of 0, but the tcu::PixelBufferAccess interface does not permit
0-sized subregions (see assertions inside getSubregion overloads in
tcuTextureUtil.cpp).
Skip the rendering of degenerate frames in the reference renderer, as
they are unsupported but would not affect the rendering if they were.
Bug:
65317274
Test: Ran tests on couple of Google devices
Change-Id: I3977c3c293715db633dde74132e56b5d9303ab28
Mika Isojärvi [Mon, 18 Sep 2017 20:27:19 +0000 (13:27 -0700)]
Exclude mutable image tests from Android CTS
Bug:
65844886
Test: Ran scripts/check_build_sanity.py
Change-Id: Ia779ed1e9c3339f0e4ddb599647284c15f1aeaaf
Tapani Plli [Mon, 18 Sep 2017 17:16:37 +0000 (17:16 +0000)]
fix a copy-paste error in wide_color tests am:
af7a952886
am:
32ad11b59d
Change-Id: If11804371af76af4288376f7482cf7c0db78f90c
Tapani Plli [Mon, 18 Sep 2017 17:15:04 +0000 (17:15 +0000)]
fix a copy-paste error in wide_color tests
am:
af7a952886
Change-Id: I97d11d9a5332be67cb79c3c2a5e8f268816d9373
Tapani Pälli [Mon, 18 Sep 2017 10:31:04 +0000 (13:31 +0300)]
fix a copy-paste error in wide_color tests
Change "10:10:10:2" to "16:16:16:16" in checkFP16Support print out.
Change-Id: Id3eb25ed4f72b08fc1465af786177175579490ce
Signed-off-by: Tapani Pälli <tapani.palli@intel.com>
Mika Isojärvi [Fri, 15 Sep 2017 21:15:20 +0000 (14:15 -0700)]
Merge Vulkan CTS 1.0.2.6 into aosp/oreo-cts-dev
Bug:
65677277
Test: Run Android CTS deqp tests
Change-Id: I2ffb7d3929448e721f8097f323eaab011b445d8b
Pyry Haulos [Thu, 14 Sep 2017 05:45:04 +0000 (05:45 +0000)]
Fix issues in pipeline.timestamp.transfer_tests am:
0f672f2a20 am:
9e85a126d2 am:
6d0cee6923 am:
b2c811831a
am:
b894b8405a
Change-Id: I0b1b505013d1abc6fc21c5acbaf33c97bb52c25b
Graeme Leese [Thu, 14 Sep 2017 05:44:44 +0000 (05:44 +0000)]
Merge "Fix extension support checks in negative api tests" into nougat-cts-dev am:
4f1051ad32 am:
b8e4ff4043 am:
a2d901c3d8 am:
2431a0b0d9 am:
5fe6ec300f am:
781a2ef1e0 am:
b85caaf64f am:
71e31a40d0
am:
05b87916aa
Change-Id: Ic912afa3d3e0f1c77af28d22b34d31aa5e6ff632
Graeme Leese [Thu, 14 Sep 2017 05:44:25 +0000 (05:44 +0000)]
Merge "Fix extension support checks in negative api tests" into nougat-cts-dev am:
4f1051ad32 am:
5bd0fb31a1 am:
3558abf238 am:
222fa619e5 am:
37ce9a1ac7 am:
1801be75eb am:
7a13186710
am:
d8c8426600
Change-Id: I14ca9ed727937431564bddaa28adf15addd9818f
Kalle Raita [Thu, 14 Sep 2017 05:44:05 +0000 (05:44 +0000)]
CP: Add triangle edge guardband for Tex2D lookup diff am:
e345d7b6ba am:
4c1d622080
am:
4ab44720da
Change-Id: Ie7148696d4b804c925a65a158103fb247ed11ef0
Mika Isojrvi [Thu, 14 Sep 2017 05:43:45 +0000 (05:43 +0000)]
Fix atomic ssbo xor test am:
f0fa05e898 am:
b426d8bfad am:
580f143209 am:
73a16f417e am:
550064261f am:
1b81ecf035 am:
68d441aedd am:
088fbbc341 am:
e3939224e7 am:
495df8aec0 am:
271d2c56f9 am:
9225c91f56
am:
6027b21dbd
Change-Id: If701b540ea896ed342014448d8f537662d4ff874
Mika Isojrvi [Thu, 14 Sep 2017 05:43:25 +0000 (05:43 +0000)]
Fix atomic ssbo xor test am:
f0fa05e898 am:
14cd264501 am:
6e80057a20 am:
cae1fe52ac am:
754e8f0192 am:
d422ad8111 am:
a8804ca914 am:
802854925b am:
20b0bc0b90
am:
76e5904f30
Change-Id: I2c503a7793df5a0935f44578ec2a5961f5690881
Mika Isojrvi [Thu, 14 Sep 2017 05:43:07 +0000 (05:43 +0000)]
Fix atomic ssbo xor test am:
f0fa05e898 am:
14cd264501 am:
d4c01761d3 am:
d20475d813 am:
66bd71c817 am:
c06d76b076 am:
5e5d57c9d9 am:
c390c23bce
am:
ad76ebf6f6
Change-Id: Ie72610afba0885514c956d5cff7607655c88f8e1
Mika Isojrvi [Thu, 14 Sep 2017 05:42:47 +0000 (05:42 +0000)]
Mask compared bits in atomic operation tests. am:
b2ed9fbe1a am:
4d1d6446da am:
b78f9b0e57 am:
c2180f74a8 am:
76b48a0db2 am:
ff2205c90c am:
bde0d133a4 am:
2649b40abc
am:
107b2648f3
Change-Id: Iaa43cc9d5a533f526cc056bfb5e6c4baba908e6f
Mika Isojrvi [Thu, 14 Sep 2017 05:42:29 +0000 (05:42 +0000)]
Mask compared bits in atomic operation tests. am:
b2ed9fbe1a am:
4d1d6446da am:
6c0e0ebde7 am:
371f033807 am:
e64be738f6 am:
a242f668a7 am:
7ed7199caf am:
a921fc5252 am:
aa0d12fbef
am:
43f2b3888a
Change-Id: I44bd90e26b331abe3442079f5184b11edef95cf0
Mika Isojrvi [Thu, 14 Sep 2017 05:42:09 +0000 (05:42 +0000)]
Mask compared bits in atomic operation tests. am:
b2ed9fbe1a am:
e37b18673d am:
97ce4c6f8c am:
4c56c58687 am:
0ddc9faea1 am:
d2d7d49296 am:
301312d147 am:
4dd9680c5d am:
bf288e2971 am:
1678011b33 am:
14f0575d74 am:
bd57c1986d
am:
cd3a7372ce
Change-Id: I611c3b40040262e2ff5813d2ae5044ae9b989937
Pyry Haulos [Thu, 14 Sep 2017 05:26:14 +0000 (05:26 +0000)]
Fix issues in pipeline.timestamp.transfer_tests am:
0f672f2a20 am:
9e85a126d2 am:
6d0cee6923
am:
b2c811831a
Change-Id: I8b7782f37749cad734e667a98b981711ede6ebb3
Graeme Leese [Thu, 14 Sep 2017 05:25:57 +0000 (05:25 +0000)]
Merge "Fix extension support checks in negative api tests" into nougat-cts-dev am:
4f1051ad32 am:
b8e4ff4043 am:
a2d901c3d8 am:
2431a0b0d9 am:
5fe6ec300f am:
781a2ef1e0 am:
b85caaf64f
am:
71e31a40d0
Change-Id: Ib4fd2a45e25578e6f5b0c07cd3880d10fcc3f1ab
Graeme Leese [Thu, 14 Sep 2017 05:25:36 +0000 (05:25 +0000)]
Merge "Fix extension support checks in negative api tests" into nougat-cts-dev am:
4f1051ad32 am:
5bd0fb31a1 am:
3558abf238 am:
222fa619e5 am:
37ce9a1ac7 am:
1801be75eb
am:
7a13186710
Change-Id: Iba3b94ec72f4a79c1824503ccde2080d5b9bb199
Kalle Raita [Thu, 14 Sep 2017 05:25:18 +0000 (05:25 +0000)]
CP: Add triangle edge guardband for Tex2D lookup diff am:
e345d7b6ba
am:
4c1d622080
Change-Id: I46980d0de4e498ea6b34c3660100ef42207abb83
Mika Isojrvi [Thu, 14 Sep 2017 05:25:03 +0000 (05:25 +0000)]
Fix atomic ssbo xor test am:
f0fa05e898 am:
b426d8bfad am:
580f143209 am:
73a16f417e am:
550064261f am:
1b81ecf035 am:
68d441aedd am:
088fbbc341 am:
e3939224e7 am:
495df8aec0 am:
271d2c56f9
am:
9225c91f56
Change-Id: I05304de8f983d48f81095c5fb5da202ffcde588e
Mika Isojrvi [Thu, 14 Sep 2017 05:24:44 +0000 (05:24 +0000)]
Fix atomic ssbo xor test am:
f0fa05e898 am:
14cd264501 am:
6e80057a20 am:
cae1fe52ac am:
754e8f0192 am:
d422ad8111 am:
a8804ca914 am:
802854925b
am:
20b0bc0b90
Change-Id: Iae259f288e7ab9e5e8018d35d881fed878e04fa3
Mika Isojrvi [Thu, 14 Sep 2017 05:24:25 +0000 (05:24 +0000)]
Fix atomic ssbo xor test am:
f0fa05e898 am:
14cd264501 am:
d4c01761d3 am:
d20475d813 am:
66bd71c817 am:
c06d76b076 am:
5e5d57c9d9
am:
c390c23bce
Change-Id: Ia11b6baedab9da29a39a1d3062bebce1bd50f73e
Mika Isojrvi [Thu, 14 Sep 2017 05:24:05 +0000 (05:24 +0000)]
Mask compared bits in atomic operation tests. am:
b2ed9fbe1a am:
4d1d6446da am:
b78f9b0e57 am:
c2180f74a8 am:
76b48a0db2 am:
ff2205c90c am:
bde0d133a4
am:
2649b40abc
Change-Id: Ib7d8baf77b6451a4e5a6a11c3d7f2a9d8e75953c
Mika Isojrvi [Thu, 14 Sep 2017 05:23:40 +0000 (05:23 +0000)]
Mask compared bits in atomic operation tests. am:
b2ed9fbe1a am:
4d1d6446da am:
6c0e0ebde7 am:
371f033807 am:
e64be738f6 am:
a242f668a7 am:
7ed7199caf am:
a921fc5252
am:
aa0d12fbef
Change-Id: Idbcf6629200847deb6840ff516efb7e46d32faaf
Mika Isojrvi [Thu, 14 Sep 2017 05:23:19 +0000 (05:23 +0000)]
Mask compared bits in atomic operation tests. am:
b2ed9fbe1a am:
e37b18673d am:
97ce4c6f8c am:
4c56c58687 am:
0ddc9faea1 am:
d2d7d49296 am:
301312d147 am:
4dd9680c5d am:
bf288e2971 am:
1678011b33 am:
14f0575d74
am:
bd57c1986d
Change-Id: Ie53cb6206c1bea284ee1f4036b2fc710ba2d6133
Pyry Haulos [Thu, 14 Sep 2017 02:20:20 +0000 (02:20 +0000)]
Fix issues in pipeline.timestamp.transfer_tests am:
0f672f2a20 am:
9e85a126d2
am:
6d0cee6923
Change-Id: I7155ee4dfca234f42d6cdd02ac65f65a6b10d504
Graeme Leese [Thu, 14 Sep 2017 02:20:00 +0000 (02:20 +0000)]
Merge "Fix extension support checks in negative api tests" into nougat-cts-dev am:
4f1051ad32 am:
b8e4ff4043 am:
a2d901c3d8 am:
2431a0b0d9 am:
5fe6ec300f am:
781a2ef1e0
am:
b85caaf64f
Change-Id: I1ef65460f3e67367b871e9b601401ba767c6c674
Graeme Leese [Thu, 14 Sep 2017 02:19:45 +0000 (02:19 +0000)]
Merge "Fix extension support checks in negative api tests" into nougat-cts-dev am:
4f1051ad32 am:
5bd0fb31a1 am:
3558abf238 am:
222fa619e5 am:
37ce9a1ac7
am:
1801be75eb
Change-Id: I7753a883d40e28eb6020218ee3ac1944d3f8d974
Kalle Raita [Thu, 14 Sep 2017 02:19:26 +0000 (02:19 +0000)]
CP: Add triangle edge guardband for Tex2D lookup diff
am:
e345d7b6ba
Change-Id: I1d52d5d5d0cb5b1c53de7fc43e27f526680608e5
Mika Isojrvi [Thu, 14 Sep 2017 02:19:10 +0000 (02:19 +0000)]
Fix atomic ssbo xor test am:
f0fa05e898 am:
b426d8bfad am:
580f143209 am:
73a16f417e am:
550064261f am:
1b81ecf035 am:
68d441aedd am:
088fbbc341 am:
e3939224e7 am:
495df8aec0
am:
271d2c56f9
Change-Id: I0a239959cda4fce12548f79b20fe12a12519320c
Mika Isojrvi [Thu, 14 Sep 2017 02:18:56 +0000 (02:18 +0000)]
Fix atomic ssbo xor test am:
f0fa05e898 am:
14cd264501 am:
6e80057a20 am:
cae1fe52ac am:
754e8f0192 am:
d422ad8111 am:
a8804ca914
am:
802854925b
Change-Id: I1be013ce9a238f81e973ecff1eac9ad45dfaaa44
Mika Isojrvi [Thu, 14 Sep 2017 02:18:38 +0000 (02:18 +0000)]
Fix atomic ssbo xor test am:
f0fa05e898 am:
14cd264501 am:
d4c01761d3 am:
d20475d813 am:
66bd71c817 am:
c06d76b076
am:
5e5d57c9d9
Change-Id: Ia837c1a5524aa4935fefcf015f3f832aba1e739e