Kai Ninomiya [Tue, 30 Jan 2018 03:29:33 +0000 (03:29 +0000)]
Merge "GLES3: shaders.indexing.moredynamic" am:
ce989f2957
am:
5ec5cfd0d8
Change-Id: I2869602ed1f4d68704fb77101d9a724d158e3daf
Kai Ninomiya [Tue, 30 Jan 2018 03:27:00 +0000 (03:27 +0000)]
Merge "GLES3: shaders.indexing.moredynamic"
am:
ce989f2957
Change-Id: I21d07a9ba6e0368270cde9de9e4a3ff381616977
Treehugger Robot [Tue, 30 Jan 2018 03:04:39 +0000 (03:04 +0000)]
Merge "GLES3: shaders.indexing.moredynamic"
Kai Ninomiya [Mon, 29 Jan 2018 23:58:31 +0000 (23:58 +0000)]
GLES2: fix typo in es2fShaderStructTests am:
3c6c878240
am:
5db5568185
Change-Id: I9ce4ef4751b874c954958d574c8a0553656e98d2
Kai Ninomiya [Mon, 29 Jan 2018 23:54:15 +0000 (23:54 +0000)]
GLES2: fix typo in es2fShaderStructTests
am:
3c6c878240
Change-Id: I8397ae5cb2bd60f08b7b69ce1f8cf01b90d1e26c
Kai Ninomiya [Mon, 29 Jan 2018 18:55:22 +0000 (10:55 -0800)]
GLES2: fix typo in es2fShaderStructTests
I happened to notice this typo while editing the file. It could cause
some tests to be skipped when they should not be: it skips a case if
(1) the device has no vertex texture image units and
(2) the case uses any flags at all and
(3) the case is a vertex case.
There could be conformance impact from this change.
Affects:
dEQP-GLES2.functional.shaders.struct.uniform.array_member_dynamic_index_vertex
dEQP-GLES2.functional.shaders.struct.uniform.struct_array_dynamic_index_vertex
dEQP-GLES2.functional.shaders.struct.uniform.nested_struct_array_dynamic_index_vertex
dEQP-GLES2.functional.shaders.struct.uniform.dynamic_loop_struct_array_vertex
dEQP-GLES2.functional.shaders.struct.uniform.dynamic_loop_nested_struct_array_vertex
Components: AOSP
Change-Id: I5110d6c240938bc58664e7dd5ee2b43e26ceea6e
Kai Ninomiya [Mon, 29 Jan 2018 20:46:32 +0000 (20:46 +0000)]
GLES2: uniform struct{sampler} as a function arg am:
ad69c848f7
am:
cbc2c06d6b
Change-Id: I6c6dc559fd0444869764d88bf340c7e7f421dd71
Kai Ninomiya [Mon, 29 Jan 2018 20:43:59 +0000 (20:43 +0000)]
GLES2: uniform struct{sampler} as a function arg
am:
ad69c848f7
Change-Id: I0e3a13ffb51707733912a12b93314ec5a00a49e8
Kai Ninomiya [Sat, 27 Jan 2018 02:38:36 +0000 (18:38 -0800)]
GLES2: uniform struct{sampler} as a function arg
(Some of?) these tests failed on Pixel2016/7.0 (they were
fixed in 8.0 and pass on Pixel2016/8.1):
https://crbug.com/695680
This is a port from WebGL:
https://github.com/KhronosGroup/WebGL/blob/master/sdk/tests/conformance/glsl/bugs/sampler-struct-function-arg.html
New tests:
dEQP-GLES2.functional.shaders.struct.uniform.sampler_in_function_arg_vertex
dEQP-GLES2.functional.shaders.struct.uniform.sampler_in_function_arg_fragment
dEQP-GLES2.functional.shaders.struct.uniform.sampler_in_array_function_arg_vertex
dEQP-GLES2.functional.shaders.struct.uniform.sampler_in_array_function_arg_fragment
Components: AOSP
Change-Id: Ic71a7969c9bcf481c12b95a99e6379cfec659a8e
Kai Ninomiya [Sat, 27 Jan 2018 21:06:00 +0000 (13:06 -0800)]
GLES3: shaders.indexing.moredynamic
Many of these tests failed on Pixel2016/7.0 and Nexus6P/7.0. (They were
fixed in Pixel2016/8.0.):
https://crbug.com/695689
This is a port from WebGL:
https://github.com/KhronosGroup/WebGL/blob/master/sdk/tests/conformance2/glsl3/vector-dynamic-indexing.html
New tests: dEQP-GLES3.functional.shaders.indexing.moredynamic.*
Components: AOSP
Change-Id: I0b3d738e374c68eebb5cfca1cf9ce5d1c265237b
Kai Ninomiya [Sat, 27 Jan 2018 03:54:04 +0000 (03:54 +0000)]
GLES2: sequence operator (,) eval order and side effects am:
073a0ffc99
am:
4755546e86
Change-Id: I48e787d327612df3d894d9f39ca17b46d63b0183
Kai Ninomiya [Sat, 27 Jan 2018 03:52:08 +0000 (03:52 +0000)]
GLES2: sequence operator (,) eval order and side effects
am:
073a0ffc99
Change-Id: Idfa309085b6573838072790386573084b5a50a57
Kai Ninomiya [Sat, 27 Jan 2018 00:02:25 +0000 (16:02 -0800)]
GLES2: sequence operator (,) eval order and side effects
Ported from:
https://github.com/KhronosGroup/WebGL/blob/master/sdk/tests/conformance/glsl/bugs/sequence-operator-evaluation-order.html
Which was added in:
https://github.com/KhronosGroup/WebGL/pull/981
https://github.com/KhronosGroup/WebGL/pull/1932
These tests were known to fail in on Pixel 2016 / Android 7.1.1.
New tests:
dEQP-GLES2.functional.shaders.operator.sequence.side_effects.affect_ternary
dEQP-GLES2.functional.shaders.operator.sequence.side_effects.affect_and
dEQP-GLES2.functional.shaders.operator.sequence.side_effects.affect_or
Components: AOSP
Change-Id: I7bbcaecc08279df6f30b6855cc99b19b402892c7
Chris Forbes [Fri, 26 Jan 2018 19:44:01 +0000 (19:44 +0000)]
Merge "GLES3 tests for equality of structs with array members" am:
fc76a6f2b1
am:
2fe7b09918
Change-Id: I31060af09bdace6b904d15ed3a64d66aa5377d8c
Chris Forbes [Fri, 26 Jan 2018 19:30:54 +0000 (19:30 +0000)]
Merge "GLES3 tests for equality of structs with array members"
am:
fc76a6f2b1
Change-Id: I34c82aef8ce9e77a07441e898fb2db0d4a000f37
Chris Forbes [Fri, 26 Jan 2018 19:00:13 +0000 (19:00 +0000)]
Merge "GLES3 tests for equality of structs with array members"
Nicolas Capens [Fri, 26 Jan 2018 03:53:41 +0000 (03:53 +0000)]
Merge "Fix using representable texture channel ranges." am:
b845c09634
am:
cfbb21d06c
Change-Id: I5542fbffe67b328f24b32aa8f9c990395bb51b03
Nicolas Capens [Fri, 26 Jan 2018 03:44:20 +0000 (03:44 +0000)]
Merge "Fix using representable texture channel ranges."
am:
b845c09634
Change-Id: I2124ea6f2a1f3c889f25d1f5f76191d183afe036
Treehugger Robot [Fri, 26 Jan 2018 03:36:57 +0000 (03:36 +0000)]
Merge "Fix using representable texture channel ranges."
Nicolas Capens [Thu, 25 Jan 2018 23:49:10 +0000 (23:49 +0000)]
Merge "Tolerate flush/finish test assumption failures." am:
b821430a47
am:
686f9a59dc
Change-Id: I3e5cd0b3c719d0c18cc58b81ae82eb5b24aaa633
Nicolas Capens [Thu, 25 Jan 2018 23:46:13 +0000 (23:46 +0000)]
Merge "Tolerate flush/finish test assumption failures."
am:
b821430a47
Change-Id: I319da491080e82250693a32a72ab0d3c5c318aa6
Treehugger Robot [Thu, 25 Jan 2018 23:26:38 +0000 (23:26 +0000)]
Merge "Tolerate flush/finish test assumption failures."
Kai Ninomiya [Thu, 25 Jan 2018 02:41:55 +0000 (18:41 -0800)]
GLES3 tests for equality of structs with array members
The new test case adds regression coverage for the Qualcomm driver
shader compiler crash seen in Android N:
https://crbug.com/695687
It is a port of this WebGL test case:
https://github.com/KhronosGroup/WebGL/blob/master/sdk/tests/conformance2/glsl3/compare-structs-containing-arrays.html
New tests: dEQP-GLES3.functional.shaders.struct.local.array_member_equality_vertex, dEQP-GLES3.functional.shaders.struct.local.array_member_equality_fragment
Components: AOSP
Change-Id: Ie130439f80fddb081fb36db02c24a9e18f5c4bca
Nicolas Capens [Thu, 25 Jan 2018 16:58:26 +0000 (16:58 +0000)]
Tolerate flush/finish test assumption failures.
These tests assume that draw calls are queued up until they're forced
to be executed by a ReadPixels, Flush, or Finish call. The spec does
not require this, and implementations are free to eagerly start
execution of draw calls.
Thus this change reports a CompatibilityWarning if the assumption isn't
met, instead of a Failure.
Google bug: b/
71858368
Components: AOSP
Tests: dEQP-GLES2.functional.flush_finish,
dEQP-GLES3.functional.flush_finish
Nicolas Capens [Wed, 24 Jan 2018 13:46:36 +0000 (13:46 +0000)]
Merge "Test glRenderbufferStorage with unsized depth format" am:
eff5df467e
am:
76e4c6c75d
Change-Id: I120b2c7ee7c0c9020e3dde75bb4ce9aa62d8e554
Nicolas Capens [Wed, 24 Jan 2018 13:40:05 +0000 (13:40 +0000)]
Merge "Test glRenderbufferStorage with unsized depth format"
am:
eff5df467e
Change-Id: I51ed332c33fcfeb80300da859553ddce1218bac0
Treehugger Robot [Wed, 24 Jan 2018 13:29:22 +0000 (13:29 +0000)]
Merge "Test glRenderbufferStorage with unsized depth format"
Kai Ninomiya [Wed, 24 Jan 2018 05:24:29 +0000 (05:24 +0000)]
Test that points are clamped to ALIASED_POINT_SIZE_RANGE am:
b2931a8957
am:
5293573893
Change-Id: Ia4b123ce46ab8e1187217c62ea66134fa43c4e87
Kai Ninomiya [Wed, 24 Jan 2018 05:22:58 +0000 (05:22 +0000)]
Test that points are clamped to ALIASED_POINT_SIZE_RANGE
am:
b2931a8957
Change-Id: I8a6f2916eb20800d000f08a632351f80de1527a8
Kai Ninomiya [Tue, 23 Jan 2018 23:28:27 +0000 (15:28 -0800)]
Test that points are clamped to ALIASED_POINT_SIZE_RANGE
This test verifies that the point size written to gl_PointSize is
clipped to the range ALIASED_POINT_SIZE_RANGE before rasterization.
See also: http://crbug.com/740560
In particular this comment: http://crbug.com/740560#c27
New tests: dEQP-GLES2.functional.rasterization.limits.points
Components: AOSP
Change-Id: I98708ebece4be9c2bce3c7ba3b57454aec657cce
Nicolas Capens [Tue, 23 Jan 2018 23:16:39 +0000 (23:16 +0000)]
Test glRenderbufferStorage with unsized depth format
The OpenGL ES 2.0 specification only supports formats from Table 4.5,
which are all sized internal formats, while ES 3.0 explicitly states
that "<internalformat> must be a sized internal format".
A color format (GL_RGBA) was already being negatively tested for, but
not a depth format.
Kai Ninomiya [Sat, 20 Jan 2018 03:07:39 +0000 (03:07 +0000)]
Merge "Port WebGL multisampled renderbuffer resize test" am:
a73c1d9300
am:
9dac780829
Change-Id: I6a16b709c0fccdb87a8c13cc33d9583819cc826a
Kai Ninomiya [Sat, 20 Jan 2018 03:05:38 +0000 (03:05 +0000)]
Merge "Port WebGL multisampled renderbuffer resize test"
am:
a73c1d9300
Change-Id: Ic8e82d353fce2a664eab902649d72159974e3895
Treehugger Robot [Sat, 20 Jan 2018 03:01:01 +0000 (03:01 +0000)]
Merge "Port WebGL multisampled renderbuffer resize test"
Chris Forbes [Sat, 20 Jan 2018 00:56:54 +0000 (00:56 +0000)]
Suppress new warnings from gcc-6 am:
9a58d041fe am:
fd34041ed0 am:
7d5a16bb55
am:
6f0a21389d
Change-Id: I9ca51d04709dcbac7ae0c4fab53f4b322460af86
Chris Forbes [Sat, 20 Jan 2018 00:54:20 +0000 (00:54 +0000)]
Suppress new warnings from gcc-6 am:
9a58d041fe am:
fd34041ed0
am:
7d5a16bb55
Change-Id: If9065cd6d94a08fcd6e46868fd0bd038291af83f
Chris Forbes [Sat, 20 Jan 2018 00:51:52 +0000 (00:51 +0000)]
Suppress new warnings from gcc-6 am:
9a58d041fe am:
fd34041ed0
am:
340f782a47
Change-Id: I6b3216482abf0adb443fea7dfbf52d9385005c7c
Chris Forbes [Sat, 20 Jan 2018 00:49:49 +0000 (00:49 +0000)]
Suppress new warnings from gcc-6 am:
9a58d041fe
am:
fd34041ed0
Change-Id: If8f0391ed752e3efed9b41b7797eeaded1602a84
Android Build Merger (Role) [Sat, 20 Jan 2018 00:49:46 +0000 (00:49 +0000)]
[automerger] Suppress new warnings from gcc-6 am:
9a58d041fe am:
6638a6d2b4 am:
60149cad1a
am:
33daa6dfb6
Change-Id: Ic3db870b99a8df0ea234bcc2f952808d5433969c
Chris Forbes [Sat, 20 Jan 2018 00:46:18 +0000 (00:46 +0000)]
Suppress new warnings from gcc-6 am:
9a58d041fe
am:
fd34041ed0
Change-Id: I0b9eca4091dc271141027d68a6a46d58937e56ac
Android Build Merger (Role) [Sat, 20 Jan 2018 00:45:16 +0000 (00:45 +0000)]
[automerger] Suppress new warnings from gcc-6 am:
9a58d041fe am:
6638a6d2b4 am:
60149cad1a
Change-Id: I41c878b591c289805ee8768b4bd3a640bf7af7e3
Android Build Merger (Role) [Sat, 20 Jan 2018 00:45:14 +0000 (00:45 +0000)]
[automerger] Suppress new warnings from gcc-6 am:
9a58d041fe am:
6638a6d2b4
Change-Id: Id5c81069d351d9c1e905af950d9be0b1ceca1319
Chris Forbes [Sat, 20 Jan 2018 00:44:45 +0000 (00:44 +0000)]
Suppress new warnings from gcc-6
am:
9a58d041fe
Change-Id: I8c63a7707753af0f3a568e0e3988acc848a9d2b3
Chris Forbes [Sat, 20 Jan 2018 00:43:46 +0000 (00:43 +0000)]
Suppress new warnings from gcc-6
am:
9a58d041fe
Change-Id: I176dd24b363db336f4f42f8d8c2c5aebb2632dcb
Chris Forbes [Fri, 19 Jan 2018 18:06:53 +0000 (10:06 -0800)]
Suppress new warnings from gcc-6
check_build_sanity currently fails with the system gcc on rodete. Let's
just suppress this warning for now. Intend to back out the suppression
and fix the warnings in next release.
Bug: b/
72219443
Test: build
Change-Id: Ic842a3de3d247d53c49117562b51e8eece3752f9
Kai Ninomiya [Tue, 9 Jan 2018 18:59:09 +0000 (10:59 -0800)]
Port WebGL multisampled renderbuffer resize test
Port a WebGL test for a driver bug affecting resizing/reallocation
of multisampled renderbuffers on Qualcomm drivers:
* conformance2/renderbuffers/multisampled-renderbuffer-initialization.html
New tests: dEQP-GLES3.functional.fbo.msaa.renderbuffer_resize.*
Components: AOSP
Change-Id: Ib4377eaf35c1d4b5f431cd433e06301003966d54
Mika Isojärvi [Wed, 17 Jan 2018 22:43:49 +0000 (22:43 +0000)]
Merge "Update owners file" into oreo-mr1-cts-dev am:
2797a75d5d am:
d478affed3
am:
767c27961b
Change-Id: Ibb29b2c033010176487f300b92a9b85bd09c0368
Anders Frostad Pedersen [Wed, 17 Jan 2018 22:43:32 +0000 (22:43 +0000)]
Modify compute shader grid setup. am:
a7c3d75202 am:
a792af73ad
am:
c5d9282d57
Change-Id: I6b513884729f8330530afbfdd8facbe033482d78
Mika Isojärvi [Wed, 17 Jan 2018 22:41:13 +0000 (22:41 +0000)]
Merge "Update owners file" into oreo-mr1-cts-dev am:
2797a75d5d
am:
d478affed3
Change-Id: I0ceba22258c7665856fd17175c84ed8ac34a6bbd
Anders Frostad Pedersen [Wed, 17 Jan 2018 22:40:59 +0000 (22:40 +0000)]
Modify compute shader grid setup. am:
a7c3d75202
am:
a792af73ad
Change-Id: Ie0d8991f931ffe2f9574d3ea73806b81c543926e
Mika Isojärvi [Wed, 17 Jan 2018 22:36:44 +0000 (22:36 +0000)]
Merge "Update owners file" into oreo-mr1-cts-dev am:
2797a75d5d
am:
049630b6e8
Change-Id: Iffb3a866f926e1060375749fdf5b7d71aa3256ff
Anders Frostad Pedersen [Wed, 17 Jan 2018 22:36:28 +0000 (22:36 +0000)]
Modify compute shader grid setup. am:
a7c3d75202
am:
2f6bf1e826
Change-Id: I7fa22d8d924e580f1835ecc372f7efae1c5a7e92
Mika Isojärvi [Wed, 17 Jan 2018 22:35:33 +0000 (22:35 +0000)]
Merge "Update owners file" into oreo-mr1-cts-dev
am:
2797a75d5d
Change-Id: I1245c8ed48b7d9fd4f41a57bf52a66c58d4edf7c
Mika Isojärvi [Wed, 17 Jan 2018 22:34:48 +0000 (22:34 +0000)]
Merge "Update owners file" into oreo-mr1-cts-dev
am:
2797a75d5d
Change-Id: I507cdc12f806fcb9e840ddd5d9a353cc3fc6b329
Anders Frostad Pedersen [Wed, 17 Jan 2018 22:34:28 +0000 (22:34 +0000)]
Modify compute shader grid setup.
am:
a7c3d75202
Change-Id: Iabd4905875549a4b03135cb2b6ec77724a7d7426
Anders Frostad Pedersen [Wed, 17 Jan 2018 22:30:57 +0000 (22:30 +0000)]
Modify compute shader grid setup.
am:
a7c3d75202
Change-Id: Id377bb796299a4a37df027ef522494b5e7590723
Treehugger Robot [Wed, 17 Jan 2018 22:30:54 +0000 (22:30 +0000)]
Merge "Update owners file" into oreo-mr1-cts-dev
asagarwal [Wed, 17 Jan 2018 21:41:47 +0000 (21:41 +0000)]
Merge "Accept EGL_BAD_PARAMETER for eglCreatePixmapSurface negative test" am:
aff54309fc
am:
6f2ba66bdc
Change-Id: I3217a1c785c2c51cb16236296b72baeb387d1f14
asagarwal [Wed, 17 Jan 2018 21:38:21 +0000 (21:38 +0000)]
Merge "Accept EGL_BAD_PARAMETER for eglCreatePixmapSurface negative test"
am:
aff54309fc
Change-Id: I903b320d225df76c4d75442956003011280847a3
Treehugger Robot [Wed, 17 Jan 2018 21:31:35 +0000 (21:31 +0000)]
Merge "Accept EGL_BAD_PARAMETER for eglCreatePixmapSurface negative test"
Mika Isojärvi [Thu, 28 Sep 2017 17:25:24 +0000 (10:25 -0700)]
Update owners file
Bug:
72113298
Test: build/make/tools/checkowners.py -c -v OWNERS
Change-Id: I117459d91f39055aaa5f0bc6abfbda32f31cdab2
(cherry picked from commit
412471299c0fac5cb5af37fcdeadbf39a4a36744)
Chris Forbes [Wed, 17 Jan 2018 20:45:09 +0000 (20:45 +0000)]
Merge changes from topic "tests-dropped-from-o" am:
a4ce935b02
am:
5ce24bce7e
Change-Id: Iec8631f0f9dace94ce25650277c5edbd84ab1a87
Chris Forbes [Wed, 17 Jan 2018 20:34:00 +0000 (20:34 +0000)]
Merge changes from topic "tests-dropped-from-o"
am:
a4ce935b02
Change-Id: Ia85d5ba6176e6ddefdb8925e7cfc760695a8b0a2
Anders Frostad Pedersen [Wed, 17 Jan 2018 11:05:45 +0000 (12:05 +0100)]
Modify compute shader grid setup.
Modify how the grid is set up for compute shader draw indirect test,
in order to avoid verfication failures due to difference in
floating-point computations on the CPU vs the GPU.
The existing code assumes infinite FP precision.
This change will guarantee the next value of pos(X) to be equal to
the first value of pos(X+1), avoiding gaps/discontinuities.
Affects:
dEQP-GLES31.functional.draw_indirect.compute_interop.large.drawarrays_combined_grid_1000x1000_drawcount_1
dEQP-GLES31.functional.draw_indirect.compute_interop.large.drawarrays_combined_grid_1000x1000_drawcount_5000
dEQP-GLES31.functional.draw_indirect.compute_interop.large.drawarrays_combined_grid_1000x1000_drawcount_8
dEQP-GLES31.functional.draw_indirect.compute_interop.large.drawarrays_separate_grid_1000x1000_drawcount_1
dEQP-GLES31.functional.draw_indirect.compute_interop.large.drawarrays_separate_grid_1000x1000_drawcount_5000
dEQP-GLES31.functional.draw_indirect.compute_interop.large.drawarrays_separate_grid_1000x1000_drawcount_8
Bug:
71515808
Change-Id: I21fe8ec9ea48b15f6171265df802bc47be775f56
Chris Forbes [Wed, 17 Jan 2018 19:35:50 +0000 (19:35 +0000)]
Merge changes from topic "tests-dropped-from-o"
* changes:
Reinstate excluded UBO tests
Reinstate dEQP-VK.image.mutable.*
Philip Rideout [Tue, 16 Jan 2018 20:27:14 +0000 (20:27 +0000)]
Merge changes from topic "multiview" am:
cbc74ae174
am:
07c43c7958
Change-Id: I759d4531a2cb66cd0888cc4f38c2597157144b71
Philip Rideout [Tue, 16 Jan 2018 20:05:39 +0000 (20:05 +0000)]
Merge changes from topic "multiview"
am:
cbc74ae174
Change-Id: I1a1e3f85f1d8373ec30ce0c1fbb1c5f726ba5223
Treehugger Robot [Tue, 16 Jan 2018 19:08:18 +0000 (19:08 +0000)]
Merge changes from topic "multiview"
* changes:
Add preliminary dEQP multiview test.
Add multiview entry points to GL wrappers.
Pyry Haulos [Sat, 13 Jan 2018 05:21:32 +0000 (05:21 +0000)]
Limit maximum allocation size in memory mapping tests am:
adff582b50 am:
71ef361f3e am:
fe861b61a5 am:
8d3d9ceddb
am:
170c742cb8
Change-Id: Ia93ba55c7a83d381a9581d0b6027c489c4c2858c
Mika Isojrvi [Sat, 13 Jan 2018 05:21:02 +0000 (05:21 +0000)]
Improve memory tracking in vulkan memory mapping tests am:
3a8ec35d52 am:
b1f38f97cf -s ours am:
346da766ee am:
40f1c9ad64
am:
cb1c3884af
Change-Id: I837ba0597428a32b992f59fb0a865c19bef55a75
Mika Isojrvi [Sat, 13 Jan 2018 05:20:17 +0000 (05:20 +0000)]
Optimize random memory mapping tests reference memory am:
7e69d67a2c am:
b2dcf86f17 -s ours am:
1883d6ef48 am:
225bb3c908
am:
4f0e2255f1
Change-Id: I248cdc40b775cc2fb1836e3d247deea983495391
Mark Adams [Sat, 13 Jan 2018 05:19:46 +0000 (05:19 +0000)]
Multiple draw buffers in blend_equation_advanced am:
123de4f307 am:
ddd1655bf6
am:
f1c0621be1
Change-Id: I07c62c6577cfeec919c6be26da0be1c4fbb622b6
Jeff Leger [Sat, 13 Jan 2018 05:19:20 +0000 (05:19 +0000)]
Merge "Reduce GPU workload of pipeline_barrier tests" into oreo-cts-dev am:
4c26442e3d am:
d9b0dd51d2
am:
358042ef44
Change-Id: I45590e554de7abf9c90c1ed9a8cfea8a0d0fd0a2
Chris Forbes [Sat, 13 Jan 2018 05:18:52 +0000 (05:18 +0000)]
glshared: Add watchdog touches to avoid timeouts on slow hardware am:
0d9250e9eb am:
65715b7354
am:
6f4880d9a6
Change-Id: I19d290e59d9258bc6806d09e5724dc804204b293
Pyry Haulos [Sat, 13 Jan 2018 05:18:38 +0000 (05:18 +0000)]
Limit maximum allocation size in memory mapping tests am:
adff582b50 am:
71ef361f3e am:
fe861b61a5 am:
c0f329e585 am:
a0f602a33f
am:
6bb9b09a53
Change-Id: I2fc0fe83c99464ef60ffd26bbb5e94aaaa06df0e
Mika Isojrvi [Sat, 13 Jan 2018 05:18:21 +0000 (05:18 +0000)]
Improve memory tracking in vulkan memory mapping tests am:
3a8ec35d52 am:
b1f38f97cf -s ours am:
346da766ee am:
f5aea0bdd6 am:
7090f5efbb
am:
9411ab9832
Change-Id: Ib59f902f5b841330cae65f9e13c02baffd1a479c
Mika Isojrvi [Sat, 13 Jan 2018 05:18:03 +0000 (05:18 +0000)]
Optimize random memory mapping tests reference memory am:
7e69d67a2c am:
b2dcf86f17 -s ours am:
1883d6ef48 am:
47af384a58 am:
784f3f3eb7
am:
622ac558a7
Change-Id: I9a500d06ac0303b20ab5dcec40fc879aa5f6b615
Android Build Merger (Role) [Sat, 13 Jan 2018 05:17:44 +0000 (05:17 +0000)]
Merge changes from topic "am-
2a5d4fce01b44aa8af624fa955e78159" into nyc-mr1-dev am:
50fc8a75b5 am:
300fd13219 am:
15b26eef60 am:
332603b6b7 am:
507f25ad4f
am:
1dba891b50
Change-Id: I365d4244082dda8b2088f2e54b78f166e5fad367
Pyry Haulos [Sat, 13 Jan 2018 05:17:11 +0000 (05:17 +0000)]
Limit maximum allocation size in memory mapping tests am:
adff582b50 am:
71ef361f3e am:
25dfe6a4ee am:
3f0b3b64f2 am:
2127d9b22f am:
d19a03da59 am:
cff198f9be
am:
e3cb1a0999
Change-Id: I027f9f3248eb047136d4bd5698f7123c2236d5cb
Mika Isojrvi [Sat, 13 Jan 2018 05:16:45 +0000 (05:16 +0000)]
Improve memory tracking in vulkan memory mapping tests am:
3a8ec35d52 am:
b1f38f97cf am:
73a1947a88 am:
634a9ae96f am:
0b6498c39d -s ours am:
e1264f5728 am:
141419d3b6
am:
8dfe73f7f7
Change-Id: I4819de8209856843af4d4b6aa0de3798748dc816
Mika Isojrvi [Sat, 13 Jan 2018 05:16:08 +0000 (05:16 +0000)]
Optimize random memory mapping tests reference memory am:
7e69d67a2c am:
b2dcf86f17 am:
9867211763 am:
6efda47386 am:
f55a23659d -s ours am:
90d309c9be am:
dfe4c42922
am:
51eadfc046
Change-Id: Ibcb0c4ce738c6676b7c58ec1b0dc1288d77fe186
Pyry Haulos [Sat, 13 Jan 2018 02:35:25 +0000 (02:35 +0000)]
Limit maximum allocation size in memory mapping tests am:
adff582b50 am:
71ef361f3e am:
fe861b61a5
am:
8d3d9ceddb
Change-Id: Ie91e99b4f382acf79a33b76de02785325bf78aac
Mika Isojrvi [Sat, 13 Jan 2018 02:35:09 +0000 (02:35 +0000)]
Improve memory tracking in vulkan memory mapping tests am:
3a8ec35d52 am:
b1f38f97cf -s ours am:
346da766ee
am:
40f1c9ad64
Change-Id: I914254ccfca7f5013e3bfb1ff8d480d3940cc2d0
Mika Isojrvi [Sat, 13 Jan 2018 02:34:53 +0000 (02:34 +0000)]
Optimize random memory mapping tests reference memory am:
7e69d67a2c am:
b2dcf86f17 -s ours am:
1883d6ef48
am:
225bb3c908
Change-Id: I6a4c8bd549aab89192897a44a1a80913a094417d
Mark Adams [Sat, 13 Jan 2018 02:34:32 +0000 (02:34 +0000)]
Multiple draw buffers in blend_equation_advanced am:
123de4f307
am:
ddd1655bf6
Change-Id: Ia2958afb609c24bf5db2a229c292785de4c02c6c
Jeff Leger [Sat, 13 Jan 2018 02:34:13 +0000 (02:34 +0000)]
Merge "Reduce GPU workload of pipeline_barrier tests" into oreo-cts-dev am:
4c26442e3d
am:
d9b0dd51d2
Change-Id: Iec15d6a9ae27d4a85b2558c76f1fa22f8a66197d
Chris Forbes [Sat, 13 Jan 2018 02:33:39 +0000 (02:33 +0000)]
glshared: Add watchdog touches to avoid timeouts on slow hardware am:
0d9250e9eb
am:
65715b7354
Change-Id: Ib2831afe2aaafa4a641aada06d7a462eb374f1c7
Pyry Haulos [Sat, 13 Jan 2018 00:50:23 +0000 (00:50 +0000)]
Limit maximum allocation size in memory mapping tests am:
adff582b50 am:
71ef361f3e am:
fe861b61a5 am:
8d3d9ceddb am:
cf839197ca
am:
08a2f69984
Change-Id: I653e299944e62b67f99e51d6a75a09d2c444a6c0
Mika Isojrvi [Sat, 13 Jan 2018 00:50:10 +0000 (00:50 +0000)]
Improve memory tracking in vulkan memory mapping tests am:
3a8ec35d52 am:
b1f38f97cf -s ours am:
346da766ee am:
40f1c9ad64 am:
6b9f336340
am:
cd7375aeb5
Change-Id: I2c663144ff2e365d23b41024c7d3b622fcff51e4
Mika Isojrvi [Sat, 13 Jan 2018 00:49:51 +0000 (00:49 +0000)]
Optimize random memory mapping tests reference memory am:
7e69d67a2c am:
b2dcf86f17 -s ours am:
1883d6ef48 am:
225bb3c908 am:
81b4c18ba8
am:
209fe711a4
Change-Id: If0d554ee25137ca324a115c91028659db9d2e838
Pyry Haulos [Sat, 13 Jan 2018 00:41:19 +0000 (00:41 +0000)]
Limit maximum allocation size in memory mapping tests am:
adff582b50 am:
71ef361f3e am:
fe861b61a5 am:
8d3d9ceddb
am:
cf839197ca
Change-Id: I6dca2adb743d2b01e26368c751bdd9dc52db1dfb
Mika Isojrvi [Sat, 13 Jan 2018 00:41:08 +0000 (00:41 +0000)]
Improve memory tracking in vulkan memory mapping tests am:
3a8ec35d52 am:
b1f38f97cf -s ours am:
346da766ee am:
40f1c9ad64
am:
6b9f336340
Change-Id: Ibd008af258542db886e60cb4b440394cc1696718
Mika Isojrvi [Sat, 13 Jan 2018 00:40:58 +0000 (00:40 +0000)]
Optimize random memory mapping tests reference memory am:
7e69d67a2c am:
b2dcf86f17 -s ours am:
1883d6ef48 am:
225bb3c908
am:
81b4c18ba8
Change-Id: I757ae460f4317cd5eebbce9abd93d40033925180
Pyry Haulos [Sat, 13 Jan 2018 00:40:45 +0000 (00:40 +0000)]
Limit maximum allocation size in memory mapping tests am:
adff582b50 am:
71ef361f3e am:
fe861b61a5 am:
c0f329e585
am:
a0f602a33f
Change-Id: Ib116c6f9de0537313264847b191274bc194d8ed1
Mika Isojrvi [Sat, 13 Jan 2018 00:40:16 +0000 (00:40 +0000)]
Improve memory tracking in vulkan memory mapping tests am:
3a8ec35d52 am:
b1f38f97cf -s ours am:
346da766ee am:
f5aea0bdd6
am:
7090f5efbb
Change-Id: I5cf21cf7b4060f6a84f6de555b11fa48d8e107ba
Mika Isojrvi [Sat, 13 Jan 2018 00:39:43 +0000 (00:39 +0000)]
Optimize random memory mapping tests reference memory am:
7e69d67a2c am:
b2dcf86f17 -s ours am:
1883d6ef48 am:
47af384a58
am:
784f3f3eb7
Change-Id: Iee890d9bd5cb87e60914802fbba813bfaadfbbc7
Android Build Merger (Role) [Sat, 13 Jan 2018 00:39:10 +0000 (00:39 +0000)]
Merge changes from topic "am-
2a5d4fce01b44aa8af624fa955e78159" into nyc-mr1-dev am:
50fc8a75b5 am:
300fd13219 am:
15b26eef60 am:
332603b6b7
am:
507f25ad4f
Change-Id: I80bce5ca02a784a08140a2a4219eda209cd4cf1c
Pyry Haulos [Sat, 13 Jan 2018 00:38:19 +0000 (00:38 +0000)]
Limit maximum allocation size in memory mapping tests am:
adff582b50 am:
71ef361f3e am:
25dfe6a4ee am:
3f0b3b64f2 am:
2127d9b22f am:
d19a03da59
am:
cff198f9be
Change-Id: I5fde22655d18332c26cd7d1222b3d2c17d0b567e
Mika Isojrvi [Sat, 13 Jan 2018 00:37:57 +0000 (00:37 +0000)]
Improve memory tracking in vulkan memory mapping tests am:
3a8ec35d52 am:
b1f38f97cf am:
73a1947a88 am:
634a9ae96f am:
0b6498c39d -s ours am:
e1264f5728
am:
141419d3b6
Change-Id: I31d42e5782fa345c617d4b3ee74ef567de3555da
Mika Isojrvi [Sat, 13 Jan 2018 00:37:41 +0000 (00:37 +0000)]
Optimize random memory mapping tests reference memory am:
7e69d67a2c am:
b2dcf86f17 am:
9867211763 am:
6efda47386 am:
f55a23659d -s ours am:
90d309c9be
am:
dfe4c42922
Change-Id: Idfa5ca344f66a94b4dbe8f33553ebc24f0bc9588