History log of /external/deqp/modules/gles31/functional/es31fNegativeBufferApiTests.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
19b4a4e7aca9803728c45177086b9ee20ae13fa8 15-Mar-2017 Alexander Galazin <alexander.galazin@arm.com> Use glReadnPixels only if KHR_robustness is supported am: d99ba132d9
am: d01980d03d

Change-Id: If10695499f41c716416cb4277170529a1f325596
d99ba132d92fb015a4008910a98a257fad1199a6 23-Feb-2017 Alexander Galazin <alexander.galazin@arm.com> Use glReadnPixels only if KHR_robustness is supported

glReadnPixels is introduced in KHR_robustness/GLES 3.2.
Use of this function in GLES 3.1 tests will result in segfault
on implementations that don't support KHR_robustness.

Components: AOSP, Framework

Affects: dEQP-GLES31.functional.debug.negative_coverage.callbacks.buffer.read_pixels_format_mismatch

VK-GL-CTS issue: 166
Google bug: 36122027

Change-Id: Idbe8734f7d82882ea99c75a8b74d693ac6dd831f
(cherry picked from commit 219019495770c221e92f43df3e76a954c613210d)
/external/deqp/modules/gles31/functional/es31fNegativeBufferApiTests.cpp
625d6858749c1b55e6761f1112390c71add918a6 06-Jan-2017 Kenneth Graunke <kenneth.w.graunke@intel.com> Drop incorrect framebuffer texture subtests.

This patch removes two broken subcases of:
dEQP-GLES31.functional.debug.negative_coverage.log.buffer.framebuffer_texture_layer

These were fixed in dEQP master by commit f28187809176f5eeb1ee25ccfa70d3,
but we cannot backport that to release branches because it changes the
existing expectations, which would break previously passing
implementations. See buganizer 30287182 and 28090252.

The first subtest incorrectly checked layer (array slice) when it should
have checked miplevel. The subtest description says:

"GL_INVALID_VALUE is generated if texture is a 2D multisample array
texture and layer not 0."

which is wrong - array textures can certainly have multiple slices.
The ES 3.1 specification says that:

"An INVALID_VALUE error is generated if texture is not zero and level is
not a supported texture level for texture, as described above."

and miplevel 0 is the only valid miplevel for a multisample texture.

The second subtest is no longer valid according to the resolution of
https://cvs.khronos.org/bugzilla/show_bug.cgi?id=15968.

Bug: 34281627
Merged-In: I500074c1777d88291c0b395498bb0f7d5613d27d
/external/deqp/modules/gles31/functional/es31fNegativeBufferApiTests.cpp
51e20f1e2525f27b6e0ab81ffe7469fd4b33e5e7 26-Oct-2016 John Richardson <john.richardson@mobica.com> Add shader storage negative coverage tests

Tests groups added to:
- dEQP-GLES31.functional.debug.negative_coverage.*.

New tests:
- shader_storage.block_number_limits
- shader_storage.max_combined_block_number_limit

Extended tests:
- state.get_integeri_v
- state.get_integer64i_v
- shader.compile_compute_shader

Fixed tests:
- buffer.bind_buffer_base
- buffer.bind_buffer_range

Change-Id: Id71fb997e14ad026f0d6634298993f1638c67dde
/external/deqp/modules/gles31/functional/es31fNegativeBufferApiTests.cpp
101d60fc568eef04ee7b3c38515b3b8619f3d1ff 19-Oct-2016 Pyry Haulos <phaulos@google.com> Check for EXT_color_buffer_float in read_pixels_fbo_format_mismatch
am: 37e360591e

Change-Id: Iebccb4130e83bc05880ed19700b627920bd2c195
37e360591e357a7c087b817735860a9f0e922a88 01-Sep-2016 Pyry Haulos <phaulos@google.com> Check for EXT_color_buffer_float in read_pixels_fbo_format_mismatch

Bug: 31244127
Change-Id: I0e25c5042aa832679f2da06b8401456058762750
/external/deqp/modules/gles31/functional/es31fNegativeBufferApiTests.cpp
01af60e03f051fb44046f80fdf45f1ebe1ffd5a4 16-Aug-2016 Pyry Haulos <phaulos@google.com> Fix merged <space><tab> whitespace issues

Change-Id: I9476801571f3a945e8d0b19bc2a466b31a41c52e
/external/deqp/modules/gles31/functional/es31fNegativeBufferApiTests.cpp
af137dda318784e7e05ce24c209407b89c9de065 16-Aug-2016 Pyry Haulos <phaulos@google.com> Merge vulkan-cts-1.0.1 into vulkan-cts-1.0-dev

Change-Id: I8330d7ef441114704a0d722182f456ed7ccb76f9
653ad0e8a4209754304cbd5b5ceb4fdc7b29c01a 16-Aug-2016 Pyry Haulos <phaulos@google.com> Fix merged <space><tab> in C/C++ files

Change-Id: Ice7c1ae46a88c941c5834f9d34fcd4822c30debc
/external/deqp/modules/gles31/functional/es31fNegativeBufferApiTests.cpp
f28187809176f5eeb1ee25ccfa70d3702d74156a 06-Aug-2016 Kalle Raita <kraita@google.com> Tex array negative test fixes for FBTextureLayer

1) 2D multisample array textures can only have level 0 as the level in
the FramebufferTextureLayer. Now testing that level -1 and 1 trigger
INVALID_VALUE. Previously test was directed at layer.

