Add support for EGL_EXT_pixel_format_float
authorMark Adams <marka@nvidia.com>
Wed, 14 Dec 2016 22:02:52 +0000 (17:02 -0500)
committerPyry Haulos <phaulos@google.com>
Wed, 4 Jan 2017 17:00:24 +0000 (09:00 -0800)
commit08d24954e0c75c3e6a1d2ba231bd09915d5c7ecd
treeb0e9768bd510817e2975b956ebd757c5c4a4cf42
parenta8253801a60532d892e7c320b37e09960b87c609
Add support for EGL_EXT_pixel_format_float

This updates the egl.xml version and identifies/skips the float configs

Bug: 32969314
Change-Id: Iadeb0d4a76a06b2be716f3e76a1cc9fb69aff16a
25 files changed:
android/cts/master/egl-master.txt
framework/egl/egluCallLogWrapper.inl
framework/egl/egluCallLogWrapperApi.inl
framework/egl/egluConfigFilter.cpp
framework/egl/egluConfigFilter.hpp
framework/egl/egluConfigInfo.cpp
framework/egl/egluConfigInfo.hpp
framework/egl/egluStrUtil.inl
framework/egl/egluStrUtilPrototypes.inl
framework/egl/wrapper/eglwEnums.inl
framework/egl/wrapper/eglwFuncPtrLibraryDecl.inl
framework/egl/wrapper/eglwFuncPtrLibraryImpl.inl
framework/egl/wrapper/eglwFunctionTypes.inl
framework/egl/wrapper/eglwFunctions.inl
framework/egl/wrapper/eglwInitCore.inl
framework/egl/wrapper/eglwInitExtensions.inl
framework/egl/wrapper/eglwLibrary.inl
framework/egl/wrapper/eglwStaticLibrary14.inl
framework/egl/wrapper/eglwStaticLibrary15.inl
modules/egl/teglChooseConfigReference.cpp
modules/egl/teglGetProcAddressTests.inl
modules/egl/teglRenderCase.cpp
modules/egl/teglSimpleConfigCase.cpp
scripts/egl/common.py
scripts/egl/str_util.py