Make fbo completeness format rules forward compatible.
authorJarkko Pöyry <jpoyry@google.com>
Thu, 19 Mar 2015 20:17:35 +0000 (13:17 -0700)
committerJarkko Pöyry <jpoyry@google.com>
Mon, 23 Mar 2015 19:28:57 +0000 (12:28 -0700)
commitbf845c4e3814b85e1a3e23a27f50c8f888f4bd2d
tree2306a8a84d09c80b1e5b1f4b230e6eb6628f5968
parentc4a47bf0cd08382cb38ff0a1268a6e5119f91728
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
modules/gles2/functional/es2fFboCompletenessTests.cpp
modules/gles3/functional/es3fFboCompletenessTests.cpp
modules/glshared/glsFboCompletenessTests.cpp
modules/glshared/glsFboUtil.cpp
modules/glshared/glsFboUtil.hpp