2) Cube map arrays with layer above MAX_ARRAY_TEXTURE_LAYERS should
generate INVALID_VALUE.

Bug: 30287182
Bug: 28090252
Change-Id: I500074c1777d88291c0b395498bb0f7d5613d27d
/external/deqp/modules/gles31/functional/es31fNegativeBufferApiTests.cpp
a9301cb50fd1e2c4db6f238275fc6917192a6cf2 21-Apr-2016 Mika Isojärvi <misojarvi@google.com> Fix negative test incorrectly testing levels instead of layers

Bug: 28090252
Change-Id: Icfe19cca34777e97f2ad49f09be7314467a307bc
/external/deqp/modules/gles31/functional/es31fNegativeBufferApiTests.cpp
378f80d61a8ead4044df1f5f13d20ef326c3bc3b 23-Mar-2016 Mika Isojärvi <misojarvi@google.com> Set bit in blit mask to settle ambiguity

Bug: 27658048
Change-Id: Icc09ae2de5e9a3f0b235111d156b141f02ef36e3
/external/deqp/modules/gles31/functional/es31fNegativeBufferApiTests.cpp
b15ba11e484691c847c7de59af5b86a57b7e4e5d 18-Mar-2016 Mika Isojärvi <misojarvi@google.com> Fix typo in negative buffer API tests

Bug: 27745437
Change-Id: I32ad04035df3600adf2eb63ce7aff039d2f26084
/external/deqp/modules/gles31/functional/es31fNegativeBufferApiTests.cpp
33b9b63106a43ad6bba497c8f31fc35b0051da78 10-Mar-2016 Mika Isojärvi <misojarvi@google.com> Check that glReadnPixels() is supported in negative tests

Bug: 27536300
Change-Id: Id7b52bbaa0c635b9b4f0a8060a17fc304fdc453f
/external/deqp/modules/gles31/functional/es31fNegativeBufferApiTests.cpp
fb059fdb43c8b6073ada028a68124263c59a000a 22-Feb-2016 Pyry Haulos <phaulos@google.com> Merge in new OpenGL ES 3.2 test code

Change-Id: I8667c03f0d1eb4b212bc33b54296336633fb39da
/external/deqp/modules/gles31/functional/es31fNegativeBufferApiTests.cpp
0a3b01c9060322986341f27c8bf0e6261a7d4049 23-Feb-2015 Mika Isojärvi <misojarvi@google.com> Merge "Check GL_NV_framebuffer_multisample support in negative api tests."
c16dedced05e6299ad5fc0d2f3ac42e23952465c 23-Feb-2015 Mika Isojärvi <misojarvi@google.com> Check GL_NV_framebuffer_multisample support in negative api tests.

Check if GL_NV_framebuffer_multisample is supported before assuming, that blit
operations with sample count bigger than 0 fail.

Bug: 19462860
Change-Id: Ice201a3674767a502856500092e11166f6483375
/external/deqp/modules/gles31/functional/es31fNegativeBufferApiTests.cpp
531a9f5311e314348ebc7678984c852be8dd2a2b 23-Feb-2015 Mika Isojärvi <misojarvi@google.com> Check existence of GL_EXT_render_snorm in negative tests.

Check if extension GL_EXT_render_snorm exists before assuming that setting
renderbuffer storage to signed normalized format fails.

Bug: 19462857
Change-Id: I0d0b14ecd0cc7952dbf163c67ed8c1bdb83f2d08
/external/deqp/modules/gles31/functional/es31fNegativeBufferApiTests.cpp
36ebe43247b45ca9933ccc511c73c373a4fafe59 25-Oct-2014 Jarkko Pöyry <jpoyry@google.com> Use invalid sample count in renderbuffer_storage_multisample negative case.

Bug; 18100655
Change-Id: I9bd0417c44f3531755ec2ba1cc06f8164df50661
/external/deqp/modules/gles31/functional/es31fNegativeBufferApiTests.cpp
f9825aec0f63f29d4029b71206b9cdd66d1dd737 15-Oct-2014 Pyry Haulos <phaulos@google.com> Bugfixes and mustpass update

* Fix glReadBuffer() negative test to match latest spec language.

* Remove said test from ES3.1 mustpass as it has been changed just
before release.

* Remove SSO case from mustpass that has been removed earlier from the
test code.

Change-Id: Id77f7957f503121bde6b41c12cdc0141324f28bb
/external/deqp/modules/gles31/functional/es31fNegativeBufferApiTests.cpp
271c2654cc44f23492888c7ef40c36c2fd810c77 27-Sep-2014 Jarkko Pöyry <jpoyry@google.com> Import fixes from an internal repo.

* Fix buffer size requirement calculation
* Fix negative tests not checking relevant extensions

Change-Id: Ibc6759b6b4f0ef811a25eef88c4b5fe5964e9349
/external/deqp/modules/gles31/functional/es31fNegativeBufferApiTests.cpp
3c827367444ee418f129b2c238299f49d3264554 02-Sep-2014 Jarkko Poyry <jpoyry@google.com> Import dEQP.

Import drawElements Quality Program from an internal repository.

Bug: 17388917
Change-Id: Ic109fe4a57e31b2a816113d90fbdf51a43e7abeb
/external/deqp/modules/gles31/functional/es31fNegativeBufferApiTests.cpp