b566828d843622f6117b32c6447f5e249fcad384 |
|
14-Aug-2017 |
Michael Chock <mchock@nvidia.com> |
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. Change-Id: I3977c3c293715db633dde74132e56b5d9303ab28
/external/deqp/modules/egl/teglPartialUpdateTests.cpp
|
bc29554d7eed0bd996506fc1e074f264305c8143 |
|
25-Aug-2016 |
Kalle Raita <kraita@google.com> |
Use empty region when buffer age is not supported In the dEQP-EGL.functional.partial_update.* tests the damage region needs to set to empty instead of implicit full screen for frame that do not draw when the EGL_KHR_buffer_age is not supported. Otherwise the contents become invalid and cannot be verified. Bug: 30735352 Test: Local run of dEQP-EGL.functional.partial_update.* on various Nexus devices Change-Id: I75306f1adee56cb7d6de68d59b4c7962b9d1a8f5
/external/deqp/modules/egl/teglPartialUpdateTests.cpp
|
653ad0e8a4209754304cbd5b5ceb4fdc7b29c01a |
|
16-Aug-2016 |
Pyry Haulos <phaulos@google.com> |
Fix merged <space><tab> in C/C++ files Change-Id: Ice7c1ae46a88c941c5834f9d34fcd4822c30debc
/external/deqp/modules/egl/teglPartialUpdateTests.cpp
|
a60dea67360b3fd0d4907eb1885ed94de07dbba8 |
|
14-Sep-2015 |
Christian Poetzsch <christian.potzsch@imgtec.com> |
Explicitly set SWAP_BEHAVIOR to BUFFER_DESTROYED Some new tests missing the call to set the BUFFERED_DESTROYED swap behavior. Change-Id: I2856833d78b9d4763614f68e42eb31194cfe7715
/external/deqp/modules/egl/teglPartialUpdateTests.cpp
|
265a0ca572299682128deb9deb759977c5fc0065 |
|
29-Jul-2015 |
Hengyuan Hu <hengyuan@google.com> |
Explicitly set SWAP_BEHAVIOR to BUFFER_DESTROYED in partial_update, buffer_age Change-Id: I52f6e48d200b06a4616529aea200421df7bccd34
/external/deqp/modules/egl/teglPartialUpdateTests.cpp
|
9dc3540368ee7ef7318ea690e4f58f654474db28 |
|
17-Jul-2015 |
Hengyuan Hu <hengyuan@google.com> |
Extend the partial_update test to test undefined frame content This update add two more tests for EGL_KHR_partial_update to test the following condition: 1. If the program renders outside the damage region, the entire buffer content is undefined but next frame should be correct. 2. If the program renders before setting damage region, the entire buffer content is undefined but next frame should be corret. Change-Id: Ibc49793743f9ae9a9deba5c569983a92854762aa
/external/deqp/modules/egl/teglPartialUpdateTests.cpp
|
5bf751a02c12f55bb28e4d8da785d3e7338436d0 |
|
09-Jul-2015 |
Hengyuan Hu <hengyuan@google.com> |
Add tests for EGL_KHR_partial_update The tests are used to verify whether the render results are correct under correct use case of the function setDamageRegion(). Change-Id: Iab06a1e672824544443fba3d32e601e279c6f142
/external/deqp/modules/egl/teglPartialUpdateTests.cpp
|