History log of /external/deqp/modules/gles31/functional/es31fPrimitiveBoundingBoxTests.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
c29f0d0ec4b848568e5f602cd67f89a0d25fd50c 20-Apr-2017 Alexander Galazin <alexander.galazin@arm.com> Fix error mask generation in checkLineContinuity

Even if some pixels are missing the function could return
all-zero errorMask if the messageLimitcounter was exhausted.

Components: AOSP
Affects: dEQP-GLES31.functional.primitive_bounding_box.lines.*

Google bug: 35987764
/external/deqp/modules/gles31/functional/es31fPrimitiveBoundingBoxTests.cpp
521361d83d2d48116ecdbd235934ed7c42ec74d4 15-Mar-2017 Pyry Haulos <phaulos@google.com> Fix warning introduced in 2c9e3ec9

Change-Id: I42bef21b2cc7274f107e5455dea1e382d8a419f4
(cherry picked from commit d8b452a7533c195b1328918bb696a819542ff044)
/external/deqp/modules/gles31/functional/es31fPrimitiveBoundingBoxTests.cpp
2c9e3ec924255e414dc5e183b91348a1507d4d53 06-Mar-2017 Alexander Galazin <alexander.galazin@arm.com> Further relax line verification in primitive bbox tests

The original relaxation patch
ba45591407d0207e8ba0634ea5636fd721ed781f
allowed lines to be 1 pixel thinner or thicker compared
to the expected width. Unfortunately it missed the case
of a line with the width of 1 pixel that has extra verification
in the framework. This change covers this gap.

Google bug: 35987764

Change-Id: I193d76ae13738702c9d7361d1957f15ea7600c4f
/external/deqp/modules/gles31/functional/es31fPrimitiveBoundingBoxTests.cpp
ba45591407d0207e8ba0634ea5636fd721ed781f 15-Nov-2016 Pyry Haulos <phaulos@google.com> Relax line width verification in primitive bbox tests

Originally contributed by ARM to Khronos OpenGL ES CTS. Cherry-picked
with permission.

Google bug: 22713865
Khronos OpenGL issue: #19

Change-Id: I95359847611144e179819aaab6ac5dfe4bf4e4da
/external/deqp/modules/gles31/functional/es31fPrimitiveBoundingBoxTests.cpp
65fba592d74be734c5e352f94fb2a4282a21c7c6 03-Feb-2016 Pyry Haulos <phaulos@google.com> Merge in first OpenGL ES 3.2 tests

Change-Id: I5c6f8bc63da6203e36504cc868a746d7a90cf5e6
c22e16e65c11afffe24ad5c07f255a9f38b11231 22-Jan-2016 Mika Isojärvi <misojarvi@google.com> Add missing tessellation shader extension check to bounding box tests.

Bug: 24101261
Change-Id: Id57a3ca04c20a7c683bc2c24ac85e6cc43e386dd
/external/deqp/modules/gles31/functional/es31fPrimitiveBoundingBoxTests.cpp
485a2d1c89e689e6b8523fc3b9c146c63e92bfd7 02-Dec-2015 Daniel Andrade Groppe <daniel.andrade@mobica.com> Updating framework/opengl to support OpenGL ES 3.2

- Updated src_util.py to download appropriate gl.xml from Khronos.
- Dropped EXT/KHR suffix in certain function names
- Context wrapper is no longer created if native context fails to be created
Change-Id: I3b93c70ec779b7b0664925b6c57dcf16f1e8610d
/external/deqp/modules/gles31/functional/es31fPrimitiveBoundingBoxTests.cpp
c215aaa83047ebbaabafef7acd71275a256da6ab 06-Nov-2015 Dejan Mircevski <deki@google.com> Make RGBA constants methods.

Without this, other global variables that are initialized with values
like RGBA::white will have a race condition with the RGBA::white
initialization. We have seen a bug where a global array of RGBA
constants was being initialized before the constants themselves, so all
elements were (0, 0, 0, 0).

