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