Fix srgb_unsigned_byte RBO test regression with NV_sRGB_formats extension.
authorJarkko Pöyry <jpoyry@google.com>
Tue, 30 Dec 2014 03:36:59 +0000 (19:36 -0800)
committerJarkko Pöyry <jpoyry@google.com>
Tue, 30 Dec 2014 03:50:01 +0000 (19:50 -0800)
commit1029ba1f311daab764fa4e54f0c2a57124522ad0
tree131f72e1ec761ec9e56e0e3af79664e3d067f313
parent6105d36c20b890fe795a9a412db4bdb0ed6f1198
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
modules/glshared/glsFboCompletenessTests.cpp