History log of /external/deqp/modules/gles31/functional/es31fNegativeBufferApiTests.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
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
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
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