Change-Id: Idd6a88efda8375e52f15ed285afe38631b9c464a
/external/deqp/modules/gles31/functional/es31fPrimitiveBoundingBoxTests.cpp
7a161d243743d8d12e12669d7464c360de1b5e97 20-May-2015 Jarkko Pöyry <jpoyry@google.com> Fix -Wconversion warnings in GLES31 module.

Bug: 21161908
Change-Id: I43f95dc010f9977aeb1f658b9d67a9aa946c6fff
/external/deqp/modules/gles31/functional/es31fPrimitiveBoundingBoxTests.cpp
25ed53b938fad9545a74fbebc3b7eaf7136852fa 05-May-2015 Jarkko Pöyry <jpoyry@google.com> Fix primitive bbox line verification regression.

Bug: 20852057
Bug: 20453464
Change-Id: Ie59636ad50cc26bd52d45554113e869dc2c6ade7
/external/deqp/modules/gles31/functional/es31fPrimitiveBoundingBoxTests.cpp
f0ca13a370eeeff83ecf3c4d76a13d51dabf4297 28-Apr-2015 Jarkko Pöyry <jpoyry@google.com> Do not assume support for multisampled wide lines.

- Allow rasterization, interpolation, and clipping multisampled wide
line cases to fail and report Compatibility Warning instad of
failure.
- Allow line width verification failures in primitive bounding box
tests (and generate compatibility warning).
- Not modiyfing helper_invocation cases since the test tolerate
uncertain line rendering widths.

Bug: 20453464
Change-Id: Ib1ef997c5476e04a02a103f0636201ed94c9354e
/external/deqp/modules/gles31/functional/es31fPrimitiveBoundingBoxTests.cpp
cdde9ab50faadb94feeb12eeaf26195af1d0bc67 06-Mar-2015 Jarkko Pöyry <jpoyry@google.com> Fix illegal array initialization in primitive_bbox tests.

Bug: 19639593
Change-Id: I400e5dc53b17c73ec80483a486e734ab7f9dd8ce
/external/deqp/modules/gles31/functional/es31fPrimitiveBoundingBoxTests.cpp
30fde0c3faee7af43a958bd572d8b6c584333a15 12-Feb-2015 Jarkko Pöyry <jpoyry@google.com> Clarify primitive_bbox test case logs.

- Add scoping around query test value iterations.
- Print result image even when test passes.

Change-Id: I0d703e8bd21579a8de1b8f0e0f7926927e204950
/external/deqp/modules/gles31/functional/es31fPrimitiveBoundingBoxTests.cpp
26e8fabf4c969e2dc11d638225e7bc81c27c46f7 10-Feb-2015 Jarkko Pöyry <jpoyry@google.com> Fix various issues in primitive_bbox tests.

- Fix broken assert.
- Don't expect half to propagate accurately through all shader stages.

Change-Id: I85364c5820f8047dc3315bb56b3243e87342830b
/external/deqp/modules/gles31/functional/es31fPrimitiveBoundingBoxTests.cpp
7d6ad9e003b52cfc23626b216b7580babf423c8f 03-Feb-2015 Pyry Haulos <phaulos@google.com> Fix couple of implicit conversion warnings reported by MSVC

Change-Id: If6dd153b8927e4f8e0cc5629d4dd051a9a96dcdf
/external/deqp/modules/gles31/functional/es31fPrimitiveBoundingBoxTests.cpp
1f99d6991ce9a27d32ec0543d95646fe4e7bf001 17-Nov-2014 Jarkko Pöyry <jpoyry@google.com> Add EXT_primitive_bounding_box tests.

- Add primitive bounding box state query tests.
- Add primitive bounding box render tests.
- Add primitive bounding box test spec.
- Add primitive_bounding_box to str_util and regen wrappers.
- Add primitive_bounding_box state reset.
- Add pritimive_bounding_box wrapper context no-op implementation.
- Add tcu::Vector::operator-= ()
- Pretty-printing return values of array returning queries.
- Add tessellation patch vertices state reset.

Bug: 18336498
Change-Id: I56f3301fc32bf016e2091163d35dced2afb80c0d
/external/deqp/modules/gles31/functional/es31fPrimitiveBoundingBoxTests.cpp