History log of /external/deqp/modules/glshared/glsFboCompletenessTests.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
e4637511bd6c4a4cc7c3b7dc776ac10b78930689 23-Mar-2015 Jarkko Pöyry <jpoyry@google.com> Merge "Remove extension name bug workaround from FBO completeness tests."
116c9f73887a800f96e9d94fdb10e8f5ab9b3036 23-Mar-2015 Jarkko Pöyry <jpoyry@google.com> Remove extension name bug workaround from FBO completeness tests.

Change-Id: I8ac325ab3aec9b92ee8010007a5cef2229ab2b8c
/external/deqp/modules/glshared/glsFboCompletenessTests.cpp
4e5dbcc5c6db2408970d1e9bec76c3936aeee204 23-Mar-2015 Jarkko Pöyry <jpoyry@google.com> Allow inconsistently sized attachments in gles2 fbo completeness tests.

- Since GLES3 is "compatible" with a GLES2 context, attachment size negative
test may produce false-negatives.

Bug: 18800966
Change-Id: I60ffee28a144c69f992381f311f9e9ac509420f3
/external/deqp/modules/glshared/glsFboCompletenessTests.cpp
bf845c4e3814b85e1a3e23a27f50c8f888f4bd2d 19-Mar-2015 Jarkko Pöyry <jpoyry@google.com> Make fbo completeness format rules forward compatible.

- Detect and expose context version as an extension in glsFBOUtil.
- Add rules for GLES2 formats changed in GLES3 but with no GLES2
extension with same functionality.
- Add rules for GLES3 formats changed in GLES31 but with no GLES31
extension with same functionality.

Bug: 18800966
Change-Id: I297fa9738d8e51e87ccf84dfde6a13c7fd45c7ce
/external/deqp/modules/glshared/glsFboCompletenessTests.cpp
b5c60b02e542a61a2b658272034c830f92b4c766 19-Mar-2015 Jarkko Pöyry <jpoyry@google.com> Improve logging in fbo completeness tests.

- Log texture format info of used textures and renderbuffers including
which extensions added or would have added support for each feature.
- Log all active rules used to calculate potential result set.
- Rename minFormats to coreFormat and maxFormats to allFormats to
improve readability.

Bug: 18800966
Change-Id: I34a06f179c1353325a3c65a91c3f4d4b6bd024c0
/external/deqp/modules/glshared/glsFboCompletenessTests.cpp
b6232f87629d5c267d4e100d09eb8750b797aa02 17-Mar-2015 Jarkko Pöyry <jpoyry@google.com> Support GL_EXT_texture_sRGB_R(G)8 extensions in fbo completeness tests.

Change-Id: Ic91c8106f63848c0f960af45b75a55f62a2d107e
/external/deqp/modules/glshared/glsFboCompletenessTests.cpp
1029ba1f311daab764fa4e54f0c2a57124522ad0 30-Dec-2014 Jarkko Pöyry <jpoyry@google.com> Fix srgb_unsigned_byte RBO test regression with NV_sRGB_formats extension.

A bugfix to make unsized SRGB format with UNSIGNED_BYTE type renderable
on texture targets erroneously caused test cases to expect same
renderablity on RBO targets as well. RBOs cannot be created with an
unsized internal formats. This change removes the erroneously added
expectation of renderablity from RBO targets.

Bug: 18755796
Change-Id: I8beb906ebccc1305fa910f18f355121623a1aca1
/external/deqp/modules/glshared/glsFboCompletenessTests.cpp
6105d36c20b890fe795a9a412db4bdb0ed6f1198 15-Dec-2014 Jarkko Pöyry <jpoyry@google.com> Require renderability of SRGB,UNSIGNED_BYTE from NV_sRGB_formats.

NV_sRGB_formats extension makes sized format SRGB8 color-renderable but does
not define any unsized format to be color-renderable. Assume unsized SRGB
format with UNSIGNED_BYTE type is implied to be color-renderable.

Bug: 18755796
Change-Id: I7d083aa9a474e1cdd784ded02178ffbad4a79cdb
/external/deqp/modules/glshared/glsFboCompletenessTests.cpp
ef47bf903439ca2c12640ec0f397d29e8bd4f197 24-Oct-2014 Jarkko Pöyry <jpoyry@google.com> Fix framebuffer completeness tests with sRGB targets.

- Don't expect SRGB to become renderable in GL_EXT_sRGB extension
- Support GL_EXT_sRGB_write_control extension
- Support GL_NV_sRGB_formats extension
- Add missing GLES3 texture formats
- Remove modified cases from must-pass list

Bug: 18094134
Change-Id: I7587ff4a0e6106b74780dae193fa16970145a02e
/external/deqp/modules/glshared/glsFboCompletenessTests.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/glshared/glsFboCompletenessTests.cpp